summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-17scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-14/+14
2023-05-17scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-11/+11
2023-05-17scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh4-12/+12
2023-05-17scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh9-25/+25
2023-05-17Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen1-8/+20
2023-05-17scsi: hisi_sas: Fix warnings detected by sparseXingui Yang1-3/+4
2023-05-17scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang1-0/+4
2023-05-17scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li1-5/+12
2023-05-17scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook1-5/+3
2023-05-17scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-08Merge patch series "smartpqi updates"Martin K. Petersen6-152/+178
2023-05-08Merge patch series "scsi: pm80xx: Enhanced debug logs for HW events"Martin K. Petersen3-52/+107
2023-05-08Merge patch series "scsi: libsas: remove empty branches and code simplification"Martin K. Petersen1-53/+71
2023-05-08Merge patch series "qla2xxx driver update"Martin K. Petersen8-105/+418
2023-05-08Merge patch series "lpfc: Update lpfc to revision 14.2.0.12"Martin K. Petersen11-235/+309
2023-05-08scsi: ufs: ufs-mediatek: Delete some dead codeDan Carpenter1-3/+0
2023-05-08scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu1-2/+1
2023-05-08scsi: ufs: core: Change the module parameter macro of use_mcq_modeKeoseong Park1-18/+2
2023-05-08scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli1-1/+1
2023-05-08scsi: smartpqi: Update version to 2.1.22-040Don Brace1-3/+3
2023-05-08scsi: smartpqi: Update copyright to 2023Don Brace6-6/+6
2023-05-08scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace2-0/+16
2023-05-08scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett2-75/+11
2023-05-08scsi: smartpqi: Fix byte aligned writew for ARM serversDon Brace1-2/+2
2023-05-08scsi: smartpqi: Add support for RAID NCQ priorityGilbert Wu1-44/+45
2023-05-08scsi: smartpqi: Validate block layer host tagMurthy Bhat1-1/+2
2023-05-08scsi: smartpqi: Remove contention for raid_bypass_cntMike McGowen2-4/+4
2023-05-08scsi: smartpqi: Fix rare SAS transport memory leakDon Brace1-1/+3
2023-05-08scsi: smartpqi: Remove NULL pointer checkKevin Barnett1-15/+13
2023-05-08scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+72
2023-05-08scsi: smartpqi: Map full length of PCI BAR 0Mike McGowen1-1/+1
2023-05-08scsi: qla2xxx: Update version to 10.02.08.300-kNilesh Javali1-2/+2
2023-05-08scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran1-0/+13
2023-05-08scsi: qla2xxx: Fix mem access after freeQuinn Tran2-73/+95
2023-05-08scsi: qla2xxx: Fix hang in task managementQuinn Tran2-3/+61
2023-05-08scsi: qla2xxx: Fix task management cmd fail due to unavailable resourceQuinn Tran2-5/+61
2023-05-08scsi: qla2xxx: Fix task management cmd failureQuinn Tran4-23/+139
2023-05-08scsi: qla2xxx: Multi-que support for TMFQuinn Tran4-18/+66
2023-05-08scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan1-10/+18
2023-05-08scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan1-23/+33
2023-05-08scsi: libsas: Simplify sas_check_eeds()Jason Yan1-20/+20
2023-05-08scsi: lpfc: Update lpfc version to 14.2.0.12Justin Tee1-1/+1
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee4-157/+200
2023-05-08scsi: lpfc: Add new RCQE status for handling DMA failuresJustin Tee2-3/+68
2023-05-08scsi: lpfc: Update congestion warning notification periodJustin Tee4-6/+6
2023-05-08scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort p...Justin Tee1-22/+22
2023-05-08scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee3-45/+10
2023-05-08scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devicesJustin Tee1-1/+2
2023-05-08scsi: pm80xx: Add GET_NVMD timeout during probeChangyuan Lyu1-7/+22
2023-05-08scsi: pm80xx: Update PHY state after hard resetChangyuan Lyu1-5/+9