summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
AgeCommit message (Expand)AuthorLines
2014-07-17scsi: use 64-bit LUNsHannes Reinecke-1/+1
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger-0/+1
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-3/+12
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg-3/+12
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger-0/+6
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg-0/+4
2014-01-19tcm_loop: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger-2/+10
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger-1/+1
2014-01-09drivers: target: Mark functions as static in tcm_loop.cRashika Kheria-4/+4
2013-10-16tcm_loop: Implement target resetHannes Reinecke-0/+26
2013-10-16tcm_loop: TCQ and command abort supportHannes Reinecke-4/+69
2013-10-16tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke-33/+50
2013-10-16tcm_loop: Implement transport offlineHannes Reinecke-1/+56
2013-10-16tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Hannes Reinecke-1/+4
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover-5/+5
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger-1/+1
2013-07-07target: make queue_tm_rsp() return voidJoern Engel-2/+1
2013-04-09tcm: switch to ->show_info()Al Viro-5/+4
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig-1/+0
2012-10-02tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger-54/+8
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier-6/+0
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig-1/+1
2012-07-16target: remove control CDB flagsChristoph Hellwig-5/+4
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover-2/+2
2012-03-17loopback: Fix transport_generic_allocate_tasks error handlingNicholas Bellinger-2/+1
2012-03-15target: remove obvious warningsJörn Engel-2/+0
2012-03-10target: Bump core version to v4.1.0-rc2-ml + fabric versionsNicholas Bellinger-1/+1
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger-33/+0
2012-02-25tcm_loop: Set residual field for SCSI commandsRoland Dreier-0/+6
2012-02-25tcm_loop: switch to using transport_handle_cdb_directChristoph Hellwig-56/+56
2012-02-25tcm_loop: defer all command submissions to workqueueChristoph Hellwig-41/+58
2012-02-25tcm_loop: kill tcm_loop_allocate_core_cmdChristoph Hellwig-88/+59
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover-8/+5
2011-12-14tcm_loop: bump max_sectorsChristoph Hellwig-14/+5
2011-12-14target: remove useless castsJörn Engel-12/+6
2011-12-14target: header reshuffle, part2Christoph Hellwig-6/+1
2011-12-06target: remove the t_tasks_bidi se_cmd fieldChristoph Hellwig-5/+3
2011-12-06target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger-5/+4
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger-21/+3
2011-11-02target: Make TFO->check_stop_free return free statusNicholas Bellinger-2/+3
2011-10-26tcm_loop: Add explict read buffer memset for SCF_SCSI_CONTROL_SG_IO_CDBNicholas Bellinger-0/+18
2011-10-24loopback: Prevent uninitialized use of tl_tpg in tcm_loop_queuecommandNicholas Bellinger-0/+12
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier-1/+1
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig-2/+2
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover-59/+47
2011-07-22target: Eliminate usage of struct se_memAndy Grover-4/+1
2011-07-22loopback: Fix memory leak in tcm_loop_make_scsi_hba()Jesper Juhl-9/+8