summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-061-15/+0Star
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-6/+0Star
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0Star
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-10/+5Star
|\
| * scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche2018-07-021-4/+1Star
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-4/+2Star
* | target/loop: depend on SCSIChristoph Hellwig2018-08-071-0/+1
|/
* 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-131-1/+1
* target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring2018-01-131-1/+0Star
* target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring2018-01-131-2/+2
* target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring2018-01-131-68/+52Star
* target: tcm_loop: Improve a size determination in two functionsMarkus Elfring2018-01-131-2/+2
* target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring2018-01-131-10/+4Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* target/tcm_loop: Make TMF processing slightly fasterBart Van Assche2017-07-071-16/+9Star
* target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche2017-07-071-29/+3Star
* target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-072-10/+5Star
* target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2017-07-072-19/+10Star
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+4
* target: make close_session optionalChristoph Hellwig2016-05-101-6/+0Star
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0Star
* target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-111-28/+18Star
* 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-141-1/+0Star
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
* | target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-34/+26Star
|/
* tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-241-0/+5
* tcm_loop: Remove SAS vestigiesHannes Reinecke2015-07-241-8/+9
* target: use 64-bit LUNsHannes Reinecke2015-06-161-2/+2
* target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-4/+1Star
* target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
* target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-9/+1Star
* target: move transport ID handling to the coreChristoph Hellwig2015-05-311-92/+0Star
* target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-27/+0Star
* target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-2/+2
* tcm_loop: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-12/+11Star
* target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-15/+0Star
* target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
* tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2015-05-312-17/+2Star
* target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2015-05-312-6/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-242-137/+106Star
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-129/+49Star
| * tcm_loop: fixup tpgt string to integer conversionMing Lin2015-04-081-8/+6Star
| * loopback: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-082-2/+53