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

2013-11-18 Thread Chao Yu
om] > > > Sent: Monday, November 18, 2013 8:29 AM > > > To: Chao Yu > > > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net; 谭姝 > > > Subject: Re: [f2fs-dev] [PATCH V2 1/2] f2fs: add a new function to

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

2013-11-18 Thread Gu Zheng
To: Chao Yu >>> Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; >>> linux-f2fs-de...@lists.sourceforge.net; 谭姝 >>> Subject: Re: [f2fs-dev] [PATCH V2 1/2] f2fs: add a new function to support >>> for merging contiguous read >>> >

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

2013-11-18 Thread Jaegeuk Kim
@vger.kernel.org; > > linux-f2fs-de...@lists.sourceforge.net; 谭姝 > > Subject: Re: [f2fs-dev] [PATCH V2 1/2] f2fs: add a new function to support > > for merging contiguous read > > > > Hi Chao, > > > > 2013-11-16 (토), 14:14 +0800, Chao Yu: > > > For bette

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

2013-11-17 Thread Chao Yu
f2fs-dev] [PATCH V2 1/2] f2fs: add a new function to support > for merging contiguous read > > Hi Chao, > > 2013-11-16 (토), 14:14 +0800, Chao Yu: > > For better read performance, we add a new function to support for merging > > contiguous read as the one for write. >

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

2013-11-17 Thread Jaegeuk Kim
Hi Chao, 2013-11-16 (토), 14:14 +0800, Chao Yu: > For better read performance, we add a new function to support for merging > contiguous read as the one for write. Please consider 80 columns for the description. I cannot fix this at every time though. :( > > v1-->v2: > o add declarations here

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

2013-11-15 Thread Chao Yu
For better read performance, we add a new function to support for merging contiguous read as the one for write. v1-->v2: o add declarations here as Gu Zheng suggested. Signed-off-by: Chao Yu Acked-by: Gu Zheng --- fs/f2fs/data.c | 45 + fs/f2fs/f