aboutsummaryrefslogtreecommitdiff
path: root/fs/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-28vfs: Implement logging through fs_contextGravatar David Howells 1-0/+30
2019-02-28introduce cloning of fs_contextGravatar Al Viro 1-0/+67
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextGravatar David Howells 1-1/+299
2019-01-30introduce fs_context methodsGravatar Al Viro 1-6/+22
2019-01-30fs_context flavour for submountsGravatar Al Viro 1-0/+10
2019-01-30convert do_remount_sb() to fs_contextGravatar David Howells 1-2/+33
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Gravatar Al Viro 1-0/+8
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.Gravatar David Howells 1-0/+182