linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/11] ext4: Cleanup read-only and fs aborted checks
@ 2023-06-16 16:50 Jan Kara
  2023-06-16 16:50 ` [PATCH 01/11] ext4: Remove pointless sb_rdonly() checks from freezing code Jan Kara
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Jan Kara @ 2023-06-16 16:50 UTC (permalink / raw)
  To: Ted Tso; +Cc: linux-ext4, Jan Kara

Hello,

This series arised from me trying to fix races when the ext4 filesystem gets
remounted read-write and users can race in writes before quota subsystem is
prepared to take them. This particular problem got fixed in VFS in the end
but the cleanups are still good in my opinion so I'm submitting them. They
get rid of EXT4_MF_ABORTED flag and cleanup some sb_rdonly() checks.

								Honza

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-08-25 11:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-16 16:50 [PATCH 0/11] ext4: Cleanup read-only and fs aborted checks Jan Kara
2023-06-16 16:50 ` [PATCH 01/11] ext4: Remove pointless sb_rdonly() checks from freezing code Jan Kara
2023-06-16 16:50 ` [PATCH 02/11] ext4: Use sb_rdonly() helper for checking read-only flag Jan Kara
2023-06-16 16:50 ` [PATCH 03/11] ext4: Make ext4_forced_shutdown() take struct super_block Jan Kara
2023-06-16 16:50 ` [PATCH 04/11] ext4: Make 'abort' mount option handling standard Jan Kara
2023-06-16 16:50 ` [PATCH 05/11] ext4: Drop EXT4_MF_FS_ABORTED flag Jan Kara
2023-06-16 16:50 ` [PATCH 06/11] ext4: Avoid starting transaction on read-only fs in ext4_quota_off() Jan Kara
2023-06-16 16:50 ` [PATCH 07/11] ext4: Warn on read-only filesystem in ext4_journal_check_start() Jan Kara
2023-06-16 16:50 ` [PATCH 08/11] ext4: Drop read-only check in ext4_init_inode_table() Jan Kara
2023-06-16 16:50 ` [PATCH 09/11] ext4: Drop read-only check in ext4_write_inode() Jan Kara
2023-06-16 16:50 ` [PATCH 10/11] ext4: Drop read-only check from ext4_force_commit() Jan Kara
2023-06-16 16:50 ` [PATCH 11/11] ext4: Replace read-only check for shutdown check in mmp code Jan Kara
2023-08-03 14:37 ` [PATCH 0/11] ext4: Cleanup read-only and fs aborted checks Theodore Ts'o
2023-08-25  7:15   ` Amir Goldstein
2023-08-25  7:24     ` Amir Goldstein
2023-08-25 11:54       ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).