summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-06-21scsi: iscsi_tcp: Tell net when there's more dataMike Christie1-1/+1
2022-06-21scsi: iscsi: Run recv path from workqueueMike Christie2-13/+54
2022-06-21scsi: iscsi: Add recv workqueue helpersMike Christie1-2/+27
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie3-8/+8
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie6-10/+18
2022-06-21scsi: qedi: Use QEDI_MODE_NORMAL for error handlingMike Christie1-1/+1
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+49
2022-06-21scsi: iscsi: Clean up bound endpoints during shutdownMike Christie1-10/+10
2022-06-21scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie1-10/+7
2022-06-21scsi: iscsi: Fix HW conn removal use after freeMike Christie1-2/+0
2022-06-16scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-3/+1
2022-06-16scsi: qla2xxx: Update version to 10.02.07.700-kNilesh Javali1-2/+2
2022-06-16scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injectionQuinn Tran1-6/+6
2022-06-16scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/OsArun Easi1-4/+8
2022-06-16scsi: qla2xxx: Add debug prints in the device remove pathArun Easi2-0/+9
2022-06-16scsi: qla2xxx: Fix losing target when it reappears during deleteArun Easi1-7/+17
2022-06-16scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation testsArun Easi1-1/+1
2022-06-16scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeoutsArun Easi1-12/+31
2022-06-16scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran2-12/+8
2022-06-16scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran4-1/+81
2022-06-16scsi: qla2xxx: Add a new v2 dport diagnostic featureBikash Hazarika7-0/+169
2022-06-16scsi: qla2xxx: Fix excessive I/O error messages by defaultArun Easi1-2/+2
2022-06-16scsi: iscsi: Prefer xmit of DataOut over new commandsDmitry Bogdanov1-20/+24
2022-06-16scsi: pm8001: Expose hardware queues for pm80xxJohn Garry3-18/+69
2022-06-16scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry1-3/+7
2022-06-16scsi: pm8001: Set up tags before using themJohn Garry4-11/+24
2022-06-16scsi: pm8001: Rework shost initial valuesJohn Garry1-4/+1
2022-06-16scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2-2/+3
2022-06-16scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler1-17/+62
2022-06-16scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar1-5/+22
2022-06-16scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()Xiu Jianfeng1-4/+2
2022-06-13scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko1-1/+6
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal3-4/+4
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-18/+13
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-18/+14
2022-06-10scsi: qla2xxx: Update version to 10.02.07.600-kNilesh Javali1-2/+2
2022-06-10scsi: qla2xxx: edif: Fix slow session teardownQuinn Tran1-14/+20
2022-06-10scsi: qla2xxx: edif: Reduce N2N thrashing at app_start timeQuinn Tran1-13/+34
2022-06-10scsi: qla2xxx: edif: Fix no logout on delete for N2NQuinn Tran1-0/+3
2022-06-10scsi: qla2xxx: edif: Fix session thrashQuinn Tran3-2/+14
2022-06-10scsi: qla2xxx: edif: Tear down session if keys have been removedQuinn Tran2-0/+6
2022-06-10scsi: qla2xxx: edif: Fix no login after app startQuinn Tran1-0/+1
2022-06-10scsi: qla2xxx: edif: Reduce disruption due to multiple app startQuinn Tran1-2/+2
2022-06-10scsi: qla2xxx: edif: Send LOGO for unexpected IKE messageQuinn Tran2-3/+18
2022-06-10scsi: qla2xxx: edif: Fix I/O timeout due to over-subscriptionQuinn Tran1-0/+7
2022-06-10scsi: scsi_debug: Fix zone transition to full conditionDamien Le Moal1-2/+20
2022-06-07scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu1-1/+1
2022-06-07scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu1-2/+2
2022-06-07scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller1-11/+12
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2-5/+5