summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-5/+6
2025-05-21scsi: hisi_sas: Fix warning detected by sparseYihang Li1-1/+1
2025-04-29Merge branch '6.15/scsi-fixes' into 6.16/scsi-stagingMartin K. Petersen3-4/+39
2025-04-22scsi: hisi_sas: Wait until error handling is completeYihang Li1-0/+2
2025-04-22scsi: hisi_sas: Call I_T_nexus after soft reset for SATA diskYihang Li1-24/+5
2025-04-22scsi: hisi_sas: Coding style cleanupYihang Li5-25/+17
2025-04-22scsi: hisi_sas: Use macro instead of magic numberYihang Li3-115/+213
2025-04-09Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen3-4/+39
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-12/+12
2025-03-21scsi: hisi_sas: Fix I/O errors caused by hardware port ID changesXingui Yang1-0/+20
2025-03-21scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-03-18scsi: hisi_sas: Fixed failure to issue vendor specific commandsXingui Yang4-10/+29
2025-03-04scsi: hisi_sas: Remove incorrect ACPI_PTR annotationsArnd Bergmann2-2/+2
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-19/+17
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig1-1/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner2-3/+2
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche5-12/+10
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche5-7/+7
2024-11-07scsi: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-10-16scsi: hisi_sas: Add latest_dump for the debugfs dumpYihang Li1-0/+17
2024-10-16scsi: hisi_sas: Create all dump files during debugfs initializationYihang Li1-22/+77
2024-10-16scsi: hisi_sas: Update v3 hw STP_LINK_TIMER settingXingui Yang1-1/+1
2024-10-16scsi: hisi_sas: Add time interval between two H2D FIS following soft reset specXingui Yang1-0/+1
2024-10-16scsi: hisi_sas: Update disk locked timeout to 7 secondsXingui Yang1-0/+2
2024-10-16scsi: hisi_sas: Default enable interrupt coalescingYihang Li1-7/+10
2024-10-16scsi: hisi_sas: Add cond_resched() for no forced preemption modelYihang Li1-0/+1
2024-10-16scsi: hisi_sas: Check usage count only when the runtime PM status is RPM_SUSP...Yihang Li1-1/+2
2024-10-16scsi: hisi_sas: Reset PHY again if phyup timeoutYihang Li1-1/+12
2024-10-16scsi: hisi_sas: Enable all PHYs that are not disabled by user during controll...Yihang Li1-1/+7
2024-10-16scsi: hisi_sas: Add firmware information checkYihang Li5-0/+62
2024-10-16scsi: hisi_sas: Create trigger_dump at the end of the debugfs initializationYihang Li1-5/+4
2024-10-16scsi: hisi_sas: Adjust priority of registering and exiting debugfs for securityYihang Li2-13/+8
2024-09-13scsi: hisi_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-08-23scsi: Expand all create*_workqueue() invocationsBart Van Assche1-1/+2
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-60/+27
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig5-9/+12
2024-04-06scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-06scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen3-51/+3
2024-03-25scsi: hisi_sas: Use LIBSAS_SHT_BASE_NO_SLAVE_INITJohn Garry3-51/+3
2024-03-25scsi: hisi_sas: Add libsas SATA sysfs attributes groupIgor Pylypiv2-0/+12
2024-01-25scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-25scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-25scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-25scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2023-12-14scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-14scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2023-12-14scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2023-12-14scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2023-12-14scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li1-5/+5