aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-24target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger1-0/+20
2011-10-24target: remove the ->transport_split_cdb callback in se_cmdChristoph Hellwig5-130/+36
2011-10-24target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig3-31/+18
2011-10-24target: make the ->get_cdb method optionalChristoph Hellwig7-48/+15
2011-10-24target: Remove unnecessary se_task membersChristoph Hellwig2-40/+26
2011-10-24target: make more use of the task_flags field in se_taskChristoph Hellwig2-37/+36
2011-10-24target: Cleanup unused se_task bitsChristoph Hellwig5-35/+27
2011-10-24target: Cleanup unused target_core_base.h bitsChristoph Hellwig3-4/+4
2011-10-24loopback: Prevent uninitialized use of tl_tpg in tcm_loop_queuecommandNicholas Bellinger1-0/+12
2011-10-24target: Remove legacy + unused device active I/O shutdown codeNicholas Bellinger1-218/+2
2011-10-24target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger2-12/+3
2011-10-24iscsi-target: Remove SCF_SE_LUN_CMD flag abusesNicholas Bellinger4-56/+28
2011-10-24target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger3-85/+50
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier4-6/+7
2011-10-24target: Make pscsi_create_virtdevice use ERR_CASTDan Carpenter1-1/+1
2011-10-24tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko1-7/+5
2011-10-24iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko1-31/+3
2011-10-24target: remove unused se_subsystem_api methodsChristoph Hellwig1-30/+2
2011-10-24target: cleanup pscsi request submissionChristoph Hellwig2-174/+92
2011-10-24target: cleanup iblock bio submissionChristoph Hellwig2-136/+59
2011-10-24target: simplify target_parse_naa_6h_vendor_specific()Andy Shevchenko1-15/+14
2011-10-24target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger3-32/+20
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig4-33/+22
2011-10-24target: remove transport_generic_removeChristoph Hellwig1-29/+15
2011-10-24target: simplify transport_put_cmdChristoph Hellwig1-41/+20
2011-10-24target: simplify transport_generic_removeChristoph Hellwig1-19/+14
2011-10-24target: remove transport_free_se_cmdChristoph Hellwig1-14/+11
2011-10-24target: don't opencode transport_release_cmd in transport_release_fe_cmdChristoph Hellwig1-2/+1
2011-10-24target: remove transport_generic_handle_cdbChristoph Hellwig1-20/+3
2011-10-24iscsi-target: always call transport_handle_cdb_directChristoph Hellwig1-1/+1
2011-10-24tfm_fc: use transport_handle_cdb_directChristoph Hellwig1-1/+1
2011-10-24target: Prevent transport_send_task_abort when CHECK_CONDITION statusNicholas Bellinger1-0/+9
2011-10-24target: Fix transport_cmd_finish_abort queue removal bugNicholas Bellinger1-2/+3
2011-10-24target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_listNicholas Bellinger1-0/+10
2011-10-24target: Re-org of core_tmr_lun_resetNicholas Bellinger1-72/+125
2011-10-24target: Prevent cmd->se_queue_node double addRoland Dreier2-17/+16
2011-10-11target: Remove unneeded version.h includesJesper Juhl16-16/+0
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches2-2/+2
2011-09-21target: check hex2bin resultMimi Zohar1-3/+9
2011-09-16iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger1-7/+15
2011-09-16iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger2-243/+7
2011-09-16target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger1-2/+33
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event based mechanismChristoph Hellwig3-93/+16
2011-09-16tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil1-32/+30
2011-09-16target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier1-5/+4
2011-09-15Merge branch 'master' into for-nextJiri Kosina52-226/+22438
2011-09-15Remove unneeded version.h includes from drivers/target/Jesper Juhl16-16/+0
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier4-40/+40
2011-08-22target: Make locking in transport_deregister_session() IRQ safeRoland Dreier1-6/+7
2011-08-22tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier1-2/+0