aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobGravatar Darrick J. Wong 1-1/+16
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsGravatar Darrick J. Wong 1-3/+31
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cGravatar Darrick J. Wong 1-0/+49
2022-05-12xfs: separate out initial attr_set statesGravatar Dave Chinner 1-1/+1
2021-03-25xfs: prevent metadata files from being inactivatedGravatar Darrick J. Wong 1-0/+2
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-3/+4
2020-05-08xfs: remove duplicate headersGravatar Chen Zhou 1-1/+0
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-2/+0
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-12/+6
2020-03-02xfs: improve xfs_forget_aclGravatar Christoph Hellwig 1-24/+2
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 1-3/+3
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 1-4/+0
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getGravatar Christoph Hellwig 1-11/+13
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 1-7/+14
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setGravatar Christoph Hellwig 1-7/+2
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Gravatar Allison Henderson 1-4/+7
2020-01-09xfs: also remove cached ACLs when removing the underlying attrGravatar Christoph Hellwig 1-3/+4
2019-11-07xfs: fix missing header includesGravatar Darrick J. Wong 1-0/+1
2019-08-30xfs: allocate xattr buffer on demandGravatar Dave Chinner 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-14xfs: don't overflow xattr listent bufferGravatar Darrick J. Wong 1-0/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2016-12-05xfs: several xattr functions can be voidGravatar Eric Sandeen 1-13/+10
2016-09-14Make __xfs_xattr_put_listen preperly report errors.Gravatar Artem Savkov 1-0/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-4/+5
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+11
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-3/+3
2016-04-06xfs: don't pass value into attr ->put_listentGravatar Eric Sandeen 1-2/+1
2016-04-06xfs: only return -errno or success from attr ->put_listentGravatar Eric Sandeen 1-4/+10
2015-12-06xfs: Change how listxattr generates synthetic attributesGravatar Andreas Gruenbacher 1-78/+59
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-6/+0
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-4/+4
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+6
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-4/+6
2015-11-03xfs: invalidate cached acl if set via ioctlGravatar Andreas Gruenbacher 1-14/+24
2015-11-03xfs: invalidate cached acl if set directly via xattrGravatar Brian Foster 1-2/+19
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-3/+3
2014-01-25xfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-2/+2
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-1/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+1
2013-10-23xfs: unify directory/attribute format definitionsGravatar Dave Chinner 1-1/+6
2013-08-12xfs: kill xfs_vnodeops.[ch]Gravatar Dave Chinner 1-1/+0
2013-08-12xfs: split out inode log item format definitionGravatar Dave Chinner 1-0/+1
2011-08-12xfs: remove subdirectoriesGravatar Christoph Hellwig 1-0/+241