summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
AgeCommit message (Expand)AuthorLines
2024-02-05scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere-1/+1
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie-1/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+2
2023-03-24scsi: target: tcm_loop: Remove redundant driver match functionLizhe-7/+0
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen-1/+1
2023-03-24scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche-1/+1
2023-03-16scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov-41/+0
2022-11-17scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang-1/+2
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche-2/+2
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+4
2021-08-11scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-2/+2
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King-2/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke-1/+0
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie-17/+6
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie-11/+8
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie-1/+2
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie-12/+10
2020-11-04scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settableMike Christie-2/+12
2020-05-11scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser-21/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig-15/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche-6/+0
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig-1/+1
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp-6/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10/+5
2018-08-07target/loop: depend on SCSIChristoph Hellwig-0/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie-1/+1
2018-07-02scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche-4/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche-4/+2
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche-1/+1
2018-01-12target: tcm_loop: Use seq_puts() in tcm_loop_show_info()Markus Elfring-1/+1
2018-01-12target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...Markus Elfring-1/+0
2018-01-12target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...Markus Elfring-2/+2
2018-01-12target: tcm_loop: Combine substrings for 26 messagesMarkus Elfring-68/+52
2018-01-12target: tcm_loop: Improve a size determination in two functionsMarkus Elfring-2/+2
2018-01-12target: tcm_loop: Delete an error message for a failed memory allocation in f...Markus Elfring-10/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-06target/tcm_loop: Make TMF processing slightly fasterBart Van Assche-16/+9
2017-07-06target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche-29/+3
2017-07-06target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche-10/+5
2017-07-06target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche-19/+10
2016-12-09target: Minimize #include directivesBart Van Assche-0/+4
2016-05-10target: make close_session optionalChristoph Hellwig-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig-6/+0
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig-28/+18
2015-11-29tcm_loop: Show address of tpg in configfsSheng Yang-0/+14
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0