VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
fs_context.c
Date
Commit Message
Rev
Author
2020-08-23
treewide: Use fallthrough pseudo-keyword
df561f66
Gustavo A. R. Silva
2020-05-14
vfs: don't parse "silent" option
55923e4d
Miklos Szeredi
2020-05-14
vfs: don't parse "posixacl" option
caaef1ba
Miklos Szeredi
2020-05-14
vfs: don't parse forbidden flags
9193ae87
Miklos Szeredi
2020-02-07
add prefix to fs_context->log
cc3c0b53
Al Viro
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
9f09f649
Al Viro
2020-02-07
don't bother with explicit length argument for __lookup_constant()
34264ae3
Al Viro
2020-02-07
Pass consistent param->type to fs_parse()
0f89589a
Al Viro
2019-09-06
vfs: subtype handling moved to fuse
c7eb6869
David Howells
2019-09-05
vfs: set fs_context::user_ns for reconfigure
1dd9bc08
Eric Biggers
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
b4d0d230
Thomas Gleixner
2019-03-20
vfs: syscall: Add fsconfig() for configuring and managing a context
ecdab150
David Howells
2019-03-20
vfs: Implement logging through fs_context
007ec26c
David Howells
2019-03-20
vfs: syscall: Add fsopen() to prepare for superblock creation
24dcb3d9
David Howells
2019-02-28
vfs: Implement logging through fs_context
e7582e16
David Howells
2019-02-28
introduce cloning of fs_context
0b52075e
Al Viro
2019-02-28
vfs: Implement a filesystem superblock creation/configuration context
3e1aeb00
David Howells
2019-01-30
introduce fs_context methods
f3a09c92
Al Viro
2019-01-30
fs_context flavour for submounts
e1a91586
Al Viro
2019-01-30
convert do_remount_sb() to fs_context
8d0347f6
David Howells
2019-01-30
vfs_get_tree(): evict the call of security_sb_kern_mount()
c9ce29ed
Al Viro
2019-01-30
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
9bc61ab1
David Howells