summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-06-101-1/+1
|\
| * fs: fix indentation in deactivate_super()Yufen Yu2020-05-291-1/+1
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-3/+1
|\ \
| * | bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-2/+0
| * | bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| |/
* / Fix use after free in get_tree_bdev()David Howells2020-04-281-1/+1
|/
* fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-181-1/+3
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-10-101-1/+4
|\
| * vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent2019-10-091-1/+4
* | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-251-5/+0
|\ \
| * | vfs: subtype handling moved to fuseDavid Howells2019-09-061-5/+0
* | | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-7/+28
|\ \ \ | | |/ | |/|
| * | vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells2019-09-051-7/+28
| |/
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+2
|\ \
| * | vfs: Add file timestamp range supportDeepa Dinamani2019-08-301-0/+2
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-181-0/+2
|\ \ \ | |_|/ |/| |
| * | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-0/+2
| |/
* | vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+94
* | new helper: get_tree_keyed()Al Viro2019-09-051-0/+10
|/
* Unbreak mount_capable()Al Viro2019-07-311-4/+1
* convenience helper: get_tree_single()Al Viro2019-07-041-0/+8
* convenience helper get_tree_nodev()Al Viro2019-07-041-0/+8
* vfs: Kill sget_userns()David Howells2019-05-251-38/+16
* vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-251-0/+1
* move mount_capable() further outAl Viro2019-05-251-6/+0
* move mount_capable() calls to vfs_get_tree()Al Viro2019-05-251-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/+0
* vfs: Kill mount_ns()David Howells2019-05-251-38/+0
* consolidate the capability checks in sget_{fc,userns}()Al Viro2019-05-251-18/+14
* start massaging the checks in sget_...(): move to sget_userns()Al Viro2019-05-251-10/+4
* [fix] get rid of checking for absent device name in vfs_get_tree()Al Viro2019-04-281-5/+0
* 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/+3
* 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/+23
* 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/+5
* 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/+1
* 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/+24
|\
| * fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-211-43/+24
* | mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-171-0/+3
* | fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-171-2/+2