Re: [f2fs-dev] [PATCH 1/2] f2fs: add a new function to support for merging contiguous read

2013-11-12 Thread Gu Zheng
On 11/12/2013 01:15 PM, Chao Yu wrote: > For better read performance, we add a new function to support for merging > contiguous read as the one for write. Nice shot! > > Signed-off-by: Chao Yu Acked-by: Gu Zheng > --- > fs/f2fs/data.c | 45 + >

Re: [f2fs-dev] [PATCH 2/2] f2fs: read contiguous sit entry pages by merging for mount performance

2013-11-12 Thread Gu Zheng
Hi Yu, On 11/12/2013 01:18 PM, Chao Yu wrote: > Previously we read sit entries page one by one, this method lost the chance > of reading contiguous page together. > So we read pages as contiguous as possible for better mount performance. > > Signed-off-by: Chao Yu > --- > fs/f2fs/f2fs.h|