summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-14scsi: ufs: core: Add Event Specific Interrupt configuration vendor specific opsCan Guo2-0/+13
2023-01-14scsi: ufs: core: mcq: Enable multi-circular queueAsutosh Das1-0/+6
2023-01-14scsi: ufs: core: mcq: Add completion support in pollAsutosh Das3-0/+22
2023-01-14scsi: ufs: mcq: Add completion support of a CQEAsutosh Das5-0/+159
2023-01-14scsi: ufs: core: Prepare for completion in MCQAsutosh Das2-31/+51
2023-01-14scsi: ufs: core: mcq: Find hardware queue to queue requestAsutosh Das3-0/+25
2023-01-14scsi: ufs: core: Prepare ufshcd_send_command() for MCQAsutosh Das3-11/+38
2023-01-14scsi: ufs: core: mcq: Use shared tags for MCQ modeAsutosh Das2-12/+18
2023-01-14scsi: ufs: core: mcq: Configure operation and runtime interfaceAsutosh Das4-0/+164
2023-01-14scsi: ufs: core: mcq: Allocate memory for MCQ modeAsutosh Das3-5/+103
2023-01-14scsi: ufs: core: mcq: Calculate queue depthAsutosh Das5-1/+68
2023-01-14scsi: ufs: core: mcq: Configure resource regionsAsutosh Das3-0/+112
2023-01-14scsi: ufs: core: mcq: Add support to allocate multiple queuesAsutosh Das4-1/+138
2023-01-14scsi: ufs: core: Defer adding host to SCSI if MCQ is supportedAsutosh Das1-4/+20
2023-01-14scsi: ufs: core: Introduce multi-circular queue capabilityAsutosh Das1-0/+26
2023-01-14scsi: ufs: core: Probe for EXT_IID supportAsutosh Das1-0/+32
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-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-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-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. Petersen4-130/+181
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 Sadhasivam1-16/+47
2023-01-12scsi: ufs: core: Add reinit_notify() callbackManivannan Sadhasivam1-0/+6