summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-03scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche1-6/+3
2021-08-03scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche1-4/+4
2021-08-03scsi: ufs: Only include power management code if necessaryBart Van Assche2-0/+12
2021-08-03scsi: ufs: Reduce power management code duplicationBart Van Assche12-196/+41
2021-08-03scsi: 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
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman2-7/+41
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman1-1/+17
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman2-6/+97
2021-08-01scsi: ufs: ufshpb: Transform set_dirty to iterate_rgnAvri Altman1-8/+10
2021-08-01scsi: ufs: ufshpb: Add host control mode support to rsp_upiuAvri Altman2-1/+35
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman3-3/+9
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park6-74/+647
2021-08-01scsi: ufs: ufshpb: Prepare HPB read for cached sub-regionDaejun Park3-3/+260
2021-08-01scsi: ufs: ufshpb: L2P map management for HPB readDaejun Park4-15/+1178
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park8-0/+849
2021-08-01scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray5-28/+28
2021-08-01scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King1-1/+1
2021-08-01scsi: BusLogic: Avoid unbounded vsprintf() useMaciej W. Rozycki1-1/+1
2021-08-01scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki1-2/+2
2021-08-01scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig1-0/+1
2021-07-31scsi: ufs: Allow async suspend/resume callbacksVincent Palomares1-0/+1
2021-07-31scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart1-4/+7
2021-07-31scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"Colin Ian King1-2/+2
2021-07-31scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig1-30/+39