f2fs: introduce -o fastboot for reducing booting time only
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 31 Oct 2014 05:47:03 +0000 (22:47 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Nov 2014 01:34:15 +0000 (17:34 -0800)
commitd5053a34a9cc797b9d5d77574354b5555848c43c
tree86e6e101b812f6d2500b46bf1cd567aa9c8b33c6
parentbe138b7b0d4cbfb8a927d9bc333ceffee9908c23
f2fs: introduce -o fastboot for reducing booting time only

If a system wants to reduce the booting time as a top priority, now we can
use a mount option, -o fastboot.
With this option, f2fs conducts a little bit slow write_checkpoint, but
it can avoid the node page reads during the next mount time.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/super.c
This page took 0.027999 seconds and 5 git commands to generate.