summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-223-105/+114
|\
| * scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter2023-01-111-1/+1
| * Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen2022-12-303-105/+114
| |\
| | * scsi: libsas: Factor out sas_ex_add_dev()Jason Yan2022-12-301-29/+39
| | * scsi: libsas: Factor out sas_ata_add_dev()Jason Yan2022-12-302-52/+64
| | * scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()Jason Yan2022-12-301-3/+0
| | * scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan2022-12-301-6/+0
| | * scsi: libsas: Move sas_get_ata_command_set() up to save the declarationJason Yan2022-12-301-15/+11
* | | Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-02-221-6/+5
|\ \ \
| * | | ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-041-2/+1
| * | | ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-4/+4
| |/ /
* / / scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang2023-01-071-0/+3
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-144-25/+92
|\|
| * scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan2022-11-261-2/+1
| * 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