aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22scsi: libsas: Resume host while sending SMP I/OsXiang Chen1-0/+3
2021-07-20scsi: 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24scsi: 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-11Merge 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-18scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan1-22/+4
2019-05-29scsi: 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-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry1-22/+22
2019-04-15scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry1-0/+5
2019-04-15scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry1-6/+14
2019-04-15scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unmatch fixingJohn Garry1-1/+6
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry1-7/+8
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+33
2019-02-15scsi: 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-11scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry1-0/+20
2019-01-11scsi: 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
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan1-8/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche1-14/+15
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+6
2018-01-10scsi: libsas: direct call probe and destructJason Yan1-5/+3
2018-01-08scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang1-0/+1
2018-01-08scsi: libsas: fix error when getting phy eventsJason Yan1-1/+1
2018-01-08scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan1-0/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2017-12-11scsi: libsas: fix length error in sas_smp_handler()Jason Yan1-5/+5
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-33/+37
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-05-10Merge branch 'misc' into for-linusJames Bottomley1-55/+55
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-55/+55
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2013-04-06[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau1-0/+12