public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH v2 0/2] f2fs: fix large folio read corner cases for immutable files
@ 2026-01-11 10:09 Nanzhe Zhao
  2026-01-11 10:09 ` [f2fs-dev] [PATCH v2 1/2] f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission Nanzhe Zhao
  2026-01-11 10:09 ` [f2fs-dev] [PATCH v2 2/2] f2fs: advance index and offset after zeroing in large folio read Nanzhe Zhao
  0 siblings, 2 replies; 12+ messages in thread
From: Nanzhe Zhao @ 2026-01-11 10:09 UTC (permalink / raw)
  To: Jaegeuk Kim, linux-f2fs-devel, linux-fsdevel; +Cc: Chao Yu, Nanzhe Zhao

This is v2 of the bug fixes for corner cases in immutable file
large folio read. The first two fixes from v1 have already been
picked up, so this reroll only carries the remaining two fixes
from v1 (fixing the case where a folio had no BIO submission and
could be left locked, and advance the index and offset after zeroing).

Nanzhe Zhao (2):
  f2fs: add 'folio_in_bio' to handle readahead folios with no BIO
    submission
  f2fs: advance index and offset after zeroing in large folio read

 fs/f2fs/data.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)


base-commit: 2ff2a9420a8221dd4fb45d7e5f60e33f17914a30
--
2.34.1


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

end of thread, other threads:[~2026-01-16  8:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 10:09 [f2fs-dev] [PATCH v2 0/2] f2fs: fix large folio read corner cases for immutable files Nanzhe Zhao
2026-01-11 10:09 ` [f2fs-dev] [PATCH v2 1/2] f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission Nanzhe Zhao
2026-01-12  1:02   ` Chao Yu
2026-01-12  8:52     ` Nanzhe Zhao
2026-01-12  9:24       ` Chao Yu
2026-01-13 17:05         ` Jaegeuk Kim
2026-01-16  3:31           ` Nanzhe Zhao
2026-01-16  8:53           ` Chao Yu
2026-01-13 18:32   ` Matthew Wilcox
2026-01-16  4:33     ` Jaegeuk Kim
2026-01-11 10:09 ` [f2fs-dev] [PATCH v2 2/2] f2fs: advance index and offset after zeroing in large folio read Nanzhe Zhao
2026-01-12  1:03   ` Chao Yu

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