Re: [f2fs-dev] [PATCH] f2fs: introduce excess_dirty_threshold()

2021-09-10 Thread Jaegeuk Kim
On 09/01, Chao Yu wrote: > 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 defaul

[f2fs-dev] [PATCH] f2fs: introduce excess_dirty_threshold()

2021-09-01 Thread Chao Yu
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 opssi