aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
AgeCommit message (Expand)AuthorFilesLines
2024-02-05scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere1-1/+1
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-1/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+2
2023-03-24scsi: target: tcm_loop: Remove redundant driver match functionLizhe1-7/+0
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-24scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-16scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov1-41/+0
2022-11-17scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang1-1/+2
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche1-2/+2
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2021-08-11scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King1-2/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+0
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2-17/+6
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie1-11/+8
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+2
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie1-12/+10
2020-11-04scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settableMike Christie1-2/+12
2020-05-11scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser1-21/+15
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_submissi...Markus Elfring1-1/+0
2018-01-12target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...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 f...Markus 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/...Linus 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
2015-03-26target: mark tcm_loop_primary staticChristoph Hellwig1-1/+1
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-5/+2
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-3/+2
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-49/+24
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-2/+2
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-12-01tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-49/+24
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-16/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-13/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-16/+1
2014-10-03tcm_loop: Fixup tag handlingHannes Reinecke1-15/+8
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel1-4/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger1-0/+1
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-3/+12
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg1-3/+12
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+6
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg1-0/+4
2014-01-19tcm_loop: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger1-2/+10
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger1-1/+1
2014-01-09drivers: target: Mark functions as static in tcm_loop.cRashika Kheria1-4/+4
2013-10-16tcm_loop: Implement target resetHannes Reinecke1-0/+26
2013-10-16tcm_loop: TCQ and command abort supportHannes Reinecke2-4/+69
2013-10-16tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke1-33/+50
2013-10-16tcm_loop: Implement transport offlineHannes Reinecke2-1/+56
2013-10-16tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Hannes Reinecke1-1/+4
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-5/+5
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-2/+1
2013-04-09tcm: switch to ->show_info()Al Viro1-5/+4
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-1/+0
2012-10-02tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger1-54/+8
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig1-1/+1
2012-07-16target: remove control CDB flagsChristoph Hellwig1-5/+4
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover1-2/+2
2012-03-17loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger1-2/+1
2012-03-15target: remove obvious warningsJörn Engel1-2/+0
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger1-1/+1
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-33/+0
2012-02-25tcm_loop: Set residual field for SCSI commandsRoland Dreier1-0/+6
2012-02-25tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig1-56/+56
2012-02-25tcm_loop: defer all command submissions to workqueueChristoph Hellwig2-41/+58
2012-02-25tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig1-88/+59
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-8/+5
2011-12-14tcm_loop: bump max_sectorsChristoph Hellwig2-14/+5
2011-12-14target: remove useless castsJörn Engel1-12/+6
2011-12-14target: header reshuffle, part2Christoph Hellwig1-6/+1
2011-12-06target: remove the t_tasks_bidi se_cmd fieldChristoph Hellwig1-5/+3
2011-12-06target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger1-5/+4
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger1-21/+3
2011-11-02target: Make TFO->check_stop_free return free statusNicholas Bellinger1-2/+3
2011-10-26tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDBNicholas Bellinger1-0/+18
2011-10-24loopback: Prevent uninitialized use of tl_tpg in tcm_loop_queuecommandNicholas Bellinger1-0/+12
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier1-1/+1
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig1-2/+2
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover3-59/+47
2011-07-22target: Eliminate usage of struct se_memAndy Grover1-4/+1
2011-07-22loopback: Fix memory leak in tcm_loop_make_scsi_hba()Jesper Juhl1-9/+8
2011-07-22loopback: Remove duplicate scsi/scsi_tcq.h includeJesper Juhl1-1/+0
2011-07-22loopback: off by one in tcm_loop_make_naa_tpg()Dan Carpenter1-1/+1
2011-07-22target: merge release_cmd methodsChristoph Hellwig1-8/+4
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig1-11/+0
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover1-9/+2
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover1-34/+22
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover1-4/+4
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger1-1/+1
2011-06-24target: Fix incorrect strlen() NULL terminator checksDan Carpenter1-2/+2
2011-06-24target: Fix ERR_PTR dereferencing bugsDan Carpenter1-3/+6
2011-05-27[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger1-6/+6
2011-05-27[SCSI] target: Convert REPORT_LUNs to use int_to_scsilunNicholas Bellinger1-13/+0
2011-03-23[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric moduleNicholas Bellinger4-0/+1668