index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
/
ufshcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ufs: core: Fix task management completion
Adrian Hunter
2021-10-04
1
-30
/
+22
*
scsi: ufs: Fix illegal offset in UPIU event trace
Jonathan Hsu
2021-09-28
1
-2
/
+1
*
scsi: ufs: core: Unbreak the reset handler
Bart Van Assche
2021-09-21
1
-1
/
+1
*
scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"
Adrian Hunter
2021-09-21
1
-57
/
+54
*
scsi: ufs: ufs-pci: Fix Intel LKF link stability
Adrian Hunter
2021-09-13
1
-1
/
+2
*
scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1
Adrian Hunter
2021-08-24
1
-7
/
+29
*
scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-5
/
+6
*
scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'
Colin Ian King
2021-08-09
1
-1
/
+1
*
scsi: ufshcd: Fix device links when BOOT WLUN fails to probe
Adrian Hunter
2021-08-09
1
-2
/
+21
*
scsi: ufs: Fix unsigned int compared with less than zero
Colin Ian King
2021-08-09
1
-1
/
+1
*
scsi: ufs: core: Add L2P entry swap quirk for Micron UFS
Bean Huo
2021-08-05
1
-1
/
+2
*
scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()
Bean Huo
2021-08-05
1
-6
/
+3
*
scsi: ufs: Add fault injection support
Bart Van Assche
2021-08-03
1
-0
/
+8
*
scsi: ufs: Retry aborted SCSI commands instead of completing these successfully
Bart Van Assche
2021-08-02
1
-12
/
+23
*
scsi: ufs: Synchronize SCSI and UFS error handling
Bart Van Assche
2021-08-02
1
-47
/
+55
*
scsi: ufs: Request sense data asynchronously
Bart Van Assche
2021-08-02
1
-31
/
+33
*
scsi: ufs: Fix the SCSI abort handler
Bart Van Assche
2021-08-02
1
-35
/
+19
*
scsi: ufs: Optimize SCSI command processing
Bart Van Assche
2021-08-02
1
-11
/
+18
*
scsi: ufs: Optimize serialization of setup_xfer_req() calls
Bart Van Assche
2021-08-02
1
-1
/
+2
*
scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...
Bart Van Assche
2021-08-02
1
-37
/
+15
*
scsi: ufs: Inline ufshcd_outstanding_req_clear()
Bart Van Assche
2021-08-02
1
-11
/
+1
*
scsi: ufs: Remove several wmb() calls
Bart Van Assche
2021-08-02
1
-11
/
+0
*
scsi: ufs: Improve static type checking for the host controller state
Bart Van Assche
2021-08-02
1
-15
/
+0
*
scsi: ufs: Verify UIC locking requirements at runtime
Bart Van Assche
2021-08-02
1
-7
/
+9
*
scsi: ufs: Remove ufshcd_valid_tag()
Bart Van Assche
2021-08-02
1
-32
/
+10
*
scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
Bart Van Assche
2021-08-02
1
-6
/
+3
*
scsi: ufs: Rename the second ufshcd_probe_hba() argument
Bart Van Assche
2021-08-02
1
-4
/
+4
*
scsi: ufs: Only include power management code if necessary
Bart Van Assche
2021-08-02
1
-0
/
+8
*
scsi: ufs: Reduce power management code duplication
Bart Van Assche
2021-08-02
1
-20
/
+21
*
scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
Bart Van Assche
2021-08-02
1
-3
/
+5
*
scsi: ufs: ufshpb: Add HPB 2.0 support
Daejun Park
2021-08-01
1
-4
/
+21
*
scsi: ufs: ufshpb: Prepare HPB read for cached sub-region
Daejun Park
2021-08-01
1
-0
/
+2
*
scsi: ufs: ufshpb: L2P map management for HPB read
Daejun Park
2021-08-01
1
-0
/
+4
*
scsi: ufs: ufshpb: Introduce Host Performance Buffer feature
Daejun Park
2021-08-01
1
-0
/
+48
*
scsi: ufs: Allow async suspend/resume callbacks
Vincent Palomares
2021-07-30
1
-0
/
+1
*
scsi: ufs: core: Use scsi_get_lba() to get LBA
Martin K. Petersen
2021-07-20
1
-2
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-11
1
-0
/
+4
|
\
|
*
scsi: ufs: Fix build warning without CONFIG_PM
YueHaibing
2021-06-22
1
-0
/
+4
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-02
1
-407
/
+756
|
\
|
|
*
scsi: ufs: core: Fix a possible use before initialization case
Can Guo
2021-06-09
1
-3
/
+2
|
*
scsi: ufs: core: Use UPIU query trace in devman_upiu_cmd()
Bean Huo
2021-06-07
1
-0
/
+3
|
*
scsi: ufs: core: Capture command trace only for the cmd != NULL case
Bean Huo
2021-06-07
1
-23
/
+21
|
*
scsi: ufs: core: Let UPIU completion trace print RSP UPIU header
Bean Huo
2021-06-07
1
-1
/
+7
|
*
scsi: ufs: core: Clean up ufshcd_add_command_trace()
Bean Huo
2021-06-07
1
-7
/
+9
|
*
scsi: ufs: core: Remove repeated word in comment
Keoseong Park
2021-06-07
1
-1
/
+1
|
*
scsi: ufs: Utilize Transfer Request List Completion Notification Register
Can Guo
2021-06-07
1
-15
/
+37
|
*
scsi: ufs: Optimize host lock on transfer requests send/compl paths
Can Guo
2021-06-07
1
-132
/
+126
|
*
scsi: ufs: Remove a redundant command completion logic in error handler
Can Guo
2021-06-07
1
-13
/
+0
|
*
scsi: ufs: core: Remove irrelevant reference to non-existing doc
Avri Altman
2021-06-07
1
-4
/
+0
|
*
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
2021-06-02
1
-1
/
+1
|
|
\
[next]