summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-07-10scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flagEwan D. Milne1-0/+2
2025-07-10scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbkJustin Tee1-15/+17
2025-07-10scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee13-661/+476
2025-07-10scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee6-127/+44
2025-07-10scsi: sd: Fix VPD page 0xb7 length checkjackysliu1-1/+1
2025-07-10scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()Thomas Fourier1-0/+2
2025-07-10scsi: qla2xxx: Fix DMA mapping test in qla24xx_get_port_database()Thomas Fourier1-1/+1
2025-07-06scsi: megaraid_sas: Fix invalid node indexChen Yu1-1/+5
2025-06-27scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()Vitaliy Shevtsov1-2/+3
2025-06-27scsi: storvsc: Increase the timeouts to storvsc_timeoutDexuan Cui1-4/+6
2025-06-27scsi: lpfc: Use memcpy() for BIOS versionDaniel Wagner1-2/+2
2025-06-27scsi: smartpqi: Add new PCI IDsDavid Strahan1-0/+84
2025-06-27scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commandsJustin Tee1-1/+1
2025-06-19scsi: iscsi: Fix incorrect error path labels for flashnode operationsAlok Tiwari1-6/+5
2025-06-19scsi: smartpqi: Fix smp_processor_id() call trace for preemptible kernelsYi Zhang1-2/+2
2025-06-19scsi: hisi_sas: Call I_T_nexus after soft reset for SATA diskYihang Li1-24/+5
2025-06-19scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1
2025-05-29scsi: st: Restore some drive settings after resetKai Mäkisara2-3/+23
2025-05-29scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-05-29scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbkJustin Tee1-3/+9
2025-05-29scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-05-29scsi: mpt3sas: Send a diag reset if target reset failsShivasharan S1-2/+10
2025-05-29scsi: scsi_debug: First fixes for tapesKai Mäkisara1-6/+49
2025-05-29scsi: mpi3mr: Update timestamp only for supervisor IOCsRanjan Kumar1-1/+4
2025-05-29scsi: logging: Fix scsi_logging_level boundsNicolas Bouchinet1-1/+3
2025-05-29scsi: st: ERASE does not change tape locationKai Mäkisara1-1/+0
2025-05-29scsi: st: Tighten the page format heuristics with MODE SELECTKai Mäkisara1-1/+3
2025-05-29scsi: mpi3mr: Add level check to control event loggingRanjan Kumar1-0/+3
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+5
2025-05-22Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple rangesMichael Kelley1-0/+1
2025-05-02scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv1-0/+1
2025-05-02scsi: hisi_sas: Fix I/O errors caused by hardware port ID changesXingui Yang1-0/+20
2025-05-02scsi: Improve CDL controlDamien Le Moal1-12/+24
2025-05-02scsi: mpi3mr: Fix pending I/O counterRanjan Kumar1-1/+1
2025-05-02scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
2025-05-02block: remove the write_hint field from struct requestChristoph Hellwig1-3/+3
2025-04-25scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil2-3/+11
2025-04-25scsi: smartpqi: Use is_kdump_kernel() to check for kdumpMartin Wilck1-6/+7
2025-04-25scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner12-21/+13
2025-04-25scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-04-25scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-04-20scsi: st: Fix array overflow in st_setup()Kai Mäkisara1-1/+1
2025-04-20scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queueRanjan Kumar2-3/+66
2025-04-20scsi: mpi3mr: Avoid reply queue full conditionRanjan Kumar3-5/+63
2025-03-22scsi: qla1280: Fix kernel oops when debug level > 2Magnus Lindholm1-1/+1
2025-03-22scsi: core: Use GFP_NOIO to avoid circular locking dependencyRik van Riel1-1/+1
2025-03-07scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-17scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-02-17scsi: storvsc: Set correct data length for sending SCSI command without payloadLong Li1-0/+1
2025-02-17scsi: qla2xxx: Move FCE Trace buffer allocation to user controlQuinn Tran4-31/+126