Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
[zfs.git] / module / zfs / zpl_inode.c
2013-08-09 Richard YaoLinux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
2013-02-12 Brian BehlendorfAdd explicit MAXNAMELEN check
2013-01-22 Brian BehlendorfFix zpl_revalidate() NULL deref
2013-01-18 Brian BehlendorfUse sb->s_d_op default dentry operations
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-10-14 Yuxuan ShuiLinux 3.6 compat, iops->create()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, iops->lookup()
2012-07-23 Richard YaoLinux 3.5 compat, iops->truncate_range() removed
2012-07-17 Richard YaoFix build failures on PaX/GRSecurity patched kernels
2012-04-30 Brian BehlendorfLinux 3.3 compat, iops->create()/mkdir()/mknod()
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-02-10 Etienne DechampsSupport the fallocate() file operation.
2012-02-09 Etienne DechampsImplement the truncate_range() inode operation.
2011-11-29 Brian BehlendorfAllow xattrs on symlinks
2011-10-18 Brian BehlendorfSet mtime on symbolic links
2011-07-20 Brian BehlendorfHonor setgit bit on directories
2011-07-11 Brian BehlendorfImprove fstat(2) performance
2011-05-09 Ned A. BassDon't store rdev in SA for FIFOs and sockets
2011-04-07 Brian BehlendorfCall d_instantiate before unlocking inode
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-03-08 Brian BehlendorfSet stat->st_dev and statfs->f_fsid
2011-03-02 Brian BehlendorfDrop HAVE_XVATTR macros
2011-02-17 Brian BehlendorfUse -zfs_readlink() error
2011-02-16 Brian BehlendorfFix readlink(2)
2011-02-16 Brian BehlendorfAdd get/setattr, get/setxattr hooks
2011-02-10 Brian BehlendorfAdd Hooks for Linux Inode Operations