summaryrefslogtreecommitdiffstats
path: root/fs/fuse/acl.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-7/+61
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+4
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal1-1/+6
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2020-12-10fuse: fix bad inodeMiklos Szeredi1-0/+6
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-2/+2
2016-10-01fuse: Add posix ACL supportSeth Forshee1-0/+99