summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-659/+2506
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+0
2025-12-04scsi: sd: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi-1/+11
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-41/+31
2025-12-03scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure ...Xingui Yang-14/+0
2025-11-29scsi: qla4xxx: Use time conversion macrosShi Hao-1/+1
2025-11-29scsi: qla2xxx: Enable/disable IRQD_NO_BALANCING during resetWen Xiong-0/+30
2025-11-29scsi: ipr: Enable/disable IRQD_NO_BALANCING during resetWen Xiong-1/+27
2025-11-29scsi: imm: Fix use-after-free bug caused by unfinished delayed workDuoming Zhou-0/+1
2025-11-29scsi: core: Correct documentation for scsi_device_quiesce()Miao Li-1/+1
2025-11-29scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1Suganath Prabu S-3/+5
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki-0/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-19/+0
2025-11-19Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen-60/+55
2025-11-19scsi: sg: Do not sleep in atomic contextBart Van Assche-1/+9
2025-11-19scsi: scsi_debug: Support injecting unaligned write errorsBart Van Assche-1/+11
2025-11-19scsi: qla2xxx: Fix improper freeing of purex itemZilin Guan-1/+1
2025-11-19scsi: snic: Switch to use %ptSpAndy Shevchenko-9/+6
2025-11-19scsi: fnic: Switch to use %ptSpAndy Shevchenko-32/+25
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-0/+2
2025-11-14scsi: Add PM_EVENT_POWEROFF into suspend callbacksMario Limonciello (AMD)-0/+2
2025-11-12Merge patch series "replace old wq(s), added WQ_PERCPU to alloc_workqueue"Martin K. Petersen-17/+25
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