summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorFilesLines
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang1-0/+3
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-25/+92
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan1-2/+1
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan3-2/+29
2022-10-19scsi: libsas: make use of ata_port_is_frozen() helperNiklas Cassel1-1/+1
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-10-18scsi: libsas: Introduce SAS address comparison helpersJason Yan1-0/+17
2022-10-18scsi: libsas: Update SATA dev FIS in sas_ata_task_done()John Garry1-2/+2
2022-10-18scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry2-3/+4
2022-10-18scsi: libsas: Add sas_ata_device_link_abort()John Garry1-0/+15
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-1/+2
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-07-19scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen1-0/+4
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2-3/+3
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-05-20scsi: libsas: Refactor sas_ata_hard_reset()John Garry1-14/+27
2022-03-15scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-3/+10
2022-03-15scsi: libsas: Add sas_execute_internal_abort_dev()John Garry1-0/+8
2022-03-15scsi: libsas: Add sas_execute_internal_abort_single()John Garry1-0/+74
2022-03-02scsi: libsas: Clean up sas_form_port()Damien Le Moal1-31/+42
2022-02-28scsi: libsas: Use bool for queue_work() return codeJohn Garry2-20/+12
2022-02-28scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2-14/+8
2022-02-23scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal1-7/+2
2022-02-23scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal1-1/+1
2022-02-23scsi: libsas: Add sas_execute_ata_cmd()John Garry2-1/+17
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-0/+16
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-0/+16
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-0/+10
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-0/+10
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-4/+12
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+2
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+3
2022-02-19scsi: libsas: Add sas_execute_ssp_tmf()John Garry1-0/+18
2022-02-19scsi: libsas: Add sas_execute_tmf()John Garry2-0/+108
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry3-22/+29
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry2-5/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-5/+9
2022-02-19scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry1-2/+4
2022-02-12scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2-3/+2
2022-02-12scsi: libsas: Remove duplicated setting for task->task_state_flagsXiang Chen1-1/+0
2022-02-12scsi: libsas: Use void for sas_discover_event() return codeXiang Chen1-4/+2
2021-12-23scsi: libsas: Keep host active while processing eventsXiang Chen1-3/+21
2021-12-23scsi: libsas: Defer works of new phys during suspendXiang Chen2-0/+25
2021-12-23scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2-11/+15
2021-12-23scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen1-0/+2