Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-14vfs: don't parse "silent" optionMiklos Szeredi
2020-05-14vfs: don't parse "posixacl" optionMiklos Szeredi
2020-05-14vfs: don't parse forbidden flagsMiklos Szeredi
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro
2020-02-07Pass consistent param->type to fs_parse()Al Viro
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2019-09-05vfs: set fs_context::user_ns for reconfigureEric Biggers
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-03-21vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells
2019-03-21vfs: Implement logging through fs_contextDavid Howells
2019-03-21vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells
2019-02-28vfs: Implement logging through fs_contextDavid Howells
2019-02-28introduce cloning of fs_contextAl Viro
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells
2019-01-31introduce fs_context methodsAl Viro
2019-01-31fs_context flavour for submountsAl Viro
2019-01-31convert do_remount_sb() to fs_contextDavid Howells
2019-01-31vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro
2019-01-31vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells