| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-04 | change the calling conventions for vfs_parse_fs_string() | Al Viro | 1 | -10/+7 |
| 2025-04-14 | fs/fs_context: Mark an unlikely if condition with unlikely() in vfs_parse_mon... | Zijun Hu | 1 | -1/+1 |
| 2025-04-11 | fs/fs_context: Use KERN_INFO for infof()|info_plog()|infofc() | Zijun Hu | 1 | -0/+4 |
| 2024-12-22 | fs: fc_log replace magic number 7 with ARRAY_SIZE() | Guo Weikang | 1 | -1/+1 |
| 2023-10-12 | fs: factor out vfs_parse_monolithic_sep() helper | Amir Goldstein | 1 | -5/+29 |
| 2023-08-28 | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -4/+31 |
| 2023-08-19 | fs: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 1 | -3/+9 |
| 2023-08-15 | vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s... | David Howells | 1 | -1/+22 |
| 2023-08-14 | fs: add FSCONFIG_CMD_CREATE_EXCL | Christian Brauner | 1 | -0/+1 |
| 2023-06-07 | fs: avoid empty option when generating legacy mount string | Thomas Weißschuh | 1 | -1/+2 |
| 2022-01-18 | vfs: fs_context: fix up param length parsing in legacy_parse_param | Jamie Hill-Daniel | 1 | -1/+1 |
| 2021-09-03 | memcg: charge fs_context and legacy_fs_context | Yutian Yang | 1 | -2/+2 |
| 2021-07-14 | fs: add vfs_parse_fs_param_source() helper | Christian Brauner | 1 | -18/+36 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-14 | vfs: don't parse "silent" option | Miklos Szeredi | 1 | -1/+0 |
| 2020-05-14 | vfs: don't parse "posixacl" option | Miklos Szeredi | 1 | -1/+0 |
| 2020-05-14 | vfs: don't parse forbidden flags | Miklos Szeredi | 1 | -28/+0 |
| 2020-02-07 | add prefix to fs_context->log | Al Viro | 1 | -4/+5 |
| 2020-02-07 | teach logfc() to handle prefices, give it saner calling conventions | Al Viro | 1 | -46/+17 |
| 2020-02-07 | don't bother with explicit length argument for __lookup_constant() | Al Viro | 1 | -0/+2 |
| 2020-02-07 | Pass consistent param->type to fs_parse() | Al Viro | 1 | -2/+3 |
| 2019-09-06 | vfs: subtype handling moved to fuse | David Howells | 1 | -14/+0 |
| 2019-09-05 | vfs: set fs_context::user_ns for reconfigure | Eric Biggers | 1 | -3/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
| 2019-03-20 | vfs: syscall: Add fsconfig() for configuring and managing a context | David Howells | 1 | -0/+51 |
| 2019-03-20 | vfs: Implement logging through fs_context | David Howells | 1 | -14/+91 |
| 2019-03-20 | vfs: syscall: Add fsopen() to prepare for superblock creation | David Howells | 1 | -0/+4 |
| 2019-02-28 | vfs: Implement logging through fs_context | David Howells | 1 | -0/+30 |
| 2019-02-28 | introduce cloning of fs_context | Al Viro | 1 | -0/+67 |
| 2019-02-28 | vfs: Implement a filesystem superblock creation/configuration context | David Howells | 1 | -1/+299 |
| 2019-01-30 | introduce fs_context methods | Al Viro | 1 | -6/+22 |
| 2019-01-30 | fs_context flavour for submounts | Al Viro | 1 | -0/+10 |
| 2019-01-30 | convert do_remount_sb() to fs_context | David Howells | 1 | -2/+33 |
| 2019-01-30 | vfs_get_tree(): evict the call of security_sb_kern_mount() | Al Viro | 1 | -0/+8 |
| 2019-01-30 | vfs: Introduce fs_context, switch vfs_kern_mount() to it. | David Howells | 1 | -0/+182 |