summaryrefslogtreecommitdiffstats
path: root/fs/fs_context.c
AgeCommit message (Expand)Author
2019-10-07vfs: set fs_context::user_ns for reconfigureEric Biggers
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells
2019-03-20vfs: Implement logging through fs_contextDavid Howells
2019-03-20vfs: 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-30introduce fs_context methodsAl Viro
2019-01-30fs_context flavour for submountsAl Viro
2019-01-30convert do_remount_sb() to fs_contextDavid Howells
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells