summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
26 hoursscsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo()Haoxiang Li1-0/+1
26 hoursscsi: core: Wake up the error handler when final completions race against eac...David Jeffery2-1/+18
26 hoursscsi: storvsc: Process unsupported MODE_SENSE_10Long Li1-1/+2
2026-01-19scsi: sg: Fix occasional bogus elapsed time that exceeds timeoutMichal Rábek1-7/+13
2026-01-19scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure ...Xingui Yang1-14/+0
2026-01-19scsi: ipr: Enable/disable IRQD_NO_BALANCING during resetWen Xiong1-1/+27
2026-01-19scsi: core: ufs: Fix a hang in the error handlerSanjeev Yadav1-1/+3
2026-01-19scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie2-9/+40
2026-01-19scsi: iscsi: Move pool freeingMike Christie1-2/+1
2026-01-19scsi: aic94xx: fix use-after-free in device removal pathJunrui Luo1-0/+3
2026-01-19scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"Tony Battersby1-6/+0
2026-01-19scsi: qla2xxx: Use reinit_completion on mbx_intr_compTony Battersby1-0/+2
2026-01-19scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusiveTony Battersby1-7/+1
2026-01-19scsi: sim710: Fix resource leak by adding missing ioport_unmap() callsHaotian Zhang1-0/+2
2026-01-19scsi: stex: Fix reboot_notifier leak in probe error pathHaotian Zhang1-0/+1
2025-12-07scsi: pm80xx: Set phy->enable_completion only when weIgor Pylypiv1-1/+3
2025-12-07scsi: core: Fix a regression triggered by scsi_host_busy()Bart Van Assche1-2/+3
2025-12-07scsi: sg: Do not sleep in atomic contextBart Van Assche1-1/+9
2025-12-07scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee1-0/+3
2025-12-07scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong1-1/+1
2025-12-07scsi: pm80xx: Fix race condition caused by static variablesFrancisco Gutierrez3-10/+17
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-5/+1
2025-10-29scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()Thorsten Blum1-9/+12
2025-10-29scsi: mvsas: Fix use-after-free bugs in mvs_work_queueDuoming Zhou1-1/+1
2025-10-29scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry4-23/+29
2025-10-29scsi: mvsas: Delete mvs_tag_init()John Garry3-10/+0
2025-10-29scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar1-5/+3
2025-10-29scsi: myrs: Fix dma_alloc_coherent() error checkThomas Fourier1-4/+4
2025-10-29scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel1-1/+8
2025-09-09scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-09-04scsi: core: sysfs: Correct sysfs attributes access rightsDamien Le Moal1-2/+2
2025-08-28scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter1-0/+2
2025-08-28scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPEAndré Draszik1-2/+2
2025-08-28scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2-0/+12
2025-08-28scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-3/+5
2025-08-28scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-28scsi: aacraid: Stop using PCI_IRQ_AFFINITYJohn Garry1-2/+1
2025-08-28scsi: Fix sas_user_scan() to handle wildcard and multi-channel scansRanjan Kumar2-13/+49
2025-08-28scsi: mpt3sas: Correctly handle ATA device errorsDamien Le Moal1-0/+19
2025-08-28scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structureJustin Tee1-0/+4
2025-08-28scsi: bfa: Double-free fixjackysliu1-0/+1
2025-08-28scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocatedShowrya M N1-1/+2
2025-08-28scsi: ufs: core: Use link recovery when h8 exit fails during runtime resumeSeunghui Lee1-1/+9
2025-08-28scsi: isci: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-28scsi: mvsas: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+2
2025-08-28scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+4
2025-07-17scsi: ufs: core: Fix spelling of a sysfs attribute nameBart Van Assche1-2/+2
2025-07-17scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()Thomas Fourier1-0/+2
2025-07-17scsi: qla2xxx: Fix DMA mapping test in qla24xx_get_port_database()Thomas Fourier1-1/+1
2025-06-27scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1