summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3 days5-19/+17
|\
| * scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche2024-12-045-12/+10
| * scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche2024-12-045-7/+7
* | block: simplify tag allocation policy selectionChristoph Hellwig2025-01-061-1/+1
* | scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner2024-12-232-3/+2
|/
* scsi: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-072-2/+2
* scsi: hisi_sas: Add latest_dump for the debugfs dumpYihang Li2024-10-161-0/+17
* scsi: hisi_sas: Create all dump files during debugfs initializationYihang Li2024-10-161-22/+77
* scsi: hisi_sas: Update v3 hw STP_LINK_TIMER settingXingui Yang2024-10-161-1/+1
* scsi: hisi_sas: Add time interval between two H2D FIS following soft reset specXingui Yang2024-10-161-0/+1
* scsi: hisi_sas: Update disk locked timeout to 7 secondsXingui Yang2024-10-161-0/+2
* scsi: hisi_sas: Default enable interrupt coalescingYihang Li2024-10-161-7/+10
* scsi: hisi_sas: Add cond_resched() for no forced preemption modelYihang Li2024-10-161-0/+1
* scsi: hisi_sas: Check usage count only when the runtime PM status is RPM_SUSP...Yihang Li2024-10-161-1/+2
* scsi: hisi_sas: Reset PHY again if phyup timeoutYihang Li2024-10-161-1/+12
* scsi: hisi_sas: Enable all PHYs that are not disabled by user during controll...Yihang Li2024-10-161-1/+7
* scsi: hisi_sas: Add firmware information checkYihang Li2024-10-165-0/+62
* scsi: hisi_sas: Create trigger_dump at the end of the debugfs initializationYihang Li2024-10-161-5/+4
* scsi: hisi_sas: Adjust priority of registering and exiting debugfs for securityYihang Li2024-10-162-13/+8
* scsi: hisi_sas: Remove trailing space after \n newlineColin Ian King2024-09-131-1/+1
* scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-155-60/+27
|\
| * scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-125-9/+12
| * Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen2024-03-253-51/+3
| |\
| | * scsi: hisi_sas: Use LIBSAS_SHT_BASE_NO_SLAVE_INITJohn Garry2024-03-253-51/+3
| * | scsi: hisi_sas: Add libsas SATA sysfs attributes groupIgor Pylypiv2024-03-252-0/+12
| |/
* | scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen2024-04-061-1/+1
* | scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen2024-04-061-1/+9
|/
* scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2024-01-252-2/+6
* scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2024-01-252-3/+7
* scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li2024-01-251-2/+2
* scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li2024-01-251-2/+10
* scsi: hisi_sas: Correct the number of global debugfs registersYihang Li2023-12-141-1/+1
* scsi: hisi_sas: Rollback some operations if FLR failedYihang Li2023-12-141-0/+5
* scsi: hisi_sas: Check before using pointer variablesYihang Li2023-12-141-2/+5
* scsi: hisi_sas: Replace with standard error code return valueYihang Li2023-12-142-3/+3
* scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li2023-12-141-5/+5
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-128/+9
|\
| * scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang2023-10-041-128/+9
* | scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2023-09-222-49/+46
* | scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li2023-09-223-14/+8
* | scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li2023-09-221-6/+7
|/
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-1/+1
|\
| * ata,scsi: cleanup __ata_port_probe()Hannes Reinecke2023-08-021-1/+1
* | Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-254-20/+10
|\ \
| * | scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-213-5/+3
| * | scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2023-08-211-6/+2
| * | scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-212-6/+6
| * | scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-1/+0
| * | scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-1/+0