blob: e066281dfd4e3cb88128ca222a330eb8a7d585e5 [file] [log] [blame]
Linus Torvalds8005ecc2012-12-20 13:54:51 -08001What: /sys/fs/f2fs/<disk>/gc_max_sleep_time
2Date: July 2013
3Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
4Description:
5 Controls the maximun sleep time for gc_thread. Time
6 is in milliseconds.
7
8What: /sys/fs/f2fs/<disk>/gc_min_sleep_time
9Date: July 2013
10Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
11Description:
12 Controls the minimum sleep time for gc_thread. Time
13 is in milliseconds.
14
15What: /sys/fs/f2fs/<disk>/gc_no_gc_sleep_time
16Date: July 2013
17Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
18Description:
19 Controls the default sleep time for gc_thread. Time
20 is in milliseconds.
21
22What: /sys/fs/f2fs/<disk>/gc_idle
23Date: July 2013
24Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
25Description:
26 Controls the victim selection policy for garbage collection.
Jaegeuk Kim9a20f5d2014-01-09 21:00:06 +090027
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
Jaegeuk Kim715d05f2015-01-19 11:06:13 -060047What: /sys/fs/f2fs/<disk>/min_fsync_blocks
48Date: September 2014
49Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
50Description:
51 Controls the dirty page count condition for the in-place-update
52 policies.
53
Jaegeuk Kim9a20f5d2014-01-09 21:00:06 +090054What: /sys/fs/f2fs/<disk>/max_small_discards
55Date: November 2013
56Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
57Description:
58 Controls the issue rate of small discard commands.
59
60What: /sys/fs/f2fs/<disk>/max_victim_search
61Date: January 2014
62Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
63Description:
64 Controls the number of trials to find a victim segment.
Jaegeuk Kim327c57d2014-03-19 13:31:37 +090065
Jaegeuk Kim715d05f2015-01-19 11:06:13 -060066What: /sys/fs/f2fs/<disk>/dir_level
67Date: March 2014
68Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
69Description:
70 Controls the directory level for large directory.
71
Jaegeuk Kim327c57d2014-03-19 13:31:37 +090072What: /sys/fs/f2fs/<disk>/ram_thresh
73Date: March 2014
74Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
75Description:
76 Controls the memory footprint used by f2fs.
Jaegeuk Kim715d05f2015-01-19 11:06:13 -060077
78What: /sys/fs/f2fs/<disk>/trim_sections
79Date: February 2015
80Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
81Description:
82 Controls the trimming rate in batch mode.
Jaegeuk Kim4fae7dd2015-11-12 10:23:18 -060083
84What: /sys/fs/f2fs/<disk>/cp_interval
85Date: October 2015
86Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
87Description:
88 Controls the checkpoint timing.