aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells3-109/+80
2019-02-28afs: Add fs_context supportDavid Howells4-214/+259
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells2-2/+4
2019-02-28vfs: Implement logging through fs_contextDavid Howells2-4/+44
2019-02-28vfs: Provide documentation for new mount APIDavid Howells1-0/+709
2019-02-28vfs: Remove kern_mount_data()David Howells2-5/+4
2019-02-28hugetlbfs: Convert to fs_contextDavid Howells1-158/+200
2019-02-28cpuset: Use fs_contextDavid Howells1-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells8-176/+262
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro3-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro3-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro3-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro3-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro3-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro3-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro3-41/+116
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells2-23/+73
2019-02-28proc: Add fs_context support to procfsDavid Howells3-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52
2019-02-28introduce cloning of fs_contextAl Viro7-0/+175
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro3-0/+190
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells5-17/+319
2019-02-28vfs: Put security flags into the fs_context structDavid Howells2-1/+2
2019-02-28smack: Implement filesystem context security hooksDavid Howells2-15/+47
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells2-10/+49
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells3-0/+29
2019-02-28vfs: Add configuration parser helpersDavid Howells8-3/+640
2019-01-30vfs: Introduce logging functionsDavid Howells1-0/+42
2019-01-30introduce fs_context methodsAl Viro5-16/+65
2019-01-30fs_context flavour for submountsAl Viro2-0/+13
2019-01-30convert do_remount_sb() to fs_contextDavid Howells6-59/+152
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro4-17/+19
2019-01-30new helper: do_new_mount_fc()David Howells1-26/+39
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro3-32/+52
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro2-24/+55
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells6-44/+310
2019-01-30saner handling of temporary namespacesAl Viro2-39/+40
2019-01-30separate copying and locking mount tree on cross-userns copiesAl Viro3-29/+38
2019-01-17kill kernfs_pin_sb()Al Viro2-31/+0
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro3-55/+21
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro2-5/+12
2019-01-14Linux 5.0-rc2Linus Torvalds1-1/+1
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds26-93/+321
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-13/+64
2019-01-14Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-10/+17
2019-01-14Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-4/+9
2019-01-14Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+32