aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/ABI/testing/sysfs-fs-f2fs31
-rw-r--r--Documentation/filesystems/f2fs.txt5
-rw-r--r--MAINTAINERS1
3 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs
index 31942efcaf0e..32b0809203dd 100644
--- a/Documentation/ABI/testing/sysfs-fs-f2fs
+++ b/Documentation/ABI/testing/sysfs-fs-f2fs
@@ -24,3 +24,34 @@ Date: July 2013
24Contact: "Namjae Jeon" <namjae.jeon@samsung.com> 24Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
25Description: 25Description:
26 Controls the victim selection policy for garbage collection. 26 Controls the victim selection policy for garbage collection.
27
28What: /sys/fs/f2fs/<disk>/reclaim_segments
29Date: October 2013
30Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
31Description:
32 Controls the issue rate of segment discard commands.
33
34What: /sys/fs/f2fs/<disk>/ipu_policy
35Date: November 2013
36Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
37Description:
38 Controls the in-place-update policy.
39
40What: /sys/fs/f2fs/<disk>/min_ipu_util
41Date: November 2013
42Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
43Description:
44 Controls the FS utilization condition for the in-place-update
45 policies.
46
47What: /sys/fs/f2fs/<disk>/max_small_discards
48Date: November 2013
49Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
50Description:
51 Controls the issue rate of small discard commands.
52
53What: /sys/fs/f2fs/<disk>/max_victim_search
54Date: January 2014
55Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
56Description:
57 Controls the number of trials to find a victim segment.
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================================================================================
194USAGE 199USAGE
195================================================================================ 200================================================================================
diff --git a/MAINTAINERS b/MAINTAINERS
index d5e4ff328cc7..bd58e8e81649 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3629,6 +3629,7 @@ W: http://en.wikipedia.org/wiki/F2FS
3629T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git 3629T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3630S: Maintained 3630S: Maintained
3631F: Documentation/filesystems/f2fs.txt 3631F: Documentation/filesystems/f2fs.txt
3632F: Documentation/ABI/testing/sysfs-fs-f2fs
3632F: fs/f2fs/ 3633F: fs/f2fs/
3633F: include/linux/f2fs_fs.h 3634F: include/linux/f2fs_fs.h
3634 3635