]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zpl_xattr.c
Linux 4.5 compat: xattr list handler
[mirror_zfs.git] / module / zfs / zpl_xattr.c
2016-01-20 Brian BehlendorfLinux 4.5 compat: xattr list handler
2016-01-15 Chunwei ChenPrevent duplicated xattr between SA and dir
2015-12-30 Ned BassPrevent SA length overflow
2015-12-23 Brian BehlendorfFix z_xattr_lock/z_teardown_lock inversion
2015-12-02 Chunwei ChenLinux 4.4 compat: xattr operations takes xattr_handler
2015-04-17 Brian BehlendorfMark additional functions as PF_FSTRANS
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-09-05 Richard YaoLinux AIO Support
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-04-10 Chunwei ChenLinux 3.14 compat: posix_acl_{create,chmod}
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-10 Ned BassRevert "Use directory xattrs for symlinks"
2013-11-06 Massimo MaggiHonor CONFIG_FS_POSIX_ACL kernel option
2013-10-29 Massimo MaggiPosix ACL Support
2013-10-29 Brian BehlendorfPrevent xattr remove from creating xattr directory
2013-08-22 Brian BehlendorfUse directory xattrs for symlinks
2013-08-15 Richard YaoLinux 3.11 compat: fops->iterate()
2013-05-10 Brian BehlendorfOnly check directory xattr on ENOENT
2013-04-24 Brian BehlendorfCorrectly return ERANGE in getxattr(2)
2012-03-15 Brian BehlendorfAdd missing NULL in zpl_xattr_handlers
2012-01-12 Darik HornApply the ZoL coding standard to zpl_xattr.c
2012-01-12 Brian BehlendorfLinux 3.2 compat, security_inode_init_security()
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-07-01 Brian BehlendorfLinux compat 2.6.39: security_inode_init_security()
2011-04-19 Gunnar BeutnerTruncate the xattr znode when updating existing attributes.
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-11 Brian BehlendorfLinux 2.6.33 compat, get/set xattr callbacks
2011-02-11 Brian BehlendorfLinux 2.6.35 compat, const struct xattr_handler
2011-02-10 Brian BehlendorfAdd Hooks for Linux Xattr Operations