summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2025-11-12scsi: pm80xx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: qedi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: target: ibmvscsi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+2
2025-11-12scsi: qedf: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-5/+10
2025-11-12scsi: bnx2fc: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: be2iscsi: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+2
2025-11-12scsi: lpfc: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: scsi_transport_fc: WQ_PERCPU added to alloc_workqueue users()Marco Crivellari-2/+3
2025-11-12scsi: scsi_dh_alua: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: qla2xxx: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-12scsi: scsi_transport_iscsi: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-11-12scsi: qla2xxx: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-11-12scsi: scsi_debug: Fix uninitialized pointers with __free attrAlly Heev-2/+2
2025-11-12scsi: pm: Drop unneeded call to pm_runtime_mark_last_busy()Nuno Sá-1/+0
2025-11-12scsi: sim710: Fix resource leak by adding missing ioport_unmap() callsHaotian Zhang-0/+2
2025-11-12scsi: aic94xx: fix use-after-free in device removal pathJunrui Luo-0/+3
2025-11-12Merge patch series "qla2xxx target mode improvements"Martin K. Petersen-338/+1648
2025-11-12scsi: qla2xxx: target: Improve safety of cmd lookup by handleTony Battersby-21/+90
2025-11-12scsi: qla2xxx: target: Add back SRR supportTony Battersby-1/+1141
2025-11-12scsi: qla2xxx: target: Improve cmd loggingTony Battersby-26/+64
2025-11-12scsi: qla2xxx: target: Add cmd->rsp_sentTony Battersby-0/+8
2025-11-12scsi: qla2xxx: target: Fix invalid memory access with big CDBsTony Battersby-9/+81
2025-11-12scsi: qla2xxx: Fix TMR failure handlingTony Battersby-33/+27
2025-11-12scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()Tony Battersby-38/+48
2025-11-12scsi: qla2xxx: target: Fix races with aborting commandsTony Battersby-116/+102
2025-11-12scsi: qla2xxx: Clear cmds after chip resetTony Battersby-6/+20
2025-11-12Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen-37/+293
2025-11-12scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1Tony Battersby-21/+31
2025-11-12scsi: qla2xxx: target: Improve debug output for term exchangeTony Battersby-6/+36
2025-11-12scsi: qla2xxx: target: Remove code for unsupported hardwareTony Battersby-27/+5
2025-11-12scsi: qla2xxx: Use reinit_completion on mbx_intr_compTony Battersby-0/+2
2025-11-12scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabledTony Battersby-34/+5
2025-11-12scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusiveTony Battersby-7/+1
2025-11-12scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"Tony Battersby-6/+0
2025-11-12scsi: scsi_debug: Abort SCSI commands via an internal commandBart Van Assche-11/+105
2025-11-12scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke-0/+38
2025-11-12scsi: core: Introduce .queue_reserved_command()John Garry-16/+44
2025-11-12scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke-4/+84
2025-11-12scsi: core: Make the budget map optionalBart Van Assche-2/+15
2025-11-12scsi: core: Move two statementsBart Van Assche-3/+4
2025-11-12scsi: core: Support allocating reserved commandsHannes Reinecke-1/+3
2025-11-08Merge patch series "Support power resources defined in acpi on ata"Martin K. Petersen-1/+33
2025-11-08scsi: sd: Add manage_restart device attribute to scsi_diskMarkus Probst-1/+33
2025-11-08Merge patch series "Update lpfc to revision 14.4.0.12"Martin K. Petersen-110/+327
2025-11-08scsi: lpfc: Update lpfc version to 14.4.0.12Justin Tee-1/+1
2025-11-08scsi: lpfc: Add capability to register Platform Name ID to fabricJustin Tee-8/+150
2025-11-08scsi: lpfc: Allow support for BB credit recovery in point-to-point topologyJustin Tee-2/+4
2025-11-08scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGIJustin Tee-8/+32
2025-11-08scsi: lpfc: Modify kref handling for Fabric Controller ndlpsJustin Tee-36/+67
2025-11-08scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topologyJustin Tee-20/+49