Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -9/+11 |
* | namei: prepare for idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -6/+8 |
* | namei: handle idmapped mounts in may_*() helpers | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | fs: add file and path permissions helpers | Christian Brauner | 2021-01-24 | 1 | -3/+3 |
* | init: add an init_dup helper | Christoph Hellwig | 2020-08-04 | 1 | -0/+12 |
* | init: add an init_utimes helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+13 |
* | init: add an init_stat helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+15 |
* | init: add an init_mknod helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+25 |
* | init: add an init_mkdir helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+18 |
* | init: add an init_symlink helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+16 |
* | init: add an init_link helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+33 |
* | init: add an init_eaccess helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+13 |
* | init: add an init_chmod helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+13 |
* | init: add an init_chown helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+18 |
* | init: add an init_chroot helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+24 |
* | init: add an init_chdir helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+16 |
* | init: add an init_rmdir helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+5 |
* | init: add an init_unlink helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+5 |
* | init: add an init_umount helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+14 |
* | init: add an init_mount helper | Christoph Hellwig | 2020-07-31 | 1 | -0/+25 |