summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-28cifs: check whether acl is valid earlyChristian Brauner
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-28acl: make vfs_posix_acl_to_xattr() staticChristian Brauner
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner
2022-10-26fs: remove unused idmapping helpersChristian Brauner
2022-10-26ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-26ima: use type safe idmapping helpersChristian Brauner
2022-10-26apparmor: use type safe idmapping helpersChristian Brauner
2022-10-26caps: use type safe idmapping helpersChristian Brauner
2022-10-26fs: use type safe idmapping helpersChristian Brauner
2022-10-26mnt_idmapping: add missing helpersChristian Brauner
2022-10-24Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-20acl: remove a slew of now unused helpersChristian Brauner
2022-10-209p: use stub posix acl handlersChristian Brauner
2022-10-20cifs: use stub posix acl handlersChristian Brauner
2022-10-20ovl: use stub posix acl handlersChristian Brauner
2022-10-20ecryptfs: use stub posix acl handlersChristian Brauner
2022-10-20evm: remove evm_xattr_acl_change()Christian Brauner
2022-10-20xattr: use posix acl apiChristian Brauner
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-20ovl: implement set acl methodChristian Brauner
2022-10-20ovl: implement get acl methodChristian Brauner
2022-10-20ecryptfs: implement set acl methodChristian Brauner
2022-10-20ecryptfs: implement get acl methodChristian Brauner
2022-10-20ksmbd: use vfs_remove_acl()Christian Brauner
2022-10-20acl: add vfs_remove_acl()Christian Brauner
2022-10-20acl: add vfs_get_acl()Christian Brauner
2022-10-20acl: add vfs_set_acl()Christian Brauner
2022-10-20internal: add may_write_xattr()Christian Brauner
2022-10-20evm: add post set acl hookChristian Brauner
2022-10-20integrity: implement get and set acl hookChristian Brauner
2022-10-20smack: implement get, set and remove acl hookChristian Brauner
2022-10-20selinux: implement get, set and remove acl hookChristian Brauner
2022-10-20security: add get, remove and set acl hookChristian Brauner
2022-10-209p: implement set acl methodChristian Brauner
2022-10-209p: implement get acl methodChristian Brauner
2022-10-20cifs: implement set acl methodChristian Brauner
2022-10-20cifs: implement get acl methodChristian Brauner
2022-10-20fs: add new get acl methodChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner
2022-10-18Merge branch 'fs.ovl.setgid' into for-nextChristian Brauner
2022-10-18ovl: remove privs in ovl_fallocate()Amir Goldstein
2022-10-18ovl: remove privs in ovl_copyfile()Amir Goldstein
2022-10-18attr: use consistent sgid stripping checksChristian Brauner