aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11scsi: scsi_transport_spi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-11scsi: scsi_transport_fc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-11scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+6
2021-08-11scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-21/+22
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche4-29/+34
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: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-08-09scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-09scsi: elx: efct: Remove redundant initialization of variable 'ret'Colin Ian King1-1/+1
2021-08-09scsi: fdomain: Fix error return code in fdomain_probe()Wei Li1-1/+3
2021-08-09scsi: snic: Remove redundant assignment to variable retColin 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-09scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+19
2021-08-09scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S1-2/+2
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S5-6/+165
2021-08-09scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy1-3/+3
2021-08-09scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy3-32/+296
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-05scsi: qla2xxx: Remove redundant initialization of variable num_cntColin Ian King1-1/+1
2021-08-05scsi: qla2xxx: Fix use after free in debug codeDan Carpenter1-2/+2
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 Register"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
2021-08-01scsi: ufs: ufshpb: Do not send umap_all in host control modeAvri Altman1-1/+2
2021-08-01scsi: ufs: ufshpb: Limit the number of in-flight map requestsAvri Altman2-0/+12
2021-08-01scsi: ufs: ufshpb: Add "cold" regions timerAvri Altman2-3/+79
2021-08-01scsi: ufs: ufshpb: Add HPB dev reset responseAvri Altman2-1/+32