aboutsummaryrefslogtreecommitdiff
path: root/include/target
AgeCommit message (Expand)AuthorFilesLines
2014-06-11target: Report correct response length for some commandsGravatar Roland Dreier 1-0/+1
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportGravatar Sagi Grimberg 1-1/+2
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationGravatar Nicholas Bellinger 1-0/+1
2014-04-07target/sbc: Add sbc_dif_generate software emulationGravatar Nicholas Bellinger 1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationGravatar Nicholas Bellinger 3-9/+16
2014-04-07target: Add TFO->abort_task for aborted task resources releaseGravatar Nicholas Bellinger 2-0/+2
2014-04-07target: Fix Task Aborted Status (TAS) handlingGravatar Alex Leung 1-1/+1
2014-04-07Target/core: Remove prot_handover use for nowGravatar Sagi Grimberg 1-6/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeGravatar Sagi Grimberg 1-0/+1
2014-03-13Target/sbc: Set protection operation and relevant checksGravatar Sagi Grimberg 1-0/+7
2014-03-04iscsi/iser-target: Fix isert_conn->state hung shutdown issuesGravatar Nicholas Bellinger 1-0/+1
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagGravatar Roland Dreier 1-1/+0
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-8/+86
2014-01-30target: Fix percpu_ref_put race in transport_lun_remove_cmdGravatar Nicholas Bellinger 1-1/+1
2014-01-25target: Report bad sector in sense data for DIF errorsGravatar Sagi Grimberg 1-1/+4
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskGravatar Nicholas Bellinger 1-1/+1
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsGravatar Nicholas Bellinger 1-1/+2
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationGravatar Nicholas Bellinger 1-0/+4
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesGravatar Nicholas Bellinger 1-0/+3
2014-01-18target: Add DIF related base definitionsGravatar Nicholas Bellinger 2-0/+47
2014-01-09target: Convert inquiry temporary buffer to heap memoryGravatar Nicholas Bellinger 1-1/+1
2014-01-09target_core_alua: Referrals infrastructureGravatar Hannes Reinecke 1-0/+18
2013-12-19target/file: Update hw_max_sectors based on current block_sizeGravatar Nicholas Bellinger 1-0/+1
2013-12-17target_core_spc: Include target device descriptor in VPD page 83Gravatar Hannes Reinecke 1-1/+1
2013-12-17target_core_alua: Use workqueue for ALUA transitioningGravatar Hannes Reinecke 1-0/+4
2013-12-17target_core_alua: store old and pending ALUA stateGravatar Hannes Reinecke 1-0/+2
2013-12-17target_core_alua: Allocate ALUA metadata on demandGravatar Hannes Reinecke 1-3/+0
2013-12-16target: Remove unused ua_dev_list member in struct se_uaGravatar Andy Grover 1-1/+0
2013-12-11target: Remove write-only stats fields and lock from struct se_node_aclGravatar Roland Dreier 1-4/+0
2013-11-20target_core_alua: Store supported ALUA statesGravatar Hannes Reinecke 1-0/+1
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitGravatar Hannes Reinecke 1-1/+1
2013-11-13target: Convert se_device statistics to atomic_long_tGravatar Nicholas Bellinger 1-5/+4
2013-11-12target: Pass through I/O topology for block backstoresGravatar Andy Grover 1-0/+5
2013-11-08target: Add per device xcopy_lun for copy offload I/OGravatar Nicholas Bellinger 1-28/+29
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeGravatar Nicholas Bellinger 1-10/+3
2013-11-07target: Add percpu refcounting for se_lun accessGravatar Nicholas Bellinger 1-0/+5
2013-10-23target: Export symbol core_tpg_check_initiator_node_aclGravatar Thomas Glanzmann 1-0/+2
2013-10-16tcm_loop: separate out tcm_loop_issue_tmrGravatar Hannes Reinecke 1-0/+1
2013-10-16target: Remove TF_CIT_TMPL macroGravatar Andy Grover 1-1/+0
2013-09-10target/iscsi: Bump versions to v4.1.0Gravatar Nicholas Bellinger 1-1/+1
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseGravatar Nicholas Bellinger 1-0/+3
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationGravatar Nicholas Bellinger 1-0/+1
2013-09-10target: Add global device list for EXTENDED_COPYGravatar Nicholas Bellinger 1-0/+1
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupGravatar Nicholas Bellinger 1-0/+4
2013-09-10target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fab...Gravatar Nicholas Bellinger 1-0/+26
2013-09-10target: Add support for COMPARE_AND_WRITE emulationGravatar Nicholas Bellinger 1-0/+1
2013-09-09target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDGravatar Nicholas Bellinger 1-0/+3
2013-09-09target: Make __target_execute_cmd() available as externGravatar Nicholas Bellinger 1-0/+1
2013-09-09target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITEGravatar Nicholas Bellinger 1-0/+2
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionGravatar Nicholas Bellinger 2-1/+7