summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim1-5/+1
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2-3/+14
2023-09-05scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh1-12/+12
2023-09-05scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan1-3/+3
2023-09-05scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali4-8/+7
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali1-5/+5
2023-09-05scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie1-2/+2
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-08-31scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo1-3/+1
2023-08-31scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo2-3/+10
2023-08-31scsi: mpt3sas: Remove volatile qualifierRanjan Kumar3-6/+6
2023-08-31scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar2-13/+34
2023-08-31scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao1-38/+3
2023-08-31scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt()Nathan Chancellor1-2/+1
2023-08-31scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li1-33/+0
2023-08-31scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"Colin Ian King1-1/+1
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen28-157/+168
2023-08-26scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar2-12/+11
2023-08-26scsi: storvsc: Handle additional SRB status valuesMichael Kelley1-0/+7
2023-08-26Merge patch series "qla2xxx driver misc features"Martin K. Petersen16-93/+1085
2023-08-26scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()Nilesh Javali1-5/+0
2023-08-26scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined errorNilesh Javali1-1/+3
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: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
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 Assche10-12/+11
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-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-48/+0
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen24-103/+58
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen5-18/+22
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-1/+1
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-5/+1
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-4/+3
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry8-11/+5
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry5-18/+4
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry2-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry16-49/+49
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry5-5/+0