summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-03-10scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum
2024-03-10scsi: st: Make st_sysfs_class constantRicardo B. Marliere
2024-03-10scsi: ch: Make ch_sysfs_class constantRicardo B. Marliere
2024-03-10scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere
2024-03-10scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere
2024-03-10scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere
2024-03-10scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov
2024-03-10scsi: libsas: Fix disk not being scanned in after being removedXingui Yang
2024-03-10scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang
2024-03-10scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King
2024-03-10scsi: ufs: core: Fix MCQ MAC configurationRohit Ner
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt
2024-02-26scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt
2024-02-26scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann
2024-02-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann
2024-02-26scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann
2024-02-15scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn
2024-02-05scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere
2024-02-05scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere
2024-02-05scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere
2024-02-05Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee
2024-02-05scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee
2024-02-05scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie
2024-01-29scsi: ufs: Have midlayer retry start stop errorsMike Christie
2024-01-29scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie
2024-01-29scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie