aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* VFS: Add zfs_inode_update() helperBrian Behlendorf2011-02-101-0/+42
* VFS: Integrate zfs_znode_alloc()Brian Behlendorf2011-02-101-59/+27
* Enable zfs_znode compilationBrian Behlendorf2011-02-101-14/+21
* VFS: Wrap with HAVE_SHAREBrian Behlendorf2011-02-101-0/+4
* Remove znode move functionalityBrian Behlendorf2011-02-101-184/+0
* Conserve stack in zfs_mkdir()Brian Behlendorf2011-02-101-1/+3
* Fix minor compiler warningsBrian Behlendorf2011-01-061-1/+1
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+5
* Add linux kernel disk supportBrian Behlendorf2010-08-311-5/+46
* Fix dbuf_dirty_record_t leaksBrian Behlendorf2010-08-311-0/+2
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-2/+2
* Update to onnv_147Brian Behlendorf2010-08-261-69/+209
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-207/+505
* Rebase master to b121Brian Behlendorf2009-08-181-0/+19
* Rebase master to b117Brian Behlendorf2009-07-021-115/+112
* Rebase master to b108Brian Behlendorf2009-02-181-7/+3
* Rebase master to b105Brian Behlendorf2009-01-151-8/+7
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1672