Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs fix for 6.19-rc3
@ 2025-12-23 14:49 Gao Xiang
  2025-12-24 18:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2025-12-23 14:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-erofs, LKML, Junbeom Yeom

Hi Linus,

Could you consider this fix for 6.19-rc3?

Junbeom reported that synchronous reads could hit unintended EIOs
under memory pressure due to incorrect error propagation in
z_erofs_decompress_queue(), where earlier physical clusters in
the same decompression queue may be served for another readahead.

This patch addresses the issue by decompressing each physical cluster
independently as long as disk I/Os succeed, rather than being impacted
by the error status of previous physical clusters in the same queue.

Happy Xmas and new year in advance!

Thanks,
Gao Xiang

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.19-rc3-fixes

for you to fetch changes up to 4012d78562193ef5eb613bad4b0c0fa187637cfe:

  erofs: fix unexpected EIO under memory pressure (2025-12-22 00:18:53 +0800)

----------------------------------------------------------------
Change since last update:

 - Fix unexpected EIOs under memory pressure caused by recent
   incorrect error propagation logic

----------------------------------------------------------------
Junbeom Yeom (1):
      erofs: fix unexpected EIO under memory pressure

 fs/erofs/zdata.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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

* Re: [GIT PULL] erofs fix for 6.19-rc3
  2025-12-23 14:49 [GIT PULL] erofs fix for 6.19-rc3 Gao Xiang
@ 2025-12-24 18:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-24 18:55 UTC (permalink / raw)
  To: Gao Xiang; +Cc: Linus Torvalds, linux-erofs, LKML, Junbeom Yeom

The pull request you sent on Tue, 23 Dec 2025 22:49:07 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.19-rc3-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ce93692d681e89d2c31aacedb055c4638deb1be9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


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

end of thread, other threads:[~2025-12-24 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 14:49 [GIT PULL] erofs fix for 6.19-rc3 Gao Xiang
2025-12-24 18:55 ` pr-tracker-bot

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