summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)Author
2021-10-18scsi: ufs: ufs-pci: Force a full restore after suspend-to-diskAdrian Hunter
2021-10-04scsi: ufs: core: Fix task management completionAdrian Hunter
2021-09-28scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu
2021-09-21scsi: ufs: core: Unbreak the reset handlerBart Van Assche
2021-09-21scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter
2021-09-13scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter
2021-09-13scsi: ufs: ufshpb: Remove unused parametersChanWoo Lee
2021-08-24scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter
2021-08-24scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar
2021-08-24scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park
2021-08-24scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park
2021-08-11scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen
2021-08-11scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-11scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman
2021-08-11scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman
2021-08-11scsi: ufs: ufshpb: Use a correct max multi chunkAvri Altman
2021-08-11scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman
2021-08-09scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter
2021-08-09scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King
2021-08-05scsi: ufs: core: Add lu_enable sysfs nodeBean Huo
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo
2021-08-05scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche
2021-08-02scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche
2021-08-02scsi: ufs: Request sense data asynchronouslyBart Van Assche
2021-08-02scsi: ufs: Fix the SCSI abort handlerBart Van Assche
2021-08-02scsi: ufs: Optimize SCSI command processingBart Van Assche
2021-08-02scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche
2021-08-02scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche
2021-08-02scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche
2021-08-02scsi: ufs: Remove several wmb() callsBart Van Assche
2021-08-02scsi: ufs: Improve static type checking for the host controller stateBart Van Assche
2021-08-02scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche
2021-08-02scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche
2021-08-02scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche
2021-08-02scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche
2021-08-02scsi: ufs: Only include power management code if necessaryBart Van Assche
2021-08-02scsi: ufs: Reduce power management code duplicationBart Van Assche
2021-08-02scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche
2021-08-01scsi: ufs: ufshpb: Make host mode parameters configurableAvri Altman
2021-08-01scsi: ufs: ufshpb: Add support for host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Do not send umap_all in host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Limit the number of in-flight map requestsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add "cold" regions timerAvri Altman
2021-08-01scsi: ufs: ufshpb: Add HPB dev reset responseAvri Altman
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman