summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-25scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_requ...Gustavo A. R. Silva1-5/+3
2022-09-25scsi: hptiop: Replace one-element array with flexible-array memberGustavo A. R. Silva2-3/+2
2022-09-25scsi: pm8001: Fix running_req for internal abort commandsJohn Garry1-0/+4
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-09-25scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usageKees Cook2-5/+10
2022-09-25scsi: ufs: core: Remove redundant function definitions from ufshcd.hArthur Simchaev2-20/+5
2022-09-25scsi: core: Make SCSI_MOD depend on BLOCK for cleaner .config filesLukas Bulwahn1-3/+4
2022-09-25scsi: tracing: Fix compile error in trace_array calls when TRACING is disabledArun Easi1-2/+34
2022-09-16scsi: scsi_transport_fc: Use %u for dev_loss_tmoMartin Wilck1-1/+1
2022-09-16scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang1-5/+5
2022-09-16scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang1-2/+2
2022-09-16scsi: ibmvscsi_tgt: Fix repeated words in commentwangjianli1-1/+1
2022-09-16scsi: lpfc: Update lpfc version to 14.2.0.7James Smart1-1/+1
2022-09-16scsi: lpfc: Fix various issues reported by toolsJames Smart6-118/+148
2022-09-16scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart8-68/+224
2022-09-16scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart2-669/+350
2022-09-16scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart1-23/+30
2022-09-16scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart1-31/+32
2022-09-16scsi: lpfc: Update congestion mode logging for Emulex SAN Manager applicationJames Smart1-6/+22
2022-09-16scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart4-34/+48
2022-09-16scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart3-41/+37
2022-09-16scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart1-3/+7
2022-09-16scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart1-0/+7
2022-09-16scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topologyJames Smart1-2/+7
2022-09-16scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart1-2/+2
2022-09-16scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter1-2/+4
2022-09-16scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter1-26/+32
2022-09-16scsi: aic79xx: Use __ro_after_init explicitlyKees Cook1-1/+1
2022-09-16scsi: target: Remove unused se_tmr_req_cache declarationGaosheng Cui1-2/+0
2022-09-16scsi: qla2xxx: Remove unused declarations for qla2xxxGaosheng Cui2-14/+0
2022-09-16scsi: target: alua: Do not report emtpy port groupDmitry Bogdanov1-0/+3
2022-09-16scsi: target: core: Set MULTIP bit for se_device with multiple portsDmitry Bogdanov1-0/+6
2022-09-07scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"Colin Ian King1-1/+1
2022-09-07scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry1-4/+12
2022-09-07scsi: hisi_sas: Add helper to process bcast eventsJohn Garry5-13/+18
2022-09-07scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry1-0/+7
2022-09-07scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry1-1/+1
2022-09-07scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry1-7/+0
2022-09-07scsi: esas2r: Use flex array destination for memcpy()Kees Cook2-2/+2
2022-09-07scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren1-1/+1
2022-09-07scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs nodeDaniil Lunev2-0/+72
2022-09-07scsi: qlogicpti: Fix dma_map_sg() checkJack Wang1-1/+2
2022-09-07scsi: core: Remove useless host error codesMike Christie1-6/+6
2022-09-07scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie2-25/+11
2022-09-07scsi: core: Add error codes for internal SCSI midlayer useMike Christie3-0/+38
2022-09-07scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie1-1/+1
2022-09-07scsi: qla2xxx: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-07scsi: virtio_scsi: Drop DID_NEXUS_FAILURE useMike Christie1-1/+1
2022-09-07scsi: virtio_scsi: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-07scsi: uas: Drop DID_TARGET_FAILURE useMike Christie1-1/+1