summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-14scsi: ufs: core: mcq: Configure resource regionsAsutosh Das4-0/+142
2023-01-14scsi: ufs: core: mcq: Add support to allocate multiple queuesAsutosh Das5-1/+142
2023-01-14scsi: ufs: core: Defer adding host to SCSI if MCQ is supportedAsutosh Das2-4/+21
2023-01-14scsi: ufs: core: Introduce multi-circular queue capabilityAsutosh Das2-0/+28
2023-01-14scsi: ufs: core: Probe for EXT_IID supportAsutosh Das4-0/+48
2023-01-14scsi: uapi: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-12scsi: mvumi: Replace 1-element arrays with flexible array membersKees Cook2-5/+5
2023-01-12scsi: 3w-sas: Replace 1-element arrays with flexible array membersKees Cook2-8/+8
2023-01-12Merge patch series "lpfc: Update lpfc to revision 14.2.0.10"Martin K. Petersen13-143/+238
2023-01-12scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee13-14/+14
2023-01-12scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee1-1/+1
2023-01-12scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee3-16/+77
2023-01-12scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee3-0/+43
2023-01-12scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee1-6/+13
2023-01-12scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee1-2/+26
2023-01-12scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee1-15/+0
2023-01-12scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee1-12/+2
2023-01-12scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee1-0/+7
2023-01-12scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee4-40/+31
2023-01-12scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee1-10/+5
2023-01-12scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee1-27/+19
2023-01-12Merge patch series "qla2xxx driver enhancements"Martin K. Petersen18-671/+529
2023-01-12scsi: qla2xxx: Update version to 10.02.08.200-kNilesh Javali1-2/+2
2023-01-12scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets calledShreyas Deodhar6-3/+69
2023-01-12scsi: qla2xxx: edif: Fix clang warningQuinn Tran2-2/+17
2023-01-12scsi: qla2xxx: edif: Reduce memory usage during low I/OQuinn Tran4-1/+101
2023-01-12scsi: qla2xxx: edif: Fix stall session after app startQuinn Tran1-7/+49
2023-01-12scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran7-36/+170
2023-01-12scsi: qla2xxx: Relocate/rename vp mapQuinn Tran9-110/+113
2023-01-12scsi: qla2xxx: Remove dead code (GNN ID)Quinn Tran5-125/+1
2023-01-12scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran6-313/+3
2023-01-12scsi: qla2xxx: Remove dead codeQuinn Tran5-73/+5
2023-01-12scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter1-1/+1
2023-01-12Merge patch series "Several compilation warnings fixes for UFS Advanced RPMB"Martin K. Petersen3-8/+9
2023-01-12scsi: ufs: core: bsg: Fix cast to restricted __be16 warningBean Huo1-6/+6
2023-01-12scsi: core: Fix invisible definition compilation warningBean Huo1-0/+1
2023-01-12scsi: ufs: core: bsg: Fix sometimes-uninitialized warningsBean Huo1-2/+2
2023-01-12scsi: pm8001: Use sysfs_emit() in show function callbacksDeepak R Varma1-25/+21
2023-01-12Merge patch series "Misc. qla2xxx driver bug fixes"Martin K. Petersen11-69/+188
2023-01-12Merge patch series "ufs: qcom: Add HS-G4 support"Martin K. Petersen6-130/+197
2023-01-12scsi: MAINTAINERS: Add myself as the maintainer for Qcom UFS driversManivannan Sadhasivam1-0/+8
2023-01-12scsi: ufs: ufs-qcom: Add support for finding max gear on new platformsManivannan Sadhasivam2-0/+6
2023-01-12scsi: ufs: ufs-qcom: Add support for reinitializing the UFS deviceManivannan Sadhasivam2-4/+24
2023-01-12scsi: ufs: ufs-qcom: Factor out the logic finding the HS GearManivannan Sadhasivam1-13/+21
2023-01-12scsi: ufs: core: Add support for reinitializing the UFS deviceManivannan Sadhasivam2-16/+53
2023-01-12scsi: ufs: core: Add reinit_notify() callbackManivannan Sadhasivam2-0/+8
2023-01-12scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0Manivannan Sadhasivam1-1/+2
2023-01-12scsi: ufs: ufs-qcom: Use dev_err_probe() for printing probe errorManivannan Sadhasivam1-2/+2
2023-01-12scsi: ufs: ufs-qcom: Use bitfields where appropriateManivannan Sadhasivam1-33/+28
2023-01-12scsi: ufs: ufs-qcom: Remove unnecessary WARN_ON()Manivannan Sadhasivam1-4/+0