summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)Author
2022-03-29scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry
2022-02-27scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang
2022-02-27scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen
2022-02-27scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu
2022-02-27scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu
2022-02-27scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen
2022-02-27scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen
2022-02-22scsi: hisi_sas: Remove unnecessary print function dev_err()Yang Li
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry
2022-02-19scsi: libsas: Add sas_abort_task()John Garry
2022-02-19scsi: libsas: Add sas_query_task()John Garry
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry
2022-02-19scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry
2022-01-31scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry
2022-01-24scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-07scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen
2021-12-22scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen
2021-12-22scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen
2021-12-22scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen
2021-12-22scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen
2021-12-22scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry
2021-12-16scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu
2021-12-16scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu
2021-12-16scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu
2021-12-16scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry
2021-12-16scsi: hisi_sas: Pass abort structure for internal abortJohn Garry
2021-12-16scsi: hisi_sas: Make internal abort have no task protoJohn Garry
2021-12-16scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry
2021-12-06scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET
2021-12-06scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET
2021-12-06scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig
2021-10-16scsi: hisi_sas: Switch to attribute groupsBart Van Assche
2021-10-12scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing
2021-10-12scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen
2021-10-12scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen
2021-09-13scsi: hisi_sas: Increase debugfs_dump_index after dump is completedLuo Jiaxing
2021-09-13scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen