summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche2019-04-121-21/+18
* scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche2019-04-121-14/+36
* scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2019-04-123-3/+26
* scsi: target/iscsi: Only send R2T if neededBart Van Assche2019-04-122-0/+8
* scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2019-04-121-0/+2
* scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche2019-04-121-27/+23
* scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche2019-04-121-40/+3
* scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche2019-04-121-7/+2
* scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-126-19/+27
* scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche2019-04-121-2/+2
* scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-128-15/+37
* scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King2019-04-121-8/+6
* scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-091-6/+0
* scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche2019-04-081-4/+5
* scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-04-081-13/+21
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-083-15/+12
* scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-081-38/+47
* scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-081-46/+31
* scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-081-2/+2
* scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-081-1/+1
* scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-081-3/+0
* 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