summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-11scsi: ch: Make ch_sysfs_class constantRicardo B. Marliere1-10/+10
2024-03-11scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere1-7/+10
2024-03-11scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere1-9/+11
2024-03-11scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere1-9/+9
2024-03-11scsi: ufs: core: Add config_scsi_dev vops commentPeter Wang1-0/+1
2024-03-11scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov1-2/+4
2024-03-11scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-03-11scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2024-03-11scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King1-2/+1
2024-03-11scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-02-27scsi: core: Constify the struct device_type usageRicardo B. Marliere3-4/+4
2024-02-27scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt1-6/+8
2024-02-27scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-02-27scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann13-435/+582
2024-02-27scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-02-27scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß1-2/+0
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-02-15scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King1-1/+0
2024-02-13scsi: core: Make scsi_bus_type constRicardo B. Marliere2-2/+2
2024-02-13scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-06scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere1-1/+1
2024-02-06scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2024-02-06scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere1-2/+2
2024-02-06scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere1-2/+2
2024-02-06Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen17-873/+717
2024-02-06scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee17-18/+18
2024-02-06scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee1-1/+1
2024-02-06scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee10-120/+108
2024-02-06scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee11-590/+425
2024-02-06scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee6-54/+53
2024-02-06scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee5-37/+50
2024-02-06scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee1-16/+0
2024-02-06scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2-4/+7
2024-02-06scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee1-0/+3
2024-02-06scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee1-2/+12
2024-02-06scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee1-4/+4
2024-02-06scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee1-8/+0
2024-02-06scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee1-17/+32
2024-02-06scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee1-1/+1
2024-02-06scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee1-4/+4
2024-02-06scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-02-06scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-01-30Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen13-263/+894
2024-01-30scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie3-0/+343
2024-01-30scsi: ufs: Have midlayer retry start stop errorsMike Christie1-10/+12
2024-01-30scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie1-18/+20
2024-01-30scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-20/+46
2024-01-30scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-30scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-30scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie1-24/+33