summaryrefslogtreecommitdiffstats
path: root/fs/init.c
AgeCommit message (Expand)AuthorLines
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton-4/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-3/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-5/+7
2021-01-24init: handle idmapped mountsChristian Brauner-9/+11
2021-01-24namei: prepare for idmapped mountsChristian Brauner-6/+8
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner-3/+3
2020-08-04init: add an init_dup helperChristoph Hellwig-0/+12
2020-07-31init: add an init_utimes helperChristoph Hellwig-0/+13
2020-07-31init: add an init_stat helperChristoph Hellwig-0/+15
2020-07-31init: add an init_mknod helperChristoph Hellwig-0/+25
2020-07-31init: add an init_mkdir helperChristoph Hellwig-0/+18
2020-07-31init: add an init_symlink helperChristoph Hellwig-0/+16
2020-07-31init: add an init_link helperChristoph Hellwig-0/+33
2020-07-31init: add an init_eaccess helperChristoph Hellwig-0/+13
2020-07-31init: add an init_chmod helperChristoph Hellwig-0/+13
2020-07-31init: add an init_chown helperChristoph Hellwig-0/+18
2020-07-31init: add an init_chroot helperChristoph Hellwig-0/+24
2020-07-31init: add an init_chdir helperChristoph Hellwig-0/+16
2020-07-31init: add an init_rmdir helperChristoph Hellwig-0/+5
2020-07-31init: add an init_unlink helperChristoph Hellwig-0/+5
2020-07-31init: add an init_umount helperChristoph Hellwig-0/+14
2020-07-31init: add an init_mount helperChristoph Hellwig-0/+25