summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-11-29scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1Suganath Prabu S2-3/+5
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki2-0/+2
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner6-19/+0
2025-11-20Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen5-60/+55
2025-11-20scsi: sg: Do not sleep in atomic contextBart Van Assche1-1/+9
2025-11-20scsi: scsi_debug: Support injecting unaligned write errorsBart Van Assche1-1/+11
2025-11-20scsi: qla2xxx: Fix improper freeing of purex itemZilin Guan1-1/+1
2025-11-19scsi: snic: Switch to use %ptSpAndy Shevchenko2-9/+6
2025-11-19scsi: fnic: Switch to use %ptSpAndy Shevchenko1-32/+25
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki2-0/+2
2025-11-14scsi: Add PM_EVENT_POWEROFF into suspend callbacksMario Limonciello (AMD)2-0/+2
2025-11-13Merge patch series "replace old wq(s), added WQ_PERCPU to alloc_workqueue"Martin K. Petersen11-17/+25
2025-11-13scsi: pm80xx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: qedi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: target: ibmvscsi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+2
2025-11-13scsi: qedf: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-5/+10
2025-11-13scsi: bnx2fc: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: be2iscsi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+2
2025-11-13scsi: lpfc: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: scsi_transport_fc: WQ_PERCPU added to alloc_workqueue users()Marco Crivellari1-2/+3
2025-11-13scsi: scsi_dh_alua: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: qla2xxx: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-13scsi: scsi_transport_iscsi: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-11-13scsi: qla2xxx: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-11-13scsi: scsi_debug: Fix uninitialized pointers with __free attrAlly Heev1-2/+2
2025-11-13scsi: pm: Drop unneeded call to pm_runtime_mark_last_busy()Nuno Sá1-1/+0
2025-11-13scsi: sim710: Fix resource leak by adding missing ioport_unmap() callsHaotian Zhang1-0/+2
2025-11-13scsi: aic94xx: fix use-after-free in device removal pathJunrui Luo1-0/+3
2025-11-13Merge patch series "qla2xxx target mode improvements"Martin K. Petersen11-338/+1648
2025-11-13scsi: qla2xxx: target: Improve safety of cmd lookup by handleTony Battersby2-21/+90
2025-11-13scsi: qla2xxx: target: Add back SRR supportTony Battersby5-1/+1141
2025-11-13scsi: qla2xxx: target: Improve cmd loggingTony Battersby2-26/+64
2025-11-13scsi: qla2xxx: target: Add cmd->rsp_sentTony Battersby2-0/+8
2025-11-13scsi: qla2xxx: target: Fix invalid memory access with big CDBsTony Battersby2-9/+81
2025-11-13scsi: qla2xxx: Fix TMR failure handlingTony Battersby3-33/+27
2025-11-13scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()Tony Battersby1-38/+48
2025-11-13scsi: qla2xxx: target: Fix races with aborting commandsTony Battersby4-116/+102
2025-11-13scsi: qla2xxx: Clear cmds after chip resetTony Battersby3-6/+20
2025-11-13Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen8-37/+293
2025-11-13scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1Tony Battersby1-21/+31
2025-11-13scsi: qla2xxx: target: Improve debug output for term exchangeTony Battersby2-6/+36
2025-11-13scsi: qla2xxx: target: Remove code for unsupported hardwareTony Battersby1-27/+5
2025-11-13scsi: qla2xxx: Use reinit_completion on mbx_intr_compTony Battersby1-0/+2
2025-11-13scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabledTony Battersby4-34/+5
2025-11-13scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusiveTony Battersby1-7/+1
2025-11-13scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"Tony Battersby1-6/+0
2025-11-13scsi: scsi_debug: Abort SCSI commands via an internal commandBart Van Assche1-11/+105
2025-11-13scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke1-0/+38
2025-11-13scsi: core: Introduce .queue_reserved_command()John Garry2-16/+44
2025-11-13scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke5-4/+84