summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-06-27scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche1-0/+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-12sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig1-1/+3
2024-05-30scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani1-1/+1
2024-05-30scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-05-30scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-05-30scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov1-1/+1
2024-05-30scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-04-25scsi: sd: Only print updates to permanent stream countJohn Garry1-1/+3
2024-04-09scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-04-06scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()Dan Carpenter1-1/+1
2024-04-06scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-06scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-04-05scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel1-8/+10
2024-04-02scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-04-02scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-04-02scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2-22/+22
2024-03-26scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-03-25scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli1-3/+4
2024-03-25scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-4/+53
2024-03-25scsi: sg: Avoid sg device teardown raceAlexander Wetzel1-1/+3
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen32-337/+394
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-71/+411
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds75-1766/+2469
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-8/+2
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds6-6/+6
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-11Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen16-185/+177
2024-03-11Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen9-95/+138
2024-03-11scsi: lpfc: Copyright updates for 14.4.0.1 patchesJustin Tee2-2/+2
2024-03-11scsi: lpfc: Update lpfc version to 14.4.0.1Justin Tee1-1/+1
2024-03-11scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee7-39/+51
2024-03-11scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee9-54/+50
2024-03-11scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee7-39/+36
2024-03-11scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee6-28/+32
2024-03-11scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee3-20/+19
2024-03-11scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-03-11scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-03-11scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-03-11scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-03-11scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee1-10/+0
2024-03-11scsi: qla2xxx: Update version to 10.02.09.200-kNilesh Javali1-2/+2
2024-03-11scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran1-2/+12
2024-03-11scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap1-1/+1