summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-04-12scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche
2019-04-12scsi: target/iscsi: Only send R2T if neededBart Van Assche
2019-04-12scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche
2019-04-12scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche
2019-04-12scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche
2019-04-12scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche
2019-04-12scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke
2019-04-12scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King
2019-04-09scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche
2019-04-08scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King
2019-04-08scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart
2019-04-08scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart
2019-04-08scsi: scsi_transport_fc: refactor event posting routinesJames Smart
2019-04-08scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva
2019-04-03scsi: ufs-cdns: Add support for UFSHCI with M31 PHYJan Kotas
2019-04-03scsi: ufs: remove unnecessary pointer evaluationZeng Guangyue
2019-04-03scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing
2019-04-03scsi: pm8001: fix spelling mistake, interupt -> interruptColin Ian King
2019-04-03scsi: pm8001: clean up dead code when PM8001_USE_MSIX is definedColin Ian King
2019-04-03scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran
2019-04-03scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez
2019-04-03scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez
2019-04-03scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali
2019-04-03scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali
2019-04-03scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali
2019-04-03scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali
2019-04-03scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche
2019-04-03scsi: lpfc: Remove unused functionsBart Van Assche