summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix remounting snapshots read-writeLOLi2017-08-171-1/+9
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-5/+7
* OpenZFS 5428 - provide fts(), reallocarray(), and strtonum()Yuri Pankov2017-07-081-1/+1
* Linux 4.12 compat: fix super_setup_bdi_name() callLOLi2017-05-251-2/+1
* Linux 4.12 compat: super_setup_bdi_name()Brian Behlendorf2017-05-021-5/+6
* OpenZFS 6101 - attempt to lzc_create() a filesystem under a volume results in...Andriy Gapon2017-04-141-1/+3
* OpenZFS 6874 - rollback and receive need to reset ZPL state to what's on diskMatthew Ahrens2017-03-131-106/+116
* Restructure mount option handlingBrian Behlendorf2017-03-101-66/+251
* Rename zfs_* functionsBrian Behlendorf2017-03-101-41/+37
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-348/+351
* Fix nfs snapdir automountChunwei Chen2017-03-081-17/+24
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-271-2/+24
* OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...George Melikov2017-01-231-7/+6
* OpenZFS 7181 - race between zfs_mount and zfs_ioc_rollbackBrian Behlendorf2017-01-131-7/+7
* Fix zmo leak when zfs_sb_create failsChunwei Chen2016-12-191-10/+9
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+3
* Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-0/+1
* Batch free zpl_posix_acl_releaseChunwei Chen2016-11-071-1/+4
* Fix coverity defects: CID 49339, 153393cao2016-10-181-1/+1
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-13/+99
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-1/+2
* Fix NULL pointer in zfs_preumount from 1d9b3bdChunwei Chen2016-07-201-20/+29
* Wait iput_async before evict_inodes to prevent raceChunwei Chen2016-07-191-0/+18
* fh_to_dentry should return ESTALE when generation mismatchChunwei Chen2016-07-121-1/+1
* Don't allow accessing XATTR via export handleChunwei Chen2016-07-121-0/+8
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+1
* Linux 4.6 compat: Fall back to d_prune_aliases() if necessaryTim Chase2016-06-171-2/+15
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-151-14/+18
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-151-5/+7
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-77/+3
* Illumos 5960, 5925Paul Dagnelie2016-01-081-1/+1
* Support accessing .zfs/snapshot via NFSBrian Behlendorf2015-09-041-0/+2
* Add temporary mount optionsBrian Behlendorf2015-09-031-16/+69
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-8/+3
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-061-7/+7
* Add zfs_sb_prune_aliases() functionBrian Behlendorf2015-06-221-11/+64
* 3.12 compat, NUMA-aware per-superblock shrinkerTim Chase2015-06-171-2/+11
* Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-3/+3
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-5/+4
* Wait for all znodes to be released before tearing down the superblockChris Dunlop2015-05-061-8/+30
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-241-0/+6
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-201-6/+31
* Linux 4.0 compat: bdi_setup_and_register()Brian Behlendorf2015-03-031-17/+4
* Linux 3.12 compat: split shrinker has s_shrinkTim Chase2015-01-201-2/+6
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Fix dprintf format specifiersNed Bass2014-11-171-2/+3
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-6/+1
* Propagate errors when registering "relatime" property callback.Tim Chase2014-02-121-1/+1
* Implement relatime.Tim Chase2014-01-291-0/+13
* Drain iput taskq outside z_teardown_lockBrian Behlendorf2014-01-091-8/+8