From: Chao Yu Date: Fri, 22 Nov 2013 01:09:59 +0000 (+0800) Subject: f2fs: read contiguous sit entry pages by merging for mount performance X-Git-Tag: v3.14-rc1~122^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74de593af77b109f202c47e090c9e134c8882869;p=pandora-kernel.git f2fs: read contiguous sit entry pages by merging for mount performance 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 'Continue' or 'Break' instead of 'Goto' as Gu Zheng suggested. o add mark_page_accessed() before release page to delay VM reclaiming. o remove '*order' for simplification of function as Jaegeuk Kim suggested. Signed-off-by: Chao Yu [Jaegeuk Kim: fix a bug on the block address calculation] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed