aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ctldir.c
Commit message (Expand)AuthorAgeFilesLines
* Update zfs_admin_snapshot value (disabled)George Melikov2018-11-081-1/+2
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-3/+3
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-5/+5
* Correctly handle errors from kern_pathChris Siebenmann2018-09-041-1/+1
* Revert "Update zfs_admin_snapshot default value (disabled)"Brian Behlendorf2018-09-041-1/+1
* Update zfs_admin_snapshot default value (disabled)George Melikov2018-09-041-1/+1
* Fix deadlock between zfs umount & snapentry_expireRohan Puri2018-08-011-6/+5
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-3/+0
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-7/+7
* Linux 4.9 compat: fix zfs_ctldir xattr handlingLOLi2017-06-051-0/+3
* Linux 4.12 compat: CURRENT_TIME removedBrian Behlendorf2017-05-101-1/+2
* Restructure mount option handlingBrian Behlendorf2017-03-101-2/+2
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-76/+76
* Fix nfs snapdir automountChunwei Chen2017-03-081-63/+58
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-12/+2
* Enable .zfs/snapshot for 32-bit systemsBrian Behlendorf2016-11-021-4/+0
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-4/+4
* Use env, not sh in zfsctl_snapshot_{,un}mount()Stian Ellingsen2016-10-081-18/+9
* Fix use after free in zfsctl_snapshot_unmount()Stian Ellingsen2016-10-081-1/+1
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-2/+0
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-141-1/+0
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-26/+30
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-2/+2
* Kill znode->z_gen fieldNikolay Borisov2016-05-191-1/+1
* Remove dummy znode from zvol_stateChunwei Chen2016-05-171-1/+0
* OpenZFS 6093 - zfsctl_shares_lookupDan McDonald2016-05-121-8/+4
* Revert "Kill znode->z_gen field"Brian Behlendorf2016-05-121-1/+1
* Kill znode->z_gen fieldNikolay Borisov2016-05-021-1/+1
* Fix atime handling and relatimeChunwei Chen2016-04-051-2/+0
* Hold the zfs_snapentry_t before dispatchBrian Behlendorf2015-12-141-1/+1
* Fix snapshot automount race cause EREMOTEChunwei Chen2015-12-141-1/+1
* Change zfs_snapshot_lock from mutex to rw lockBrian Behlendorf2015-12-141-26/+26
* Fix zfsctl_lookup_objset() deadlockBrian Behlendorf2015-12-141-1/+2
* Set 'zfs_expire_snapshot=0' to disable auto-unmountBrian Behlendorf2015-12-141-0/+8
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-081-10/+22
* Fix snapshot automount behavior when concurrent or failChunwei Chen2015-11-191-17/+32
* Allow NFS activity to defer snapshot unmountsBrian Behlendorf2015-09-251-2/+13
* Support accessing .zfs/snapshot via NFSBrian Behlendorf2015-09-041-0/+124
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-316/+420
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-2/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+1
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-081-3/+11
* Illumos #3741Will Andrews2013-11-041-0/+5
* Illumos #3598Matthew Ahrens2013-10-311-15/+16
* Illumos #3464Matthew Ahrens2013-09-041-19/+24
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-2/+1