summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+5
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+0
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+13
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds48-475/+2489
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-13/+11
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17scsi: virtio_scsi: convert to use virtio_find_vqs_info()Jiri Pirko1-19/+13
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds13-385/+805
2024-07-11scsi: aha152x: Use DECLARE_COMPLETION_ONSTACK for non-constant completionZhongqiu Han1-1/+1
2024-07-11scsi: qla2xxx: Convert comma to semicolonChen Ni1-1/+1
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