summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2013-11-22 02:09:59 +0100
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-12-23 02:18:02 +0100
commit74de593af77b109f202c47e090c9e134c8882869 (patch)
treef7afcd5d6ac031268442cb0b5d21a003ebcd10ee /init
parentf2fs: adds a tracepoint for f2fs_submit_read_bio (diff)
downloadlinux-74de593af77b109f202c47e090c9e134c8882869.tar.xz
linux-74de593af77b109f202c47e090c9e134c8882869.zip
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 <chao2.yu@samsung.com> [Jaegeuk Kim: fix a bug on the block address calculation] Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions