summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan2022-11-263-2/+29
| * 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: Introduce SAS address comparison helpersJason Yan2022-10-181-0/+17
| * scsi: libsas: Update SATA dev FIS in sas_ata_task_done()John Garry2022-10-181-2/+2
| * scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry2022-10-182-3/+4
| * scsi: libsas: Add sas_ata_device_link_abort()John Garry2022-10-181-0/+15
* | scsi: libsas: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-191-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-1/+1
|\
| * scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou2022-09-251-1/+1
* | ata: libata-sata: Fix device queue depth controlDamien Le Moal2022-09-281-1/+2
|/
* scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen2022-07-181-0/+4
* scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2022-06-102-3/+3
* 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: Refactor sas_ata_hard_reset()John Garry2022-05-191-14/+27
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-141-3/+10
* scsi: libsas: Add sas_execute_internal_abort_dev()John Garry2022-03-141-0/+8
* scsi: libsas: Add sas_execute_internal_abort_single()John Garry2022-03-141-0/+74
* scsi: libsas: Clean up sas_form_port()Damien Le Moal2022-03-011-31/+42
* scsi: libsas: Use bool for queue_work() return codeJohn Garry2022-02-272-20/+12
* scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2022-02-272-14/+8
* scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal2022-02-221-7/+2
* scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal2022-02-221-1/+1
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-222-1/+17
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-0/+16
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-0/+16
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-0/+10
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-0/+10
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-4/+12
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+2
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-191-0/+3
* scsi: libsas: Add sas_execute_ssp_tmf()John Garry2022-02-191-0/+18
* scsi: libsas: Add sas_execute_tmf()John Garry2022-02-192-0/+108
* scsi: libsas: Move SMP task handlers to coreJohn Garry2022-02-193-22/+29
* scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-192-5/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-5/+9
* scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry2022-02-191-2/+4
* scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2022-02-112-3/+2
* scsi: libsas: Remove duplicated setting for task->task_state_flagsXiang Chen2022-02-111-1/+0
* scsi: libsas: Use void for sas_discover_event() return codeXiang Chen2022-02-111-4/+2
* scsi: libsas: Keep host active while processing eventsXiang Chen2021-12-221-3/+21
* scsi: libsas: Defer works of new phys during suspendXiang Chen2021-12-222-0/+25
* scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2021-12-222-11/+15
* scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-221-0/+2
* scsi: libsas: Resume host while sending SMP I/OsXiang Chen2021-12-222-0/+4
* scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen2021-12-221-0/+29
* scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen2021-12-221-1/+5