aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 3.1 compat, super_block->s_shrinkBrian Behlendorf2012-01-111-0/+2
* Linux 3.2 compat: set_nlink()Darik Horn2011-12-161-1/+1
* Implement SA based xattrsBrian Behlendorf2011-11-281-0/+9
* Fix usage of zsb after freeBrian Behlendorf2011-09-091-4/+3
* Illumos #xxx: zdb -vvv broken after zfs diff integrationTim Haley2011-08-011-14/+14
* Use zfs_mknode() to create dataset rootBrian Behlendorf2011-07-201-31/+68
* Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.Gunnar Beutner2011-07-061-2/+2
* Support mandatory locks (nbmand)Rohan Puri2011-07-011-8/+3
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-011-6/+8
* Remove unused MMAP functionsBrian Behlendorf2011-07-011-16/+0
* Don't store rdev in SA for FIFOs and socketsNed A. Bass2011-05-091-7/+9
* Fully update inode when createdBrian Behlendorf2011-05-021-2/+1
* Fixed a use-after-free bug in zfs_zget().Gunnar Beutner2011-04-211-1/+23
* Call d_instantiate before unlocking inodeBrian Behlendorf2011-04-071-3/+8
* Fix evict() deadlockBrian Behlendorf2011-03-221-4/+20
* Use KM_PUSHPAGE instead of KM_SLEEPBrian Behlendorf2011-03-221-2/+2
* Fix O_APPEND CorruptionBrian Behlendorf2011-03-091-0/+1
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-0/+96
* Remove rdev packingBrian Behlendorf2011-02-231-35/+1
* Fix FIFO and socket handlingBrian Behlendorf2011-02-161-3/+4
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-451/+275
* Create a root znode without VFS dependenciesBrian Behlendorf2011-02-101-85/+4
* Remove Solaris VFS HooksBrian Behlendorf2011-02-101-99/+0