aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09fuse: move fuse_xattr_handlers to .rodataGravatar Wedson Almeida Filho 1-1/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 1-51/+0
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-2/+2
2021-10-22fuse: move fuse_invalidate_attr() into fuse_update_ctime()Gravatar Miklos Szeredi 1-6/+4
2021-04-14fuse: extend FUSE_SETXATTR requestGravatar Vivek Goyal 1-3/+6
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+2
2020-12-10fuse: fix bad inodeGravatar Miklos Szeredi 1-0/+9
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-17/+17
2019-09-10fuse: rearrange and resize fuse_args fieldsGravatar Miklos Szeredi 1-2/+2
2019-09-10fuse: flatten 'struct fuse_args'Gravatar Miklos Szeredi 1-38/+38
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsGravatar Eric W. Biederman 1-0/+43
2016-10-03fuse: limit xattr returned sizeGravatar Miklos Szeredi 1-2/+2
2016-10-01fuse: Add posix ACL supportGravatar Seth Forshee 1-5/+13
2016-10-01fuse: Use generic xattr opsGravatar Seth Forshee 1-0/+203