summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-211-1/+1
* scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan2023-05-081-10/+18
* scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan2023-05-081-23/+33
* scsi: libsas: Simplify sas_check_eeds()Jason Yan2023-05-081-20/+20
* scsi: libsas: Factor out sas_ex_add_dev()Jason Yan2022-12-301-29/+39
* scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2022-12-301-52/+2
* scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan2022-12-301-3/+0
* scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan2022-11-261-2/+2
* scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan2022-10-181-0/+16
* scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou2022-09-251-1/+1
* scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2022-06-101-2/+2
* scsi: libsas: Introduce struct smp_rg_respDamien Le Moal2022-06-101-18/+13
* scsi: libsas: Introduce struct smp_disc_respDamien Le Moal2022-06-101-18/+14
* scsi: libsas: Move SMP task handlers to coreJohn Garry2022-02-191-22/+2
* scsi: libsas: Resume host while sending SMP I/OsXiang Chen2021-12-221-0/+3
* scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan2021-07-201-1/+1
* scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-021-1/+1
* scsi: libsas: Clean up whitespaceLuo Jiaxing2021-04-061-6/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: libsas: Remove redundant assignment to variable resColin Ian King2020-07-241-1/+1
* scsi: libsas: Tidy SAS address print formatJohn Garry2019-12-211-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-56/+15
|\
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-19/+10
| * scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan2019-06-181-22/+4
| * scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig2019-05-211-15/+1
* | scsi: libsas: delete sas port if expander discover failedJason Yan2019-05-291-0/+2
|/
* scsi: libsas: Print expander PHY indexes in decimalJohn Garry2019-04-151-22/+22
* scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry2019-04-151-0/+5
* scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry2019-04-151-6/+14
* scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry2019-04-151-1/+6
* scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2019-04-151-7/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-5/+33
|\
| * scsi: libsas: Remove scsi_to_u32()Bart Van Assche2019-01-291-4/+5
| * scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry2019-01-111-0/+20
| * scsi: libsas: Check SMP PHY control function resultJohn Garry2019-01-111-1/+8
* | scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry2019-02-151-0/+2
|/
* scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry2018-11-151-114/+100
* scsi: libsas: Drop sas_printk()John Garry2018-11-151-12/+10
* scsi: libsas: fix a race condition when smp task timeoutJason Yan2018-09-251-5/+4
* scsi: libsas: always unregister the old device if going to discover newJason Yan2018-09-251-8/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* scsi: libsas: Fix kernel-doc headersBart Van Assche2018-02-271-14/+15
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-6/+6
|\
| * scsi: libsas: direct call probe and destructJason Yan2018-01-101-5/+3
| * scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang2018-01-081-0/+1
| * scsi: libsas: fix error when getting phy eventsJason Yan2018-01-081-1/+1
| * scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan2018-01-081-0/+1