aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorWanpeng Li <wanpeng.li@linux.intel.com>2015-03-23 22:20:27 -0400
committerJaegeuk Kim <jaegeuk@kernel.org>2015-04-10 18:08:52 -0400
commit75342797988a0f9ebec400a2dde8d4de581c4079 (patch)
tree1a80adb75f0b4dcbdc027d9b255d001c9dca77f7 /Documentation/filesystems
parent0bdee482509fe8c3cf0e66231ed37b8e70954093 (diff)
f2fs: enable inline data by default
Enable inline_data feature by default since it brings us better performance and space utilization and now has already stable. Add another option noinline_data to disable it during mount. Suggested-by: Jaegeuk Kim <jaegeuk@kernel.org> Suggested-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.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 48e2123c2582..e9e750e59efc 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -144,6 +144,8 @@ extent_cache Enable an extent cache based on rb-tree, it can cache
144 as many as extent which map between contiguous logical 144 as many as extent which map between contiguous logical
145 address and physical address per inode, resulting in 145 address and physical address per inode, resulting in
146 increasing the cache hit ratio. 146 increasing the cache hit ratio.
147noinline_data Disable the inline data feature, inline data feature is
148 enabled by default.
147 149
148================================================================================ 150================================================================================
149DEBUGFS ENTRIES 151DEBUGFS ENTRIES