From: Jaegeuk Kim Date: Fri, 18 Jan 2013 05:54:13 +0000 (+0900) Subject: f2fs: avoid issuing small bios due to several dirty node pages X-Git-Tag: v3.8-rc5~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7fdffbd3ea4b3cc2993af006bde38a423b38b72;p=pandora-kernel.git f2fs: avoid issuing small bios due to several dirty node pages If some small bios of dirty node pages are supposed to be issued during the sequential data writes, there-in well-produced consecutive data bios are able to be split by the small node bios, resulting in performance degradation. So, let's collect a number of dirty node pages until reaching a threshold. And, by default, I set the threshold as 2MB, a segment size. This improves sequential write performance on i5, 512GB SSD (830 w/ SATA2) as follows. Before: 231 MB/s -> After: 255 MB/s Signed-off-by: Jaegeuk Kim Reviewed-by: Namjae Jeon --- Reading git-diff-tree failed