Kconfig (f283635281132af7bc7b90af3c105b8c0f73b9c7) Kconfig (8735a8134786fa4ef36dee65d7fa779b99ba5fe3)
1#
2# Block device driver configuration
3#
4
5menuconfig MD
6 bool "Multiple devices driver support (RAID and LVM)"
7 depends on BLOCK
8 help

--- 277 unchanged lines hidden (view full) ---

286 depends on DM_CACHE
287 default y
288 ---help---
289 A cache policy that uses a multiqueue ordered by recent hit
290 count to select which blocks should be promoted and demoted.
291 This is meant to be a general purpose policy. It prioritises
292 reads over writes.
293
1#
2# Block device driver configuration
3#
4
5menuconfig MD
6 bool "Multiple devices driver support (RAID and LVM)"
7 depends on BLOCK
8 help

--- 277 unchanged lines hidden (view full) ---

286 depends on DM_CACHE
287 default y
288 ---help---
289 A cache policy that uses a multiqueue ordered by recent hit
290 count to select which blocks should be promoted and demoted.
291 This is meant to be a general purpose policy. It prioritises
292 reads over writes.
293
294config DM_CACHE_CLEANER
295 tristate "Cleaner Cache Policy (EXPERIMENTAL)"
296 depends on DM_CACHE
297 default y
298 ---help---
299 A simple cache policy that writes back all data to the
300 origin. Used when decommissioning a dm-cache.
301
294config DM_MIRROR
295 tristate "Mirror target"
296 depends on BLK_DEV_DM
297 ---help---
298 Allow volume managers to mirror logical volumes, also
299 needed for live data migration tools such as 'pvmove'.
300
301config DM_RAID

--- 115 unchanged lines hidden ---
302config DM_MIRROR
303 tristate "Mirror target"
304 depends on BLK_DEV_DM
305 ---help---
306 Allow volume managers to mirror logical volumes, also
307 needed for live data migration tools such as 'pvmove'.
308
309config DM_RAID

--- 115 unchanged lines hidden ---