summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak mount_capable()Al Viro2019-07-311-4/+1Star
* convenience helper: get_tree_single()Al Viro2019-07-051-0/+8
* convenience helper get_tree_nodev()Al Viro2019-07-051-0/+8
* vfs: Kill sget_userns()David Howells2019-05-261-38/+16Star
* vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-261-0/+1
* move mount_capable() further outAl Viro2019-05-261-6/+0Star
* move mount_capable() calls to vfs_get_tree()Al Viro2019-05-261-6/+6
* switch mount_capable() to fs_contextAl Viro2019-05-251-4/+7
* move the capability checks from sget_userns() to legacy_get_tree()Al Viro2019-05-251-4/+0Star
* vfs: Kill mount_ns()David Howells2019-05-251-38/+0Star
* consolidate the capability checks in sget_{fc,userns}()Al Viro2019-05-251-18/+14Star
* start massaging the checks in sget_...(): move to sget_userns()Al Viro2019-05-251-10/+4Star
* [fix] get rid of checking for absent device name in vfs_get_tree()Al Viro2019-04-291-5/+0Star
* vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+3
* convenience helpers: vfs_get_super() and sget_fc()Al Viro2019-02-281-0/+171
* introduce fs_context methodsAl Viro2019-01-301-8/+28
* convert do_remount_sb() to fs_contextDavid Howells2019-01-301-34/+73
* vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro2019-01-301-12/+3Star
* teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2019-01-301-0/+5
* vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells2019-01-301-27/+23Star
* mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNTAl Viro2018-12-211-1/+1
* LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-7/+5Star
* LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-1/+7
* new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-12/+1Star
* LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-8/+16
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* fsnotify: add super block object typeAmir Goldstein2018-09-031-1/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-43/+24Star
|\
| * fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-221-43/+24Star
* | mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-181-0/+3
* | fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-181-2/+2
* | fs/super.c: refactor alloc_super()Kirill Tkhai2018-08-181-4/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-1/+1
|\
| * it's SB_BORN, not MS_BORN...Al Viro2018-05-101-1/+1
* | fs: don't scan the inode cache before SB_BORN is setDave Chinner2018-05-111-6/+24
* | mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa2018-04-161-5/+4Star
|/
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-121-27/+78
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-191-2/+42
| * vfs: factor sb iteration out of do_emergency_remountMateusz Guzik2017-10-051-25/+36
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \
| * | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-261-1/+1
* | | sget(): handle failures of register_shrinker()Al Viro2017-12-181-1/+5
* | | alloc_super(): do ->s_umount initialization earlierAl Viro2017-12-051-19/+18Star
|/ /
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-25/+21Star
|\ \
| * | fold destroy_super() into __put_super()Al Viro2017-10-111-21/+10Star
| * | new helper: destroy_unused_super()Al Viro2017-10-111-12/+19
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-37/+37
|\
| * VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-34/+34
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-5/+5