summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Allow userspace to request direct submissionsMike Christie2023-10-131-1/+1
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+2
* scsi: target: tcm_loop: Remove redundant driver match functionLizhe2023-03-241-7/+0
* Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-1/+1
|\
| * scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* | scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-41/+0
|/
* scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang2022-11-171-1/+2
* scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-4/+4
|\
| * scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+2
| * scsi: target: Remove redundant assignment to variable retColin Ian King2021-07-271-2/+2
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+2
|/
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-1/+0
* scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2021-03-042-17/+6
* scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie2021-03-041-11/+8
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+2
* scsi: target: tcm_loop: Convert to new submission APIMike Christie2021-03-041-12/+10
* scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settableMike Christie2020-11-041-2/+12
* scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser2020-05-111-21/+15
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-051-15/+0
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-6/+0
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-10/+5
|\
| * 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/+1
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-4/+2
* | 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-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
* 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-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-062-10/+5
* target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2017-07-062-19/+10
* target: Minimize #include directivesBart Van Assche2016-12-091-0/+4
* 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