aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-23/+0
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells1-1/+7
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2020-11-03afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells1-6/+1
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter1-1/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-173/+127
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-4/+4
2019-11-21afs: xattr: use scnprintfMark Salyzyn1-7/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-28/+75
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-4/+4
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells1-40/+46
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells1-5/+4
2019-05-07afs: Implement YFS ACL settingDavid Howells1-0/+49
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells1-1/+100
2019-05-07afs: implement acl settingJoe Gorse1-2/+50
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells1-0/+53
2019-05-07afs: Fix getting the afs.fid xattrDavid Howells1-3/+12
2019-05-07afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-1/+1
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-1/+1
2017-11-13afs: Overhaul cell database managementDavid Howells1-1/+1
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+121