Searched hist:"81 c1a0f13e6306a76fc3743b8504085d96659a5f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | diff 81c1a0f13e6306a76fc3743b8504085d96659a5f Thu Feb 27 05:12:24 CST 2014 Chao Yu <chao2.yu@samsung.com> 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>
|
H A D | checkpoint.c | diff 81c1a0f13e6306a76fc3743b8504085d96659a5f Thu Feb 27 05:12:24 CST 2014 Chao Yu <chao2.yu@samsung.com> 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>
|
H A D | f2fs.h | diff 81c1a0f13e6306a76fc3743b8504085d96659a5f Thu Feb 27 05:12:24 CST 2014 Chao Yu <chao2.yu@samsung.com> 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>
|