drivers/scsi/qla2xxx

QLogic / Marvell Fibre Channel HBAs (ISP2xxx and 2600/2700-series)

QLogic-branded Fibre Channel host bus adapters used to connect servers to enterprise SAN storage over 1G through 32G/64G Fibre Channel links. The family spans late-1990s ISP21xx/22xx cards through current Marvell-sold QLogic 2690, 2740/2760, and 2770 series adapters, with newer models also handling FC-NVMe.

keep conf=0.95 deploy=medium replacement=none subsystem=scsi category=storage-scsi-ata
95%

recommendation

It should stay in the kernel because the hardware is still actively sold by Marvell in 2025 for enterprise storage networking, and the driver is under heavy ongoing maintenance — including Marvell-authored patch series in late 2025 and stable-tagged bug fixes landing as recently as 2026. There is no replacement driver for these adapters, so removing it would strand a large installed base of SAN-attached servers.

repository signals

41 files
97,703 source lines
417 commits, 5y
+14,280 / −4,997 lines added / removed, 5y
82 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 417 total · active in 52/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +9 −12 2021-05: 4 commits · +3 −8 2021-06: 14 commits · +5,040 −280 2021-07: 3 commits · +2 −5 2021-08: 32 commits · +626 −267 2021-09: 14 commits · +210 −128 2021-10: 19 commits · +378 −336 2021-11: 3 commits · +6 −5 2021-12: 1 commit · +13 −8 2022-01: 17 commits · +389 −245 2022-02: 6 commits · +84 −121 2022-03: 14 commits · +108 −44 2022-04: 4 commits · +4 −6 2022-05: 2 commits · +0 −9 2022-06: 33 commits · +982 −374 2022-07: 11 commits · +117 −64 2022-08: 14 commits · +263 −147 2022-09: 5 commits · +31 −19 2022-10: 1 commit · +15 −21 2022-11: 4 commits · +13 −9 2022-12: 22 commits · +722 −745 2023-01: 4 commits · +10 −12 2023-02: 3 commits · +13 −5 2023-03: 7 commits · +19 −28 2023-04: 7 commits · +437 −124 2023-05: 4 commits · +26 −16 2023-06: 14 commits · +28 −22 2023-07: 10 commits · +172 −106 2023-08: 19 commits · +1,103 −123 2023-09: 3 commits · +16 −54 2023-10: 2 commits · +11 −3 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1 −1 2024-01: 0 commits · +0 −0 2024-02: 11 commits · +139 −96 2024-03: 2 commits · +22 −23 2024-04: 5 commits · +9 −18 2024-05: 1 commit · +0 −6 2024-06: 0 commits · +0 −0 2024-07: 12 commits · +453 −375 2024-08: 2 commits · +4 −3 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +9 −9 2024-11: 7 commits · +230 −72 2024-12: 3 commits · +44 −45 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +4 −4 2025-03: 0 commits · +0 −0 2025-04: 10 commits · +5 −350 2025-05: 2 commits · +18 −17 2025-06: 4 commits · +62 −29 2025-07: 0 commits · +0 −0 2025-08: 3 commits · +24 −27 2025-09: 4 commits · +21 −23 2025-10: 4 commits · +32 −7 2025-11: 17 commits · +1,662 −352 2025-12: 13 commits · +564 −60 2026-01: 6 commits · +19 −11 2026-02: 5 commits · +108 −123 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent 2026 qla2xxx bug-fix patch with Fixes and Cc: stable shows active upstream maintenance rather than abandonment.

  2. lore.kernel.org

    Marvell-authored 2025 qla2xxx patch series shows ongoing vendor involvement in the driver.

  3. marvell.com

    Marvell still markets a current QLogic Fibre Channel adapter portfolio, including 2690, 2740/2760, and 2770 series adapters.

  4. marvell.com

    The QLogic 2770 Series product page shows new Marvell/QLogic Fibre Channel HBAs still being sold/marketed in the current period.

codex reasoning notes (technical)

Shell inspection of local Kconfig/headers shows this is the in-tree QLogic Fibre Channel PCI/PCIe HBA driver, spanning legacy ISP21xx-25xx firmware families and newer FC/NVMe-capable hardware. lore_activity on drivers/scsi/qla2xxx/qla_os.c returned active 2025-2026 fix traffic, including stable-targeted fixes and Marvell-authored work; no removal/deprecation signal appeared in the sampled recent lore. The Marvell URLs were obtained via web search and show the vendor still advertises current QLogic FC adapter families, so this is not legacy-only hardware. Because the driver has heavy recent maintenance and serves still-sold enterprise SAN HBAs, there is no natural upstream replacement driver for the same hardware family; keep it.