diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-09 07:00:06 -0500 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-09 07:00:06 -0500 |
commit | 3bac380c901206bccba1f5b108c1c8382ab21a16 (patch) | |
tree | 939e7543568169fd536a402b792628d588f91fe7 /Documentation/filesystems | |
parent | b1c57c1caa753cec299e62bb4272da0e85a01ef0 (diff) |
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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 998e698cf455..b8d284975f0f 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -190,6 +190,11 @@ Files in /sys/fs/f2fs/<devname> | |||
190 | of the filesystem utilization, and used by | 190 | of the filesystem utilization, and used by |
191 | F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies. | 191 | F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies. |
192 | 192 | ||
193 | max_victim_search This parameter controls the number of trials to | ||
194 | find a victim segment when conducting SSR and | ||
195 | cleaning operations. The default value is 4096 | ||
196 | which covers 8GB block address range. | ||
197 | |||
193 | ================================================================================ | 198 | ================================================================================ |
194 | USAGE | 199 | USAGE |
195 | ================================================================================ | 200 | ================================================================================ |