aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/loopback
AgeCommit message (Expand)AuthorFilesLines
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-2/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterGravatar Nicholas Bellinger 1-4/+1
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-9/+1
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-92/+0
2015-05-30target: remove the get_fabric_proto_ident methodGravatar Christoph Hellwig 1-27/+0
2015-05-30target: change core_tpg_register prototypeGravatar Christoph Hellwig 1-2/+2
2015-05-30tcm_loop: stop using se_tpg_fabric_ptrGravatar Christoph Hellwig 1-12/+11
2015-05-30target: move node ACL allocation to core codeGravatar Christoph Hellwig 1-15/+0
2015-05-30target: make the tpg_get_default_depth method optionalGravatar Christoph Hellwig 1-6/+0
2015-05-30tcm_loop: remove struct tcm_loop_naclGravatar Christoph Hellwig 2-17/+2
2015-05-30target/loop: Enable VARLEN CDB supportGravatar Ilias Tsitsimpis 2-6/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-137/+106
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-129/+49
2015-04-07tcm_loop: fixup tpgt string to integer conversionGravatar Ming Lin 1-8/+6
2015-04-07loopback: Add fabric_prot_type attribute supportGravatar Nicholas Bellinger 2-2/+53
2015-03-26target: mark tcm_loop_primary staticGravatar Christoph Hellwig 1-1/+1
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionGravatar Bart Van Assche 1-5/+2
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-3/+2
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-49/+24
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-2/+2
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-12-01tcm_loop: Fix wrong I_T nexus associationGravatar Hannes Reinecke 2-49/+24
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-13/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-16/+2
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldGravatar Christoph Hellwig 1-13/+1
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-16/+1
2014-10-03tcm_loop: Fixup tag handlingGravatar Hannes Reinecke 1-15/+8
2014-10-01target: encapsulate smp_mb__after_atomic()Gravatar Joern Engel 1-4/+2
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-1/+1
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathGravatar Nicholas Bellinger 1-0/+1
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-3/+12
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireGravatar Sagi Grimberg 1-3/+12
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-04-07target: Pass in transport supported PI at session initializationGravatar Nicholas Bellinger 1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseGravatar Nicholas Bellinger 1-0/+6
2014-04-07Target/dif: Introduce protection-passthough-only modeGravatar Sagi Grimberg 1-0/+4
2014-01-19tcm_loop: Enable DIF/DIX modes in SCSI host LLDGravatar Nicholas Bellinger 1-2/+10
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsGravatar Nicholas Bellinger 1-1/+1
2014-01-09drivers: target: Mark functions as static in tcm_loop.cGravatar Rashika Kheria 1-4/+4
2013-10-16tcm_loop: Implement target resetGravatar Hannes Reinecke 1-0/+26
2013-10-16tcm_loop: TCQ and command abort supportGravatar Hannes Reinecke 2-4/+69
2013-10-16tcm_loop: separate out tcm_loop_issue_tmrGravatar Hannes Reinecke 1-33/+50
2013-10-16tcm_loop: Implement transport offlineGravatar Hannes Reinecke 2-1/+56
2013-10-16tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Gravatar Hannes Reinecke 1-1/+4
2013-10-16target: Remove TF_CIT_TMPL macroGravatar Andy Grover 1-5/+5
2013-09-10target: Update copyright ownership/year information to 2013Gravatar Nicholas Bellinger 1-1/+1
2013-07-07target: make queue_tm_rsp() return voidGravatar Joern Engel 1-2/+1