summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix atime handling and relatimeChunwei Chen2017-02-039-108/+36
* Fix write(2) returns zero bug from 933ec99Chunwei Chen2017-02-031-2/+4
* Retire .write/.read file operationsChunwei Chen2017-02-033-33/+72
* Fix zmo leak when zfs_sb_create failsChunwei Chen2017-02-031-10/+9
* Fix fchange in zpl_ioctl_setflagsChunwei Chen2017-02-031-2/+1
* Fix wrong operator in xvattr.hChunwei Chen2017-02-031-5/+5
* 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
* Fix ZFS_AC_KERNEL_SET_CACHED_ACL_USABLE checkGvozden Neskovic2017-02-031-2/+2
* Explicit block device plugging when submitting multiple BIOsIsaac Huang2017-02-033-0/+35
* 4.10 compat - BIO flag changes and othersTim Chase2017-02-036-19/+96
* Reorder HAVE_BIO_RW_* checksBrian Behlendorf2017-02-031-4/+12
* Remove custom root pool import codeBrian Behlendorf2017-02-033-287/+0
* Fix sync behavior for disk vdevsTim Chase2017-02-035-40/+49
* Use set_cached_acl and forget_cached_acl when possibleChunwei Chen2017-02-033-8/+38
* Batch free zpl_posix_acl_releaseChunwei Chen2017-02-033-9/+107
* Process all systemd services through the systemd scriptletsNeal Gompa (ニール・ゴンパ)2017-02-031-3/+4
* Fix cred leak in zpl_fallocate_commontuxoko2017-02-031-2/+1
* Fix lookup_bdev() on UbuntuHajo Möller2017-02-033-10/+31
* Fix uninitialized variable snapprops_nvlist in zfs_receive_oneLOLi2017-02-031-1/+7
* Write issue taskq shouldn't be dynamicTim Chase2017-02-031-1/+2
* Use large stacks when availableBrian Behlendorf2017-02-034-19/+67
* 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-035-7/+42
* Linux 4.9 compat: inode_change_ok() renamed setattr_prepare()Brian Behlendorf2017-02-034-1/+36
* Linux 4.9 compat: remove iops->{set,get,remove}xattrChunwei Chen2017-02-033-0/+34
* Linux 4.9 compat: iops->rename() wants flagsChunwei Chen2017-02-034-5/+65
* 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-033-0/+33
* Remove dir inode operations from zpl_inode_operationsChunwei Chen2017-02-031-8/+0
* Fix uninitialized variable in avl_add()Brian Behlendorf2017-02-031-1/+1
* Prepare to release 0.6.5.8zfs-0.6.5.8Ned Bass2016-09-093-1/+81
* Fix gcc -Warray-bounds check for dump_object() in zdbBrian Behlendorf2016-09-091-5/+14
* 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-094-77/+190
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-09-094-2/+39
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-09-094-26/+49
* Linux 4.8 compat: REQ_PREFLUSHBrian Behlendorf2016-09-091-0/+12
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-09-093-2/+34
* FreeBSD rS271776 - Persist vdev_resilver_txg changessmh2016-09-091-2/+5
* Fix: Array bounds read in zprop_print_one_property()GeLiXin2016-09-091-1/+2
* Fix call zfs_get_name() with invalid parameterGeLiXin2016-09-091-1/+1
* 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-095-1/+37
* OpenZFS 7263 - deeply nested nvlist can overflow stackMatthew Ahrens2016-09-091-2/+21
* 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