git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1121ab
)
f2fs: add f2fs_balance_fs for direct IO
author
Huang Ying
<ying.huang@intel.com>
Sat, 12 Jul 2014 12:10:00 +0000
(20:10 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 25 Jul 2014 15:13:58 +0000
(08:13 -0700)
Otherwise, if a large amount of direct IO writes were done, the
segment allocation may be failed because no enough segments are gced.
Changes:
v2: add f2fs_balance_fs into __get_data_block instead of f2fs_direct_IO.
Signed-off-by: Huang, Ying <ying.huang@intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
patch
|
blob
|
history
diff --cc
fs/f2fs/data.c
Simple merge