summaryrefslogtreecommitdiff
path: root/fs/afs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-151-23/+0
* afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2021-03-151-1/+7
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
* afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells2020-11-031-6/+1
* afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter2020-10-271-1/+1
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-173/+127
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-4/+4
* afs: xattr: use scnprintfMark Salyzyn2019-11-211-7/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-28/+75
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-4/+4
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-151-40/+46
* afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4
* afs: Implement YFS ACL settingDavid Howells2019-05-071-0/+49
* afs: Get YFS ACLs and information through xattrsDavid Howells2019-05-071-1/+100
* afs: implement acl settingJoe Gorse2019-05-071-2/+50
* afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-071-0/+53
* afs: Fix getting the afs.fid xattrDavid Howells2019-05-071-3/+12
* afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells2019-05-071-2/+2
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-1/+1
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-1/+1
* afs: Overhaul cell database managementDavid Howells2017-11-131-1/+1
* afs: Add metadata xattrsDavid Howells2017-07-091-0/+121