Re: [f2fs-dev] [PATCH v1] f2fs: separate discard and zone reset command from pend list

2025-02-13 Thread Daeho Jeong
On Sat, Feb 8, 2025 at 5:54 AM Yohan Joung wrote: > > currently, zone reset only occurs when there is urgent utilization and > when pending blocks are reallocated. this causes performance > degradation, so we are modifying it to allow pending reset zones to be > issued. > > Signed-off-by: Yohan Jo

[f2fs-dev] [PATCH v1] f2fs: separate discard and zone reset command from pend list

2025-02-08 Thread Yohan Joung
currently, zone reset only occurs when there is urgent utilization and when pending blocks are reallocated. this causes performance degradation, so we are modifying it to allow pending reset zones to be issued. Signed-off-by: Yohan Joung --- fs/f2fs/f2fs.h| 3 ++- fs/f2fs/segment.c | 21 +++