summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-4/+4
| * | fs: export setup_bdev_superChristoph Hellwig2023-08-101-1/+2
| * | fs: open block device after superblock creationJan Kara2023-08-101-93/+95
| * | fs, block: remove bdev->bd_superChristoph Hellwig2023-08-091-3/+0
| |/
* | fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner2023-08-141-9/+27
* | super: remove get_tree_single_reconf()Christian Brauner2023-08-141-23/+5
|/
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-4/+0
|\
| * fs: Drop wait_unfrozen wait queueJan Kara2023-05-301-4/+0
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-21/+27
|\ \
| * | fs: remove sb->s_modeChristoph Hellwig2023-06-121-2/+0
| * | block: add a sb_open_mode helperChristoph Hellwig2023-06-121-11/+4
| * | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-11/+9
| * | fs: add a method to shut down the file systemChristoph Hellwig2023-06-051-2/+19
| * | block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
| |/
* | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-9/+13
|\ \
| * | fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara2023-06-201-11/+6
| * | fs: Protect reconfiguration of sb read-write from racing writesJan Kara2023-06-151-1/+10
| * | vfs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-151-2/+2
| |/
* / Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2023-06-191-1/+1
|/
* 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