aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-171-0/+9
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-1/+1
* Linux AIO SupportRichard Yao2014-09-051-2/+4
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-171-3/+3
* Linux 3.14 compat: posix_acl_{create,chmod}Chunwei Chen2014-04-101-2/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-40/+41
* Revert "Use directory xattrs for symlinks"Ned Bass2013-12-101-4/+0
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+6
* Posix ACL SupportMassimo Maggi2013-10-291-2/+465
* Prevent xattr remove from creating xattr directoryBrian Behlendorf2013-10-291-5/+18
* Use directory xattrs for symlinksBrian Behlendorf2013-08-221-0/+4
* Linux 3.11 compat: fops->iterate()Richard Yao2013-08-151-9/+40
* Only check directory xattr on ENOENTBrian Behlendorf2013-05-101-1/+1
* Correctly return ERANGE in getxattr(2)Brian Behlendorf2013-04-241-2/+10
* Add missing NULL in zpl_xattr_handlersBrian Behlendorf2012-03-151-0/+1
* Apply the ZoL coding standard to zpl_xattr.cDarik Horn2012-01-121-17/+16
* Linux 3.2 compat, security_inode_init_security()Brian Behlendorf2012-01-121-0/+29
* Implement SA based xattrsBrian Behlendorf2011-11-281-63/+266
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-3/+3
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-011-2/+4
* Truncate the xattr znode when updating existing attributes.Gunnar Beutner2011-04-191-1/+7
* Linux 2.6.29 compat, credentialsBrian Behlendorf2011-03-221-11/+11
* Linux 2.6.33 compat, get/set xattr callbacksBrian Behlendorf2011-02-111-7/+13
* Linux 2.6.35 compat, const struct xattr_handlerBrian Behlendorf2011-02-101-4/+4
* Add Hooks for Linux Xattr OperationsBrian Behlendorf2011-02-101-0/+432