aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-16/+19
2023-10-31ovl: punt write aio completion to workqueueGravatar Amir Goldstein 1-0/+1
2023-10-28fs: assert that open_mutex isn't held over holder opsGravatar Christian Brauner 1-0/+1
2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockGravatar Jan Kara 1-18/+32
2023-10-28fs: Convert to bdev_open_by_dev()Gravatar Jan Kara 1-6/+9
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexGravatar Qi Zheng 1-1/+1
2023-10-04fs: super: dynamically allocate the s_shrinkGravatar Qi Zheng 1-15/+18
2023-08-31fs: export sget_dev()Gravatar Christian Brauner 1-19/+45
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+3
2023-08-29Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+31
2023-08-29super: ensure valid infoGravatar Christian Brauner 1-19/+30
2023-08-29super: move lockdep assertGravatar Christian Brauner 1-1/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-240/+525
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Christian Brauner 1-18/+102
2023-08-22super: use higher-level helper for {freeze,thaw}Gravatar Christian Brauner 1-3/+12
2023-08-21super: wait until we passed kill superGravatar Christian Brauner 1-7/+64
2023-08-21super: wait for nascent superblocksGravatar Christian Brauner 1-51/+153
2023-08-21super: make locking naming consistentGravatar Christian Brauner 1-14/+14
2023-08-21super: use locking helpersGravatar Christian Brauner 1-48/+78
2023-08-21fs: simplify invalidate_inodesGravatar Christoph Hellwig 1-1/+1
2023-08-21fs: remove get_superGravatar Christoph Hellwig 1-37/+0
2023-08-21block: call into the file system for ioctl BLKFLSBUFGravatar Christoph Hellwig 1-0/+13
2023-08-21block: call into the file system for bdev_mark_deadGravatar Christoph Hellwig 1-2/+6
2023-08-21block: consolidate __invalidate_device and fsync_bdevGravatar Christoph Hellwig 1-2/+2
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLGravatar Christian Brauner 1-9/+27
2023-08-14super: remove get_tree_single_reconf()Gravatar Christian Brauner 1-23/+5
2023-08-11fs: export fs_holder_opsGravatar Christoph Hellwig 1-1/+2
2023-08-11fs: stop using get_super in fs_mark_deadGravatar Christoph Hellwig 1-4/+26
2023-08-11fs: use the super_block as holder when mounting file systemsGravatar Christoph Hellwig 1-4/+4
2023-08-10fs: export setup_bdev_superGravatar Christoph Hellwig 1-1/+2
2023-08-10fs: open block device after superblock creationGravatar Jan Kara 1-93/+95
2023-08-09fs, block: remove bdev->bd_superGravatar Christoph Hellwig 1-3/+0
2023-08-02fs: remove emergency_thaw_bdevGravatar Christoph Hellwig 1-1/+3
2023-07-17fs: wait for partially frozen filesystemsGravatar Darrick J. Wong 1-2/+32
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeGravatar Darrick J. Wong 1-9/+70
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-21/+27
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-9/+13
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountGravatar Jan Kara 1-11/+6
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Gravatar Qi Zheng 1-1/+1
2023-06-15fs: Protect reconfiguration of sb read-write from racing writesGravatar Jan Kara 1-1/+10
2023-06-12fs: remove sb->s_modeGravatar Christoph Hellwig 1-2/+0
2023-06-12block: add a sb_open_mode helperGravatar Christoph Hellwig 1-11/+4
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-11/+9
2023-06-05fs: add a method to shut down the file systemGravatar Christoph Hellwig 1-2/+19
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-2/+2
2023-05-30fs: Drop wait_unfrozen wait queueGravatar Jan Kara 1-4/+0
2023-05-15vfs: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-2/+2
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexGravatar Qi Zheng 1-1/+1