aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/acl.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+7
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 1-7/+61
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+4
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDGravatar Vivek Goyal 1-1/+6
2021-04-14fuse: extend FUSE_SETXATTR requestGravatar Vivek Goyal 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2020-12-10fuse: fix bad inodeGravatar Miklos Szeredi 1-0/+6
2018-03-20fuse: Support fuse filesystems outside of init_user_nsGravatar Eric W. Biederman 1-2/+2
2016-10-01fuse: Add posix ACL supportGravatar Seth Forshee 1-0/+99