summaryrefslogtreecommitdiffstats
path: root/fs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* move mount_capable() calls to vfs_get_tree()Al Viro2019-05-251-5/+0
* switch mount_capable() to fs_contextAl Viro2019-05-251-1/+1
* legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro2019-05-251-1/+1
* move the capability checks from sget_userns() to legacy_get_tree()Al Viro2019-05-251-0/+5
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-201-0/+51
* vfs: Implement logging through fs_contextDavid Howells2019-03-201-14/+91
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-201-0/+4
* vfs: Implement logging through fs_contextDavid Howells2019-02-281-0/+30
* introduce cloning of fs_contextAl Viro2019-02-281-0/+67
* vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2019-02-281-1/+299
* introduce fs_context methodsAl Viro2019-01-301-6/+22
* fs_context flavour for submountsAl Viro2019-01-301-0/+10
* convert do_remount_sb() to fs_contextDavid Howells2019-01-301-2/+33
* vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro2019-01-301-0/+8
* vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells2019-01-301-0/+182