summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Merge patch series "smartpqi updates"Martin K. Petersen2-55/+215
2023-08-25scsi: smartpqi: Change driver version to 2.1.24-046Don Brace1-3/+3
2023-08-25scsi: smartpqi: Enhance error messagesMahesh Rajashekhara1-8/+9
2023-08-25scsi: smartpqi: Enhance controller offline notificationDavid Strahan1-1/+49
2023-08-25scsi: smartpqi: Enhance shutdown notificationDavid Strahan1-1/+1
2023-08-25scsi: smartpqi: Simplify lun_number assignmentDavid Strahan1-4/+2
2023-08-25scsi: smartpqi: Rename pciinfo to pci_infoKevin Barnett1-6/+6
2023-08-25scsi: smartpqi: Rename MACRO to clarify purposeKevin Barnett2-2/+2
2023-08-25scsi: smartpqi: Add abort handlerKevin Barnett2-36/+149
2023-08-25scsi: sd: Remove the number of forward declarationsBart Van Assche1-39/+27
2023-08-25scsi: st: Add third party poweron reset handlingJohn Meneghini1-0/+2
2023-08-25scsi: core: Report error list information in debugfsBart Van Assche1-3/+23
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche11-13/+12
2023-08-25scsi: qedi: Remove unused declarationsYue Haibing1-2/+0
2023-08-25scsi: qedf: Remove unused declarationYue Haibing1-1/+0
2023-08-25scsi: xen-scsifront: shost_priv() can never return NULLJuergen Gross1-3/+3
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen25-131/+59
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen6-18/+23
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry2-3/+1
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry2-6/+1
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry2-5/+3
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry9-12/+5
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry6-19/+4
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry3-4/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry17-55/+50
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry6-11/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry8-15/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry7-7/+0
2023-08-22scsi: target: Fix write perf due to unneeded throttlingMike Christie1-1/+6
2023-08-22scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZEAndy Shevchenko2-7/+8
2023-08-22scsi: pm8001: Remove unused declarationsYue Haibing1-2/+0
2023-08-22scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye1-8/+12
2023-08-22scsi: elx: sli4: Remove code duplicationRajeshwar R Shinde1-6/+2
2023-08-22scsi: bfa: Replace one-element array with flexible-array member in struct fc_...Gustavo A. R. Silva2-2/+2
2023-08-22scsi: qla2xxx: Remove unused declarationsYue Haibing1-10/+0
2023-08-22scsi: pmcraid: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-22scsi: pm80xx: Set RETFIS when requested by libsasIgor Pylypiv4-18/+19
2023-08-22scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv2-0/+4
2023-08-21scsi: megaraid: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-21scsi: megaraid_sas: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-21scsi: mvumi: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-21scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()Brian Masney1-1/+2
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney1-2/+3
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby2-3/+3
2023-08-21scsi: isci: Return result of sas_register_ha()Artem Chernyshev1-3/+1
2023-08-21scsi: gvp11: Remove unused gvp11_setup() functionArnd Bergmann1-5/+0
2023-08-21scsi: qlogicpti: Mark qlogicpti_info() staticArnd Bergmann1-1/+1
2023-08-21scsi: ppa: Add a module parameter for the transfer modeAlex Henrie3-45/+43
2023-08-21scsi: ppa: Fix compilation with PPA_DEBUG=1Alex Henrie1-1/+1
2023-08-21scsi: arcmsr: Add __init and __exit for arcmsr_module_{init,exit}()Xiang Yang1-2/+2