aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-3/+3
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2-4/+4
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry5-30/+16
2022-07-06scsi: fnic: Drop reserved request handlingJohn Garry1-2/+0
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2-4/+2
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry3-12/+6
2022-06-28block: simplify disk shutdownChristoph Hellwig4-8/+8
2022-06-27scsi: dpt_i2o: Remove obsolete driverArnd Bergmann10-5655/+0
2022-06-27scsi: BusLogic: Remove bus_to_virt()Arnd Bergmann2-13/+24
2022-06-27scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King1-1/+0
2022-06-27scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-26powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy1-5/+0
2022-06-21scsi: mpt3sas: Remove flush_scheduled_work() callTetsuo Handa1-1/+0
2022-06-21scsi: sym53c8xx_2: Remove redundant "with"Jiang Jian1-1/+1
2022-06-21scsi: snic: Remove redundant "on"Jiang Jian1-1/+1
2022-06-21scsi: aacraid: Remove redundant "the"Jiang Jian1-1/+1
2022-06-21scsi: hisi_sas: Align commentsJiang Jian1-2/+2
2022-06-21scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming1-4/+4
2022-06-21scsi: mpt3sas: Fix typo in commentRen Yu1-1/+1
2022-06-21scsi: libiscsi: Improve conn_send_pdu APIMike Christie1-23/+62
2022-06-21scsi: iscsi: Try to avoid taking back_lock in xmit pathMike Christie1-16/+14
2022-06-21scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie3-32/+88
2022-06-21scsi: iscsi: Remove unneeded task state checkMike Christie1-5/+8
2022-06-21scsi: iscsi_tcp: Drop target_alloc useMike Christie1-1/+0
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-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-1/+1
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