summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* Kill znode->z_gen fieldNikolay Borisov2016-05-021-4/+6
* Enable lazytime semantic for atimeChunwei Chen2016-04-051-69/+87
* Fix atime handling and relatimeChunwei Chen2016-04-051-63/+9
* Linux 4.6 compat: PAGE_CACHE_SIZE removalBrian Behlendorf2016-04-051-10/+9
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-211-5/+6
* Close possible zfs_znode_held() raceBrian Behlendorf2016-01-201-4/+3
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-151-33/+187
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-151-4/+10
* Illumos 3139 - zdb dies when it tries to determine path of unlinked fileJeremy Jones2016-01-051-4/+30
* Revert "Fix z_xattr_lock/z_teardown_lock lock inversion"Brian Behlendorf2015-12-221-10/+1
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Fix z_xattr_lock/z_teardown_lock lock inversionBrian Behlendorf2015-12-181-1/+10
* Fix fail path in zfs_znode_allocChunwei Chen2015-10-131-2/+1
* zfs_inode_update should not call dmu_object_size_from_db under spinlockRichard Yao2015-09-301-2/+4
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-3/+0
* Add logic to try and recover an inode with an invalid modeBrian Behlendorf2015-07-171-4/+11
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-1/+7
* Add cond_resched to zfs_zget to prevent infinite looptuxoko2015-05-041-0/+2
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-141-2/+4
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-15/+3
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-241-0/+3
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-6/+6
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Remove checks for mandatory locksNed Bass2014-10-221-10/+0
* Perform whole-page page truncation for hole-punching under a range lockTim Chase2014-09-291-22/+8
* Fix z_teardown_inactive_lock deadlockBrian Behlendorf2014-09-111-1/+1
* Implement fallocate FALLOC_FL_PUNCH_HOLETim Chase2014-09-081-5/+114
* Add zfs_iput_async() interfaceBrian Behlendorf2014-08-111-1/+1
* Illumos 4370, 4371Max Grossman2014-07-281-9/+5
* zfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT)Brian Behlendorf2014-07-221-7/+1
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-171-0/+15
* Implement File Attribute SupportRichard Yao2014-05-011-0/+20
* Fix locking order in zfs_zget()Richard Yao2014-04-041-1/+1
* Fix deadlock in zfs_zget()Richard Yao2014-04-041-1/+21
* Revert "Fixed a use-after-free bug in zfs_zget()."Brian Behlendorf2014-04-031-23/+1
* Implement relatime.Tim Chase2014-01-291-9/+73
* Use local variable to read zp->z_modeBrian Behlendorf2014-01-091-1/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-3/+3
* Fix atime handling.Tim Chase2013-12-121-0/+2
* Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)Matthew Ahrens2013-12-061-13/+2
* Illumos #3742Will Andrews2013-11-041-11/+6
* Illumos #3598Matthew Ahrens2013-10-311-9/+9
* Fix uninitialized variablesBrian Behlendorf2013-09-131-2/+2
* Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKSRichard Yao2013-08-091-2/+2
* Illumos #3006Madhav Suresh2013-06-191-4/+5
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-171-13/+33
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-031-5/+17
* Disable page allocation warnings for super blockBrian Behlendorf2012-11-301-1/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-4/+4
* Add .zfs control directoryBrian Behlendorf2012-03-221-1/+13