aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs_context.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-12fs: factor out vfs_parse_monolithic_sep() helperGravatar Amir Goldstein 1-0/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+2
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLGravatar Christian Brauner 1-0/+1
2023-08-14super: remove get_tree_single_reconf()Gravatar Christian Brauner 1-3/+0
2023-08-10fs: export setup_bdev_superGravatar Christoph Hellwig 1-0/+2
2023-03-16fs_context: drop the unused lsm_flags memberGravatar Ondrej Mosnacek 1-1/+0
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-11-25fs: simplify vfs_get_superGravatar Christoph Hellwig 1-14/+0
2022-10-17fs: edit a comment made in bad tasteGravatar Paul Moore 1-1/+1
2022-01-17devtmpfs regression fix: reconfigure on each mountGravatar NeilBrown 1-0/+2
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPGravatar Paul Gortmaker 1-0/+1
2021-07-14fs: add vfs_parse_fs_param_source() helperGravatar Christian Brauner 1-0/+2
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Gravatar Miklos Szeredi 1-0/+1
2020-05-05docs: filesystems: convert mount_api.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-02-07prefix-handling analogues of errorf() and friendsGravatar Al Viro 1-0/+4
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-2/+2
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-4/+2
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadGravatar Al Viro 1-0/+11
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsGravatar Al Viro 1-6/+10
2020-02-07get rid of fs_value_is_filename_emptyGravatar Al Viro 1-1/+0
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2019-09-06vfs: subtype handling moved to fuseGravatar David Howells 1-1/+0
2019-09-05vfs: Add a single-or-reconfig keying to vfs_get_super()Gravatar David Howells 1-0/+4
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementGravatar David Howells 1-0/+5
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-1/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+7
2019-07-04convenience helper: get_tree_single()Gravatar Al Viro 1-0/+3
2019-07-04convenience helper get_tree_nodev()Gravatar Al Viro 1-0/+3
2019-06-14Merge tag 'v5.2-rc4' into mauroGravatar Jonathan Corbet 1-5/+1
2019-06-08docs: fix broken documentation linksGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structGravatar David Howells 1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-03-20vfs: Implement logging through fs_contextGravatar David Howells 1-7/+15
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationGravatar David Howells 1-0/+16
2019-02-28vfs: Implement logging through fs_contextGravatar David Howells 1-4/+14
2019-02-28introduce cloning of fs_contextGravatar Al Viro 1-0/+2
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Gravatar Al Viro 1-0/+15
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextGravatar David Howells 1-0/+5
2019-02-28vfs: Put security flags into the fs_context structGravatar David Howells 1-0/+1
2019-02-28vfs: Add configuration parser helpersGravatar David Howells 1-0/+29
2019-01-30vfs: Introduce logging functionsGravatar David Howells 1-0/+42
2019-01-30introduce fs_context methodsGravatar Al Viro 1-0/+13
2019-01-30fs_context flavour for submountsGravatar Al Viro 1-0/+3
2019-01-30convert do_remount_sb() to fs_contextGravatar David Howells 1-0/+4
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.Gravatar David Howells 1-0/+64