aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2021-12-08 16:38:31 -0800
committerJens Axboe <[email protected]>2022-01-09 18:59:10 -0700
commit8bc2f7c67061cb39e317a45ad9870f529b1fb190 (patch)
tree83acf487532d7c7af0607e7bcbce25af3c09031d
parent1163010418a7f0c60c309743498cb6c5cd828ecc (diff)
docs: sysfs-block: document virt_boundary_mask
/sys/block/<disk>/queue/virt_boundary_mask is completely undocumented. Document it. Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Eric Biggers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--Documentation/ABI/stable/sysfs-block12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-block b/Documentation/ABI/stable/sysfs-block
index 288626e8cb53..8dd3e84a8aad 100644
--- a/Documentation/ABI/stable/sysfs-block
+++ b/Documentation/ABI/stable/sysfs-block
@@ -544,6 +544,18 @@ Description:
CONFIG_BLK_DEV_THROTTLING_LOW is enabled.
+What: /sys/block/<disk>/queue/virt_boundary_mask
+Date: April 2021
+Description:
+ [RO] This file shows the I/O segment memory alignment mask for
+ the block device. I/O requests to this device will be split
+ between segments wherever either the memory address of the end
+ of the previous segment or the memory address of the beginning
+ of the current segment is not aligned to virt_boundary_mask + 1
+ bytes.
+
+
What: /sys/block/<disk>/queue/wbt_lat_usec
Date: November 2016