index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fs_context.h
Age
Commit message (
Expand
)
Author
2020-07-14
fuse: reject options on reconfigure via fsconfig(2)
Miklos Szeredi
2020-05-05
docs: filesystems: convert mount_api.txt to ReST
Mauro Carvalho Chehab
2020-02-07
prefix-handling analogues of errorf() and friends
Al Viro
2020-02-07
add prefix to fs_context->log
Al Viro
2020-02-07
new primitive: __fs_parse()
Al Viro
2020-02-07
struct p_log, variants of warnf() et.al. taking that one instead
Al Viro
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
Al Viro
2020-02-07
get rid of fs_value_is_filename_empty
Al Viro
2019-09-25
Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-09-06
vfs: subtype handling moved to fuse
David Howells
2019-09-05
vfs: Add a single-or-reconfig keying to vfs_get_super()
David Howells
2019-09-05
vfs: Create fs_context-aware mount_bdev() replacement
David Howells
2019-09-05
new helper: get_tree_keyed()
Al Viro
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-04
convenience helper: get_tree_single()
Al Viro
2019-07-04
convenience helper get_tree_nodev()
Al Viro
2019-06-14
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
2019-06-08
docs: fix broken documentation links
Mauro Carvalho Chehab
2019-05-25
vfs: Provide sb->s_iflags settings in fs_context struct
David Howells
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-03-20
vfs: Implement logging through fs_context
David Howells
2019-03-20
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
2019-02-28
vfs: Implement logging through fs_context
David Howells
2019-02-28
introduce cloning of fs_context
Al Viro
2019-02-28
convenience helpers: vfs_get_super() and sget_fc()
Al Viro
2019-02-28
vfs: Implement a filesystem superblock creation/configuration context
David Howells
2019-02-28
vfs: Put security flags into the fs_context struct
David Howells
2019-02-28
vfs: Add configuration parser helpers
David Howells
2019-01-30
vfs: Introduce logging functions
David Howells
2019-01-30
introduce fs_context methods
Al Viro
2019-01-30
fs_context flavour for submounts
Al Viro
2019-01-30
convert do_remount_sb() to fs_context
David Howells
2019-01-30
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells