Linux MD Software RAID and Device Mapper
The Linux software storage stack providing MD RAID (levels 0/1/5/6/10 across ordinary disks) and Device Mapper, which composes block devices into LVM logical volumes, dm-crypt encrypted volumes, dm-verity integrity-checked roots, thin pools, snapshots, caches, and multipath. It is software infrastructure used everywhere from laptops and Android phones to enterprise servers.
recommendation
It should stay because this is one of the most heavily used storage subsystems in Linux, not a legacy hardware driver. MD powers software RAID arrays and Device Mapper underpins LVM, dm-crypt full-disk encryption, dm-verity (used by Android and ChromeOS), thin provisioning, and multipath. Upstream activity remains intense, with patches landing as recently as 2026, and the kernel documentation still treats every target as current.
repository signals
sources
- lore.kernel.org
Recent 2026 upstream patch traffic still touches core MD code (`md.c`), indicating active maintenance rather than retirement.
- lore.kernel.org
Ongoing multi-revision 2026 work on MD bitmap/sysfs internals shows active feature and refactoring work in the subsystem.
- docs.kernel.org
Current kernel documentation still maintains extensive Device Mapper target documentation, covering active uses such as dm-crypt, thin provisioning, multipath, raid, verity, zoned, and writecache.
- docs.kernel.org
`dm-linear` is documented as a basic building block of logical volume managers, showing present-day deployment in storage stacks rather than legacy-only use.
- docs.kernel.org
Kernel RAID array documentation describes active MD RAID management and sysfs interfaces for modern arrays, consistent with continuing real-world use.
codex reasoning notes (technical)
`drivers/md` is not a single obsolete hardware driver; it is the active MD software RAID and Device Mapper block-virtualization subsystem. `lore_file_timeline` on `drivers/md/md.c` returned dense 2021-2026 activity with newest touches on 2026-04-25 and thousands of matches, and `lore_regex` found no recent removal/deprecation discussion. Deployment remains high because this directory underpins software RAID, LVM-style logical volumes, dm-crypt, dm-verity, thin provisioning, and multipath storage. `hardware_still_sold_new_in_2025=false` because the subsystem is software-defined rather than tied to a discontinued hardware chipset; `last_widely_available_year=null` for the same reason. URLs were obtained via `lore_file_timeline` and `web search` results; no source URL was fabricated.