aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche1-14/+36
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche3-3/+26
2019-04-12scsi: target/iscsi: Only send R2T if neededBart Van Assche2-0/+8
2019-04-12scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+2
2019-04-12scsi: target/core: Make the XCOPY setup code easier to read by inlining two functionsBart Van Assche1-27/+23
2019-04-12scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche1-40/+3
2019-04-12scsi: target/core: Remove a set-but-not-used member variable from the XCOPY implementationBart Van Assche1-7/+2
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche6-19/+27
2019-04-12scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche1-2/+2
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke8-15/+37
2019-04-12scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King1-8/+6
2019-04-09scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche1-6/+0
2019-04-08scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash1-1/+4
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration orderBart Van Assche1-4/+5
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche3-15/+12
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche1-38/+47
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche1-46/+31
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche1-2/+2
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche1-1/+1
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche1-3/+0
2019-04-08scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche1-2/+3
2019-04-08scsi: scsi_transport_fc: Declare wwn_to_u64() argument constBart Van Assche1-1/+1
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King1-1/+1
2019-04-08scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2-0/+12
2019-04-08scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2-0/+20
2019-04-08scsi: scsi_transport_fc: refactor event posting routinesJames Smart2-62/+49
2019-04-08scsi: fc: add FPIN ELS definitionJames Smart1-0/+33
2019-04-08scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche1-2/+2
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing1-1/+0
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-04-03scsi: dt-bindings: ufs: Add VCC capability on MediaTek UFS driverStanley Chu1-0/+3
2019-04-03scsi: dt-bindings: ufs: Remove custom property "<name>-fixed-regulator"Stanley Chu1-2/+0
2019-04-03scsi: ufs-cdns: Add support for UFSHCI with M31 PHYJan Kotas1-10/+64
2019-04-03scsi: dt-bindings: ufs-cdns: Update Cadence UFS compatibility listJan Kotas1-2/+3
2019-04-03scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue1-10/+1
2019-04-03scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing1-2/+0
2019-04-03scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King4-7/+7
2019-04-03scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King2-12/+16
2019-04-03scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani1-1/+1
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2-39/+46
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2-8/+27
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy1-2/+0
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali1-12/+7
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2-5/+4
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran2-12/+19
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran2-32/+53
2019-04-03scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez1-3/+5
2019-04-03scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-04-03scsi: lpfc: Fix missing wakeups on abort threadsJames Smart1-4/+3