summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: Cleanup unused target_core_base.h bitsChristoph Hellwig2011-10-243-4/+4
* loopback: Prevent uninitialized use of tl_tpg in tcm_loop_queuecommandNicholas Bellinger2011-10-241-0/+12
* target: Remove legacy + unused device active I/O shutdown codeNicholas Bellinger2011-10-241-218/+2Star
* target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger2011-10-242-12/+3Star
* iscsi-target: Remove SCF_SE_LUN_CMD flag abusesNicholas Bellinger2011-10-244-56/+28Star
* target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger2011-10-243-85/+50Star
* target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier2011-10-244-6/+7
* target: Make pscsi_create_virtdevice use ERR_CASTDan Carpenter2011-10-241-1/+1
* tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko2011-10-241-7/+5Star
* iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko2011-10-241-31/+3Star
* target: remove unused se_subsystem_api methodsChristoph Hellwig2011-10-241-30/+2Star
* target: cleanup pscsi request submissionChristoph Hellwig2011-10-242-174/+92Star
* target: cleanup iblock bio submissionChristoph Hellwig2011-10-242-136/+59Star
* target: simplify target_parse_naa_6h_vendor_specific()Andy Shevchenko2011-10-241-15/+14Star
* target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger2011-10-243-32/+20Star
* target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig2011-10-244-33/+22Star
* target: remove transport_generic_removeChristoph Hellwig2011-10-241-29/+15Star
* target: simplify transport_put_cmdChristoph Hellwig2011-10-241-41/+20Star
* target: simplify transport_generic_removeChristoph Hellwig2011-10-241-19/+14Star
* target: remove transport_free_se_cmdChristoph Hellwig2011-10-241-14/+11Star
* target: don't opencode transport_release_cmd in transport_release_fe_cmdChristoph Hellwig2011-10-241-2/+1Star
* target: remove transport_generic_handle_cdbChristoph Hellwig2011-10-241-20/+3Star
* iscsi-target: always call transport_handle_cdb_directChristoph Hellwig2011-10-241-1/+1
* tfm_fc: use transport_handle_cdb_directChristoph Hellwig2011-10-241-1/+1
* target: Prevent transport_send_task_abort when CHECK_CONDITION statusNicholas Bellinger2011-10-241-0/+9
* target: Fix transport_cmd_finish_abort queue removal bugNicholas Bellinger2011-10-241-2/+3
* target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_listNicholas Bellinger2011-10-241-0/+10
* target: Re-org of core_tmr_lun_resetNicholas Bellinger2011-10-241-72/+125
* target: Prevent cmd->se_queue_node double addRoland Dreier2011-10-242-17/+16Star
* target: Remove unneeded version.h includesJesper Juhl2011-10-1116-16/+0Star
* iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger2011-09-171-7/+15
* iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger2011-09-162-243/+7Star
* target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger2011-09-161-2/+33
* tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig2011-09-163-93/+16Star
* tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil2011-09-161-32/+30Star
* target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier2011-09-161-5/+4Star
* target: Convert acl_node_lock to be IRQ-disablingRoland Dreier2011-08-224-40/+40
* target: Make locking in transport_deregister_session() IRQ safeRoland Dreier2011-08-221-6/+7
* tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier2011-08-221-2/+0Star
* target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier2011-08-221-2/+2
* iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter2011-08-221-3/+1Star
* iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot2011-08-221-13/+3Star
* target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger2011-08-221-13/+21
* target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger2011-08-222-2/+33
* target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger2011-08-221-7/+8
* target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger2011-08-221-7/+7
* target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger2011-08-221-6/+8
* target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger2011-08-221-3/+3
* target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger2011-08-222-57/+73
* target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger2011-08-221-2/+8