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/ABI | |
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/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-fs-f2fs | 31 |
1 files changed, 31 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 | |||
24 | Contact: "Namjae Jeon" <namjae.jeon@samsung.com> | 24 | Contact: "Namjae Jeon" <namjae.jeon@samsung.com> |
25 | Description: | 25 | Description: |
26 | Controls the victim selection policy for garbage collection. | 26 | Controls the victim selection policy for garbage collection. |
27 | |||
28 | What: /sys/fs/f2fs/<disk>/reclaim_segments | ||
29 | Date: October 2013 | ||
30 | Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com> | ||
31 | Description: | ||
32 | Controls the issue rate of segment discard commands. | ||
33 | |||
34 | What: /sys/fs/f2fs/<disk>/ipu_policy | ||
35 | Date: November 2013 | ||
36 | Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com> | ||
37 | Description: | ||
38 | Controls the in-place-update policy. | ||
39 | |||
40 | What: /sys/fs/f2fs/<disk>/min_ipu_util | ||
41 | Date: November 2013 | ||
42 | Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com> | ||
43 | Description: | ||
44 | Controls the FS utilization condition for the in-place-update | ||
45 | policies. | ||
46 | |||
47 | What: /sys/fs/f2fs/<disk>/max_small_discards | ||
48 | Date: November 2013 | ||
49 | Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com> | ||
50 | Description: | ||
51 | Controls the issue rate of small discard commands. | ||
52 | |||
53 | What: /sys/fs/f2fs/<disk>/max_victim_search | ||
54 | Date: January 2014 | ||
55 | Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com> | ||
56 | Description: | ||
57 | Controls the number of trials to find a victim segment. | ||