summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback/tcm_loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-201-5/+2Star
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-3/+2Star
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-2/+2
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-201-43/+23Star
|\ \ | |/ |/|
| * tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2014-12-021-43/+23Star
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-14/+1Star
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+2Star
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-16/+2Star
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-1/+1
* | scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-13/+1Star
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-16/+1Star
|/
* tcm_loop: Fixup tag handlingHannes Reinecke2014-10-031-15/+8Star
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-4/+2Star
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-1/+1
* tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger2014-06-271-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-131-3/+12
|\
| * TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2014-06-111-3/+12
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
|/
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-071-0/+4
* tcm_loop: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger2014-01-191-2/+10
* target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2014-01-181-1/+1
* drivers: target: Mark functions as static in tcm_loop.cRashika Kheria2014-01-101-4/+4
* tcm_loop: Implement target resetHannes Reinecke2013-10-171-0/+26
* tcm_loop: TCQ and command abort supportHannes Reinecke2013-10-171-4/+67
* tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke2013-10-171-33/+50
* tcm_loop: Implement transport offlineHannes Reinecke2013-10-171-1/+52
* tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Hannes Reinecke2013-10-161-1/+4
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-5/+5
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
* target: make queue_tm_rsp() return voidJoern Engel2013-07-081-2/+1Star
* tcm: switch to ->show_info()Al Viro2013-04-091-5/+4Star
* tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger2012-10-021-54/+8Star
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-6/+0Star
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-181-6/+0Star
* target: remove transport_generic_process_writeChristoph Hellwig2012-07-171-1/+1
* target: remove control CDB flagsChristoph Hellwig2012-07-171-5/+4Star
* target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-151-2/+2
* loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger2012-03-181-2/+1Star
* target: remove obvious warningsJörn Engel2012-03-161-2/+0Star
* target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-33/+0Star
* tcm_loop: Set residual field for SCSI commandsRoland Dreier2012-02-251-0/+6
* tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig2012-02-251-56/+56
* tcm_loop: defer all command submissions to workqueueChristoph Hellwig2012-02-251-40/+57
* tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig2012-02-251-88/+59Star
* target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-8/+5Star
* tcm_loop: bump max_sectorsChristoph Hellwig2011-12-141-4/+4
* target: remove useless castsJörn Engel2011-12-141-12/+6Star