summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback/tcm_loop.c
Commit message (Expand)AuthorAgeFilesLines
* target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring2018-01-121-1/+1
* target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring2018-01-121-1/+0
* target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring2018-01-121-2/+2
* target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring2018-01-121-68/+52
* target: tcm_loop: Improve a size determination in two functionsMarkus Elfring2018-01-121-2/+2
* target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring2018-01-121-10/+4
* target/tcm_loop: Make TMF processing slightly fasterBart Van Assche2017-07-061-16/+9
* target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche2017-07-061-29/+3
* target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-061-8/+4
* target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2017-07-061-14/+8
* target: make close_session optionalChristoph Hellwig2016-05-101-6/+0
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-28/+18
* tcm_loop: Show address of tpg in configfsSheng Yang2015-11-291-0/+14
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-1/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* | target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-34/+26
|/
* tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-231-0/+5
* tcm_loop: Remove SAS vestigiesHannes Reinecke2015-07-231-8/+9
* target: use 64-bit LUNsHannes Reinecke2015-06-151-2/+2
* target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
* target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
* target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-9/+1
* target: move transport ID handling to the coreChristoph Hellwig2015-05-301-92/+0
* target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-27/+0
* target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+2
* tcm_loop: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-301-12/+11
* target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-15/+0
* target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
* tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2015-05-301-13/+2
* target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2015-05-301-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-137/+105
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-129/+49
| * tcm_loop: fixup tpgt string to integer conversionMing Lin2015-04-071-8/+6
| * loopback: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-071-2/+52
| * target: mark tcm_loop_primary staticChristoph Hellwig2015-03-261-1/+1
* | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-191-5/+2
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-3/+2
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-2/+2
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-191-43/+23
|\ \ | |/ |/|
| * tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2014-12-011-43/+23
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-14/+1
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+2
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-16/+2
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-1/+1
* | scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-13/+1
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-16/+1
|/
* tcm_loop: Fixup tag handlingHannes Reinecke2014-10-031-15/+8