summaryrefslogtreecommitdiffstats
path: root/fs/fuse/acl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-7/+7
|\
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-241-7/+61
|/
* Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-1/+1
|\
| * fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-261-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+2
|/
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal2021-04-141-1/+6
* fuse: extend FUSE_SETXATTR requestVivek Goyal2021-04-141-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* fuse: fix bad inodeMiklos Szeredi2020-12-101-0/+6
* fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-201-2/+2
* fuse: Add posix ACL supportSeth Forshee2016-10-011-0/+99