Hello:
This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim jaegeuk@kernel.org:
On Mon, 14 Apr 2025 18:55:20 +0800 you wrote:
w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will trigger kernel panic:
touch img truncate -s $((512*1024*1024*1024)) img mkfs.f2fs -f img $((256*1024*1024)) resize.f2fs -s -i img -t $((1024*1024*1024)) mount img /mnt/f2fs
[...]
Here is the summary with links: - [f2fs-dev] f2fs: fix to do sanity check on sit_bitmap_size https://git.kernel.org/jaegeuk/f2fs/c/5db0d252c64e
You are awesome, thank you!