summaryrefslogtreecommitdiffstats
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-16scsi: core: don't hold device refcount in IO pathMing Lei1-26/+2
2019-04-16scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani1-15/+1
2019-04-16scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche3-19/+18
2019-04-16scsi: qla2xxx: Remove two superfluous castsBart Van Assche1-3/+2
2019-04-16scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche2-4/+0
2019-04-16scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2-1/+2
2019-04-16scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2-3/+1
2019-04-16scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2-7/+9
2019-04-16scsi: qla2xxx: Insert spaces where requiredBart Van Assche9-23/+23
2019-04-16scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche5-6/+6
2019-04-16scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche14-2/+69
2019-04-16scsi: qla2xxx: Use tabs to indent codeBart Van Assche2-21/+21
2019-04-16scsi: libsas: Print expander PHY indexes in decimalJohn Garry4-28/+27
2019-04-16scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry1-0/+5
2019-04-16scsi: libsas: Inject revalidate event for root port eventJohn Garry2-3/+28
2019-04-16scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry1-6/+14
2019-04-16scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry1-1/+6
2019-04-16scsi: libsas: Stop hardcoding SAS address lengthJohn Garry3-29/+32
2019-04-13scsi: hisi_sas: Some misc tidy-upXiang Chen4-53/+38
2019-04-13scsi: hisi_sas: Don't fail IT nexus reset for Open Reject timeoutLuo Jiaxing1-11/+14
2019-04-13scsi: hisi_sas: Don't hard reset disk during controller resetLuo Jiaxing1-1/+2
2019-04-13scsi: hisi_sas: Support all RAS events with MSI interruptsXiaofei Tan1-178/+259
2019-04-13scsi: hisi_sas: allocate different SAS address for directly attached situationXiang Chen1-0/+2
2019-04-13scsi: hisi_sas: Adjust the printk format of functions hisi_sas_init_device()Xiang Chen1-2/+1
2019-04-13scsi: hisi_sas: Fix for setting the PHY linkrate when disconnectedJohn Garry5-23/+46
2019-04-13scsi: hisi_sas: Remedy inconsistent PHY down state in softwareXiang Chen1-2/+2
2019-04-13scsi: hisi_sas: add host reset interface for testXiang Chen4-0/+16
2019-04-13scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche1-21/+18
2019-04-13scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche1-14/+36
2019-04-13scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche3-3/+26
2019-04-13scsi: target/iscsi: Only send R2T if neededBart Van Assche2-0/+8
2019-04-13scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+2
2019-04-13scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche1-27/+23
2019-04-13scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche1-40/+3
2019-04-13scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche1-7/+2
2019-04-13scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche6-19/+27
2019-04-13scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche1-2/+2
2019-04-13scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke8-15/+37
2019-04-13scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King1-8/+6
2019-04-10scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche1-6/+0
2019-04-09scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash1-1/+4
2019-04-09scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche1-4/+5
2019-04-09scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2019-04-09scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche3-15/+12
2019-04-09scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche1-38/+47
2019-04-09scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche1-46/+31
2019-04-09scsi: qla2xxx: Declare local symbols staticBart Van Assche1-2/+2
2019-04-09scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche1-1/+1
2019-04-09scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche1-3/+0
2019-04-09scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche1-2/+3