aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-01scsi: libsas: Clean up sas_form_port()Damien Le Moal1-31/+42
2021-07-20scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan1-1/+1
2021-05-21scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter1-2/+2
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry1-1/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-3/+3
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig1-17/+1
2019-04-15scsi: libsas: Inject revalidate event for root port eventJohn Garry1-3/+21
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-12/+11
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche1-2/+3
2018-01-10scsi: libsas: direct call probe and destructJason Yan1-0/+3
2018-01-08scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan1-0/+4
2018-01-08scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan1-10/+8
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-1/+1
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams1-1/+51
2012-04-23[SCSI] Revert "[SCSI] libsas: fix sas port naming"Dan Williams1-1/+1
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams1-10/+5
2012-02-29[SCSI] libsas: set attached device type and target protocols for local physDan Williams1-0/+2
2012-02-29[SCSI] libsas: fix sas port namingDan Williams1-1/+1
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams1-3/+1
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-4/+3
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-0/+2
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams1-1/+1
2012-02-19[SCSI] libsas: replace event locks with atomic bitopsDan Williams1-10/+5
2011-05-26[SCSI] libsas: fix/amend device gone notification in sas_deform_port()Dan Williams1-9/+12
2010-12-21[SCSI] libsas: fix definition of wideport, include local sas addressDan Williams1-5/+13
2009-07-16[SCSI] libsas: reuse the original port when hotplugging phys in wide portsTom Peng1-4/+15
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-02-23[SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley1-5/+6
2007-01-27[SCSI] libsas: Fix incorrect sas_port deformation in sas_form_portDarrick J. Wong1-1/+1
2007-01-13[SCSI] libsas: phy port lock needs irq spinlocksDarrick J. Wong1-5/+7
2006-11-22WorkStruct: make allyesconfigDavid Howells1-10/+20
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+279