summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan2023-01-071-1/+1
* scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan2022-11-261-3/+5
* scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan2022-11-261-12/+4
* scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan2022-11-261-7/+0
* scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry2022-10-221-7/+7
* scsi: hisi_sas: Use sas_task_find_rq()John Garry2022-10-221-18/+8
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang2022-10-181-1/+4
* scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-183-3/+64
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-075-25/+38
|\
| * scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry2022-09-061-4/+12
| * scsi: hisi_sas: Add helper to process bcast eventsJohn Garry2022-09-065-13/+18
| * scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry2022-09-061-0/+7
| * scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry2022-09-061-1/+1
| * scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry2022-09-061-7/+0
* | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-222-7/+3
|/
* scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang2022-07-181-1/+8
* scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen2022-07-184-7/+5
* scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen2022-07-181-25/+18
* scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry2022-07-181-4/+1
* Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-0/+7
|\
| * scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry2022-06-271-0/+7
* | scsi: hisi_sas: Align commentsJiang Jian2022-06-211-2/+2
|/
* scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry2022-05-191-0/+2
* scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry2022-05-191-29/+18
* scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry2022-05-191-7/+12
* scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen2022-05-101-2/+8
* scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter2022-03-291-1/+0
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-144-319/+171
* scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang2022-02-271-13/+26
* scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen2022-02-271-2/+50
* scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu2022-02-271-10/+10
* scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu2022-02-271-5/+11
* scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2022-02-272-2/+3
* scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen2022-02-271-1/+1
* scsi: hisi_sas: Remove unnecessary print function dev_err()Yang Li2022-02-221-12/+3
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-222-129/+6
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-26/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-11/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+20
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-10/+6
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-195-23/+16
* scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry2022-02-191-2/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-12/+0
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-142-13/+6
|\
| * scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6