1 What: /sys/fs/f2fs/<disk>/gc_max_sleep_time
3 Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
5 Controls the maximun sleep time for gc_thread. Time
8 What: /sys/fs/f2fs/<disk>/gc_min_sleep_time
10 Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
12 Controls the minimum sleep time for gc_thread. Time
15 What: /sys/fs/f2fs/<disk>/gc_no_gc_sleep_time
17 Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
19 Controls the default sleep time for gc_thread. Time
22 What: /sys/fs/f2fs/<disk>/gc_idle
24 Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
26 Controls the victim selection policy for garbage collection.
28 What: /sys/fs/f2fs/<disk>/reclaim_segments
30 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
32 Controls the issue rate of segment discard commands.
34 What: /sys/fs/f2fs/<disk>/ipu_policy
36 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
38 Controls the in-place-update policy.
40 What: /sys/fs/f2fs/<disk>/min_ipu_util
42 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
44 Controls the FS utilization condition for the in-place-update
47 What: /sys/fs/f2fs/<disk>/min_fsync_blocks
49 Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
51 Controls the dirty page count condition for the in-place-update
54 What: /sys/fs/f2fs/<disk>/max_small_discards
56 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
58 Controls the issue rate of small discard commands.
60 What: /sys/fs/f2fs/<disk>/max_victim_search
62 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
64 Controls the number of trials to find a victim segment.
66 What: /sys/fs/f2fs/<disk>/dir_level
68 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
70 Controls the directory level for large directory.
72 What: /sys/fs/f2fs/<disk>/ram_thresh
74 Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
76 Controls the memory footprint used by f2fs.
78 What: /sys/fs/f2fs/<disk>/trim_sections
80 Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
82 Controls the trimming rate in batch mode.
84 What: /sys/fs/f2fs/<disk>/cp_interval
86 Contact: "Jaegeuk Kim" <jaegeuk@kernel.org>
88 Controls the checkpoint timing.
90 What: /sys/fs/f2fs/<disk>/ra_nid_pages
92 Contact: "Chao Yu" <chao2.yu@samsung.com>
94 Controls the count of nid pages to be readaheaded.