Age | Commit message (Expand) | Author |
2023-03-06 | scsi: hisi_sas: Check devm_add_action() return value | Kang Chen |
2023-01-12 | scsi: hisi_sas: Set a port invalid only if there are no devices attached when... | Yihang Li |
2023-01-12 | scsi: hisi_sas: Use abort task set to reset SAS disks when discovered | Xingui Yang |
2023-01-07 | scsi: hisi_sas: Fix tag freeing for reserved tags | Jason Yan |
2022-11-26 | scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus reset | Jie Zhan |
2022-11-26 | scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA... | Jie Zhan |
2022-11-26 | scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()" | Jie Zhan |
2022-10-22 | scsi: hisi_sas: Put reserved tags in lower region of tagset | John Garry |
2022-10-22 | scsi: hisi_sas: Use sas_task_find_rq() | John Garry |
2022-10-18 | scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding it | Jason Yan |
2022-10-18 | scsi: hisi_sas: Modify v3 HW SATA disk error state completion processing | Xingui Yang |
2022-10-18 | scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hw | Xingui Yang |
2022-10-18 | scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task() | Xingui Yang |
2022-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-09-06 | scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset | John Garry |
2022-09-06 | scsi: hisi_sas: Add helper to process bcast events | John Garry |
2022-09-06 | scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology() | John Garry |
2022-09-06 | scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier | John Garry |
2022-09-06 | scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW | John Garry |
2022-08-22 | block: Change the return type of blk_mq_map_queues() into void | Bart Van Assche |
2022-07-18 | scsi: hisi_sas: Modify v3 HW SATA completion error processing | Xingui Yang |
2022-07-18 | scsi: hisi_sas: Relocate DMA unmap of SMP task | Xiang Chen |
2022-07-18 | scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements | Xiang Chen |
2022-07-18 | scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw() | John Garry |
2022-07-07 | Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging | Martin K. Petersen |
2022-06-27 | scsi: hisi_sas: Limit max hw sectors for v3 HW | John Garry |
2022-06-21 | scsi: hisi_sas: Align comments | Jiang Jian |
2022-05-19 | scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver() | John Garry |
2022-05-19 | scsi: hisi_sas: Fix rescan after deleting a disk | John Garry |
2022-05-19 | scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus reset | John Garry |
2022-05-10 | scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HW | Xiang Chen |
2022-03-29 | scsi: hisi_sas: Remove stray fallthrough annotation | Dan Carpenter |
2022-03-14 | scsi: hisi_sas: Use libsas internal abort support | John Garry |
2022-02-27 | scsi: hisi_sas: Modify v3 HW SSP underflow error processing | Xingui Yang |
2022-02-27 | scsi: hisi_sas: Limit users changing debugfs BIST count value | Xiang Chen |
2022-02-27 | scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe() | Qi Liu |
2022-02-27 | scsi: hisi_sas: Free irq vectors in order for v3 HW | Qi Liu |
2022-02-27 | scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeout | Xiang Chen |
2022-02-27 | scsi: hisi_sas: Change permission of parameter prot_mask | Xiang Chen |
2022-02-22 | scsi: hisi_sas: Remove unnecessary print function dev_err() | Yang Li |
2022-02-22 | scsi: libsas: Add sas_execute_ata_cmd() | John Garry |
2022-02-19 | scsi: libsas: Add sas_abort_task() | John Garry |
2022-02-19 | scsi: libsas: Add sas_query_task() | John Garry |
2022-02-19 | scsi: libsas: Add sas_lu_reset() | John Garry |
2022-02-19 | scsi: libsas: Add sas_clear_task_set() | John Garry |
2022-02-19 | scsi: libsas: Add sas_abort_task_set() | John Garry |
2022-02-19 | scsi: libsas: Add TMF handler aborted callback | John Garry |
2022-02-19 | scsi: libsas: Add sas_task.tmf | John Garry |
2022-02-19 | scsi: libsas: Add struct sas_tmf_task | John Garry |
2022-02-19 | scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT | John Garry |