f2fs: introduce a periodic checkpoint flow
authorJaegeuk Kim <jaegeuk@kernel.org>
Mon, 5 Oct 2015 21:49:57 +0000 (14:49 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 9 Oct 2015 23:20:57 +0000 (16:20 -0700)
commit60b99b486b568c13cbb7caa83cf8a12af7665f1e
treec766ac4adddb9e115455ae29d141d5b94a7a677d
parent5c2674347466d5c2d5169214e95f4ad6dc09e9b6
f2fs: introduce a periodic checkpoint flow

This patch introduces a periodic checkpoint feature.
Note that, this is not enforcing to conduct checkpoints very strictly in terms
of trigger timing, instead just hope to help user experiences.
The default value is 60 seconds.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/segment.c
fs/f2fs/super.c