summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: target: alua: Do not report emtpy port groupDmitry Bogdanov1-0/+3
2022-09-15scsi: target: core: Set MULTIP bit for se_device with multiple portsDmitry Bogdanov1-0/+6
2022-09-06scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"Colin Ian King1-1/+1
2022-09-06scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry1-4/+12
2022-09-06scsi: hisi_sas: Add helper to process bcast eventsJohn Garry5-13/+18
2022-09-06scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry1-0/+7
2022-09-06scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry1-1/+1
2022-09-06scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry1-7/+0
2022-09-06scsi: esas2r: Use flex array destination for memcpy()Kees Cook2-2/+2
2022-09-06scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren1-1/+1
2022-09-06scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs nodeDaniil Lunev2-0/+72
2022-09-06scsi: qlogicpti: Fix dma_map_sg() checkJack Wang1-1/+2
2022-09-06scsi: core: Remove useless host error codesMike Christie1-6/+6
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie2-25/+11
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie3-0/+38
2022-09-06scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie1-1/+1
2022-09-06scsi: qla2xxx: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-06scsi: virtio_scsi: Drop DID_NEXUS_FAILURE useMike Christie1-1/+1
2022-09-06scsi: virtio_scsi: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-06scsi: uas: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-06scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-06scsi: xen: Drop use of internal host codesMike Christie2-20/+0
2022-09-01scsi: target: pscsi: Remove repeated word "calling"Shaomin Deng1-1/+1
2022-09-01scsi: hpsa: Simplify {clear|set}_bit() parametersChristophe JAILLET1-4/+2
2022-09-01scsi: hpsa: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-09-01scsi: lpfc: Remove unneeded result variableye xingchen1-4/+1
2022-09-01scsi: lpfc: Remove the unneeded result variableye xingchen1-3/+1
2022-09-01scsi: docs: Fix a typoRandy Dunlap1-1/+1
2022-09-01scsi: qla2xxx: Update version to 10.02.07.900-kNilesh Javali1-2/+2
2022-09-01scsi: qla2xxx: Define static symbolsNilesh Javali1-2/+2
2022-09-01scsi: qla2xxx: Enhance driver tracing with separate tunable and moreArun Easi4-14/+115
2022-09-01scsi: qla2xxx: Add NVMe parameters support in Auxiliary Image StatusAnil Gurumurthy5-5/+19
2022-09-01scsi: qla2xxx: Add debugfs create/delete helpersArun Easi2-0/+98
2022-09-01scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi1-2/+15
2022-09-01scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stal...Arun Easi3-35/+2
2022-09-01scsi: qla2xxx: Log message "skipping scsi_scan_host()" as informationalMauricio Faria de Oliveira1-1/+1
2022-09-01scsi: mpt3sas: Update driver version to 43.100.00.00Sreekanth Reddy1-2/+2
2022-09-01scsi: mpt3sas: Increase cmd_per_lun to 128Sreekanth Reddy1-1/+1
2022-09-01scsi: mpt3sas: Fix trace buffer registration failedSreekanth Reddy1-0/+4
2022-09-01scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy1-7/+14
2022-09-01scsi: mpt3sas: Prevent error handler escalation when device removedSreekanth Reddy1-0/+13
2022-08-31scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ...Gustavo A. R. Silva1-7/+7
2022-08-31scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAPGustavo A. R. Silva2-6/+6
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva3-4/+4
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-2/+2
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-1/+1
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva3-4/+4
2022-08-31scsi: qla2xxx: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+1
2022-08-31scsi: qla2xxx: Always wait for qlt_sess_work_fn() from qlt_stop_phase1()Tetsuo Handa1-2/+2
2022-08-31scsi: qla2xxx: Remove unused qlt_tmr_work()Tetsuo Handa2-67/+0