Age | Commit message (Expand) | Author | Files | Lines |
2020-07-14 | fuse: reject options on reconfigure via fsconfig(2) | Miklos Szeredi | 1 | -0/+1 |
2020-05-05 | docs: filesystems: convert mount_api.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-02-07 | prefix-handling analogues of errorf() and friends | Al Viro | 1 | -0/+4 |
2020-02-07 | add prefix to fs_context->log | Al Viro | 1 | -2/+2 |
2020-02-07 | new primitive: __fs_parse() | Al Viro | 1 | -4/+2 |
2020-02-07 | struct p_log, variants of warnf() et.al. taking that one instead | Al Viro | 1 | -0/+11 |
2020-02-07 | teach logfc() to handle prefices, give it saner calling conventions | Al Viro | 1 | -6/+10 |
2020-02-07 | get rid of fs_value_is_filename_empty | Al Viro | 1 | -1/+0 |
2019-09-25 | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2019-09-06 | vfs: subtype handling moved to fuse | David Howells | 1 | -1/+0 |
2019-09-05 | vfs: Add a single-or-reconfig keying to vfs_get_super() | David Howells | 1 | -0/+4 |
2019-09-05 | vfs: Create fs_context-aware mount_bdev() replacement | David Howells | 1 | -0/+5 |
2019-09-05 | new helper: get_tree_keyed() | Al Viro | 1 | -1/+6 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+7 |
2019-07-05 | convenience helper: get_tree_single() | Al Viro | 1 | -0/+3 |
2019-07-05 | convenience helper get_tree_nodev() | Al Viro | 1 | -0/+3 |
2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 1 | -5/+1 |
2019-06-08 | docs: fix broken documentation links | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-05-26 | vfs: Provide sb->s_iflags settings in fs_context struct | David Howells | 1 | -0/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
2019-03-21 | vfs: Implement logging through fs_context | David Howells | 1 | -7/+15 |
2019-03-21 | vfs: syscall: Add fsopen() to prepare for superblock creation | David Howells | 1 | -0/+16 |
2019-02-28 | vfs: Implement logging through fs_context | David Howells | 1 | -4/+14 |
2019-02-28 | introduce cloning of fs_context | Al Viro | 1 | -0/+2 |
2019-02-28 | convenience helpers: vfs_get_super() and sget_fc() | Al Viro | 1 | -0/+15 |
2019-02-28 | vfs: Implement a filesystem superblock creation/configuration context | David Howells | 1 | -0/+5 |
2019-02-28 | vfs: Put security flags into the fs_context struct | David Howells | 1 | -0/+1 |
2019-02-28 | vfs: Add configuration parser helpers | David Howells | 1 | -0/+29 |
2019-01-31 | vfs: Introduce logging functions | David Howells | 1 | -0/+42 |
2019-01-31 | introduce fs_context methods | Al Viro | 1 | -0/+13 |
2019-01-31 | fs_context flavour for submounts | Al Viro | 1 | -0/+3 |
2019-01-31 | convert do_remount_sb() to fs_context | David Howells | 1 | -0/+4 |
2019-01-31 | vfs: Introduce fs_context, switch vfs_kern_mount() to it. | David Howells | 1 | -0/+64 |