Skip to content

Commit 16b837e

Browse files
Stefan Roeschakpm00
authored andcommitted
mm: document /sys/class/bdi/<bdi>/strict_limit knob
This documents the new /sys/class/bdi/<bdi>/strict_limit knob. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stefan Roesch <[email protected]> Cc: Chris Mason <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 27bbe9d commit 16b837e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/ABI/testing/sysfs-class-bdi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ Description:
5555
mount that is prone to get stuck, or a FUSE mount which cannot
5656
be trusted to play fair.
5757

58+
(read-write)
59+
What: /sys/class/bdi/<bdi>/strict_limit
60+
Date: October 2022
61+
Contact: Stefan Roesch <[email protected]>
62+
Description:
63+
Forces per-BDI checks for the share of given device in the write-back
64+
cache even before the global background dirty limit is reached. This
65+
is useful in situations where the global limit is much higher than
66+
affordable for given relatively slow (or untrusted) device. Turning
67+
strictlimit on has no visible effect if max_ratio is equal to 100%.
68+
5869
(read-write)
5970
What: /sys/class/bdi/<bdi>/stable_pages_required
6071
Date: January 2008

0 commit comments

Comments
 (0)