aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-03scsi: ufs: ufshpb: Properly handle max-single-cmdAvri Altman2-12/+13
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen17-336/+84
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne5-1/+29
2021-11-03scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu1-0/+1
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman3-288/+4
2021-10-29scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen1-3/+6
2021-10-27scsi: sr: Remove duplicate assignmentAlexey Dobriyan1-1/+0
2021-10-27scsi: ufs: ufs-exynos: Introduce ExynosAuto v9 virtual hostChanho Park1-0/+86
2021-10-27scsi: ufs: ufs-exynos: Multi-host configuration for ExynosAuto v9Chanho Park1-0/+68
2021-10-27scsi: ufs: ufs-exynos: Support ExynosAuto v9 UFSChanho Park2-0/+136
2021-10-27scsi: ufs: ufs-exynos: Add pre/post_hce_enable drv callbacksChanho Park2-0/+12
2021-10-27scsi: ufs: ufs-exynos: Factor out priv data initChanho Park1-7/+14
2021-10-27scsi: ufs: ufs-exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR optionChanho Park2-2/+5
2021-10-27scsi: ufs: ufs-exynos: Support custom version of ufs_hba_variant_opsChanho Park2-1/+8
2021-10-27scsi: ufs: ufs-exynos: Add setup_clocks callbackChanho Park1-0/+24
2021-10-27scsi: ufs: ufs-exynos: Add refclkout_stop controlChanho Park1-1/+2
2021-10-27scsi: ufs: ufs-exynos: Simplify drv_data retrievalChanho Park2-11/+2
2021-10-27scsi: ufs: ufs-exynos: Change pclk available max valueChanho Park1-1/+1
2021-10-27scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong2-0/+9
2021-10-27scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong2-0/+9
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier2-16/+1
2021-10-26scsi: qla2xxx: Update version to 10.02.07.200-kNilesh Javali1-2/+2
2021-10-26scsi: qla2xxx: edif: Fix EDIF bsgQuinn Tran1-26/+23
2021-10-26scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran5-25/+26
2021-10-26scsi: qla2xxx: edif: Increase ELS payloadQuinn Tran5-4/+9
2021-10-26scsi: qla2xxx: edif: Reduce connection thrashQuinn Tran3-3/+32
2021-10-26scsi: qla2xxx: edif: Tweak trace messageQuinn Tran4-9/+20
2021-10-26scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran3-35/+13
2021-10-26scsi: qla2xxx: edif: Flush stale events and msgs on session downQuinn Tran3-1/+98
2021-10-26scsi: qla2xxx: edif: Fix app start delayQuinn Tran1-61/+3
2021-10-26scsi: qla2xxx: edif: Fix app start failQuinn Tran1-26/+26
2021-10-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran3-50/+2
2021-10-26scsi: qla2xxx: Fix gnl list corruptionQuinn Tran1-3/+1
2021-10-26scsi: qla2xxx: Relogin during fabric disturbanceQuinn Tran1-9/+45
2021-10-26scsi: elx: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-5/+4
2021-10-26scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche2-10/+15
2021-10-26scsi: ufs: core: Add a compile-time structure size checkBart Van Assche1-0/+5
2021-10-26scsi: ufs: core: Remove three superfluous castsBart Van Assche1-3/+3
2021-10-26scsi: ufs: core: Add debugfs attributes for triggering the UFS EHBart Van Assche1-0/+65
2021-10-26scsi: ufs: core: Make it easier to add new debugfs attributesBart Van Assche1-3/+30
2021-10-26scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche2-3/+4
2021-10-26scsi: ufs: core: Log error handler activityBart Van Assche1-0/+24
2021-10-26scsi: ufs: core: Improve static type checkingBart Van Assche2-5/+9
2021-10-26scsi: ufs: core: Improve source code commentsBart Van Assche1-2/+2
2021-10-26scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these successfully"Bart Van Assche1-22/+11
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov2-23/+24
2021-10-20scsi: lpfc: Update lpfc version to 14.0.0.3James Smart1-1/+1
2021-10-20scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart6-15/+139
2021-10-20scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-7/+7
2021-10-20scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart1-0/+13