xref: /linux/Documentation/ABI/testing/sysfs-fs-f2fs (revision 71644dff481180ba024ac4f5cb1f068756357adf)
1b59d0baeSNamjae JeonWhat:		/sys/fs/f2fs/<disk>/gc_max_sleep_time
2b59d0baeSNamjae JeonDate:		July 2013
3b59d0baeSNamjae JeonContact:	"Namjae Jeon" <namjae.jeon@samsung.com>
4f5fa7c8bSHridya ValsarajuDescription:	Controls the maximum sleep time for gc_thread. Time
5b59d0baeSNamjae Jeon		is in milliseconds.
6b59d0baeSNamjae Jeon
7b59d0baeSNamjae JeonWhat:		/sys/fs/f2fs/<disk>/gc_min_sleep_time
8b59d0baeSNamjae JeonDate:		July 2013
9b59d0baeSNamjae JeonContact:	"Namjae Jeon" <namjae.jeon@samsung.com>
10f5fa7c8bSHridya ValsarajuDescription:	Controls the minimum sleep time for gc_thread. Time
11b59d0baeSNamjae Jeon		is in milliseconds.
12b59d0baeSNamjae Jeon
13b59d0baeSNamjae JeonWhat:		/sys/fs/f2fs/<disk>/gc_no_gc_sleep_time
14b59d0baeSNamjae JeonDate:		July 2013
15b59d0baeSNamjae JeonContact:	"Namjae Jeon" <namjae.jeon@samsung.com>
16f5fa7c8bSHridya ValsarajuDescription:	Controls the default sleep time for gc_thread. Time
17b59d0baeSNamjae Jeon		is in milliseconds.
18d2dc095fSNamjae Jeon
19d2dc095fSNamjae JeonWhat:		/sys/fs/f2fs/<disk>/gc_idle
20d2dc095fSNamjae JeonDate:		July 2013
21d2dc095fSNamjae JeonContact:	"Namjae Jeon" <namjae.jeon@samsung.com>
22f5fa7c8bSHridya ValsarajuDescription:	Controls the victim selection policy for garbage collection.
2354a19b4dSMauro Carvalho Chehab		Setting gc_idle = 0(default) will disable this option. Setting:
2454a19b4dSMauro Carvalho Chehab
2554a19b4dSMauro Carvalho Chehab		===========  ===============================================
26f5fa7c8bSHridya Valsaraju		gc_idle = 1  will select the Cost Benefit approach & setting
27093749e2SChao Yu		gc_idle = 2  will select the greedy approach & setting
28093749e2SChao Yu		gc_idle = 3  will select the age-threshold based approach.
2954a19b4dSMauro Carvalho Chehab		===========  ===============================================
303bac380cSJaegeuk Kim
313bac380cSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/reclaim_segments
323bac380cSJaegeuk KimDate:		October 2013
333bac380cSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
34f5fa7c8bSHridya ValsarajuDescription:	This parameter controls the number of prefree segments to be
35f5fa7c8bSHridya Valsaraju		reclaimed. If the number of prefree segments is larger than
36f5fa7c8bSHridya Valsaraju		the number of segments in the proportion to the percentage
37f5fa7c8bSHridya Valsaraju		over total volume size, f2fs tries to conduct checkpoint to
38f5fa7c8bSHridya Valsaraju		reclaim the prefree segments to free segments.
39f5fa7c8bSHridya Valsaraju		By default, 5% over total # of segments.
403bac380cSJaegeuk Kim
41f5fa7c8bSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/main_blkaddr
42a4db59acSJaegeuk KimDate:		November 2019
43a4db59acSJaegeuk KimContact:	"Ramon Pantin" <pantin@google.com>
44b35d71b9SYangtao LiDescription:	Shows first block address of MAIN area.
45a4db59acSJaegeuk Kim
463bac380cSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/ipu_policy
473bac380cSJaegeuk KimDate:		November 2013
483bac380cSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
49f5fa7c8bSHridya ValsarajuDescription:	Controls the in-place-update policy.
50f5fa7c8bSHridya Valsaraju		updates in f2fs. User can set:
5154a19b4dSMauro Carvalho Chehab
5254a19b4dSMauro Carvalho Chehab		====  =================
5354a19b4dSMauro Carvalho Chehab		0x01  F2FS_IPU_FORCE
5454a19b4dSMauro Carvalho Chehab		0x02  F2FS_IPU_SSR
5554a19b4dSMauro Carvalho Chehab		0x04  F2FS_IPU_UTIL
5654a19b4dSMauro Carvalho Chehab		0x08  F2FS_IPU_SSR_UTIL
5754a19b4dSMauro Carvalho Chehab		0x10  F2FS_IPU_FSYNC
581018a546SChao Yu		0x20  F2FS_IPU_ASYNC
5954a19b4dSMauro Carvalho Chehab		0x40  F2FS_IPU_NOCACHE
601018a546SChao Yu		0x80  F2FS_IPU_HONOR_OPU_WRITE
6154a19b4dSMauro Carvalho Chehab		====  =================
6254a19b4dSMauro Carvalho Chehab
63f5fa7c8bSHridya Valsaraju		Refer segment.h for details.
643bac380cSJaegeuk Kim
653bac380cSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/min_ipu_util
663bac380cSJaegeuk KimDate:		November 2013
673bac380cSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
68f5fa7c8bSHridya ValsarajuDescription:	Controls the FS utilization condition for the in-place-update
69f5fa7c8bSHridya Valsaraju		policies. It is used by F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies.
703bac380cSJaegeuk Kim
71c1ce1b02SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/min_fsync_blocks
72c1ce1b02SJaegeuk KimDate:		September 2014
73c1ce1b02SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
74f5fa7c8bSHridya ValsarajuDescription:	Controls the dirty page count condition for the in-place-update
75c1ce1b02SJaegeuk Kim		policies.
76c1ce1b02SJaegeuk Kim
77853137ceSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/min_seq_blocks
78853137ceSJaegeuk KimDate:		August 2018
79853137ceSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
80f5fa7c8bSHridya ValsarajuDescription:	Controls the dirty page count condition for batched sequential
81f5fa7c8bSHridya Valsaraju		writes in writepages.
82853137ceSJaegeuk Kim
83b32d73abSChao YuWhat:		/sys/fs/f2fs/<disk>/min_hot_blocks
84b32d73abSChao YuDate:		March 2017
85b32d73abSChao YuContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
86f5fa7c8bSHridya ValsarajuDescription:	Controls the dirty page count condition for redefining hot data.
87b32d73abSChao Yu
88a2a12b67SChao YuWhat:		/sys/fs/f2fs/<disk>/min_ssr_sections
89a2a12b67SChao YuDate:		October 2017
90a2a12b67SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
91f5fa7c8bSHridya ValsarajuDescription:	Controls the free section threshold to trigger SSR allocation.
92f5fa7c8bSHridya Valsaraju		If this is large, SSR mode will be enabled early.
93a2a12b67SChao Yu
943bac380cSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/max_small_discards
953bac380cSJaegeuk KimDate:		November 2013
963bac380cSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
97f5fa7c8bSHridya ValsarajuDescription:	Controls the issue rate of discard commands that consist of small
98f5fa7c8bSHridya Valsaraju		blocks less than 2MB. The candidates to be discarded are cached until
99f5fa7c8bSHridya Valsaraju		checkpoint is triggered, and issued during the checkpoint.
100f5fa7c8bSHridya Valsaraju		By default, it is disabled with 0.
1013bac380cSJaegeuk Kim
102c46867e9SYangtao LiWhat:		/sys/fs/f2fs/<disk>/max_ordered_discard
103c46867e9SYangtao LiDate:		October 2022
104c46867e9SYangtao LiContact:	"Yangtao Li" <frank.li@vivo.com>
105c46867e9SYangtao LiDescription:	Controls the maximum ordered discard, the unit size is one block(4KB).
106c46867e9SYangtao Li		Set it to 16 by default.
107c46867e9SYangtao Li
108b2e4a2b3SKonstantin VyshetskyWhat:		/sys/fs/f2fs/<disk>/max_discard_request
109b2e4a2b3SKonstantin VyshetskyDate:		December 2021
110b2e4a2b3SKonstantin VyshetskyContact:	"Konstantin Vyshetsky" <vkon@google.com>
111b2e4a2b3SKonstantin VyshetskyDescription:	Controls the number of discards a thread will issue at a time.
112b2e4a2b3SKonstantin Vyshetsky		Higher number will allow the discard thread to finish its work
113b2e4a2b3SKonstantin Vyshetsky		faster, at the cost of higher latency for incomming I/O.
114b2e4a2b3SKonstantin Vyshetsky
115b2e4a2b3SKonstantin VyshetskyWhat:		/sys/fs/f2fs/<disk>/min_discard_issue_time
116b2e4a2b3SKonstantin VyshetskyDate:		December 2021
117b2e4a2b3SKonstantin VyshetskyContact:	"Konstantin Vyshetsky" <vkon@google.com>
118b2e4a2b3SKonstantin VyshetskyDescription:	Controls the interval the discard thread will wait between
119b2e4a2b3SKonstantin Vyshetsky		issuing discard requests when there are discards to be issued and
120b2e4a2b3SKonstantin Vyshetsky		no I/O aware interruptions occur.
121b2e4a2b3SKonstantin Vyshetsky
122b2e4a2b3SKonstantin VyshetskyWhat:		/sys/fs/f2fs/<disk>/mid_discard_issue_time
123b2e4a2b3SKonstantin VyshetskyDate:		December 2021
124b2e4a2b3SKonstantin VyshetskyContact:	"Konstantin Vyshetsky" <vkon@google.com>
125b2e4a2b3SKonstantin VyshetskyDescription:	Controls the interval the discard thread will wait between
126b2e4a2b3SKonstantin Vyshetsky		issuing discard requests when there are discards to be issued and
127b2e4a2b3SKonstantin Vyshetsky		an I/O aware interruption occurs.
128b2e4a2b3SKonstantin Vyshetsky
129b2e4a2b3SKonstantin VyshetskyWhat:		/sys/fs/f2fs/<disk>/max_discard_issue_time
130b2e4a2b3SKonstantin VyshetskyDate:		December 2021
131b2e4a2b3SKonstantin VyshetskyContact:	"Konstantin Vyshetsky" <vkon@google.com>
132b2e4a2b3SKonstantin VyshetskyDescription:	Controls the interval the discard thread will wait when there are
133b2e4a2b3SKonstantin Vyshetsky		no discard operations to be issued.
134b2e4a2b3SKonstantin Vyshetsky
135969d1b18SChao YuWhat:		/sys/fs/f2fs/<disk>/discard_granularity
136969d1b18SChao YuDate:		July 2017
137969d1b18SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
138f5fa7c8bSHridya ValsarajuDescription:	Controls discard granularity of inner discard thread. Inner thread
139969d1b18SChao Yu		will not issue discards with size that is smaller than granularity.
140f5fa7c8bSHridya Valsaraju		The unit size is one block(4KB), now only support configuring
141fc031877SYangtao Li		in range of [1, 512]. Default value is 16.
142fc031877SYangtao Li		For small devices, default value is 1.
143969d1b18SChao Yu
14403f2c02dSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/umount_discard_timeout
14503f2c02dSJaegeuk KimDate:		January 2019
14603f2c02dSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
147f5fa7c8bSHridya ValsarajuDescription:	Set timeout to issue discard commands during umount.
14803f2c02dSJaegeuk Kim	        Default: 5 secs
14903f2c02dSJaegeuk Kim
150ae2e2804SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/pending_discard
151ae2e2804SJaegeuk KimDate:		November 2021
152ae2e2804SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
153ae2e2804SJaegeuk KimDescription:	Shows the number of pending discard commands in the queue.
154ae2e2804SJaegeuk Kim
1553bac380cSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/max_victim_search
1563bac380cSJaegeuk KimDate:		January 2014
1573bac380cSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
158f5fa7c8bSHridya ValsarajuDescription:	Controls the number of trials to find a victim segment
159f5fa7c8bSHridya Valsaraju		when conducting SSR and cleaning operations. The default value
160f5fa7c8bSHridya Valsaraju		is 4096 which covers 8GB block address range.
161cdfc41c1SJaegeuk Kim
16234655575SChao YuWhat:		/sys/fs/f2fs/<disk>/migration_granularity
16334655575SChao YuDate:		October 2018
16434655575SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
165f5fa7c8bSHridya ValsarajuDescription:	Controls migration granularity of garbage collection on large
16634655575SChao Yu		section, it can let GC move partial segment{s} of one section
16734655575SChao Yu		in one GC cycle, so that dispersing heavy overhead GC to
16834655575SChao Yu		multiple lightweight one.
16934655575SChao Yu
17091796825SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/dir_level
17191796825SJaegeuk KimDate:		March 2014
17291796825SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
173f5fa7c8bSHridya ValsarajuDescription:	Controls the directory level for large directory. If a
174f5fa7c8bSHridya Valsaraju		directory has a number of files, it can reduce the file lookup
175f5fa7c8bSHridya Valsaraju		latency by increasing this dir_level value. Otherwise, it
176f5fa7c8bSHridya Valsaraju		needs to decrease this value to reduce the space overhead.
177f5fa7c8bSHridya Valsaraju		The default value is 0.
17891796825SJaegeuk Kim
179cdfc41c1SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/ram_thresh
180cdfc41c1SJaegeuk KimDate:		March 2014
181cdfc41c1SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk.kim@samsung.com>
182f5fa7c8bSHridya ValsarajuDescription:	Controls the memory footprint used by free nids and cached
183f5fa7c8bSHridya Valsaraju		nat entries. By default, 1 is set, which indicates
184f5fa7c8bSHridya Valsaraju		10 MB / 1 GB RAM.
185bba681cbSJaegeuk Kim
1866f6d9fe2SChao YuWhat:		/sys/fs/f2fs/<disk>/batched_trim_sections
187bba681cbSJaegeuk KimDate:		February 2015
188bba681cbSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
189f5fa7c8bSHridya ValsarajuDescription:	Controls the trimming rate in batch mode.
190377224c4SChao Yu		<deprecated>
19160b99b48SJaegeuk Kim
19260b99b48SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/cp_interval
19360b99b48SJaegeuk KimDate:		October 2015
19460b99b48SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
195f5fa7c8bSHridya ValsarajuDescription:	Controls the checkpoint timing, set to 60 seconds by default.
196ea1a29a0SChao Yu
197d0239e1bSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/idle_interval
198d0239e1bSJaegeuk KimDate:		January 2016
199d0239e1bSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
200f5fa7c8bSHridya ValsarajuDescription:	Controls the idle timing of system, if there is no FS operation
201f5fa7c8bSHridya Valsaraju		during given interval.
202f5fa7c8bSHridya Valsaraju		Set to 5 seconds by default.
203a7d10cf3SSahitya Tummala
204a7d10cf3SSahitya TummalaWhat:		/sys/fs/f2fs/<disk>/discard_idle_interval
205a7d10cf3SSahitya TummalaDate:		September 2018
206a7d10cf3SSahitya TummalaContact:	"Chao Yu" <yuchao0@huawei.com>
207a7d10cf3SSahitya TummalaContact:	"Sahitya Tummala" <stummala@codeaurora.org>
208f5fa7c8bSHridya ValsarajuDescription:	Controls the idle timing of discard thread given
209f5fa7c8bSHridya Valsaraju		this time interval.
210f5fa7c8bSHridya Valsaraju		Default is 5 secs.
211a7d10cf3SSahitya Tummala
212a7d10cf3SSahitya TummalaWhat:		/sys/fs/f2fs/<disk>/gc_idle_interval
213a7d10cf3SSahitya TummalaDate:		September 2018
214a7d10cf3SSahitya TummalaContact:	"Chao Yu" <yuchao0@huawei.com>
215a7d10cf3SSahitya TummalaContact:	"Sahitya Tummala" <stummala@codeaurora.org>
216f5fa7c8bSHridya ValsarajuDescription:    Controls the idle timing for gc path. Set to 5 seconds by default.
217d0239e1bSJaegeuk Kim
218b32d73abSChao YuWhat:		/sys/fs/f2fs/<disk>/iostat_enable
219b32d73abSChao YuDate:		August 2017
220b32d73abSChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
221f5fa7c8bSHridya ValsarajuDescription:	Controls to enable/disable IO stat.
222b32d73abSChao Yu
223ea1a29a0SChao YuWhat:		/sys/fs/f2fs/<disk>/ra_nid_pages
224ea1a29a0SChao YuDate:		October 2015
225ea1a29a0SChao YuContact:	"Chao Yu" <chao2.yu@samsung.com>
226f5fa7c8bSHridya ValsarajuDescription:	Controls the count of nid pages to be readaheaded.
227f5fa7c8bSHridya Valsaraju		When building free nids, F2FS reads NAT blocks ahead for
228f5fa7c8bSHridya Valsaraju		speed up. Default is 0.
2292304cb0cSChao Yu
2302304cb0cSChao YuWhat:		/sys/fs/f2fs/<disk>/dirty_nats_ratio
2312304cb0cSChao YuDate:		January 2016
2322304cb0cSChao YuContact:	"Chao Yu" <chao2.yu@samsung.com>
233f5fa7c8bSHridya ValsarajuDescription:	Controls dirty nat entries ratio threshold, if current
2342304cb0cSChao Yu		ratio exceeds configured threshold, checkpoint will
2352304cb0cSChao Yu		be triggered for flushing dirty nat entries.
2368f1dbbbbSShuoran Liu
2378f1dbbbbSShuoran LiuWhat:		/sys/fs/f2fs/<disk>/lifetime_write_kbytes
2388f1dbbbbSShuoran LiuDate:		January 2016
2398f1dbbbbSShuoran LiuContact:	"Shuoran Liu" <liushuoran@huawei.com>
240f5fa7c8bSHridya ValsarajuDescription:	Shows total written kbytes issued to disk.
24156412894SChao Yu
2429ac19faaSEric BiggersWhat:		/sys/fs/f2fs/<disk>/features
243b32d73abSChao YuDate:		July 2017
244b32d73abSChao YuContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
245eebd36a4SJaegeuk KimDescription:	<deprecated: should use /sys/fs/f2fs/<disk>/feature_list/>
2464c89b53dSJaegeuk Kim		Shows all enabled features in current device.
2474c89b53dSJaegeuk Kim		Supported features:
2484c89b53dSJaegeuk Kim		encryption, blkzoned, extra_attr, projquota, inode_checksum,
2494c89b53dSJaegeuk Kim		flexible_inline_xattr, quota_ino, inode_crtime, lost_found,
2504c89b53dSJaegeuk Kim		verity, sb_checksum, casefold, readonly, compression, pin_file.
2514c89b53dSJaegeuk Kim
2524c89b53dSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/feature_list/
2534c89b53dSJaegeuk KimDate:		June 2021
2544c89b53dSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
2554c89b53dSJaegeuk KimDescription:	Expand /sys/fs/f2fs/<disk>/features to meet sysfs rule.
2564c89b53dSJaegeuk Kim		Supported on-disk features:
2574c89b53dSJaegeuk Kim		encryption, block_zoned (aka blkzoned), extra_attr,
2584c89b53dSJaegeuk Kim		project_quota (aka projquota), inode_checksum,
2594c89b53dSJaegeuk Kim		flexible_inline_xattr, quota_ino, inode_crtime, lost_found,
2604c89b53dSJaegeuk Kim		verity, sb_checksum, casefold, readonly, compression.
2614c89b53dSJaegeuk Kim		Note that, pin_file is moved into /sys/fs/f2fs/features/.
2624c89b53dSJaegeuk Kim
2634c89b53dSJaegeuk KimWhat:		/sys/fs/f2fs/features/
2644c89b53dSJaegeuk KimDate:		July 2017
2654c89b53dSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
2664c89b53dSJaegeuk KimDescription:	Shows all enabled kernel features.
2674c89b53dSJaegeuk Kim		Supported features:
2684c89b53dSJaegeuk Kim		encryption, block_zoned, extra_attr, project_quota,
2694c89b53dSJaegeuk Kim		inode_checksum, flexible_inline_xattr, quota_ino,
2704c89b53dSJaegeuk Kim		inode_crtime, lost_found, verity, sb_checksum,
2714c89b53dSJaegeuk Kim		casefold, readonly, compression, test_dummy_encryption_v2,
2724c89b53dSJaegeuk Kim		atomic_write, pin_file, encrypted_casefold.
273b32d73abSChao Yu
27456412894SChao YuWhat:		/sys/fs/f2fs/<disk>/inject_rate
27556412894SChao YuDate:		May 2016
27656412894SChao YuContact:	"Sheng Yong" <shengyong1@huawei.com>
277f5fa7c8bSHridya ValsarajuDescription:	Controls the injection rate of arbitrary faults.
27856412894SChao Yu
27956412894SChao YuWhat:		/sys/fs/f2fs/<disk>/inject_type
28056412894SChao YuDate:		May 2016
28156412894SChao YuContact:	"Sheng Yong" <shengyong1@huawei.com>
282f5fa7c8bSHridya ValsarajuDescription:	Controls the injection type of arbitrary faults.
283f5fa7c8bSHridya Valsaraju
284f5fa7c8bSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/dirty_segments
285f5fa7c8bSHridya ValsarajuDate:		October 2017
286f5fa7c8bSHridya ValsarajuContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
287f5fa7c8bSHridya ValsarajuDescription:	Shows the number of dirty segments.
288daeb433eSChao Yu
289daeb433eSChao YuWhat:		/sys/fs/f2fs/<disk>/reserved_blocks
290daeb433eSChao YuDate:		June 2017
291daeb433eSChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
292f5fa7c8bSHridya ValsarajuDescription:	Controls target reserved blocks in system, the threshold
29380d42145SYunlong Song		is soft, it could exceed current available user space.
29480d42145SYunlong Song
29580d42145SYunlong SongWhat:		/sys/fs/f2fs/<disk>/current_reserved_blocks
29680d42145SYunlong SongDate:		October 2017
29780d42145SYunlong SongContact:	"Yunlong Song" <yunlong.song@huawei.com>
29880d42145SYunlong SongContact:	"Chao Yu" <yuchao0@huawei.com>
299f5fa7c8bSHridya ValsarajuDescription:	Shows current reserved blocks in system, it may be temporarily
30080d42145SYunlong Song		smaller than target_reserved_blocks, but will gradually
30180d42145SYunlong Song		increase to target_reserved_blocks when more free blocks are
30280d42145SYunlong Song		freed by user later.
303d9872a69SJaegeuk Kim
304d9872a69SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/gc_urgent
305d9872a69SJaegeuk KimDate:		August 2017
306d9872a69SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
307d98af5f4SDaeho JeongDescription:	Do background GC aggressively when set. Set to 0 by default.
308d98af5f4SDaeho Jeong		gc urgent high(1): does GC forcibly in a period of given
309d98af5f4SDaeho Jeong		gc_urgent_sleep_time and ignores I/O idling check. uses greedy
310d98af5f4SDaeho Jeong		GC approach and turns SSR mode on.
311d98af5f4SDaeho Jeong		gc urgent low(2): lowers the bar of checking I/O idling in
312d98af5f4SDaeho Jeong		order to process outstanding discard commands and GC a
313d98af5f4SDaeho Jeong		little bit aggressively. uses cost benefit GC approach.
314d98af5f4SDaeho Jeong		gc urgent mid(3): does GC forcibly in a period of given
315d98af5f4SDaeho Jeong		gc_urgent_sleep_time and executes a mid level of I/O idling check.
316d98af5f4SDaeho Jeong		uses cost benefit GC approach.
317d9872a69SJaegeuk Kim
318d9872a69SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/gc_urgent_sleep_time
319d9872a69SJaegeuk KimDate:		August 2017
320d9872a69SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
321f5fa7c8bSHridya ValsarajuDescription:	Controls sleep time of GC urgent mode. Set to 500ms by default.
322f6df8f23SSheng Yong
323f6df8f23SSheng YongWhat:		/sys/fs/f2fs/<disk>/readdir_ra
324f6df8f23SSheng YongDate:		November 2017
325f6df8f23SSheng YongContact:	"Sheng Yong" <shengyong1@huawei.com>
326f5fa7c8bSHridya ValsarajuDescription:	Controls readahead inode block in readdir. Enabled by default.
327f5fa7c8bSHridya Valsaraju
328f5fa7c8bSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/gc_pin_file_thresh
329f5fa7c8bSHridya ValsarajuDate:		January 2018
330f5fa7c8bSHridya ValsarajuContact:	Jaegeuk Kim <jaegeuk@kernel.org>
331f5fa7c8bSHridya ValsarajuDescription:	This indicates how many GC can be failed for the pinned
332f5fa7c8bSHridya Valsaraju		file. If it exceeds this, F2FS doesn't guarantee its pinning
333f5fa7c8bSHridya Valsaraju		state. 2048 trials is set by default.
334846ae671SChao Yu
335846ae671SChao YuWhat:		/sys/fs/f2fs/<disk>/extension_list
336846ae671SChao YuDate:		Feburary 2018
337846ae671SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
338f5fa7c8bSHridya ValsarajuDescription:	Used to control configure extension list:
339846ae671SChao Yu		- Query: cat /sys/fs/f2fs/<disk>/extension_list
340b6a06cbbSChao Yu		- Add: echo '[h/c]extension' > /sys/fs/f2fs/<disk>/extension_list
341b6a06cbbSChao Yu		- Del: echo '[h/c]!extension' > /sys/fs/f2fs/<disk>/extension_list
342b6a06cbbSChao Yu		- [h] means add/del hot file extension
343b6a06cbbSChao Yu		- [c] means add/del cold file extension
3444d3aed70SDaniel Rosenberg
3454d3aed70SDaniel RosenbergWhat:		/sys/fs/f2fs/<disk>/unusable
3464d3aed70SDaniel RosenbergDate		April 2019
3474d3aed70SDaniel RosenbergContact:	"Daniel Rosenberg" <drosen@google.com>
348f5fa7c8bSHridya ValsarajuDescription:	If checkpoint=disable, it displays the number of blocks that
349f5fa7c8bSHridya Valsaraju		are unusable.
350c67c8c0fSxuyehan		If checkpoint=enable it displays the number of blocks that
351f5fa7c8bSHridya Valsaraju		would be unusable if checkpoint=disable were to be set.
3525aba5430SDaniel Rosenberg
3535aba5430SDaniel RosenbergWhat:		/sys/fs/f2fs/<disk>/encoding
3545aba5430SDaniel RosenbergDate		July 2019
3555aba5430SDaniel RosenbergContact:	"Daniel Rosenberg" <drosen@google.com>
356f5fa7c8bSHridya ValsarajuDescription:	Displays name and version of the encoding set for the filesystem.
3575aba5430SDaniel Rosenberg		If no encoding is set, displays (none)
358fc7100eaSHridya Valsaraju
359fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/free_segments
360fc7100eaSHridya ValsarajuDate:		September 2019
361fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
362fc7100eaSHridya ValsarajuDescription:	Number of free segments in disk.
363fc7100eaSHridya Valsaraju
364fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/cp_foreground_calls
365fc7100eaSHridya ValsarajuDate:		September 2019
366fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
367fc7100eaSHridya ValsarajuDescription:	Number of checkpoint operations performed on demand. Available when
368fc7100eaSHridya Valsaraju		CONFIG_F2FS_STAT_FS=y.
369fc7100eaSHridya Valsaraju
370fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/cp_background_calls
371fc7100eaSHridya ValsarajuDate:		September 2019
372fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
373fc7100eaSHridya ValsarajuDescription:	Number of checkpoint operations performed in the background to
374fc7100eaSHridya Valsaraju		free segments. Available when CONFIG_F2FS_STAT_FS=y.
375fc7100eaSHridya Valsaraju
376fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/gc_foreground_calls
377fc7100eaSHridya ValsarajuDate:		September 2019
378fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
379fc7100eaSHridya ValsarajuDescription:	Number of garbage collection operations performed on demand.
380fc7100eaSHridya Valsaraju		Available when CONFIG_F2FS_STAT_FS=y.
381fc7100eaSHridya Valsaraju
382fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/gc_background_calls
383fc7100eaSHridya ValsarajuDate:		September 2019
384fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
385fc7100eaSHridya ValsarajuDescription:	Number of garbage collection operations triggered in background.
386fc7100eaSHridya Valsaraju		Available when CONFIG_F2FS_STAT_FS=y.
387fc7100eaSHridya Valsaraju
388fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/moved_blocks_foreground
389fc7100eaSHridya ValsarajuDate:		September 2019
390fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
391fc7100eaSHridya ValsarajuDescription:	Number of blocks moved by garbage collection in foreground.
392fc7100eaSHridya Valsaraju		Available when CONFIG_F2FS_STAT_FS=y.
393fc7100eaSHridya Valsaraju
394fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/moved_blocks_background
395fc7100eaSHridya ValsarajuDate:		September 2019
396fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
397fc7100eaSHridya ValsarajuDescription:	Number of blocks moved by garbage collection in background.
398fc7100eaSHridya Valsaraju		Available when CONFIG_F2FS_STAT_FS=y.
399fc7100eaSHridya Valsaraju
400fc7100eaSHridya ValsarajuWhat:		/sys/fs/f2fs/<disk>/avg_vblocks
401fc7100eaSHridya ValsarajuDate:		September 2019
402fc7100eaSHridya ValsarajuContact:	"Hridya Valsaraju" <hridya@google.com>
403fc7100eaSHridya ValsarajuDescription:	Average number of valid blocks.
404fc7100eaSHridya Valsaraju		Available when CONFIG_F2FS_STAT_FS=y.
405a7e679b5SJaegeuk Kim
406a7e679b5SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/mounted_time_sec
407a7e679b5SJaegeuk KimDate:		February 2020
408a7e679b5SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
409a7e679b5SJaegeuk KimDescription:	Show the mounted time in secs of this partition.
410da9953b7SJaegeuk Kim
411da9953b7SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/data_io_flag
412da9953b7SJaegeuk KimDate:		April 2020
413da9953b7SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
414da9953b7SJaegeuk KimDescription:	Give a way to attach REQ_META|FUA to data writes
415da9953b7SJaegeuk Kim		given temperature-based bits. Now the bits indicate:
41654a19b4dSMauro Carvalho Chehab
41754a19b4dSMauro Carvalho Chehab		+-------------------+-------------------+
41854a19b4dSMauro Carvalho Chehab		|      REQ_META     |      REQ_FUA      |
41954a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
42054a19b4dSMauro Carvalho Chehab		|    5 |    4 |   3 |    2 |    1 |   0 |
42154a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
42254a19b4dSMauro Carvalho Chehab		| Cold | Warm | Hot | Cold | Warm | Hot |
42354a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
4242bc4bea3SDaeho Jeong
42532b6aba8SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/node_io_flag
42632b6aba8SJaegeuk KimDate:		June 2020
42732b6aba8SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
42832b6aba8SJaegeuk KimDescription:	Give a way to attach REQ_META|FUA to node writes
42932b6aba8SJaegeuk Kim		given temperature-based bits. Now the bits indicate:
43054a19b4dSMauro Carvalho Chehab
43154a19b4dSMauro Carvalho Chehab		+-------------------+-------------------+
43254a19b4dSMauro Carvalho Chehab		|      REQ_META     |      REQ_FUA      |
43354a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
43454a19b4dSMauro Carvalho Chehab		|    5 |    4 |   3 |    2 |    1 |   0 |
43554a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
43654a19b4dSMauro Carvalho Chehab		| Cold | Warm | Hot | Cold | Warm | Hot |
43754a19b4dSMauro Carvalho Chehab		+------+------+-----+------+------+-----+
43832b6aba8SJaegeuk Kim
4392bc4bea3SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/iostat_period_ms
4402bc4bea3SDaeho JeongDate:		April 2020
4412bc4bea3SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
4422bc4bea3SDaeho JeongDescription:	Give a way to change iostat_period time. 3secs by default.
4432bc4bea3SDaeho Jeong		The new iostat trace gives stats gap given the period.
44410208567SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/max_io_bytes
44510208567SJaegeuk KimDate:		December 2020
44610208567SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
44710208567SJaegeuk KimDescription:	This gives a control to limit the bio size in f2fs.
44810208567SJaegeuk Kim		Default is zero, which will follow underlying block layer limit,
44910208567SJaegeuk Kim		whereas, if it has a certain bytes value, f2fs won't submit a
45010208567SJaegeuk Kim		bio larger than that size.
4510bfe9f79SChao Yu
4520bfe9f79SChao YuWhat:		/sys/fs/f2fs/<disk>/stat/sb_status
4530bfe9f79SChao YuDate:		December 2020
4540bfe9f79SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
4550bfe9f79SChao YuDescription:	Show status of f2fs superblock in real time.
4560bfe9f79SChao Yu
4570bfe9f79SChao Yu		====== ===================== =================================
4580bfe9f79SChao Yu		value  sb status macro       description
4590bfe9f79SChao Yu		0x1    SBI_IS_DIRTY          dirty flag for checkpoint
4600bfe9f79SChao Yu		0x2    SBI_IS_CLOSE          specify unmounting
4610bfe9f79SChao Yu		0x4    SBI_NEED_FSCK         need fsck.f2fs to fix
4620bfe9f79SChao Yu		0x8    SBI_POR_DOING         recovery is doing or not
4630bfe9f79SChao Yu		0x10   SBI_NEED_SB_WRITE     need to recover superblock
4640bfe9f79SChao Yu		0x20   SBI_NEED_CP           need to checkpoint
4650bfe9f79SChao Yu		0x40   SBI_IS_SHUTDOWN       shutdown by ioctl
4660bfe9f79SChao Yu		0x80   SBI_IS_RECOVERED      recovered orphan/data
4670bfe9f79SChao Yu		0x100  SBI_CP_DISABLED       CP was disabled last mount
4680bfe9f79SChao Yu		0x200  SBI_CP_DISABLED_QUICK CP was disabled quickly
4690bfe9f79SChao Yu		0x400  SBI_QUOTA_NEED_FLUSH  need to flush quota info in CP
4700bfe9f79SChao Yu		0x800  SBI_QUOTA_SKIP_FLUSH  skip flushing quota in current CP
4710bfe9f79SChao Yu		0x1000 SBI_QUOTA_NEED_REPAIR quota file may be corrupted
4720bfe9f79SChao Yu		0x2000 SBI_IS_RESIZEFS       resizefs is in process
473ba900534SJaegeuk Kim		0x4000 SBI_IS_FREEZING       freefs is in process
4740bfe9f79SChao Yu		====== ===================== =================================
475e6592066SDaeho Jeong
476718693c8SChao YuWhat:		/sys/fs/f2fs/<disk>/stat/cp_status
477718693c8SChao YuDate:		September 2022
478718693c8SChao YuContact:	"Chao Yu" <chao.yu@oppo.com>
479718693c8SChao YuDescription:	Show status of f2fs checkpoint in real time.
480718693c8SChao Yu
481718693c8SChao Yu		=============================== ==============================
482718693c8SChao Yu		cp flag				value
483718693c8SChao Yu		CP_UMOUNT_FLAG			0x00000001
484718693c8SChao Yu		CP_ORPHAN_PRESENT_FLAG		0x00000002
485718693c8SChao Yu		CP_COMPACT_SUM_FLAG		0x00000004
486718693c8SChao Yu		CP_ERROR_FLAG			0x00000008
487718693c8SChao Yu		CP_FSCK_FLAG			0x00000010
488718693c8SChao Yu		CP_FASTBOOT_FLAG		0x00000020
489718693c8SChao Yu		CP_CRC_RECOVERY_FLAG		0x00000040
490718693c8SChao Yu		CP_NAT_BITS_FLAG		0x00000080
491718693c8SChao Yu		CP_TRIMMED_FLAG			0x00000100
492718693c8SChao Yu		CP_NOCRC_RECOVERY_FLAG		0x00000200
493718693c8SChao Yu		CP_LARGE_NAT_BITMAP_FLAG	0x00000400
494718693c8SChao Yu		CP_QUOTA_NEED_FSCK_FLAG		0x00000800
495718693c8SChao Yu		CP_DISABLED_FLAG		0x00001000
496718693c8SChao Yu		CP_DISABLED_QUICK_FLAG		0x00002000
497718693c8SChao Yu		CP_RESIZEFS_FLAG		0x00004000
498718693c8SChao Yu		=============================== ==============================
499718693c8SChao Yu
500e6592066SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/ckpt_thread_ioprio
501e6592066SDaeho JeongDate:		January 2021
502e6592066SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
503e6592066SDaeho JeongDescription:	Give a way to change checkpoint merge daemon's io priority.
504e6592066SDaeho Jeong		Its default value is "be,3", which means "BE" I/O class and
505e6592066SDaeho Jeong		I/O priority "3". We can select the class between "rt" and "be",
506e6592066SDaeho Jeong		and set the I/O priority within valid range of it. "," delimiter
507e6592066SDaeho Jeong		is necessary in between I/O class and priority number.
50808234279SJaegeuk Kim
50908234279SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/ovp_segments
51008234279SJaegeuk KimDate:		March 2021
51108234279SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
51208234279SJaegeuk KimDescription:	Shows the number of overprovision segments.
5135ac443e2SDaeho Jeong
5145ac443e2SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/compr_written_block
5155ac443e2SDaeho JeongDate:		March 2021
5165ac443e2SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5175ac443e2SDaeho JeongDescription:	Show the block count written after compression since mount. Note
5185ac443e2SDaeho Jeong		that when the compressed blocks are deleted, this count doesn't
5195ac443e2SDaeho Jeong		decrease. If you write "0" here, you can initialize
5205ac443e2SDaeho Jeong		compr_written_block and compr_saved_block to "0".
5215ac443e2SDaeho Jeong
5225ac443e2SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/compr_saved_block
5235ac443e2SDaeho JeongDate:		March 2021
5245ac443e2SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5255ac443e2SDaeho JeongDescription:	Show the saved block count with compression since mount. Note
5265ac443e2SDaeho Jeong		that when the compressed blocks are deleted, this count doesn't
5275ac443e2SDaeho Jeong		decrease. If you write "0" here, you can initialize
5285ac443e2SDaeho Jeong		compr_written_block and compr_saved_block to "0".
5295ac443e2SDaeho Jeong
5305ac443e2SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/compr_new_inode
5315ac443e2SDaeho JeongDate:		March 2021
5325ac443e2SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5335ac443e2SDaeho JeongDescription:	Show the count of inode newly enabled for compression since mount.
5345ac443e2SDaeho Jeong		Note that when the compression is disabled for the files, this count
5355ac443e2SDaeho Jeong		doesn't decrease. If you write "0" here, you can initialize
5365ac443e2SDaeho Jeong		compr_new_inode to "0".
5378939a848SChao Yu
5388939a848SChao YuWhat:		/sys/fs/f2fs/<disk>/atgc_candidate_ratio
5398939a848SChao YuDate:		May 2021
5408939a848SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
5418939a848SChao YuDescription:	When ATGC is on, it controls candidate ratio in order to limit total
5428939a848SChao Yu		number of potential victim in all candidates, the value should be in
5438939a848SChao Yu		range of [0, 100], by default it was initialized as 20(%).
5448939a848SChao Yu
5458939a848SChao YuWhat:		/sys/fs/f2fs/<disk>/atgc_candidate_count
5468939a848SChao YuDate:		May 2021
5478939a848SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
5488939a848SChao YuDescription:	When ATGC is on, it controls candidate count in order to limit total
5498939a848SChao Yu		number of potential victim in all candidates, by default it was
5508939a848SChao Yu		initialized as 10 (sections).
5518939a848SChao Yu
5528939a848SChao YuWhat:		/sys/fs/f2fs/<disk>/atgc_age_weight
5538939a848SChao YuDate:		May 2021
5548939a848SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
5558939a848SChao YuDescription:	When ATGC is on, it controls age weight to balance weight proportion
5568939a848SChao Yu		in between aging and valid blocks, the value should be in range of
5578939a848SChao Yu		[0, 100], by default it was initialized as 60(%).
5588939a848SChao Yu
5598939a848SChao YuWhat:		/sys/fs/f2fs/<disk>/atgc_age_threshold
5608939a848SChao YuDate:		May 2021
5618939a848SChao YuContact:	"Chao Yu" <yuchao0@huawei.com>
5628939a848SChao YuDescription:	When ATGC is on, it controls age threshold to bypass GCing young
5638939a848SChao Yu		candidates whose age is not beyond the threshold, by default it was
5648939a848SChao Yu		initialized as 604800 seconds (equals to 7 days).
56507c6b593SDaeho Jeong
56607c6b593SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/gc_reclaimed_segments
56707c6b593SDaeho JeongDate:		July 2021
56807c6b593SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
56907c6b593SDaeho JeongDescription:	Show how many segments have been reclaimed by GC during a specific
57007c6b593SDaeho Jeong		GC mode (0: GC normal, 1: GC idle CB, 2: GC idle greedy,
571d98af5f4SDaeho Jeong		3: GC idle AT, 4: GC urgent high, 5: GC urgent low 6: GC urgent mid)
57207c6b593SDaeho Jeong		You can re-initialize this value to "0".
57307c6b593SDaeho Jeong
57407c6b593SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/gc_segment_mode
57507c6b593SDaeho JeongDate:		July 2021
57607c6b593SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
57707c6b593SDaeho JeongDescription:	You can control for which gc mode the "gc_reclaimed_segments" node shows.
57807c6b593SDaeho Jeong		Refer to the description of the modes in "gc_reclaimed_segments".
5790f6b56ecSDaeho Jeong
5800f6b56ecSDaeho JeongWhat:		/sys/fs/f2fs/<disk>/seq_file_ra_mul
5810f6b56ecSDaeho JeongDate:		July 2021
5820f6b56ecSDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5830f6b56ecSDaeho JeongDescription:	You can	control the multiplier value of	bdi device readahead window size
5840f6b56ecSDaeho Jeong		between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
5856691d940SDaeho Jeong
5866691d940SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/max_fragment_chunk
5876691d940SDaeho JeongDate:		August 2021
5886691d940SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5896691d940SDaeho JeongDescription:	With "mode=fragment:block" mount options, we can scatter block allocation.
5906691d940SDaeho Jeong		f2fs will allocate 1..<max_fragment_chunk> blocks in a chunk and make a hole
5916691d940SDaeho Jeong		in the length of 1..<max_fragment_hole> by turns. This value can be set
5926691d940SDaeho Jeong		between 1..512 and the default value is 4.
5936691d940SDaeho Jeong
5946691d940SDaeho JeongWhat:		/sys/fs/f2fs/<disk>/max_fragment_hole
5956691d940SDaeho JeongDate:		August 2021
5966691d940SDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
5976691d940SDaeho JeongDescription:	With "mode=fragment:block" mount options, we can scatter block allocation.
5986691d940SDaeho Jeong		f2fs will allocate 1..<max_fragment_chunk> blocks in a chunk and make a hole
5996691d940SDaeho Jeong		in the length of 1..<max_fragment_hole> by turns. This value can be set
6006691d940SDaeho Jeong		between 1..512 and the default value is 4.
601325163e9SDaeho Jeong
602e5a0db6aSYangtao LiWhat:		/sys/fs/f2fs/<disk>/gc_remaining_trials
603e5a0db6aSYangtao LiDate:		October 2022
604e5a0db6aSYangtao LiContact:	"Yangtao Li" <frank.li@vivo.com>
605e5a0db6aSYangtao LiDescription:	You can set the trial count limit for GC urgent and idle mode with this value.
606325163e9SDaeho Jeong		If GC thread gets to the limit, the mode will turn back to GC normal mode.
607325163e9SDaeho Jeong		By default, the value is zero, which means there is no limit like before.
60847c8ebccSJaegeuk Kim
60947c8ebccSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/max_roll_forward_node_blocks
61047c8ebccSJaegeuk KimDate:		January 2022
61147c8ebccSJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
61247c8ebccSJaegeuk KimDescription:	Controls max # of node block writes to be used for roll forward
61347c8ebccSJaegeuk Kim		recovery. This can limit the roll forward recovery time.
6148e0f54a7SJaegeuk Kim
6158e0f54a7SJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/unusable_blocks_per_sec
6168e0f54a7SJaegeuk KimDate:		June 2022
6178e0f54a7SJaegeuk KimContact:	"Jaegeuk Kim" <jaegeuk@kernel.org>
6188e0f54a7SJaegeuk KimDescription:	Shows the number of unusable blocks in a section which was defined by
6198e0f54a7SJaegeuk Kim		the zone capacity reported by underlying zoned device.
620f8e2f32bSDaeho Jeong
621f8e2f32bSDaeho JeongWhat:		/sys/fs/f2fs/<disk>/current_atomic_write
622f8e2f32bSDaeho JeongDate:		July 2022
623f8e2f32bSDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
624f8e2f32bSDaeho JeongDescription:	Show the total current atomic write block count, which is not committed yet.
625f8e2f32bSDaeho Jeong		This is a read-only entry.
626f8e2f32bSDaeho Jeong
627f8e2f32bSDaeho JeongWhat:		/sys/fs/f2fs/<disk>/peak_atomic_write
628f8e2f32bSDaeho JeongDate:		July 2022
629f8e2f32bSDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
630f8e2f32bSDaeho JeongDescription:	Show the peak value of total current atomic write block count after boot.
631f8e2f32bSDaeho Jeong		If you write "0" here, you can initialize to "0".
632f8e2f32bSDaeho Jeong
633f8e2f32bSDaeho JeongWhat:		/sys/fs/f2fs/<disk>/committed_atomic_block
634f8e2f32bSDaeho JeongDate:		July 2022
635f8e2f32bSDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
636f8e2f32bSDaeho JeongDescription:	Show the accumulated total committed atomic write block count after boot.
637f8e2f32bSDaeho Jeong		If you write "0" here, you can initialize to "0".
638f8e2f32bSDaeho Jeong
639f8e2f32bSDaeho JeongWhat:		/sys/fs/f2fs/<disk>/revoked_atomic_block
640f8e2f32bSDaeho JeongDate:		July 2022
641f8e2f32bSDaeho JeongContact:	"Daeho Jeong" <daehojeong@google.com>
642f8e2f32bSDaeho JeongDescription:	Show the accumulated total revoked atomic write block count after boot.
643f8e2f32bSDaeho Jeong		If you write "0" here, you can initialize to "0".
644a3951cd1SYangtao Li
645a3951cd1SYangtao LiWhat:		/sys/fs/f2fs/<disk>/gc_mode
646a3951cd1SYangtao LiDate:		October 2022
647a3951cd1SYangtao LiContact:	"Yangtao Li" <frank.li@vivo.com>
648a3951cd1SYangtao LiDescription:	Show the current gc_mode as a string.
649a3951cd1SYangtao Li		This is a read-only entry.
6508a47d228SYangtao Li
6518a47d228SYangtao LiWhat:		/sys/fs/f2fs/<disk>/discard_urgent_util
6528a47d228SYangtao LiDate:		November 2022
6538a47d228SYangtao LiContact:	"Yangtao Li" <frank.li@vivo.com>
6548a47d228SYangtao LiDescription:	When space utilization exceeds this, do background DISCARD aggressively.
6558a47d228SYangtao Li		Does DISCARD forcibly in a period of given min_discard_issue_time when the number
6568a47d228SYangtao Li		of discards is not 0 and set discard granularity to 1.
6578a47d228SYangtao Li		Default: 80
658*71644dffSJaegeuk Kim
659*71644dffSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/hot_data_age_threshold
660*71644dffSJaegeuk KimDate:		November 2022
661*71644dffSJaegeuk KimContact:	"Ping Xiong" <xiongping1@xiaomi.com>
662*71644dffSJaegeuk KimDescription:	When DATA SEPARATION is on, it controls the age threshold to indicate
663*71644dffSJaegeuk Kim		the data blocks as hot. By default it was initialized as 262144 blocks
664*71644dffSJaegeuk Kim		(equals to 1GB).
665*71644dffSJaegeuk Kim
666*71644dffSJaegeuk KimWhat:		/sys/fs/f2fs/<disk>/warm_data_age_threshold
667*71644dffSJaegeuk KimDate:		November 2022
668*71644dffSJaegeuk KimContact:	"Ping Xiong" <xiongping1@xiaomi.com>
669*71644dffSJaegeuk KimDescription:	When DATA SEPARATION is on, it controls the age threshold to indicate
670*71644dffSJaegeuk Kim		the data blocks as warm. By default it was initialized as 2621440 blocks
671*71644dffSJaegeuk Kim		(equals to 10GB).
672