2023-03-08 | Tobias Klauser | selftests/clone3: test clone3 with CLONE_NEWTIME Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-08 | Tobias Klauser | fork: allow CLONE_NEWTIME in clone3 flags Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-27 | Jann Horn | fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are... Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-24 | Christian Brauner | fuse: fixes after adapting to new posix acl api Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-20 | Giuseppe Scrivano | shmem: support idmapped mounts for tmpfs Tested-by: Christian Brauner (Microsoft) <brauner@kernel.org> Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: move mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port vfs{g,u}id helpers to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port fs{g,u}id helpers to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port i_{g,u}id_{needs_}update() to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | quota: port to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port privilege checking helpers to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port inode_owner_or_capable() to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port inode_init_owner() to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port acl to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port xattr to mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->permission() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->fileattr_set() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->set_acl() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->get_acl() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->tmpfile() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->rename() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->mknod() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->mkdir() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->symlink() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->create() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->getattr() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-19 | Christian Brauner | fs: port ->setattr() to pass mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-18 | Christian Brauner | fs: port vfs_*() helpers to struct mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-18 | Christian Brauner | f2fs: project ids aren't idmapped Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-01-08 | Uros Bizjak | posix_acl: Use try_cmpxchg in get_acl Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-12-21 | Christian Brauner | pnode: terminate at peers of source Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-12-13 | Christian Brauner | mnt_idmapping: move ima-only helpers to ima Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-12-02 | Uros Bizjak | posix_acl: Fix the type of sentinel in get_acl Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-24 | Christian Brauner | fs: use consistent setgid checks in is_sxid() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-13 | Christian Brauner | orangefs: fix mode handling Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-12 | Christian Brauner | xattr: use rbtree for simple_xattrs Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-07 | Ondrej Mosnacek | fs: don't audit the capability check in simple_xattr_list() Suggested-by: Christian Brauner (Microsoft) <brauner@kernel.org> Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-07 | Michael Weiß | squashfs: enable idmapped mounts Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-11-03 | Christian Brauner | ovl: call posix_acl_release() after error checking Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-31 | Christian Brauner | acl: conver higher-level helpers to rely on mnt_idmap Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-31 | Christian Brauner | fs: introduce dedicated idmap type for mounts Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-28 | Christian Brauner | evm: remove dead code in evm_inode_set_acl() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-28 | Christian Brauner | Merge branch 'fs.acl.rework' into for-next |
commit | commitdiff | tree |
2022-10-28 | Christian Brauner | cifs: check whether acl is valid early Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-28 | Christian Brauner | Merge branch 'fs.acl.rework' into for-next |
commit | commitdiff | tree |
2022-10-28 | Christian Brauner | acl: make vfs_posix_acl_to_xattr() static Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | Merge branch 'fs.vfsuid.conversion' into for-next |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | fs: remove unused idmapping helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | ovl: port to vfs{g,u}id_t and associated helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | fuse: port to vfs{g,u}id_t and associated helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | ima: use type safe idmapping helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | apparmor: use type safe idmapping helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | caps: use type safe idmapping helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | fs: use type safe idmapping helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-26 | Christian Brauner | mnt_idmapping: add missing helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-24 | Christian Brauner | Merge branch 'fs.acl.rework' into for-next |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | acl: remove a slew of now unused helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | 9p: use stub posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | cifs: use stub posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ovl: use stub posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ecryptfs: use stub posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | evm: remove evm_xattr_acl_change() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | xattr: use posix acl api Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ovl: use posix acl api Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ovl: implement set acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ovl: implement get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ecryptfs: implement set acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ecryptfs: implement get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | ksmbd: use vfs_remove_acl() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | acl: add vfs_remove_acl() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | acl: add vfs_get_acl() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | acl: add vfs_set_acl() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | internal: add may_write_xattr() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | evm: add post set acl hook Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | integrity: implement get and set acl hook Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | smack: implement get, set and remove acl hook Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | selinux: implement get, set and remove acl hook Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | security: add get, remove and set acl hook Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | 9p: implement set acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | 9p: implement get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | cifs: implement set acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | cifs: implement get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | fs: add new get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-20 | Christian Brauner | fs: rename current get acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-19 | Christian Brauner | fs: pass dentry to set acl method Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-19 | Christian Brauner | orangefs: rework posix acl handling when creating new... Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Christian Brauner | Merge branch 'fs.ovl.setgid' into for-next |
commit | commitdiff | tree |
2022-10-18 | Amir Goldstein | ovl: remove privs in ovl_fallocate() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Amir Goldstein | ovl: remove privs in ovl_copyfile() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Christian Brauner | attr: use consistent sgid stripping checks Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Christian Brauner | attr: add setattr_should_drop_sgid() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Christian Brauner | fs: move should_remove_suid() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-10-18 | Christian Brauner | attr: add in_group_or_capable() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-09-21 | Christian Brauner | xattr: always us is_posix_acl_xattr() helper Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-09-20 | Tetsuo Handa | open: always initialize ownership fields [Christian Brauner (Microsoft) <brauner@kernel.org>] Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-09-20 | Christian Brauner | fat: port to vfs{g,u}id_t and associated helpers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-09-17 | Deming Wang | acl: fix the comments of posix_acl_xattr_set Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-08-31 | Christian Brauner | xattr: constify value argument in vfs_setxattr() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2022-08-31 | Christian Brauner | ovl: use vfs_set_acl_prepare() Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
next |