index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fs_context.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
fs: factor out vfs_parse_monolithic_sep() helper
Amir Goldstein
1
-0
/
+2
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+2
2023-08-14
fs: add FSCONFIG_CMD_CREATE_EXCL
Christian Brauner
1
-0
/
+1
2023-08-14
super: remove get_tree_single_reconf()
Christian Brauner
1
-3
/
+0
2023-08-10
fs: export setup_bdev_super
Christoph Hellwig
1
-0
/
+2
2023-03-16
fs_context: drop the unused lsm_flags member
Ondrej Mosnacek
1
-1
/
+0
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-11-25
fs: simplify vfs_get_super
Christoph Hellwig
1
-14
/
+0
2022-10-17
fs: edit a comment made in bad taste
Paul Moore
1
-1
/
+1
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
1
-0
/
+2
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-0
/
+1
2021-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
1
-0
/
+2
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