commit | 60b99b486b568c13cbb7caa83cf8a12af7665f1e | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Oct 05 14:49:57 2015 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Oct 09 16:20:57 2015 -0700 |
tree | c766ac4adddb9e115455ae29d141d5b94a7a677d | |
parent | 5c2674347466d5c2d5169214e95f4ad6dc09e9b6 [diff] |
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>