summaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.12 compat: CURRENT_TIME removedBrian Behlendorf2017-05-101-3/+2
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-16/+16
* Fix spellingka72017-01-031-1/+1
* Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-4/+4
* Linux 3.14 compat: assign inode->set_acltuxoko2016-11-091-6/+6
* Batch free zpl_posix_acl_releaseChunwei Chen2016-11-071-0/+100
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-08-091-0/+10
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-08-081-2/+2
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-08-081-2/+0
* Linux 4.5 compat: Use xattr_handler->name for aclChunwei Chen2016-04-251-20/+44
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-1/+1
* Fix ZPL miswrite of default POSIX ACLNed Bass2016-04-181-1/+1
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-201-197/+255
* Prevent duplicated xattr between SA and dirChunwei Chen2016-01-151-5/+68
* Prevent SA length overflowNed Bass2015-12-301-4/+11
* Fix z_xattr_lock/z_teardown_lock inversionBrian Behlendorf2015-12-221-0/+7
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-011-2/+67
* 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