summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche2019-04-081-2/+3
* | scsi: scsi_transport_fc: Declare wwn_to_u64() argument constBart Van Assche2019-04-081-1/+1
* | scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-081-1/+1
* | scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2019-04-082-0/+12
* | scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2019-04-082-0/+20
* | scsi: scsi_transport_fc: refactor event posting routinesJames Smart2019-04-082-62/+49
* | scsi: fc: add FPIN ELS definitionJames Smart2019-04-081-0/+33
* | scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche2019-04-081-2/+2
* | scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing2019-04-031-1/+0
* | scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-031-0/+2
* | scsi: dt-bindings: ufs: Add VCC capability on MediaTek UFS driverStanley Chu2019-04-031-0/+3
* | scsi: dt-bindings: ufs: Remove custom property "<name>-fixed-regulator"Stanley Chu2019-04-031-2/+0
* | scsi: ufs-cdns: Add support for UFSHCI with M31 PHYJan Kotas2019-04-031-10/+64
* | scsi: dt-bindings: ufs-cdns: Update Cadence UFS compatibility listJan Kotas2019-04-031-2/+3
* | scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue2019-04-031-10/+1
* | scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing2019-04-031-2/+0
* | scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King2019-04-034-7/+7
* | scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2019-04-032-12/+16
* | scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani2019-04-031-1/+1
* | scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2019-04-032-39/+46
* | scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-032-8/+27
* | scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy2019-04-031-2/+0
* | scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali2019-04-031-12/+7
* | scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2019-04-032-5/+4
* | scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran2019-04-032-12/+19
* | scsi: qla2xxx: Fix fw dump corruptionQuinn Tran2019-04-032-32/+53
* | scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez2019-04-031-3/+5
* | scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez2019-04-031-2/+2
* | scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali2019-04-031-0/+4
* | scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali2019-04-031-1/+1
* | scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali2019-04-031-0/+3
* | scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali2019-04-031-0/+1
* | scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali2019-04-031-2/+1
* | scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-034-18/+18
* | scsi: lpfc: Remove unused functionsBart Van Assche2019-04-031-153/+0
* | scsi: lpfc: Remove set-but-not-used variablesBart Van Assche2019-04-033-29/+15
* | scsi: lpfc: Move trunk_errmsg[] from a header file into a .c fileBart Van Assche2019-04-032-16/+18
* | scsi: lpfc: Annotate switch/case fall-throughBart Van Assche2019-04-036-6/+13
* | scsi: lpfc: Fix indentation and balance bracesBart Van Assche2019-04-031-3/+3
* | scsi: lpfc: Declare local functions staticBart Van Assche2019-04-036-14/+14
* | scsi: ufs: Remove "<name>-fixed-regulator" device tree propertyStanley Chu2019-04-031-5/+0
* | scsi: ufs: Change "<name>-max-microamp" to non-mandatory propertyStanley Chu2019-04-031-5/+3
* | scsi: ufs: Fix regulator load and icc-level configurationStanley Chu2019-04-031-3/+12
* | scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu2019-04-031-5/+8
* | scsi: ufs: Remove unused min_uA field in struct ufs_vregStanley Chu2019-04-032-2/+0
* | scsi: bnx2fc: remove unneeded variableDing Xiang2019-04-031-2/+1
* | scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap2019-03-271-4/+4
* | scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap2019-03-271-3/+1
* | scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap2019-03-271-15/+11
* | scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2019-03-272-16/+54