aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2014-01-09 21:00:06 +0900
committerAndreas Blaesius <skate4life@gmx.de>2016-06-05 21:21:17 +0200
commit3970eca98fff5afb9b88037216bdf87aa07a4b30 (patch)
treea10fd4468d7b09bebd6396519c592a43a3707ee2 /Documentation/filesystems
parent12490cbfdde3b3a076a7ededbdb86a05f6cffe44 (diff)
downloadkernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.tar.gz
kernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.tar.bz2
kernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.zip
f2fs: update documents and a MAINTAINERS entry
This patch adds missing some description of sysfs entries in - Documentation/ABI/testing/sysfs-fs-f2fs - Documentation/filesystems/f2fs.txt. And it adds a maintained document entry of F2FS in MAINTAINERS. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/f2fs.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index 26f268d137b..5be6b6d9d8c 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -182,6 +182,11 @@ Files in /sys/fs/f2fs/<devname>
of the filesystem utilization, and used by
F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies.
+ max_victim_search This parameter controls the number of trials to
+ find a victim segment when conducting SSR and
+ cleaning operations. The default value is 4096
+ which covers 8GB block address range.
+
================================================================================
USAGE
================================================================================