summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-1/+1
* block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-4/+4
* fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+1
* Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-6/+6
|\
| * fs: fix kernel-doc markupsMauro Carvalho Chehab2021-01-211-6/+6
* | block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig2021-01-241-1/+2
|/
* block: remove i_bdevChristoph Hellwig2020-12-011-25/+19
* fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-49/+2
* vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-30/+0
* vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-6/+12
* vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong2020-11-101-29/+4
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+2
* 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