summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-08-14scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-0/+11
2024-08-14scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-2/+18
2024-08-03minmax: scsi: fix mis-use of 'clamp()' in sr.cLinus Torvalds1-1/+1
2024-08-03scsi: qla2xxx: validate nvme_local_port correctlyNilesh Javali1-1/+4
2024-08-03scsi: qla2xxx: Complete command early within lockShreyas Deodhar1-5/+0
2024-08-03scsi: qla2xxx: Fix flash read failureQuinn Tran2-46/+125
2024-08-03scsi: qla2xxx: Reduce fabric scan duplicate codeQuinn Tran5-269/+200
2024-08-03scsi: qla2xxx: Use QP lock to search for bsgQuinn Tran1-39/+57
2024-08-03scsi: qla2xxx: Fix for possible memory corruptionShreyas Deodhar1-1/+1
2024-08-03scsi: qla2xxx: Unable to act on RSCN for port onlineQuinn Tran4-8/+60
2024-08-03scsi: qla2xxx: During vport delete send async logout explicitlyManish Rangankar1-1/+1
2024-08-03scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE stateJustin Tee1-1/+1
2024-08-03scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap1-1/+1
2024-08-03scsi: qla2xxx: Fix optrom version displayed in FDMIShreyas Deodhar1-1/+1
2024-08-03scsi: lpfc: Fix a possible null pointer dereferenceHuai-Yuan Liu1-0/+5
2024-07-25scsi: libsas: Fix exp-attached device scan after probe failure scanned in aga...Xingui Yang1-0/+14
2024-07-25scsi: qedf: Set qed_slowpath_params to zero before useSaurav Kashyap1-0/+1
2024-07-25scsi: qedf: Wait for stag work during unloadSaurav Kashyap2-3/+28
2024-07-25scsi: qedf: Don't process stag work during unload and recoverySaurav Kashyap1-0/+16
2024-07-25scsi: sr: Fix unintentional arithmetic wraparoundJustin Stitt2-2/+5
2024-07-25scsi: core: alua: I/O errors for ALUA state transitionsMartin Wilck1-9/+22
2024-07-11scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()Nathan Chancellor1-1/+1
2024-07-11scsi: mpi3mr: Sanitise num_physTomas Henzl1-0/+10
2024-07-11scsi: qedf: Make qedf_execute_tmf() non-preemptibleJohn Meneghini1-3/+3
2024-07-05ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2-4/+4
2024-06-27scsi: qedi: Fix crash while reading debugfs attributeManish Rangankar1-8/+4
2024-06-21scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen1-5/+12
2024-06-21scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao1-0/+19
2024-06-21scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal5-28/+87
2024-06-21scsi: core: Disable CDL by defaultDamien Le Moal1-0/+7
2024-06-16scsi: core: Handle devices which return an unusually large VPD page countMartin K. Petersen1-0/+7
2024-06-12scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani1-1/+1
2024-06-12scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-06-12scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-06-12scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov1-1/+1
2024-06-12scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-05-17scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-05-17scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-05-17scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-05-17scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-05-17scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee6-28/+32
2024-05-17scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee3-20/+19
2024-05-17scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-05-17scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-05-17scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-04-27scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-04-17scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel1-8/+10
2024-04-17scsi: sg: Avoid sg device teardown raceAlexander Wetzel1-1/+3
2024-04-17scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()Dan Carpenter1-1/+1