drivers/scsi

SCSI subsystem top-level directory

The umbrella directory for Linux's SCSI stack, holding the shared core code along with dozens of individual host bus adapter and transport drivers underneath it. It covers everything from parallel SCSI and SAS to Fibre Channel and iSCSI plumbing that storage devices ride on.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=scsi category=not-a-driver
100%

recommendation

This is not actually a single driver directory; it is the root of the entire SCSI subsystem, containing the shared core plus many independent host adapter and transport drivers. Any keep-or-remove decisions belong with the individual subdirectories, not with this aggregate path.

repository signals

853 files
1,020,511 source lines
4,189 commits, 5y
+152,791 / −102,922 lines added / removed, 5y
489 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4,189 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 67 commits · +2,314 −1,899 2021-05: 142 commits · +15,219 −1,376 2021-06: 140 commits · +37,802 −811 2021-07: 133 commits · +6,455 −1,798 2021-08: 170 commits · +6,142 −1,278 2021-09: 114 commits · +1,861 −933 2021-10: 231 commits · +3,311 −2,626 2021-11: 62 commits · +511 −280 2021-12: 106 commits · +3,585 −1,535 2022-01: 63 commits · +1,015 −613 2022-02: 200 commits · +6,987 −6,485 2022-03: 105 commits · +1,466 −2,262 2022-04: 123 commits · +4,726 −2,421 2022-05: 80 commits · +1,429 −27,983 2022-06: 101 commits · +2,107 −7,507 2022-07: 87 commits · +1,229 −967 2022-08: 77 commits · +5,920 −1,110 2022-09: 81 commits · +1,649 −1,435 2022-10: 52 commits · +822 −706 2022-11: 67 commits · +602 −252 2022-12: 49 commits · +1,148 −1,088 2023-01: 40 commits · +351 −228 2023-02: 39 commits · +282 −217 2023-03: 180 commits · +1,546 −1,396 2023-04: 55 commits · +1,361 −1,562 2023-05: 59 commits · +816 −585 2023-06: 45 commits · +220 −221 2023-07: 56 commits · +679 −440 2023-08: 101 commits · +2,035 −1,015 2023-09: 46 commits · +958 −803 2023-10: 82 commits · +1,554 −632 2023-11: 24 commits · +117 −131 2023-12: 64 commits · +1,891 −986 2024-01: 73 commits · +2,120 −1,332 2024-02: 35 commits · +874 −619 2024-03: 85 commits · +817 −696 2024-04: 47 commits · +838 −1,230 2024-05: 27 commits · +338 −251 2024-06: 50 commits · +2,842 −395 2024-07: 53 commits · +826 −569 2024-08: 53 commits · +712 −515 2024-09: 45 commits · +427 −702 2024-10: 43 commits · +1,359 −1,306 2024-11: 37 commits · +489 −826 2024-12: 65 commits · +10,725 −3,152 2025-01: 46 commits · +541 −332 2025-02: 49 commits · +1,533 −11,209 2025-03: 26 commits · +404 −227 2025-04: 47 commits · +858 −1,483 2025-05: 25 commits · +173 −242 2025-06: 56 commits · +586 −288 2025-07: 18 commits · +275 −160 2025-08: 37 commits · +236 −169 2025-09: 40 commits · +378 −606 2025-10: 31 commits · +445 −233 2025-11: 63 commits · +3,622 −705 2025-12: 37 commits · +990 −203 2026-01: 35 commits · +891 −403 2026-02: 16 commits · +1,363 −1,472 2026-03: 4 commits · +7 −10 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: this is the top-level SCSI subsystem directory containing multiple distinct host/transport drivers plus shared core code, not one kernel-bound hardware driver.