aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-15/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+5
2018-08-07target/loop: depend on SCSIChristoph Hellwig1-0/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche1-4/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-4/+2
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-01-12target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring1-1/+1
2018-01-12target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submission_work()Markus Elfring1-1/+0
2018-01-12target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop_issue_tmr()Markus Elfring1-2/+2
2018-01-12target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring1-68/+52
2018-01-12target: tcm_loop: Improve a size determination in two functionsMarkus Elfring1-2/+2
2018-01-12target: tcm_loop: Delete an error message for a failed memory allocation in four functionsMarkus Elfring1-10/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06target/tcm_loop: Make TMF processing slightly fasterBart Van Assche1-16/+9
2017-07-06target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche1-29/+3
2017-07-06target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2-10/+5
2017-07-06target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2-19/+10
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+4
2016-05-10target: make close_session optionalChristoph Hellwig1-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-6/+0
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig1-28/+18
2015-11-29tcm_loop: Show address of tpg in configfsSheng Yang1-0/+14
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-34/+26
2015-07-23tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke1-0/+5
2015-07-23tcm_loop: Remove SAS vestigiesHannes Reinecke1-8/+9
2015-06-15target: use 64-bit LUNsHannes Reinecke1-2/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-9/+1
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-92/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-27/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-2/+2
2015-05-30tcm_loop: stop using se_tpg_fabric_ptrChristoph Hellwig1-12/+11
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-15/+0
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2-17/+2
2015-05-30target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2-6/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-137/+106
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-129/+49
2015-04-07tcm_loop: fixup tpgt string to integer conversionMing Lin1-8/+6
2015-04-07loopback: Add fabric_prot_type attribute supportNicholas Bellinger2-2/+53