summaryrefslogtreecommitdiff
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2023-03-281-1/+1
* fscrypt: destroy keyring after security_sb_delete()Eric Biggers2023-03-141-3/+12
* Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+24
|\
| * fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig2023-01-261-0/+24
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-02-201-1/+0
|\ \
| * | fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()Eric Biggers2023-02-071-1/+0
| |/
* | fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn2023-01-271-4/+17
|/
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-12-121-51/+9
|\
| * fs: simplify vfs_get_superChristoph Hellwig2022-11-251-51/+9
* | fscrypt: fix keyring memory leak on mount failureEric Biggers2022-10-191-1/+2
|/
* fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2022-09-211-1/+1
* Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-2/+31
|\
| * vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev2022-07-271-2/+31
* | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+5
|/
* block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
* vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-01-301-7/+12
* mm: remove cleancacheChristoph Hellwig2022-01-221-3/+0
* devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-2/+2
* fs: explicitly unregister per-superblock BDIsChristoph Hellwig2021-11-061-0/+3
* 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
|/