summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-29xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen1-1/+18
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong1-1/+1
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong1-2/+22
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson1-0/+1
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson1-0/+4
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong1-1/+2
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong1-3/+6
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong1-4/+15
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-36/+6
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+6
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-10xfs: move xfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-09-12xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong1-0/+11
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2022-11-30xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong1-1/+1
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong1-1/+16
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong1-3/+31
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong1-0/+49
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-1/+1
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong1-0/+2
2021-01-24acl: handle idmapped mountsChristian Brauner1-3/+4
2020-05-08xfs: remove duplicate headersChen Zhou1-1/+0
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-2/+0
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-12/+6
2020-03-02xfs: improve xfs_forget_aclChristoph Hellwig1-24/+2
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-1/+1
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-3/+3
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig1-4/+0
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig1-11/+13
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig1-7/+14
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig1-7/+2
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson1-4/+7
2020-01-09xfs: also remove cached ACLs when removing the underlying attrChristoph Hellwig1-3/+4
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-08-30xfs: allocate xattr buffer on demandDave Chinner1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2016-12-05xfs: several xattr functions can be voidEric Sandeen1-13/+10
2016-09-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+11
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-3/+3
2016-04-06xfs: don't pass value into attr ->put_listentEric Sandeen1-2/+1
2016-04-06xfs: only return -errno or success from attr ->put_listentEric Sandeen1-4/+10
2015-12-06xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher1-78/+59
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-6/+0