index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs_context.c
Age
Commit message (
Expand
)
Author
2023-10-12
fs: factor out vfs_parse_monolithic_sep() helper
Amir Goldstein
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-08-19
fs: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
2023-08-15
vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...
David Howells
2023-08-14
fs: add FSCONFIG_CMD_CREATE_EXCL
Christian Brauner
2023-06-07
fs: avoid empty option when generating legacy mount string
Thomas Weißschuh
2022-01-18
vfs: fs_context: fix up param length parsing in legacy_parse_param
Jamie Hill-Daniel
2021-09-03
memcg: charge fs_context and legacy_fs_context
Yutian Yang
2021-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-14
vfs: don't parse "silent" option
Miklos Szeredi
2020-05-14
vfs: don't parse "posixacl" option
Miklos Szeredi
2020-05-14
vfs: don't parse forbidden flags
Miklos Szeredi
2020-02-07
add prefix to fs_context->log
Al Viro
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
Al Viro
2020-02-07
don't bother with explicit length argument for __lookup_constant()
Al Viro
2020-02-07
Pass consistent param->type to fs_parse()
Al Viro
2019-09-06
vfs: subtype handling moved to fuse
David Howells
2019-09-05
vfs: set fs_context::user_ns for reconfigure
Eric Biggers
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-03-20
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
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
vfs: Implement a filesystem superblock creation/configuration context
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_get_tree(): evict the call of security_sb_kern_mount()
Al Viro
2019-01-30
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells