aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Use zap_count instead of cached z_size for unlinkAlex Zhuravlev2018-01-091-1/+15
* Fix NFS sticky bit permission denied errorBrian Behlendorf2017-12-041-3/+2
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-78/+78
* OpenZFS 7812 - Remove gender specific languageDaniel Hoffman2017-02-241-3/+3
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-021-24/+64
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-271-2/+2
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-2/+2
* Fix unlinked file cannot do xattr operationsChunwei Chen2016-11-041-3/+4
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-2/+4
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-141-20/+35
* xattr dir doesn't get purged during iputChunwei Chen2016-07-121-1/+2
* Fix atime handling and relatimeChunwei Chen2016-04-051-5/+5
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-211-1/+2
* Make xattr dir truncate and remove in one txChunwei Chen2015-12-281-8/+15
* Revert "Revert "Revert "Fix unlink/xattr deadlock"""Brian Behlendorf2014-08-111-85/+57
* Add zfs_iput_async() interfaceBrian Behlendorf2014-08-111-3/+4
* Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)Matthew Ahrens2013-12-061-7/+1
* Illumos #3598Matthew Ahrens2013-10-311-12/+13
* Trivial spelling fixChris Dunlop2013-04-191-1/+1
* Revert "Revert "Fix unlink/xattr deadlock""Brian Behlendorf2013-01-171-55/+84
* Revert "Fix unlink/xattr deadlock"Brian Behlendorf2012-12-051-84/+55
* rmdir(2) should return ENOTEMPTYBrian Behlendorf2012-08-261-3/+3
* Add .zfs control directoryBrian Behlendorf2012-03-221-7/+4
* Allow multiple values per directory entryBrian Behlendorf2012-02-021-3/+15
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-1/+1
* Fix unlink/xattr deadlockGunnar Beutner2011-06-201-55/+84
* Removed erroneous zfs_inode_destroy() calls from zfs_rmnode().Gunnar Beutner2011-06-201-3/+0
* Added missing initialization for va.va_dentry in zfs_get_xattrdir.Gunnar Beutner2011-04-191-0/+1
* Call d_instantiate before unlocking inodeBrian Behlendorf2011-04-071-4/+0
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-142/+143
* Remove zfs_ctldir.[ch]Brian Behlendorf2011-02-101-1/+0
* Fix minor compiler warningsBrian Behlendorf2011-01-061-3/+3
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+3
* Update to onnv_147Brian Behlendorf2010-08-261-2/+8
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-80/+199
* Rebase master to b117Brian Behlendorf2009-07-021-18/+23
* Rebase master to b105Brian Behlendorf2009-01-151-22/+4
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+977