summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-12-19scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor1-1/+1
2019-12-19scsi: aic7xxx: Adjust indentation in ahc_find_syncrateNathan Chancellor1-1/+1
2019-12-19scsi: qla4xxx: Adjust indentation in qla4xxx_mem_freeNathan Chancellor1-1/+1
2019-12-19scsi: initio: make initio_state_7() staticChen Zhou1-1/+1
2019-12-19scsi: ibmvscsi_tgt: remove set but not used variables 'iue' and 'sd'Chen Zhou1-5/+0
2019-12-19scsi: sym53c8xx: fix typos in commentsChen Zhou1-2/+2
2019-12-19scsi: core: Fix a compiler warning triggered by the SCSI logging codeBart Van Assche1-1/+1
2019-12-19scsi: ufs: Power off hook for Cadence UFS driverSheeba B1-0/+1
2019-12-19scsi: ufs: disable interrupt during clock-gatingStanley Chu1-0/+4
2019-12-19scsi: ufs: disable irq before disabling clocksStanley Chu1-5/+6
2019-12-19scsi: ufs: Simplify a conditionDan Carpenter1-2/+1
2019-12-19scsi: ufs: Unlock on a couple error pathsDan Carpenter1-4/+10
2019-12-19scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS.Sheeba B1-0/+106
2019-12-19scsi: ufs: Do not free irq in suspendCan Guo1-14/+4
2019-12-19scsi: ufs: Do not clear the DL layer timersCan Guo2-0/+31
2019-12-19scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2019-12-19scsi: ufs: Use DBD setting in mode senseCan Guo1-0/+3
2019-12-19scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLDCan Guo1-0/+2
2019-12-19scsi: ufs: Complete pending requests in host reset and restore pathCan Guo2-14/+12
2019-12-19scsi: ufs: Avoid messing up the compl_time_stamp of lrbsCan Guo1-2/+2
2019-12-19scsi: ufs: Update VCCQ2 and VCCQ min/max voltage hard codesCan Guo1-3/+3
2019-12-19scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
2019-12-19scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFsBart Van Assche2-62/+80
2019-12-19scsi: ufs: Avoid busy-waiting by eliminating tag conflictsBart Van Assche2-77/+50
2019-12-19scsi: esp_scsi: Add support for FSC chipKars de Jong2-16/+28
2019-12-19scsi: esp_scsi: Correct ordering of PCSCSI definition in esp_rev enumKars de Jong2-9/+10
2019-12-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds18-45/+110
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+3
2019-12-09scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu1-0/+7
2019-12-09scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche1-2/+2
2019-12-09scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2019-12-09scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab1-0/+6
2019-12-09scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter1-1/+0
2019-12-09scsi: ufs: Give an unique ID to each ufs-bsgCan Guo1-1/+1
2019-12-09scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov1-0/+9
2019-12-09scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGIRoman Bolshakov1-1/+2
2019-12-09scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov1-1/+0
2019-12-09scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov1-0/+1
2019-12-09scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov1-8/+2
2019-12-09scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov1-2/+4
2019-12-09scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov1-4/+0
2019-12-09scsi: qla2xxx: Allow PLOGI in target modeRoman Bolshakov1-2/+6
2019-12-09scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov1-0/+1
2019-12-09scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov1-1/+0
2019-12-09scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2-1/+1
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran4-4/+15
2019-12-09scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov1-0/+2
2019-12-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-12-09scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez1-1/+1
2019-12-09scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez2-5/+26