summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
2023-08-31fs: export sget_dev()Christian Brauner
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-29super: ensure valid infoChristian Brauner
2023-08-29super: move lockdep assertChristian Brauner
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner
2023-08-21super: wait until we passed kill superChristian Brauner
2023-08-21super: wait for nascent superblocksChristian Brauner
2023-08-21super: make locking naming consistentChristian Brauner
2023-08-21super: use locking helpersChristian Brauner
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig
2023-08-21fs: remove get_superChristoph Hellwig
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner
2023-08-14super: remove get_tree_single_reconf()Christian Brauner
2023-08-11fs: export fs_holder_opsChristoph Hellwig
2023-08-11fs: stop using get_super in fs_mark_deadChristoph Hellwig
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
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