Re: [f2fs-dev] [PATCH v2] f2fs: add GC_URGENT_LOW mode in gc_urgent

2020-07-02 Thread Chao Yu
On 2020/7/2 12:14, Daeho Jeong wrote: > From: Daeho Jeong > > Added a new gc_urgent mode, GC_URGENT_LOW, in which mode > F2FS will lower the bar of checking idle in order to > process outstanding discard commands and GC a little bit > aggressively. > > Signed-off-by: Daeho Jeong Reviewed-by: C

[PATCH v2] f2fs: add GC_URGENT_LOW mode in gc_urgent

2020-07-01 Thread Daeho Jeong
From: Daeho Jeong Added a new gc_urgent mode, GC_URGENT_LOW, in which mode F2FS will lower the bar of checking idle in order to process outstanding discard commands and GC a little bit aggressively. Signed-off-by: Daeho Jeong --- Documentation/ABI/testing/sysfs-fs-f2fs | 4 +++- fs/f2fs/f2fs.