summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner4-38/+183
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner304-1672/+2996
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner1-3/+12
2023-08-21super: wait until we passed kill superChristian Brauner2-7/+65
2023-08-21super: wait for nascent superblocksChristian Brauner2-51/+154
2023-08-21super: make locking naming consistentChristian Brauner3-17/+17
2023-08-21super: use locking helpersChristian Brauner1-48/+78
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig3-17/+4
2023-08-21fs: remove get_superChristoph Hellwig2-38/+0
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig4-19/+26
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig4-44/+40
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig7-20/+37
2023-08-21block: drop the "busy inodes on changed media" log messageChristoph Hellwig1-6/+2
2023-08-21dasd: also call __invalidate_device when setting the device offlineChristoph Hellwig1-3/+2
2023-08-21amiflop: don't call fsync_bdev in FDFMTBEGChristoph Hellwig1-1/+0
2023-08-21floppy: call disk_force_media_change when changing the formatChristoph Hellwig1-1/+1
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig3-15/+8
2023-08-21nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlChristoph Hellwig1-5/+3
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig1-15/+4
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig1-4/+14
2023-08-11ext4: use fs_holder_ops for the log deviceChristoph Hellwig1-10/+1
2023-08-11ext4: drop s_umount over opening the log deviceChristoph Hellwig1-0/+3
2023-08-11fs: export fs_holder_opsChristoph Hellwig2-1/+4
2023-08-11fs: stop using get_super in fs_mark_deadChristoph Hellwig1-4/+26
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig5-11/+10
2023-08-10ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robustChristoph Hellwig1-2/+2
2023-08-10nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig1-51/+30
2023-08-10fs: export setup_bdev_superChristoph Hellwig2-1/+4
2023-08-10fs: open block device after superblock creationJan Kara3-99/+107
2023-08-10ntfs3: free the sbi in ->kill_sbChristoph Hellwig1-13/+12
2023-08-10ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig1-2/+0
2023-08-10ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig1-5/+5
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig1-10/+18
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig2-13/+4
2023-08-10ext4: close the external journal device in ->kill_sbChristoph Hellwig1-25/+25
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig1-0/+26
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2-16/+22
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig1-0/+5
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig1-13/+5
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig1-9/+11
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig1-4/+0
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig1-1/+2
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig3-5/+0
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig1-3/+3
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig1-2/+1
2023-08-09fs: stop using bdev->bd_super in mark_buffer_write_io_errorChristoph Hellwig1-8/+3
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong4-38/+183
2023-07-17fs: wait for partially frozen filesystemsDarrick J. Wong1-2/+32
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong8-34/+106
2023-07-17Linux 6.5-rc2Linus Torvalds1-1/+1