Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
[zfs.git] / module / zfs / zfs_znode.c
2013-08-09 Richard YaoLinux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
2013-06-19 Madhav SureshIllumos #3006
2013-01-17 Brian BehlendorfFix 'zfs rollback' on mounted file systems
2012-12-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
2012-11-30 Brian BehlendorfDisable page allocation warnings for super block
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-01-11 Brian BehlendorfLinux 3.1 compat, super_block->s_shrink
2011-12-17 Darik HornLinux 3.2 compat: set_nlink()
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-09-09 Brian BehlendorfFix usage of zsb after free
2011-08-01 Tim HaleyIllumos #xxx: zdb -vvv broken after zfs diff integration
2011-07-21 Brian BehlendorfUse zfs_mknode() to create dataset root
2011-07-06 Gunnar BeutnerRenamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.
2011-07-01 Rohan PuriSupport mandatory locks (nbmand)
2011-07-01 Brian BehlendorfLinux compat 2.6.39: security_inode_init_security()
2011-07-01 Brian BehlendorfRemove unused MMAP functions
2011-05-09 Ned A. BassDon't store rdev in SA for FIFOs and sockets
2011-05-02 Brian BehlendorfFully update inode when created
2011-04-21 Gunnar BeutnerFixed a use-after-free bug in zfs_zget().
2011-04-07 Brian BehlendorfCall d_instantiate before unlocking inode
2011-03-22 Brian BehlendorfFix evict() deadlock
2011-03-22 Brian BehlendorfUse KM_PUSHPAGE instead of KM_SLEEP
2011-03-09 Brian BehlendorfFix O_APPEND Corruption
2011-03-02 Brian BehlendorfDrop HAVE_XVATTR macros
2011-02-23 Brian BehlendorfRemove rdev packing
2011-02-16 Brian BehlendorfFix FIFO and socket handling
2011-02-10 Brian BehlendorfPrototype/structure update for Linux
2011-02-10 Brian BehlendorfCreate a root znode without VFS dependencies
2011-02-10 Brian BehlendorfRemove Solaris VFS Hooks
2011-02-10 Brian BehlendorfVFS: Add zfs_inode_update() helper
2011-02-10 Brian BehlendorfVFS: Integrate zfs_znode_alloc()
2011-02-10 Brian BehlendorfEnable zfs_znode compilation
2011-02-10 Brian BehlendorfVFS: Wrap with HAVE_SHARE
2011-02-10 Brian BehlendorfRemove znode move functionality
2011-02-10 Brian BehlendorfConserve stack in zfs_mkdir()
2011-01-06 Brian BehlendorfFix minor compiler warnings
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd linux kernel disk support
2010-08-31 Brian BehlendorfFix dbuf_dirty_record_t leaks
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...