summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
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 ba...Christoph 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
2011-08-22target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier1-2/+2
2011-08-22iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter1-3/+1
2011-08-22iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot1-13/+3
2011-08-22target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger1-13/+21
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger2-2/+33
2011-08-22target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger1-7/+8
2011-08-22target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger1-7/+7
2011-08-22target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger1-6/+8
2011-08-22target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger1-3/+3
2011-08-22target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger2-57/+73
2011-08-22target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger1-2/+8
2011-08-22iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()Dan Carpenter1-1/+1
2011-08-22iscsi-target: remove duplicate returnDan Carpenter1-1/+0
2011-08-22target: Convert target_core_rd.c to use use BUG_ONJulia Lawall1-16/+8
2011-08-22iscsi-target: Fix leak on failure in iscsi_copy_param_list()Jesper Juhl1-27/+16
2011-08-22target: Use ERR_CAST inlined functionThomas Meyer2-3/+3
2011-08-22target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger3-6/+21
2011-08-17target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTEDNicholas Bellinger1-0/+7
2011-08-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds8-59/+121
2011-08-03tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil3-49/+78
2011-07-30target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger1-2/+29
2011-07-28target: iscsi_target depends on NETRandy Dunlap1-0/+1
2011-07-28target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger1-1/+1
2011-07-27iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger1-1/+6