summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen11-374/+452
2024-07-11scsi: qla2xxx: Update version to 10.02.09.300-kNilesh Javali1-2/+2
2024-07-11scsi: qla2xxx: Use QP lock to search for bsgQuinn Tran1-39/+57
2024-07-11scsi: qla2xxx: Reduce fabric scan duplicate codeQuinn Tran5-269/+200
2024-07-11scsi: qla2xxx: Fix optrom version displayed in FDMIShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: During vport delete send async logout explicitlyManish Rangankar1-1/+1
2024-07-11scsi: qla2xxx: Complete command early within lockShreyas Deodhar1-5/+0
2024-07-11scsi: qla2xxx: Fix flash read failureQuinn Tran2-46/+125
2024-07-11scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap1-1/+1
2024-07-11scsi: qla2xxx: Fix for possible memory corruptionShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: validate nvme_local_port correctlyNilesh Javali1-1/+4
2024-07-11scsi: qla2xxx: Unable to act on RSCN for port onlineQuinn Tran4-8/+60
2024-07-11Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen16-54/+232
2024-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+2
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-0/+11
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-07-05Merge patch series "mpi3mr: Support PCI Error Recovery"Martin K. Petersen5-19/+311
2024-07-05scsi: mpi3mr: Driver version updateSumit Saxena1-2/+2
2024-07-05scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena5-17/+104
2024-07-05scsi: mpi3mr: Support PCI Error Recovery callback handlersSumit Saxena2-0/+205
2024-07-05Merge patch series "Update lpfc to revision 14.4.0.3"Martin K. Petersen6-44/+51
2024-07-05scsi: lpfc: Update lpfc version to 14.4.0.3Justin Tee1-1/+1
2024-07-05scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee1-9/+10
2024-07-05scsi: lpfc: Fix incorrect request len mbox field when setting trunking via sysfsJustin Tee1-1/+4
2024-07-05scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee1-6/+11
2024-07-05scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbkJustin Tee1-0/+8
2024-07-05scsi: lpfc: Relax PRLI issue conditions after GID_FT responseJustin Tee1-12/+4
2024-07-05scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE stateJustin Tee1-1/+1
2024-07-05scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2-14/+12
2024-07-05scsi: sd: Do not repeat the starting disk messageDamien Le Moal1-3/+2
2024-07-05scsi: pm8001: Update log level when reading config tableTerrence Adams1-3/+3
2024-07-05scsi: pm80xx: Set phy->enable_completion only when we wait for itIgor Pylypiv1-1/+3
2024-07-05scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add()Tomas Henzl1-2/+2
2024-07-04ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel1-11/+9
2024-07-04ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel2-2/+2
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-1/+2
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe10-37/+133
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert2-2/+0
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman3-5/+5
2024-07-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+19
2024-07-01Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-4/+4
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2-4/+4
2024-06-29kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg1-1/+1
2024-06-28mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-6/+0
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-2/+0
2024-06-27Merge patch series "mpi3mr: Host diag buffer support"Martin K. Petersen5-10/+1632
2024-06-27scsi: mpi3mr: Update driver version to 8.9.1.0.50Ranjan Kumar1-2/+2
2024-06-27scsi: mpi3mr: Add ioctl support for HDBRanjan Kumar2-0/+277
2024-06-27scsi: mpi3mr: Trigger supportRanjan Kumar4-8/+564
2024-06-27scsi: mpi3mr: HDB allocation and posting for hardware and firmware buffersRanjan Kumar4-1/+790