summaryrefslogtreecommitdiffstats
path: root/fs/init.c
Commit message (Expand)AuthorAgeFilesLines
* init: handle idmapped mountsChristian Brauner2021-01-241-9/+11
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-6/+8
* namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
* fs: add file and path permissions helpersChristian Brauner2021-01-241-3/+3
* init: add an init_dup helperChristoph Hellwig2020-08-041-0/+12
* init: add an init_utimes helperChristoph Hellwig2020-07-311-0/+13
* init: add an init_stat helperChristoph Hellwig2020-07-311-0/+15
* init: add an init_mknod helperChristoph Hellwig2020-07-311-0/+25
* init: add an init_mkdir helperChristoph Hellwig2020-07-311-0/+18
* init: add an init_symlink helperChristoph Hellwig2020-07-311-0/+16
* init: add an init_link helperChristoph Hellwig2020-07-311-0/+33
* init: add an init_eaccess helperChristoph Hellwig2020-07-311-0/+13
* init: add an init_chmod helperChristoph Hellwig2020-07-311-0/+13
* init: add an init_chown helperChristoph Hellwig2020-07-311-0/+18
* init: add an init_chroot helperChristoph Hellwig2020-07-311-0/+24
* init: add an init_chdir helperChristoph Hellwig2020-07-311-0/+16
* init: add an init_rmdir helperChristoph Hellwig2020-07-311-0/+5
* init: add an init_unlink helperChristoph Hellwig2020-07-311-0/+5
* init: add an init_umount helperChristoph Hellwig2020-07-311-0/+14
* init: add an init_mount helperChristoph Hellwig2020-07-311-0/+25