summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-07-08scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocbJames Smart1-0/+1
2022-07-08scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user inputJames Smart1-10/+10
2022-07-08scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()James Smart1-0/+1
2022-07-08Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen21-88/+214
2022-07-08scsi: sd: Rework asynchronous resume supportBart Van Assche2-18/+71
2022-07-08scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche1-7/+7
2022-07-08scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-07-08scsi: gvp11: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-18/+77
2022-07-08scsi: a2091: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-15/+48
2022-07-08scsi: a3000: Convert m68k WD33C93 drivers to DMA APIMichael Schmitz1-9/+44
2022-07-07scsi: core: Shorten long warning messagesLi Zhijian1-3/+1
2022-07-07scsi: mpi3mr: Increase cmd_per_lun to 128Sreekanth Reddy1-1/+1
2022-07-07scsi: mpi3mr: Enable shared host tagsetSreekanth Reddy1-0/+2
2022-07-07scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()Dan Carpenter1-2/+2
2022-06-28scsi: dpt_i2o: Remove obsolete driverArnd Bergmann10-5655/+0
2022-06-28scsi: BusLogic: Remove bus_to_virt()Arnd Bergmann2-13/+24
2022-06-28scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King1-1/+0
2022-06-28scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-22scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa1-1/+0
2022-06-22scsi: sym53c8xx_2: Remove redundant "with"Jiang Jian1-1/+1
2022-06-22scsi: snic: Remove redundant "on"Jiang Jian1-1/+1
2022-06-22scsi: aacraid: Remove redundant "the"Jiang Jian1-1/+1
2022-06-22scsi: hisi_sas: Align commentsJiang Jian1-2/+2
2022-06-22scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming1-4/+4
2022-06-22scsi: mpt3sas: Fix typo in commentRen Yu1-1/+1
2022-06-22scsi: libiscsi: Improve conn_send_pdu APIMike Christie1-23/+62
2022-06-22scsi: iscsi: Try to avoid taking back_lock in xmit pathMike Christie1-16/+14
2022-06-22scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie3-32/+88
2022-06-22scsi: iscsi: Remove unneeded task state checkMike Christie1-5/+8
2022-06-22scsi: iscsi_tcp: Drop target_alloc useMike Christie1-1/+0
2022-06-22scsi: iscsi_tcp: Tell net when there's more dataMike Christie1-1/+1
2022-06-22scsi: iscsi: Run recv path from workqueueMike Christie2-13/+54
2022-06-22scsi: iscsi: Add recv workqueue helpersMike Christie1-2/+27
2022-06-22scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie3-8/+8
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie6-10/+18
2022-06-22scsi: qedi: Use QEDI_MODE_NORMAL for error handlingMike Christie1-1/+1
2022-06-22scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+49
2022-06-22scsi: iscsi: Clean up bound endpoints during shutdownMike Christie1-10/+10
2022-06-22scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie1-10/+7
2022-06-22scsi: iscsi: Fix HW conn removal use after freeMike Christie1-2/+0
2022-06-17scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-3/+1
2022-06-17scsi: qla2xxx: Update version to 10.02.07.700-kNilesh Javali1-2/+2
2022-06-17scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injectionQuinn Tran1-6/+6
2022-06-17scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/OsArun Easi1-4/+8
2022-06-17scsi: qla2xxx: Add debug prints in the device remove pathArun Easi2-0/+9
2022-06-17scsi: qla2xxx: Fix losing target when it reappears during deleteArun Easi1-7/+17
2022-06-17scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation testsArun Easi1-1/+1
2022-06-17scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeoutsArun Easi1-12/+31
2022-06-17scsi: qla2xxx: Turn off multi-queue for 8G adaptersQuinn Tran2-12/+8
2022-06-17scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran4-1/+81