Lines Matching full:block
3 # Block layer core configuration
5 menuconfig BLOCK config
6 bool "Enable the block layer" if EXPERT
11 Provide block layer support for the kernel.
13 Disable this option to remove the block layer support from the
18 - block device files will become unusable
22 they make use of various block layer definitions and facilities.
27 if BLOCK
33 Enable loading modules and creating block device instances based on
55 bool "Block layer SG support v4 helper lib"
64 bool "Block layer data integrity support"
67 stored/retrieved to help protect the data. The block layer
82 bool "Zoned block device support"
85 Block layer zoned block device support. This option enables
86 support for ZAC/ZBC/ZNS host-managed and host-aware zoned block
92 bool "Block layer bio throttling support"
96 Block layer bio throttling support. It can be used to limit
104 bool "Block throttling .low limit interface support (EXPERIMENTAL)"
107 Add .low limit interface for block throttling. The low limit is a best
115 bool "Enable support for block device writeback throttling"
117 Enabling this option enables the block layer to throttle buffered
128 Enable writeback throttling by default for request-based block devices.
166 scheduler and block devices process requests. Only some I/O schedulers
167 and some block devices support I/O priorities.
170 bool "Block layer debugging information in debugfs"
174 Include block layer debugging information in debugfs. This information
195 bool "Enable inline encryption support in block layer"
198 block layer handle encryption, so users can take
207 Enabling this lets the block layer handle inline encryption
211 source "block/partitions/Kconfig"
231 source "block/Kconfig.iosched"
233 endif # BLOCK