aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/f2fs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
-rw-r--r--Documentation/filesystems/f2fs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index 3cd27bed6349..4c647c280dcc 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -164,6 +164,12 @@ Files in /sys/fs/f2fs/<devname>
164 gc_idle = 1 will select the Cost Benefit approach 164 gc_idle = 1 will select the Cost Benefit approach
165 & setting gc_idle = 2 will select the greedy aproach. 165 & setting gc_idle = 2 will select the greedy aproach.
166 166
167 reclaim_segments This parameter controls the number of prefree
168 segments to be reclaimed. If the number of prefree
169 segments is larger than this number, f2fs tries to
170 conduct checkpoint to reclaim the prefree segments
171 to free segments. By default, 100 segments, 200MB.
172
167================================================================================ 173================================================================================
168USAGE 174USAGE
169================================================================================ 175================================================================================