aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/f2fs.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index 8eb06b0a7d2b..803784e1e8ef 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -195,6 +195,13 @@ Files in /sys/fs/f2fs/<devname>
195 cleaning operations. The default value is 4096 195 cleaning operations. The default value is 4096
196 which covers 8GB block address range. 196 which covers 8GB block address range.
197 197
198 dir_level This parameter controls the directory level to
199 support large directory. If a directory has a
200 number of files, it can reduce the file lookup
201 latency by increasing this dir_level value.
202 Otherwise, it needs to decrease this value to
203 reduce the space overhead. The default value is 0.
204
198================================================================================ 205================================================================================
199USAGE 206USAGE
200================================================================================ 207================================================================================