git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be138b7
)
f2fs: introduce -o fastboot for reducing booting time only
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 31 Oct 2014 05:47:03 +0000
(22:47 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 5 Nov 2014 01:34:15 +0000
(17:34 -0800)
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>
No differences found