]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: introduce excess_dirty_threshold()
authorChao Yu <chao@kernel.org>
Thu, 16 Sep 2021 09:09:03 +0000 (17:09 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 20 Sep 2021 23:12:51 +0000 (16:12 -0700)
commite577a4ae1c44c36827be4fbbeac39ad42b047028
tree03af6116817af3d882f5df61bd3c39c2fd598cd0
parent99df5d4c34897653790687fc0d92519730bc7e49
f2fs: introduce excess_dirty_threshold()

This patch enables f2fs_balance_fs_bg() to check all metadatas' dirty
threshold rather than just checking node block's, so that checkpoint()
from background can be triggered more frequently to avoid heaping up
too much dirty metadatas.

Threshold value by default:
race with foreground ops single type global
No 16MB 24MB
Yes 24MB 36MB

In addtion, let f2fs_balance_fs_bg() be aware of roll-forward sapce
as well as fsync().

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/node.h
fs/f2fs/segment.c