aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fs_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07prefix-handling analogues of errorf() and friendsAl Viro1-0/+4
2020-02-07add prefix to fs_context->logAl Viro1-2/+2
2020-02-07new primitive: __fs_parse()Al Viro1-4/+2
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro1-0/+11
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro1-6/+10
2020-02-07get rid of fs_value_is_filename_emptyAl Viro1-1/+0
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+0
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-1/+0
2019-09-05vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells1-0/+4
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells1-0/+5
2019-09-05new helper: get_tree_keyed()Al Viro1-1/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+7
2019-07-04convenience helper: get_tree_single()Al Viro1-0/+3
2019-07-04convenience helper get_tree_nodev()Al Viro1-0/+3
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet1-5/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structDavid Howells1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-03-20vfs: Implement logging through fs_contextDavid Howells1-7/+15
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells1-0/+16
2019-02-28vfs: Implement logging through fs_contextDavid Howells1-4/+14
2019-02-28introduce cloning of fs_contextAl Viro1-0/+2
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro1-0/+15
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells1-0/+5
2019-02-28vfs: Put security flags into the fs_context structDavid Howells1-0/+1
2019-02-28vfs: Add configuration parser helpersDavid Howells1-0/+29
2019-01-30vfs: Introduce logging functionsDavid Howells1-0/+42
2019-01-30introduce fs_context methodsAl Viro1-0/+13
2019-01-30fs_context flavour for submountsAl Viro1-0/+3
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-0/+4
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-0/+64