summaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2012-12-19 08:25:21 +0100
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2012-12-26 02:39:52 +0100
commit1efef832020ef392deb2cd3d74e0c316711245be (patch)
treef9b777202cb0cca945c42aa4aec0ffe0743776ab /CREDITS
parentf2fs: should recover orphan and fsync data (diff)
downloadlinux-1efef832020ef392deb2cd3d74e0c316711245be.tar.xz
linux-1efef832020ef392deb2cd3d74e0c316711245be.zip
f2fs: do f2fs_balance_fs in front of dir operations
In order to conserve free sections to deal with the worst-case scenarios, f2fs should be able to freeze all the directory operations especially when there are not enough free sections. The f2fs_balance_fs() is for this use. When FS utilization becomes almost 100%, directory operations can be failed due to -ENOSPC frequently, which produces some dirty node pages occasionally. Previously, in such a case, f2fs_balance_fs() is not able to be triggered since it is triggered only if the directory operation ends up with success. So, this patch triggers f2fs_balance_fs() at first before handling directory operations. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions