commit | 81c1a0f13e6306a76fc3743b8504085d96659a5f | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Thu Feb 27 19:12:24 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Thu Feb 27 20:40:36 2014 +0900 |
tree | 977ddb17842f5ae24856c1fdf7192d1ae1666840 | |
parent | ab9fa662e4867455f44f4de96d29a7f09cf292c6 [diff] |
f2fs: readahead contiguous SSA blocks for f2fs_gc If there are multi segments in one section, we will read those SSA blocks which have contiguous address one by one in f2fs_gc. It may lost performance, let's read ahead SSA blocks by merge multi read request. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>