]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: add GC_URGENT_LOW mode in gc_urgent
authorDaeho Jeong <daehojeong@google.com>
Thu, 2 Jul 2020 04:14:14 +0000 (13:14 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 8 Jul 2020 04:51:49 +0000 (21:51 -0700)
commit8d396a86ba8cabc7e8028e73dc7a6e4ad199d457
tree82b722cb81adf2219906c8d8cf75e50b699edddf
parentfc8616b3064a37b9daa23ffa2d5184967a5b66fa
f2fs: add GC_URGENT_LOW mode in gc_urgent

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 <daehojeong@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/segment.c
fs/f2fs/sysfs.c