summaryrefslogtreecommitdiff
path: root/fs/fuse/acl.c
AgeCommit message (Expand)Author
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-10fuse: fix bad inodeMiklos Szeredi
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman
2016-10-01fuse: Add posix ACL supportSeth Forshee