diff options
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index dac11d7fef27..e9e750e59efc 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -140,6 +140,12 @@ nobarrier This option can be used if underlying storage guarantees | |||
140 | fastboot This option is used when a system wants to reduce mount | 140 | fastboot This option is used when a system wants to reduce mount |
141 | time as much as possible, even though normal performance | 141 | time as much as possible, even though normal performance |
142 | can be sacrificed. | 142 | can be sacrificed. |
143 | extent_cache Enable an extent cache based on rb-tree, it can cache | ||
144 | as many as extent which map between contiguous logical | ||
145 | address and physical address per inode, resulting in | ||
146 | increasing the cache hit ratio. | ||
147 | noinline_data Disable the inline data feature, inline data feature is | ||
148 | enabled by default. | ||
143 | 149 | ||
144 | ================================================================================ | 150 | ================================================================================ |
145 | DEBUGFS ENTRIES | 151 | DEBUGFS ENTRIES |