aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback (follow)
AgeCommit message (Expand)AuthorFilesLines
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