aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22scsi: zfcp: Do not set COMMAND_COMPLETEHannes Reinecke1-1/+0
2021-01-22scsi: qla4xxx: Use standard SAM status definitionsHannes Reinecke2-2/+1
2021-01-22scsi: dc395: Drop private SAM status code definitionsHannes Reinecke1-16/+0
2021-01-22scsi: nsp32: Fixup status handlingHannes Reinecke1-1/+1
2021-01-22scsi: acornscsi: Use standard definesHannes Reinecke1-12/+2
2021-01-22scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke3-17/+2
2021-01-22scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitionsHannes Reinecke5-36/+21
2021-01-22scsi: aic7xxx: aic79xx: Kill pointless forward declarationsHannes Reinecke2-46/+0
2021-01-22scsi: aic7xxx: aic79xx: Whitespace cleanupHannes Reinecke10-209/+208
2021-01-22scsi: atp870u: Whitespace cleanupHannes Reinecke2-187/+258
2021-01-22scsi: 3w-sas: Whitespace cleanupHannes Reinecke2-77/+93
2021-01-22scsi: 3w-9xxx: Whitespace cleanupHannes Reinecke2-99/+113
2021-01-22scsi: 3w-xxxx: Whitespace cleanupHannes Reinecke2-221/+229
2021-01-22scsi: Drop gdth driverHannes Reinecke7-6174/+0
2021-01-22scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()Ahmed S. Darwish1-6/+3
2021-01-22scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()Sebastian Andrzej Siewior1-1/+2
2021-01-22scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay()Sebastian Andrzej Siewior1-2/+0
2021-01-22scsi: target: iscsi: Redo iscsit_check_session_usage_count() return codeSebastian Andrzej Siewior3-13/+10
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage_count()Sebastian Andrzej Siewior3-5/+5
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()Sebastian Andrzej Siewior3-7/+7
2021-01-20scsi: ufs: Clean up and refactor clk-scaling featureStanley Chu1-31/+32
2021-01-20scsi: ufs: Remove redundant null checking of devfreq instanceStanley Chu1-8/+7
2021-01-20scsi: ufs: Refactor cancelling clkscaling worksStanley Chu1-11/+6
2021-01-20Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"Can Guo1-7/+0
2021-01-20scsi: ufs: Refactor ufshcd_init/exit_clk_scaling/gating()Can Guo2-60/+74
2021-01-20scsi: ufs: Protect some contexts from unexpected clock scalingCan Guo2-32/+54
2021-01-20scsi: ufs: Group UFS WB related flags in struct ufs_dev_infoBean Huo4-26/+28
2021-01-20scsi: ufs: Remove two WB related fields from struct ufs_dev_infoBean Huo2-10/+6
2021-01-20scsi: ufs: Update comment in the function ufshcd_wb_probe()Bean Huo1-4/+3
2021-01-20scsi: ufs: Add "wb_on" sysfs node to control WB on/offBean Huo3-2/+49
2021-01-20scsi: ufs: ufs-exynos: Use UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZEKiwoong Kim1-1/+2
2021-01-20scsi: ufs: Introduce a quirk to allow only page-aligned sg entriesKiwoong Kim2-0/+6
2021-01-20scsi: ufs: Delete redundant if statement in ufshcd_intr()Bean Huo1-2/+1
2021-01-20scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-1/+1
2021-01-20scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+5
2021-01-20scsi: pm80xx: Clean up indentation of a code blockColin Ian King1-19/+15
2021-01-20Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen10-48/+142
2021-01-14scsi: lpfc: Add support for eh_should_retry_cmd()Muneendra Kumar1-0/+1
2021-01-14scsi: scsi_transport_fc: Add store capability to rport port_state in sysfsMuneendra Kumar1-2/+54
2021-01-14scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar1-16/+46
2021-01-14scsi: core: No retries on abort successMuneendra Kumar1-2/+15
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar2-0/+7
2021-01-14scsi: ibmvfc: Provide modules parameters for MQ settingsTyrel Datwyler2-9/+67
2021-01-14scsi: ibmvfc: Enable MQ and set reasonable defaultsTyrel Datwyler1-3/+3
2021-01-14scsi: ibmvfc: Purge SCSI channels after transport loss/resetTyrel Datwyler1-0/+16
2021-01-14scsi: ibmvfc: Send Cancel MAD down each hw SCSI channelTyrel Datwyler2-12/+100
2021-01-14scsi: ibmvfc: Add cancel mad initialization helperTyrel Datwyler1-28/+40
2021-01-14scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setupTyrel Datwyler1-1/+31
2021-01-14scsi: ibmvfc: Send commands down HW Sub-CRQ when channelizedTyrel Datwyler1-6/+33
2021-01-14scsi: ibmvfc: Set and track hw queue in ibmvfc_event structTyrel Datwyler2-0/+6