summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-307/+1416
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-9/+4
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-614/+955
2023-09-02Merge branch 'fixes' into miscJames Bottomley-114/+99
2023-08-30scsi: mpt3sas: Remove volatile qualifierRanjan Kumar-6/+6
2023-08-30scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar-13/+34
2023-08-30scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao-38/+3
2023-08-30scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt()Nathan Chancellor-2/+1
2023-08-30scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li-33/+0
2023-08-30scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"Colin Ian King-1/+1
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen-113/+98
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-8/+4
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-50/+1
2023-08-25scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar-12/+11
2023-08-25scsi: storvsc: Handle additional SRB status valuesMichael Kelley-0/+7
2023-08-25Merge patch series "qla2xxx driver misc features"Martin K. Petersen-93/+1085
2023-08-25scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()Nilesh Javali-5/+0
2023-08-25scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined errorNilesh Javali-1/+3
2023-08-24Merge patch series "smartpqi updates"Martin K. Petersen-55/+215
2023-08-24scsi: smartpqi: Change driver version to 2.1.24-046Don Brace-3/+3
2023-08-24scsi: smartpqi: Enhance error messagesMahesh Rajashekhara-8/+9
2023-08-24scsi: smartpqi: Enhance controller offline notificationDavid Strahan-1/+49
2023-08-24scsi: smartpqi: Enhance shutdown notificationDavid Strahan-1/+1
2023-08-24scsi: smartpqi: Simplify lun_number assignmentDavid Strahan-4/+2
2023-08-24scsi: smartpqi: Rename pciinfo to pci_infoKevin Barnett-6/+6
2023-08-24scsi: smartpqi: Rename MACRO to clarify purposeKevin Barnett-2/+2
2023-08-24scsi: smartpqi: Add abort handlerKevin Barnett-36/+149
2023-08-24scsi: snic: Fix double free in snic_tgt_create()Zhu Wang-2/+1
2023-08-24scsi: sd: Remove the number of forward declarationsBart Van Assche-39/+27
2023-08-24scsi: st: Add third party poweron reset handlingJohn Meneghini-0/+2
2023-08-24scsi: core: Report error list information in debugfsBart Van Assche-3/+23
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche-11/+10
2023-08-24scsi: qedi: Remove unused declarationsYue Haibing-2/+0
2023-08-24scsi: qedf: Remove unused declarationYue Haibing-1/+0
2023-08-24scsi: xen-scsifront: shost_priv() can never return NULLJuergen Gross-3/+3
2023-08-24scsi: core: raid_class: Remove raid_component_add()Zhu Wang-48/+0
2023-08-24Merge patch series "libsas: Some tidy-up"Martin K. Petersen-103/+58
2023-08-24Merge patch series "Returning FIS on success for CDL"Martin K. Petersen-18/+22
2023-08-21scsi: libsas: Delete sas_ata_task.retry_countJohn Garry-1/+1
2023-08-21scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry-5/+1
2023-08-21scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry-4/+3
2023-08-21scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry-11/+5
2023-08-21scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry-18/+4
2023-08-21scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry-2/+0
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry-49/+49
2023-08-21scsi: libsas: Delete enum sas_phy_typeJohn Garry-5/+0
2023-08-21scsi: libsas: Delete enum sas_classJohn Garry-8/+0
2023-08-21scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry-6/+0
2023-08-21scsi: qla2xxx: Update version to 10.02.09.100-kNilesh Javali-3/+3
2023-08-21Revert "scsi: qla2xxx: Fix buffer overrun"Nilesh Javali-1/+1