summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2022-04-27scsi: ufs: core: scsi_get_lba() error fixPeter Wang1-2/+3
2022-04-13scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter1-0/+17
2022-04-13scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong1-6/+5
2022-04-08scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter1-2/+19
2022-02-23scsi: ufs: Fix a deadlock in the error handlerBart Van Assche2-39/+16
2022-02-23scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2022-02-16scsi: ufs: Treat link loss as fatal errorKiwoong Kim1-1/+2
2022-02-16scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim1-3/+6
2022-02-16scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()Xiaoke Wang1-0/+7
2022-01-27scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl()Miaoqian Lin1-1/+1
2022-01-27scsi: ufs: Fix a kernel crash during shutdownBart Van Assche1-5/+10
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche4-5/+7
2021-12-22scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-12-08scsi: ufs: ufs-pci: Add support for Intel ADLAdrian Hunter1-0/+18
2021-11-25scsi: ufs: core: Fix another task management completion raceAdrian Hunter1-2/+1
2021-11-25scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter1-5/+0
2021-11-25scsi: ufs: core: Improve SCSI abort handlingBart Van Assche1-0/+1
2021-11-18scsi: ufs: ufshpb: Properly handle max-single-cmdAvri Altman2-12/+13
2021-11-18scsi: ufs: core: Fix NULL pointer dereferenceBean Huo1-3/+0
2021-11-18scsi: ufs: ufshpb: Use proper power management APIDaejun Park1-4/+4
2021-11-18scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe deferSrinivas Kandagatla1-2/+2
2021-11-18scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2-197/+1
2021-11-18scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman3-288/+4
2021-10-21scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-10-19scsi: ufs: ufs-pci: Force a full restore after suspend-to-diskAdrian Hunter1-15/+18
2021-10-05scsi: ufs: core: Fix task management completionAdrian Hunter2-30/+23
2021-09-29scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-22scsi: ufs: core: Unbreak the reset handlerBart Van Assche1-1/+1
2021-09-22scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter2-57/+58
2021-09-14scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter3-1/+81
2021-09-14scsi: ufs: ufshpb: Remove unused parametersChanWoo Lee1-5/+3
2021-08-25scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter1-7/+29
2021-08-25scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-08-25scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park1-1/+1
2021-08-25scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park1-3/+3
2021-08-12scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-8/+8
2021-08-12scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-12scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman1-1/+2
2021-08-12scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman2-1/+13
2021-08-12scsi: ufs: ufshpb: Use a correct max multi chunkAvri Altman1-1/+1
2021-08-12scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman1-3/+13
2021-08-10scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-10scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter1-2/+21
2021-08-10scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King1-1/+1
2021-08-06scsi: ufs: core: Add lu_enable sysfs nodeBean Huo1-1/+2
2021-08-06scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo3-6/+18
2021-08-06scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo1-6/+3
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche5-0/+110
2021-08-03scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche1-12/+23