@@ -54,9 +54,9 @@ Description: Controls the in-place-update policy.
54
54
0x00 DISABLE disable IPU(=default option in LFS mode)
55
55
0x01 FORCE all the time
56
56
0x02 SSR if SSR mode is activated
57
- 0x04 UTIL if FS utilization is over threashold
57
+ 0x04 UTIL if FS utilization is over threshold
58
58
0x08 SSR_UTIL if SSR mode is activated and FS utilization is over
59
- threashold
59
+ threshold
60
60
0x10 FSYNC activated in fsync path only for high performance
61
61
flash storages. IPU will be triggered only if the
62
62
# of dirty pages over min_fsync_blocks.
@@ -117,7 +117,7 @@ Date: December 2021
117
117
Contact: "Konstantin Vyshetsky" <
[email protected] >
118
118
Description: Controls the number of discards a thread will issue at a time.
119
119
Higher number will allow the discard thread to finish its work
120
- faster, at the cost of higher latency for incomming I/O.
120
+ faster, at the cost of higher latency for incoming I/O.
121
121
122
122
What: /sys/fs/f2fs/<disk>/min_discard_issue_time
123
123
Date: December 2021
@@ -334,7 +334,7 @@ Description: This indicates how many GC can be failed for the pinned
334
334
state. 2048 trials is set by default.
335
335
336
336
What: /sys/fs/f2fs/<disk>/extension_list
337
- Date: Feburary 2018
337
+ Date: February 2018
338
338
Contact: "Chao Yu" <
[email protected] >
339
339
Description: Used to control configure extension list:
340
340
- Query: cat /sys/fs/f2fs/<disk>/extension_list
0 commit comments