summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-12scsi: aacraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-2/+2
2021-08-12scsi: NCR5380: Use sc_data_direction instead of rq_data_dir()Bart Van Assche2-4/+5
2021-08-12scsi: 53c700: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: zfcp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-4/+5
2021-08-12scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche3-10/+9
2021-08-12scsi: scsi_transport_spi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: scsi_transport_fc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+6
2021-08-12scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-21/+22
2021-08-12scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche4-29/+34
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: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-08-10scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-10scsi: elx: efct: Remove redundant initialization of variable 'ret'Colin Ian King1-1/+1
2021-08-10scsi: fdomain: Fix error return code in fdomain_probe()Wei Li1-1/+3
2021-08-10scsi: snic: Remove redundant assignment to variable retColin Ian King1-1/+1
2021-08-10scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter2-2/+23
2021-08-10scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King1-1/+1
2021-08-10scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal1-0/+19
2021-08-10scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S1-2/+2
2021-08-10scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S5-6/+165
2021-08-10scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy1-3/+3
2021-08-10scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy3-32/+296
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-06scsi: qla2xxx: Remove redundant initialization of variable num_cntColin Ian King1-1/+1
2021-08-06scsi: qla2xxx: Fix use after free in debug codeDan Carpenter1-2/+2
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2-64/+55
2021-08-03scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp1-2/+2
2021-08-03scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp1-5/+5
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser1-11/+139
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
2021-08-03scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche2-51/+55
2021-08-03scsi: ufs: Request sense data asynchronouslyBart Van Assche1-31/+33
2021-08-03scsi: ufs: Fix the SCSI abort handlerBart Van Assche1-35/+19
2021-08-03scsi: ufs: Optimize SCSI command processingBart Van Assche2-11/+20
2021-08-03scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche2-13/+2
2021-08-03scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche3-43/+15
2021-08-03scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche1-11/+1
2021-08-03scsi: ufs: Remove several wmb() callsBart Van Assche1-11/+0
2021-08-03scsi: ufs: Improve static type checking for the host controller stateBart Van Assche2-17/+23
2021-08-03scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche2-8/+10
2021-08-03scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche1-32/+10