summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-27target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover5-43/+51
2015-08-27target/iscsi: Keep local_ip as the actual sockaddrAndy Grover5-62/+47
2015-08-27target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-38/+36
2015-08-03target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier7-27/+24
2015-08-03qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2-3/+3
2015-08-03iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp4-5/+31
2015-08-01drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp1-0/+3
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2-27/+13
2015-07-31target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker1-0/+36
2015-07-31target: improve unsupported opcode messageJoern Engel2-3/+5
2015-07-31target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier1-3/+3
2015-07-31target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik1-5/+4
2015-07-31target: remove initiatorname field in se_acl_lunChris Zankel2-6/+4
2015-07-24libiscsi: Use scsi helper to set information descriptorSagi Grimberg1-6/+3
2015-07-24target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg3-4/+16
2015-07-24scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg3-5/+26
2015-07-24scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg1-1/+1
2015-07-24tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche1-6/+0
2015-07-24target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg1-3/+3
2015-07-24target: Use scsi helpers to build the sense data correctlySagi Grimberg2-43/+9
2015-07-24scsi: Move sense handling routines to scsi_commonSagi Grimberg2-98/+99
2015-07-24target: Split transport_send_check_condition_and_sense()Bart Van Assche1-235/+148
2015-07-24target: Inline transport_get_sense_codes()Bart Van Assche1-14/+2
2015-07-24tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2-0/+22
2015-07-24tcm_loop: Remove SAS vestigiesHannes Reinecke1-8/+9
2015-07-07target: Use struct t10_pi_tupleSagi Grimberg2-6/+6
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-05Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe3-0/+568
2015-07-04NTB: Add ping pong test clientAllen Hubbe5-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe1-19/+58
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe1-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2
2015-07-04NTB: Check the device ID to set errata flagsDave Jiang1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeDave Jiang1-0/+10