aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/f2fs.txt
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2015-12-16 13:12:16 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2015-12-16 09:25:48 -0800
commit343f40f0a70eb7cee9cc8d6fcfbb3917252a5245 (patch)
tree681a63959c5293be0a069beef713108b85a4f726 /Documentation/filesystems/f2fs.txt
parentf2fs: record dirty status of regular/symlink inode (diff)
downloadlinux-dev-343f40f0a70eb7cee9cc8d6fcfbb3917252a5245.tar.xz
linux-dev-343f40f0a70eb7cee9cc8d6fcfbb3917252a5245.zip
f2fs: introduce new option for controlling data flush
Add a new option 'data_flush' to enable data flush functionality. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
-rw-r--r--Documentation/filesystems/f2fs.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index ad10494aa224..e1c9f0849da6 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -149,6 +149,8 @@ noextent_cache Disable an extent cache based on rb-tree explicitly, see
the above extent_cache mount option.
noinline_data Disable the inline data feature, inline data feature is
enabled by default.
+data_flush Enable data flushing before checkpoint in order to
+ persist data of regular and symlink.
================================================================================
DEBUGFS ENTRIES