aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2015-12-16 00:12:16 -0500
committerJaegeuk Kim <jaegeuk@kernel.org>2015-12-16 12:25:48 -0500
commit343f40f0a70eb7cee9cc8d6fcfbb3917252a5245 (patch)
tree681a63959c5293be0a069beef713108b85a4f726 /Documentation/filesystems
parentc227f912732f204c0ec4a577ba812401ac4672af (diff)
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')
-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
149 the above extent_cache mount option. 149 the above extent_cache mount option.
150noinline_data Disable the inline data feature, inline data feature is 150noinline_data Disable the inline data feature, inline data feature is
151 enabled by default. 151 enabled by default.
152data_flush Enable data flushing before checkpoint in order to
153 persist data of regular and symlink.
152 154
153================================================================================ 155================================================================================
154DEBUGFS ENTRIES 156DEBUGFS ENTRIES