summaryrefslogtreecommitdiff
path: root/fs/init.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-84/+14
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro1-2/+4
2026-01-16non-consuming variant of do_mknodat()Al Viro1-1/+2
2026-01-16non-consuming variant of do_mkdirat()Al Viro1-1/+2
2026-01-16non-consuming variant of do_symlinkat()Al Viro1-2/+3
2026-01-16non-consuming variant of do_linkat()Al Viro1-2/+3
2026-01-13init_link(): turn into a trivial wrapper for do_linkat()Al Viro1-31/+2
2026-01-13init_symlink(): turn into a trivial wrapper for do_symlinkat()Al Viro1-13/+2
2026-01-13init_mkdir(): turn into a trivial wrapper for do_mkdirat()Al Viro1-18/+1
2026-01-13init_mknod(): turn into a trivial wrapper for do_mknodat()Al Viro1-20/+1
2026-01-12fs: add init_pivot_root()Christian Brauner1-0/+17
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-8/+9
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-2/+5
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton1-4/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-5/+7
2021-01-24init: handle idmapped mountsChristian Brauner1-9/+11
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-6/+8
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-3/+3
2020-08-05init: add an init_dup helperChristoph Hellwig1-0/+12
2020-07-31init: add an init_utimes helperChristoph Hellwig1-0/+13
2020-07-31init: add an init_stat helperChristoph Hellwig1-0/+15
2020-07-31init: add an init_mknod helperChristoph Hellwig1-0/+25
2020-07-31init: add an init_mkdir helperChristoph Hellwig1-0/+18
2020-07-31init: add an init_symlink helperChristoph Hellwig1-0/+16
2020-07-31init: add an init_link helperChristoph Hellwig1-0/+33
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-0/+13
2020-07-31init: add an init_chmod helperChristoph Hellwig1-0/+13
2020-07-31init: add an init_chown helperChristoph Hellwig1-0/+18
2020-07-31init: add an init_chroot helperChristoph Hellwig1-0/+24
2020-07-31init: add an init_chdir helperChristoph Hellwig1-0/+16
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_unlink helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_umount helperChristoph Hellwig1-0/+14
2020-07-31init: add an init_mount helperChristoph Hellwig1-0/+25