summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2024-04-231-1/+1
* xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong2024-04-231-2/+22
* xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-231-0/+1
* xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson2024-04-231-0/+4
* xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong2024-04-231-1/+2
* xfs: make attr removal an explicit operationDarrick J. Wong2024-04-231-3/+6
* xfs: remove xfs_da_args.attr_flagsDarrick J. Wong2024-04-231-4/+15
* xfs: only clear log incompat flags at clean unmountDarrick J. Wong2024-04-151-36/+6
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+6
* Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\
| * xfs: move xfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-101-1/+1
* | xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong2023-09-121-0/+11
|/
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong2022-11-301-1/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-151-1/+16
* xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-271-3/+31
* xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-271-0/+49
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-1/+1
* xfs: prevent metadata files from being inactivatedDarrick J. Wong2021-03-251-0/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-3/+4
* xfs: remove duplicate headersChen Zhou2020-05-081-1/+0
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-2/+0
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-12/+6
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-021-24/+2
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-1/+1
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-021-3/+3
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-4/+0
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-021-11/+13
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-7/+14
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-021-7/+2
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-091-4/+7
* xfs: also remove cached ACLs when removing the underlying attrChristoph Hellwig2020-01-091-3/+4
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: allocate xattr buffer on demandDave Chinner2019-08-301-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-02-141-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: several xattr functions can be voidEric Sandeen2016-12-051-13/+10
* Make __xfs_xattr_put_listen preperly report errors.Artem Savkov2016-09-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-4/+5
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-6/+11
|\ \ | |/ |/|
| * xfs: don't pass value into attr ->put_listentEric Sandeen2016-04-061-2/+1
| * xfs: only return -errno or success from attr ->put_listentEric Sandeen2016-04-061-4/+10
* | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-3/+3
|/
* xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher2015-12-061-78/+59
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-6/+0
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-4/+4