Searched hist:"287 b1406dde2bc80f468c73708e7f7a87be390ea" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | node.h | diff 287b1406dde2bc80f468c73708e7f7a87be390ea Thu Sep 16 04:09:03 CDT 2021 Chao Yu <chao@kernel.org> 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>
|
H A D | segment.c | diff 287b1406dde2bc80f468c73708e7f7a87be390ea Thu Sep 16 04:09:03 CDT 2021 Chao Yu <chao@kernel.org> 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>
|
H A D | f2fs.h | diff 287b1406dde2bc80f468c73708e7f7a87be390ea Thu Sep 16 04:09:03 CDT 2021 Chao Yu <chao@kernel.org> 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>
|