summaryrefslogtreecommitdiff
path: root/include/linux/fs_context.h
AgeCommit message (Expand)Author
2023-10-12fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner
2023-08-14super: remove get_tree_single_reconf()Christian Brauner
2023-08-10fs: export setup_bdev_superChristoph Hellwig
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-25fs: simplify vfs_get_superChristoph Hellwig
2022-10-17fs: edit a comment made in bad tastePaul Moore
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-05-05docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab
2020-02-07prefix-handling analogues of errorf() and friendsAl Viro
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro
2020-02-07get rid of fs_value_is_filename_emptyAl Viro
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2019-09-05vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells
2019-09-05new helper: get_tree_keyed()Al Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04convenience helper: get_tree_single()Al Viro
2019-07-04convenience helper get_tree_nodev()Al Viro
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-03-20vfs: Implement logging through fs_contextDavid Howells
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells
2019-02-28vfs: Implement logging through fs_contextDavid Howells
2019-02-28introduce cloning of fs_contextAl Viro
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells
2019-02-28vfs: Put security flags into the fs_context structDavid Howells
2019-02-28vfs: Add configuration parser helpersDavid Howells
2019-01-30vfs: Introduce logging functionsDavid Howells
2019-01-30introduce fs_context methodsAl Viro
2019-01-30fs_context flavour for submountsAl Viro
2019-01-30convert do_remount_sb() to fs_contextDavid Howells
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells