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

2013-11-22 Thread Chao Yu
Hi, > -Original Message- > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > Sent: Friday, November 22, 2013 5:11 PM > To: Chao Yu > Cc: linux-fsde...@vger.kernel.org; linux-ker...@vger.kernel.org; > linux-f2fs-devel@lists.sourceforge.net; 谭姝 > Subject: Re: [f2fs-dev] [PATCH V3 2/2] f2

[f2fs-dev] Try- SALE!! luxury watches,

2013-11-22 Thread Branden
Hi luxury jewelry - http://tiny.cc/gott6w <>-- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insigh

[f2fs-dev] Network for creative people.

2013-11-22 Thread creativiks.com
Untitled Document Social network for creative and talented people with big features and opportunities. All registered users can moderate they profile, add images and photos. Share their work with other site users, comment work. Ask for help or advice about work. Portfolio have four different

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

2013-11-22 Thread Jaegeuk Kim
Hi, Just one niptick. 2013-11-22 (금), 09:09 +0800, Chao Yu: > 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. > > change log: > o merge judgements/use

[f2fs-dev] [PATCH] f2fs: remove unneeded code in punch_hole

2013-11-22 Thread Chao Yu
Because FALLOC_FL_PUNCH_HOLE flag must be ORed with FALLOC_FL_KEEP_SIZE in fallocate, so we could remove the useless 'keep size' branch code which will never be excuted in punch_hole. Signed-off-by: Chao Yu Signed-off-by: Fan Li --- fs/f2fs/file.c |6 -- 1 file changed, 6 deletions(-)