summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
2023-08-10fs: export setup_bdev_superChristoph Hellwig
2023-08-10fs: open block device after superblock creationJan Kara
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig
2023-07-17fs: wait for partially frozen filesystemsDarrick J. Wong
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng
2023-06-15fs: Protect reconfiguration of sb read-write from racing writesJan Kara
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara
2023-05-15vfs: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng
2023-03-14fscrypt: destroy keyring after security_sb_delete()Eric Biggers
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-02-07fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()Eric Biggers
2023-01-27fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn
2023-01-26fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig
2022-12-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-25fs: simplify vfs_get_superChristoph Hellwig
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-27vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-01-30vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-04-22fs,security: Add sb_delete hookMickaël Salaün
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig