summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-123-10/+9
* scsi: scsi_transport_spi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-1/+1
* scsi: scsi_transport_fc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-1/+1
* scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-7/+6
* scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-122-21/+22
* scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-126-39/+48
* scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche2021-08-121-0/+6
* scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman2021-08-121-1/+2
* scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman2021-08-122-1/+13
* scsi: ufs: ufshpb: Use a correct max multi chunkAvri Altman2021-08-121-1/+1
* scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman2021-08-121-3/+13
* scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King2021-08-101-1/+1
* scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King2021-08-101-1/+1
* scsi: elx: efct: Remove redundant initialization of variable 'ret'Colin Ian King2021-08-101-1/+1
* scsi: fdomain: Fix error return code in fdomain_probe()Wei Li2021-08-101-1/+3
* scsi: snic: Remove redundant assignment to variable retColin Ian King2021-08-101-1/+1
* scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter2021-08-102-2/+23
* scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King2021-08-101-1/+1
* scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-101-0/+19
* scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S2021-08-101-2/+2
* scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-105-6/+165
* scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy2021-08-101-3/+3
* scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-103-32/+296
* scsi: ufs: core: Add lu_enable sysfs nodeBean Huo2021-08-061-1/+2
* scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo2021-08-063-6/+18
* scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo2021-08-061-6/+3
* scsi: qla2xxx: Remove redundant initialization of variable num_cntColin Ian King2021-08-061-1/+1
* scsi: qla2xxx: Fix use after free in debug codeDan Carpenter2021-08-061-2/+2
* scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2021-08-033-67/+60
* scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp2021-08-031-2/+2
* scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp2021-08-031-5/+5
* scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser2021-08-032-11/+141
* scsi: ufs: Add fault injection supportBart Van Assche2021-08-035-0/+110
* scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche2021-08-031-12/+23
* scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche2021-08-032-51/+55
* scsi: ufs: Request sense data asynchronouslyBart Van Assche2021-08-031-31/+33
* scsi: ufs: Fix the SCSI abort handlerBart Van Assche2021-08-031-35/+19
* scsi: ufs: Optimize SCSI command processingBart Van Assche2021-08-032-11/+20
* scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche2021-08-032-13/+2
* scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche2021-08-033-43/+15
* scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche2021-08-031-11/+1
* scsi: ufs: Remove several wmb() callsBart Van Assche2021-08-031-11/+0
* scsi: ufs: Improve static type checking for the host controller stateBart Van Assche2021-08-032-17/+23
* scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche2021-08-032-8/+10
* scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche2021-08-031-32/+10
* scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche2021-08-031-6/+3
* scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche2021-08-031-4/+4
* scsi: ufs: Only include power management code if necessaryBart Van Assche2021-08-032-0/+12
* scsi: ufs: Reduce power management code duplicationBart Van Assche2021-08-0312-196/+41
* scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche2021-08-031-3/+5