| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-09 | Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -84/+14 |
| 2026-01-16 | non-consuming variants of do_{unlinkat,rmdir}() | Al Viro | 1 | -2/+4 |
| 2026-01-16 | non-consuming variant of do_mknodat() | Al Viro | 1 | -1/+2 |
| 2026-01-16 | non-consuming variant of do_mkdirat() | Al Viro | 1 | -1/+2 |
| 2026-01-16 | non-consuming variant of do_symlinkat() | Al Viro | 1 | -2/+3 |
| 2026-01-16 | non-consuming variant of do_linkat() | Al Viro | 1 | -2/+3 |
| 2026-01-13 | init_link(): turn into a trivial wrapper for do_linkat() | Al Viro | 1 | -31/+2 |
| 2026-01-13 | init_symlink(): turn into a trivial wrapper for do_symlinkat() | Al Viro | 1 | -13/+2 |
| 2026-01-13 | init_mkdir(): turn into a trivial wrapper for do_mkdirat() | Al Viro | 1 | -18/+1 |
| 2026-01-13 | init_mknod(): turn into a trivial wrapper for do_mknodat() | Al Viro | 1 | -20/+1 |
| 2026-01-12 | fs: add init_pivot_root() | Christian Brauner | 1 | -0/+17 |
| 2025-11-12 | vfs: make vfs_symlink break delegations on parent dir | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: make vfs_mknod break delegations on parent directory | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: allow mkdir to wait for delegation break on parent | Jeff Layton | 1 | -1/+1 |
| 2025-09-23 | VFS: rename kern_path_locked() and related functions. | NeilBrown | 1 | -8/+9 |
| 2025-03-05 | VFS: Change vfs_mkdir() to return the dentry. | NeilBrown | 1 | -2/+5 |
| 2023-10-19 | fs: add a new SB_I_NOUMASK flag | Jeff Layton | 1 | -4/+2 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -3/+1 |
| 2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -5/+7 |
| 2021-01-24 | init: handle idmapped mounts | Christian Brauner | 1 | -9/+11 |
| 2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -6/+8 |
| 2021-01-24 | namei: handle idmapped mounts in may_*() helpers | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 1 | -3/+3 |
| 2020-08-04 | init: add an init_dup helper | Christoph Hellwig | 1 | -0/+12 |
| 2020-07-31 | init: add an init_utimes helper | Christoph Hellwig | 1 | -0/+13 |
| 2020-07-31 | init: add an init_stat helper | Christoph Hellwig | 1 | -0/+15 |
| 2020-07-31 | init: add an init_mknod helper | Christoph Hellwig | 1 | -0/+25 |
| 2020-07-31 | init: add an init_mkdir helper | Christoph Hellwig | 1 | -0/+18 |
| 2020-07-31 | init: add an init_symlink helper | Christoph Hellwig | 1 | -0/+16 |
| 2020-07-31 | init: add an init_link helper | Christoph Hellwig | 1 | -0/+33 |
| 2020-07-31 | init: add an init_eaccess helper | Christoph Hellwig | 1 | -0/+13 |
| 2020-07-31 | init: add an init_chmod helper | Christoph Hellwig | 1 | -0/+13 |
| 2020-07-31 | init: add an init_chown helper | Christoph Hellwig | 1 | -0/+18 |
| 2020-07-31 | init: add an init_chroot helper | Christoph Hellwig | 1 | -0/+24 |
| 2020-07-31 | init: add an init_chdir helper | Christoph Hellwig | 1 | -0/+16 |
| 2020-07-31 | init: add an init_rmdir helper | Christoph Hellwig | 1 | -0/+5 |
| 2020-07-31 | init: add an init_unlink helper | Christoph Hellwig | 1 | -0/+5 |
| 2020-07-31 | init: add an init_umount helper | Christoph Hellwig | 1 | -0/+14 |
| 2020-07-31 | init: add an init_mount helper | Christoph Hellwig | 1 | -0/+25 |