index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fs_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
vfs: fs_context: fix up param length parsing in legacy_parse_param
Jamie Hill-Daniel
1
-1
/
+1
2021-09-03
memcg: charge fs_context and legacy_fs_context
Yutian Yang
1
-2
/
+2
2021-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
1
-18
/
+36
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
vfs: don't parse "silent" option
Miklos Szeredi
1
-1
/
+0
2020-05-14
vfs: don't parse "posixacl" option
Miklos Szeredi
1
-1
/
+0
2020-05-14
vfs: don't parse forbidden flags
Miklos Szeredi
1
-28
/
+0
2020-02-07
add prefix to fs_context->log
Al Viro
1
-4
/
+5
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
Al Viro
1
-46
/
+17
2020-02-07
don't bother with explicit length argument for __lookup_constant()
Al Viro
1
-0
/
+2
2020-02-07
Pass consistent param->type to fs_parse()
Al Viro
1
-2
/
+3
2019-09-06
vfs: subtype handling moved to fuse
David Howells
1
-14
/
+0
2019-09-05
vfs: set fs_context::user_ns for reconfigure
Eric Biggers
1
-3
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
1
-5
/
+1
2019-03-21
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
1
-0
/
+51
2019-03-21
vfs: Implement logging through fs_context
David Howells
1
-14
/
+91
2019-03-21
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
1
-0
/
+4
2019-02-28
vfs: Implement logging through fs_context
David Howells
1
-0
/
+30
2019-02-28
introduce cloning of fs_context
Al Viro
1
-0
/
+67
2019-02-28
vfs: Implement a filesystem superblock creation/configuration context
David Howells
1
-1
/
+299
2019-01-31
introduce fs_context methods
Al Viro
1
-6
/
+22
2019-01-31
fs_context flavour for submounts
Al Viro
1
-0
/
+10
2019-01-31
convert do_remount_sb() to fs_context
David Howells
1
-2
/
+33
2019-01-31
vfs_get_tree(): evict the call of security_sb_kern_mount()
Al Viro
1
-0
/
+8
2019-01-31
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells
1
-0
/
+182