summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-04-15scsi: libcxgbi: update route finding logicVarun Prakash
2019-04-15scsi: libcxgbi: find cxgbi device by MAC addressVarun Prakash
2019-04-15scsi: core: don't hold device refcount in IO pathMing Lei
2019-04-15scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani
2019-04-15scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche
2019-04-15scsi: qla2xxx: Remove two superfluous castsBart Van Assche
2019-04-15scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche
2019-04-15scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche
2019-04-15scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche
2019-04-15scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche
2019-04-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry
2019-04-15scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry
2019-04-15scsi: libsas: Inject revalidate event for root port eventJohn Garry
2019-04-15scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry
2019-04-15scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry
2019-04-12scsi: hisi_sas: Some misc tidy-upXiang Chen
2019-04-12scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing
2019-04-12scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing
2019-04-12scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan
2019-04-12scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen
2019-04-12scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen
2019-04-12scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry
2019-04-12scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen
2019-04-12scsi: hisi_sas: add host reset interface for testXiang Chen
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen
2019-04-12scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche
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: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash
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