public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ext4: nojournal mode fixes
@ 2026-02-16 16:48 Jan Kara
  2026-02-16 16:48 ` [PATCH 1/2] ext4: Make recently_deleted() properly work with lazy itable initialization Jan Kara
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jan Kara @ 2026-02-16 16:48 UTC (permalink / raw)
  To: Ted Tso; +Cc: linux-ext4, Free Ekanayaka, Jan Kara

Hello,

here are two ext4 fixes for nojournal mode. The first fix is fixing handling of
uninitialized inodes in recently_deleted() used in nojournal mode which was
leading to occasional fstests failures for me (which became much more likely
after the second patch due to timing changes). The second patch fixes a bug in
ext4_fsync() which was not properly writing out inode metadata in nojournal
mode. It is kind of a band aid but proper solution is going to be rather
intrusive and practically unbackportable so I think having it is worth it.

								Honza

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

end of thread, other threads:[~2026-03-26 11:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 16:48 [PATCH 0/2] ext4: nojournal mode fixes Jan Kara
2026-02-16 16:48 ` [PATCH 1/2] ext4: Make recently_deleted() properly work with lazy itable initialization Jan Kara
2026-02-26 11:49   ` Zhang Yi
2026-02-16 16:48 ` [PATCH 2/2] ext4: Fix fsync(2) for nojournal mode Jan Kara
2026-02-26 11:56   ` Zhang Yi
2026-02-26 13:39     ` Jan Kara
2026-03-26 11:57 ` [PATCH 0/2] ext4: nojournal mode fixes Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox