2023-05-15 | Fabian Frederick | jffs2: reduce stack usage in jffs2_build_xattr_subsystem() Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-05-15 | Anuradha Weeraman | fs/open.c: Fix W=1 kernel doc warnings Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-05-15 | Azeem Shaikh | vfs: Replace all non-returning strlcpy with strscpy Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-05-15 | Min-Hua Chen | fs: use correct __poll_t type Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-05-12 | Jens Axboe | pipe: check for IOCB_NOWAIT alongside O_NONBLOCK Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-12 | Tetsuo Handa | fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read... Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-06 | Christian Brauner | pnode: pass mountpoint directly Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-06 | Tobias Klauser | selftests/clone3: fix number of tests in ksft_set_plan Cc: Christian Brauner <brauner@kernel.org> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-06 | Wen Yang | eventfd: use wait_event_interruptible_locked_irq()... Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-04 | Chung-Chiang Cheng | splice: report related fsnotify events Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-03 | Christian Brauner | fanotify: use pidfd_prepare() Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-03 | Christian Brauner | fork: use pidfd_prepare() Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-03 | Christian Brauner | pid: add pidfd_prepare() Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-04-03 | Jeff Layton | fs: consolidate duplicate dt_type helpers Suggested-by: Christian Brauner <brauner@kernel.org> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-31 | Christian Brauner | fs: drop peer group ids under namespace lock Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-30 | Christian Brauner | nfs: use vfs setgid helper Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-27 | Stephen Kitt | Update relatime comments to include equality Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-27 | Jiapeng Chong | fs/buffer: Remove redundant assignment to err Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-23 | Mike Christie | vhost: use vhost_tasks for worker threads Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-23 | Mike Christie | vhost: move worker thread fields to new struct Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-23 | Mike Christie | vhost_task: Allow vhost layer to use copy_process Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-22 | Christian Brauner | open: return EINVAL for O_DIRECTORY | O_CREAT Signed-off-by: Christian Brauner <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-16 | Ondrej Mosnacek | fs_context: drop the unused lsm_flags member Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-15 | Andy Shevchenko | fs/namespace: fnic: Switch to use %ptTd Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-14 | Christian Brauner | Documentation: update idmappings.rst Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-13 | Luis Chamberlain | devpts: simplify two-level sysctl registration for... Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-13 | Changcheng Liu | eventpoll: align comment with nested epoll limitation Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | fork: allow kernel code to call copy_process Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | fork: Add kernel_clone_args flag to ignore signals Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | fork: add kernel_clone_args flag to not dup/clone files Acked-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | fork/vm: Move common PF_IO_WORKER behavior to new flag Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | kernel: Make io_thread and kthread bit fields Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | kthread: Pass in the thread's name during creation Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | kernel: Allow a kernel thread's name to be set in copy_process Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-12 | Mike Christie | csky: Remove kernel_thread declaration Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-09 | Seth Forshee | filelocks: use mount idmapping for setlease permission... Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-09 | Jiapeng Chong | fs/locks: Remove redundant assignment to cmd Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-09 | Jiapeng Chong | splice: Remove redundant assignment to ret Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-08 | Lukas Bulwahn | MAINTAINERS: repair a malformed T: entry in IDMAPPED... Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-08 | Tobias Klauser | selftests/clone3: test clone3 with CLONE_NEWTIME Cc: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-08 | Tobias Klauser | fork: allow CLONE_NEWTIME in clone3 flags Cc: Christian Brauner <brauner@kernel.org> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-08 | David Disseldorp | watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error... Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | acl: don't depend on IOP_XATTR Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | ovl: check for ->listxattr() support Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | reiserfs: rework priv inode handling Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | fs: rename generic posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | reiserfs: rework ->listxattr() implementation Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | fs: simplify ->listxattr() implementation Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | fs: drop unused posix acl handlers Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | xattr: remove unused argument Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | xattr: add listxattr helper Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org> |
commit | commitdiff | tree |
2023-03-06 | Christian Brauner | xattr: simplify listxattr helpers 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 Cc: Christian Brauner <brauner@kernel.org> 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 Cc: Christian Brauner <brauner@kernel.org> 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 Reviewed-by: Christian Brauner <brauner@kernel.org> 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 |
next |