aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-1/+101
* Add missing trailing '\n' in printk() messagesTomohiro Kusumi2019-05-081-1/+1
* Fix `zfs set atime|relatime=off|on` behavior on inherited datasetsTomohiro Kusumi2019-05-071-1/+15
* Fix memory leaks in zfsvfs_create_impl()Tom Caputi2019-03-141-9/+14
* port async unlinked drain from illumos-nexentaAlek P2019-02-121-5/+31
* Linux 5.0 compat: Convert MS_* macros to SB_*Tony Hutter2019-01-281-11/+12
* Remove zfs_sync() panicking kernel checkBrian Behlendorf2019-01-181-7/+0
* zfs filesystem skipped by df -hPaul Zuchowski2019-01-131-0/+2
* Fix statfs(2) for 32-bit user spaceBrian Behlendorf2018-09-241-5/+3
* Always wait for txg sync when umounting datasetTom Caputi2018-08-271-3/+6
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-1/+5
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-4/+43
* Update build system and packagingBrian Behlendorf2018-05-291-11/+1
* ZIL claiming should not start user accountingTom Caputi2018-02-201-24/+19
* Project Quota on ZFSNasf-Fan2018-02-131-70/+252
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-2/+14
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-3/+9
* Fix 'zfs get {user|group}objused@' functionalityLOLi2017-11-291-1/+1
* Long hold the dataset during upgradeArkadiusz BubaƂa2017-11-101-1/+6
* 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