summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix atime handling and relatimeChunwei Chen2017-02-037-97/+33
* Fix write(2) returns zero bug from 933ec99Chunwei Chen2017-02-031-2/+4
* Retire .write/.read file operationsChunwei Chen2017-02-031-33/+50
* Fix zmo leak when zfs_sb_create failsChunwei Chen2017-02-031-10/+9
* Fix fchange in zpl_ioctl_setflagsChunwei Chen2017-02-031-2/+1
* Don't count '@' for dataset namelen if not a snapshotChunwei Chen2017-02-031-1/+5
* zfs_inode_update should not call dmu_object_size_from_db under spinlockRichard Yao2017-02-031-2/+4
* Explicit block device plugging when submitting multiple BIOsIsaac Huang2017-02-031-0/+13
* 4.10 compat - BIO flag changes and othersTim Chase2017-02-032-6/+3
* Remove custom root pool import codeBrian Behlendorf2017-02-032-281/+0
* Fix sync behavior for disk vdevsTim Chase2017-02-032-40/+23
* Batch free zpl_posix_acl_releaseChunwei Chen2017-02-032-1/+104
* Fix cred leak in zpl_fallocate_commontuxoko2017-02-031-2/+1
* Fix lookup_bdev() on UbuntuHajo Möller2017-02-031-1/+1
* Write issue taskq shouldn't be dynamicTim Chase2017-02-031-1/+2
* Use large stacks when availableBrian Behlendorf2017-02-032-17/+38
* Use env, not sh in zfsctl_snapshot_{,un}mount()Stian Ellingsen2017-02-031-18/+9
* Fix use after free in zfsctl_snapshot_unmount()Stian Ellingsen2017-02-031-1/+1
* Linux 3.14 compat: assign inode->set_acltuxoko2017-02-032-6/+15
* Linux 4.9 compat: inode_change_ok() renamed setattr_prepare()Brian Behlendorf2017-02-031-1/+1
* Linux 4.9 compat: remove iops->{set,get,remove}xattrChunwei Chen2017-02-031-0/+8
* Linux 4.9 compat: iops->rename() wants flagsChunwei Chen2017-02-032-5/+39
* Linux 4.7 compat: Fix deadlock during lookup on case-insensitivetuxoko2017-02-031-3/+7
* Kernel 4.9 compat: file_operations->aio_fsync removalDeHackEd2017-02-031-0/+11
* Remove dir inode operations from zpl_inode_operationsChunwei Chen2017-02-031-8/+0
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2016-09-091-9/+3
* Linux 4.8 compat: Fix removal of bio->bi_rw memberBrian Behlendorf2016-09-091-21/+10
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-09-091-2/+2
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-09-092-20/+28
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-09-091-2/+13
* FreeBSD rS271776 - Persist vdev_resilver_txg changessmh2016-09-091-2/+5
* Fix incorrect pool state after importGeLiXin2016-09-091-1/+1
* Fix self-healing IO prior to dsl_pool_init() completionGeLiXin2016-09-092-6/+23
* OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-09-092-0/+29
* Fix dbuf_stats_hash_table_data raceChunwei Chen2016-09-091-2/+0
* Prevent null dereferences when accessing dbuf kstatTim Chase2016-09-091-3/+7
* fh_to_dentry should return ESTALE when generation mismatchChunwei Chen2016-09-091-1/+1
* Don't allow accessing XATTR via export handleChunwei Chen2016-09-091-0/+8
* Fix out-of-bound access in zfs_fillpageChunwei Chen2016-09-091-2/+1
* Fix memleak in zpl_parse_optionsChunwei Chen2016-09-091-3/+3
* Fix arc_prune_task use-after-freeChunwei Chen2016-09-091-10/+11
* Fix get_zfs_sb race with concurrent umountChunwei Chen2016-09-091-3/+3
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-09-092-62/+26
* xattr dir doesn't get purged during iputChunwei Chen2016-09-091-1/+2
* Add tunable to ignore hole_birth (enabled by default)Rich Ercolani2016-09-091-1/+5
* Fix PANIC: metaslab_free_dva(): bad DVA X:Y:ZPeng2016-09-051-0/+16
* Fix Large kmem_alloc in vdev_metaslab_initChunwei Chen2016-09-051-3/+3
* Linux 4.6 compat: Fall back to d_prune_aliases() if necessaryTim Chase2016-09-051-2/+15
* Skip ctldir znode in zfs_rezget to fix snapdir issuesChunwei Chen2016-09-051-0/+10
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-09-051-0/+10