summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_expander.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+30
2024-04-20Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen1-8/+30
2024-04-20scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-04-20scsi: libsas: Set port when ex_phy is added or deletedXingui Yang1-2/+5
2024-04-20scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang1-2/+17
2024-04-20scsi: libsas: Add helper for port add ex_phyXingui Yang1-3/+8
2024-04-02scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-03-11scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-03-11scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-1/+1
2023-05-08scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan1-10/+18
2023-05-08scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan1-23/+33
2023-05-08scsi: libsas: Simplify sas_check_eeds()Jason Yan1-20/+20
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan1-29/+39
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan1-52/+2
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan1-3/+0
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan1-2/+2
2022-10-18scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan1-2/+1
2022-10-18scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan1-2/+1
2022-10-18scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan1-12/+6
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan1-0/+16
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal1-2/+2
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-18/+13
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-18/+14
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry1-22/+2
2021-12-23scsi: libsas: Resume host while sending SMP I/OsXiang Chen1-0/+3
2021-07-21scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan1-1/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-1/+1
2021-04-06scsi: libsas: Clean up whitespaceLuo Jiaxing1-6/+7
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-25scsi: libsas: Remove redundant assignment to variable resColin Ian King1-1/+1
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry1-2/+2
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-56/+15
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-19/+10
2019-06-19scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan1-22/+4
2019-05-30scsi: libsas: delete sas port if expander discover failedJason Yan1-0/+2
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig1-15/+1
2019-04-16scsi: libsas: Print expander PHY indexes in decimalJohn Garry1-22/+22
2019-04-16scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry1-0/+5
2019-04-16scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry1-6/+14
2019-04-16scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry1-1/+6
2019-04-16scsi: libsas: Stop hardcoding SAS address lengthJohn Garry1-7/+8
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+33
2019-02-16scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-01-29scsi: libsas: Remove scsi_to_u32()Bart Van Assche1-4/+5
2019-01-12scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry1-0/+20
2019-01-12scsi: libsas: Check SMP PHY control function resultJohn Garry1-1/+8
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-114/+100
2018-11-15scsi: libsas: Drop sas_printk()John Garry1-12/+10