summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_expander.c
AgeCommit message (Expand)Author
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry
2023-05-08scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan
2023-05-08scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan
2023-05-08scsi: libsas: Simplify sas_check_eeds()Jason Yan
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan
2022-10-18scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan
2022-10-18scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan
2022-10-18scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry
2021-12-22scsi: libsas: Resume host while sending SMP I/OsXiang Chen
2021-07-20scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche
2021-04-06scsi: libsas: Clean up whitespaceLuo Jiaxing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24scsi: libsas: Remove redundant assignment to variable resColin Ian King
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry
2019-06-18scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan
2019-05-29scsi: libsas: delete sas port if expander discover failedJason Yan
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig
2019-04-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry
2019-04-15scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry
2019-04-15scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry
2019-04-15scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-15scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry
2019-01-29scsi: libsas: Remove scsi_to_u32()Bart Van Assche
2019-01-11scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry
2019-01-11scsi: libsas: Check SMP PHY control function resultJohn Garry
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry
2018-11-15scsi: libsas: Drop sas_printk()John Garry
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-10scsi: libsas: direct call probe and destructJason Yan
2018-01-08scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang
2018-01-08scsi: libsas: fix error when getting phy eventsJason Yan
2018-01-08scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan