Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim <[email protected]>:
On Fri, 13 Feb 2026 20:26:30 +0800 you wrote: > From: liujinbao1 <[email protected]> > > During the f2fs_get_victim process, when the f2fs_need_rand_seg is enabled in > select_policy, > p->offset is a random value, and the search range is from p->offset to > MAIN_SECS. > When segno >= last_segment, the loop breaks and exits directly without > searching > the range from 0 to p->offset.This results in an incomplete search when the > random > offset is not zero. > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs:Fix incomplete search range in f2fs_get_victim when f2fs_need_rand_seg is enabled https://git.kernel.org/jaegeuk/f2fs/c/279709ed388c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
