]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
f2fs: use BIO_MAX_PAGES for bio allocation
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 18 Oct 2016 18:07:45 +0000 (11:07 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Nov 2016 20:11:07 +0000 (12:11 -0800)
commit664ba972df9b96942191db3068274cc1db899774
treeba7009de03069fd659fa1557d775caa7c9e5bd8f
parent3e7b5bbbef7f5eb8a19aa61b611c704bf8230937
f2fs: use BIO_MAX_PAGES for bio allocation

We don't need to allocate bio partially in order to maximize sequential writes.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/node.c
fs/f2fs/segment.c
fs/f2fs/segment.h