summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-23scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold1-2/+3
2024-07-16scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2-1/+9
2024-07-16scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang1-1/+2
2024-07-16scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim1-0/+16
2024-07-11scsi: aha152x: Use DECLARE_COMPLETION_ONSTACK for non-constant completionZhongqiu Han1-1/+1
2024-07-11scsi: qla2xxx: Convert comma to semicolonChen Ni1-1/+1
2024-07-11Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen11-374/+452
2024-07-11scsi: qla2xxx: Update version to 10.02.09.300-kNilesh Javali1-2/+2
2024-07-11scsi: qla2xxx: Use QP lock to search for bsgQuinn Tran1-39/+57
2024-07-11scsi: qla2xxx: Reduce fabric scan duplicate codeQuinn Tran5-269/+200
2024-07-11scsi: qla2xxx: Fix optrom version displayed in FDMIShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: During vport delete send async logout explicitlyManish Rangankar1-1/+1
2024-07-11scsi: qla2xxx: Complete command early within lockShreyas Deodhar1-5/+0
2024-07-11scsi: qla2xxx: Fix flash read failureQuinn Tran2-46/+125
2024-07-11scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap1-1/+1
2024-07-11scsi: qla2xxx: Fix for possible memory corruptionShreyas Deodhar1-1/+1
2024-07-11scsi: qla2xxx: validate nvme_local_port correctlyNilesh Javali1-1/+4
2024-07-11scsi: qla2xxx: Unable to act on RSCN for port onlineQuinn Tran4-8/+60
2024-07-11Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen4-21/+292
2024-07-11scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers1-6/+234
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers2-0/+18
2024-07-11scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers2-1/+20
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers1-0/+8
2024-07-11scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers1-11/+5
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-3/+7
2024-07-11Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen4-78/+83
2024-07-11Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen20-71/+265
2024-07-11scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche3-7/+23
2024-07-11scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche2-15/+11
2024-07-11scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche1-3/+5
2024-07-11scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche2-1/+1
2024-07-11scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche2-17/+17
2024-07-11scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche1-3/+3
2024-07-11scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche1-1/+1
2024-07-11scsi: ufs: core: Remove two constantsBart Van Assche1-4/+0
2024-07-11scsi: ufs: core: Initialize struct uic_command onceBart Van Assche1-30/+31
2024-07-11scsi: ufs: core: Declare functions onceBart Van Assche1-6/+0
2024-07-05Merge patch series "mpi3mr: Support PCI Error Recovery"Martin K. Petersen5-19/+311
2024-07-05scsi: mpi3mr: Driver version updateSumit Saxena1-2/+2
2024-07-05scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena5-17/+104
2024-07-05scsi: mpi3mr: Support PCI Error Recovery callback handlersSumit Saxena2-0/+205
2024-07-05Merge patch series "Update lpfc to revision 14.4.0.3"Martin K. Petersen6-44/+51
2024-07-05scsi: lpfc: Update lpfc version to 14.4.0.3Justin Tee1-1/+1
2024-07-05scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usagesJustin Tee1-9/+10
2024-07-05scsi: lpfc: Fix incorrect request len mbox field when setting trunking via sysfsJustin Tee1-1/+4
2024-07-05scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_infoJustin Tee1-6/+11
2024-07-05scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbkJustin Tee1-0/+8
2024-07-05scsi: lpfc: Relax PRLI issue conditions after GID_FT responseJustin Tee1-12/+4
2024-07-05scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE stateJustin Tee1-1/+1
2024-07-05scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2-14/+12