[GIT PULL] f2fs fixes for 6.16-rc4

From: Jaegeuk Kim
Date: Mon Jun 23 2025 - 14:13:24 EST


Hi Linus,

Could you please help mergint this bug fix series?

Thanks,

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-6.16-rc4

for you to fetch changes up to ba8dac350faf16afc129ce6303ca4feaf083ccb1:

f2fs: fix to zero post-eof page (2025-06-18 21:35:29 +0000)

----------------------------------------------------------------
f2fs-for-6.16-rc4

There are two bug fixes: 1) double-unlock introduced by the recent folio
conversion, 2) stale page content beyond eof complained by xfstests/generic/363.

----------------------------------------------------------------
Chao Yu (1):
f2fs: fix to zero post-eof page

Matthew Wilcox (Oracle) (1):
f2fs: Fix __write_node_folio() conversion

fs/f2fs/file.c | 38 ++++++++++++++++++++++++++++++++++++++
fs/f2fs/node.c | 1 -
2 files changed, 38 insertions(+), 1 deletion(-)