summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2-12/+12
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-24/+25
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman3-288/+4
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig2-14/+14
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers4-23/+24
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers1-1/+1
2021-10-20scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-10-18scsi: ufs: ufs-pci: Force a full restore after suspend-to-diskAdrian Hunter1-15/+18
2021-10-04scsi: ufs: core: Fix task management completionAdrian Hunter2-30/+23
2021-09-28scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-21scsi: ufs: core: Unbreak the reset handlerBart Van Assche1-1/+1
2021-09-21scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter2-57/+58
2021-09-13scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter3-1/+81
2021-09-13scsi: ufs: ufshpb: Remove unused parametersChanWoo Lee1-5/+3
2021-08-24scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter1-7/+29
2021-08-24scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-08-24scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park1-1/+1
2021-08-24scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park1-3/+3
2021-08-11scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-8/+8
2021-08-11scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-11scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman1-1/+2
2021-08-11scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman2-1/+13
2021-08-11scsi: ufs: ufshpb: Use a correct max multi chunkAvri Altman1-1/+1
2021-08-11scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman1-3/+13
2021-08-09scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter1-2/+21
2021-08-09scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King1-1/+1
2021-08-05scsi: ufs: core: Add lu_enable sysfs nodeBean Huo1-1/+2
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo3-6/+18
2021-08-05scsi: 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-02scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche1-12/+23
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche2-51/+55
2021-08-02scsi: ufs: Request sense data asynchronouslyBart Van Assche1-31/+33
2021-08-02scsi: ufs: Fix the SCSI abort handlerBart Van Assche1-35/+19
2021-08-02scsi: ufs: Optimize SCSI command processingBart Van Assche2-11/+20
2021-08-02scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche2-13/+2
2021-08-02scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche3-43/+15
2021-08-02scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche1-11/+1
2021-08-02scsi: ufs: Remove several wmb() callsBart Van Assche1-11/+0
2021-08-02scsi: ufs: Improve static type checking for the host controller stateBart Van Assche2-17/+23
2021-08-02scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche2-8/+10
2021-08-02scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche1-32/+10
2021-08-02scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche1-6/+3
2021-08-02scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche1-4/+4
2021-08-02scsi: ufs: Only include power management code if necessaryBart Van Assche2-0/+12
2021-08-02scsi: ufs: Reduce power management code duplicationBart Van Assche12-196/+41
2021-08-02scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche1-3/+5
2021-08-01scsi: ufs: ufshpb: Make host mode parameters configurableAvri Altman2-16/+292
2021-08-01scsi: ufs: ufshpb: Add support for host control modeAvri Altman1-6/+0