drivers/scsi/libsas

libsas SAS transport helper library

A shared kernel library that implements the common Serial Attached SCSI (SAS) transport layer: domain discovery, expander handling, and link management used by actual SAS host bus adapter drivers such as mpt3sas, hisi_sas, isci, pm80xx, and aic94xx. It is infrastructure that sits between the SCSI core and individual SAS HBA drivers rather than something that talks to a specific chip.

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

recommendation

This is not a hardware driver; it is the generic SAS transport library that real SAS controller drivers depend on. Removing it is not on the table because every in-tree SAS HBA driver builds on top of it.

repository signals

13 files
7,236 source lines
124 commits, 5y
+1,362 / −665 lines added / removed, 5y
29 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 124 total · active in 38/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +9 −8 2021-06: 1 commit · +9 −0 2021-07: 3 commits · +13 −14 2021-08: 1 commit · +2 −2 2021-09: 1 commit · +14 −14 2021-10: 2 commits · +4 −3 2021-11: 1 commit · +0 −1 2021-12: 9 commits · +120 −20 2022-01: 0 commits · +0 −0 2022-02: 22 commits · +323 −120 2022-03: 3 commits · +92 −3 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +27 −14 2022-06: 3 commits · +30 −39 2022-07: 1 commit · +4 −0 2022-08: 0 commits · +0 −0 2022-09: 7 commits · +44 −18 2022-10: 4 commits · +22 −6 2022-11: 2 commits · +30 −4 2022-12: 8 commits · +122 −111 2023-01: 1 commit · +1 −1 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +29 −0 2023-04: 3 commits · +71 −53 2023-05: 1 commit · +1 −2 2023-06: 0 commits · +0 −0 2023-07: 5 commits · +6 −46 2023-08: 5 commits · +36 −45 2023-09: 3 commits · +15 −3 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 9 commits · +155 −47 2024-04: 1 commit · +4 −3 2024-05: 1 commit · +1 −1 2024-06: 2 commits · +18 −4 2024-07: 3 commits · +11 −14 2024-08: 1 commit · +2 −2 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +6 −7 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +5 −5 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 5 commits · +90 −23 2025-08: 1 commit · +1 −4 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 3 commits · +33 −17 2026-01: 1 commit · +2 −1 2026-02: 2 commits · +9 −9 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: libsas is the generic SAS transport/helper library ('SAS Domain Transport Attributes' / 'SAS Transport Layer') used by real SAS HBA drivers, not hardware-bound device driver code.