summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorFilesLines
2023-04-03scsi: libsas: Abort all in-flight requests when device is goneJason Yan1-0/+29
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-105/+114
2023-02-23Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-6/+5
2023-01-12scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter1-1/+1
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang1-0/+3
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-2/+1
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-4/+4
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen3-105/+114
2022-12-30scsi: libsas: Factor out sas_ex_add_dev()Jason Yan1-29/+39
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2-52/+64
2022-12-30scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan1-3/+0
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan1-6/+0
2022-12-30scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan1-15/+11
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