summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier
2011-10-24target: Make pscsi_create_virtdevice use ERR_CASTDan Carpenter
2011-10-24tcm_fc: remove custom hex_to_bin in ft_parse_wwnAndy Shevchenko
2011-10-24iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko
2011-10-24target: remove unused se_subsystem_api methodsChristoph Hellwig
2011-10-24target: cleanup pscsi request submissionChristoph Hellwig
2011-10-24target: cleanup iblock bio submissionChristoph Hellwig
2011-10-24target: simplify target_parse_naa_6h_vendor_specific()Andy Shevchenko
2011-10-24target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig
2011-10-24target: remove transport_generic_removeChristoph Hellwig
2011-10-24target: simplify transport_put_cmdChristoph Hellwig
2011-10-24target: simplify transport_generic_removeChristoph Hellwig
2011-10-24target: remove transport_free_se_cmdChristoph Hellwig
2011-10-24target: don't opencode transport_release_cmd in transport_release_fe_cmdChristoph Hellwig
2011-10-24target: remove transport_generic_handle_cdbChristoph Hellwig
2011-10-24iscsi-target: always call transport_handle_cdb_directChristoph Hellwig
2011-10-24tfm_fc: use transport_handle_cdb_directChristoph Hellwig
2011-10-24target: Prevent transport_send_task_abort when CHECK_CONDITION statusNicholas Bellinger
2011-10-24target: Fix transport_cmd_finish_abort queue removal bugNicholas Bellinger
2011-10-24target: Prevent TRANSPORT_FREE_CMD_INTR processing in core_tmr_drain_cmd_listNicholas Bellinger
2011-10-24target: Re-org of core_tmr_lun_resetNicholas Bellinger
2011-10-24target: Prevent cmd->se_queue_node double addRoland Dreier
2011-10-11target: Remove unneeded version.h includesJesper Juhl
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches
2011-09-21target: check hex2bin resultMimi Zohar
2011-09-16iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger
2011-09-16iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger
2011-09-16target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig
2011-09-16tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil
2011-09-16target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15Remove unneeded version.h includes from drivers/target/Jesper Juhl
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier
2011-08-22target: Make locking in transport_deregister_session() IRQ safeRoland Dreier
2011-08-22tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier
2011-08-22target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier
2011-08-22iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter
2011-08-22iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot
2011-08-22target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger
2011-08-22target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger
2011-08-22target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger
2011-08-22target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger
2011-08-22target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger
2011-08-22target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger
2011-08-22target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger
2011-08-22iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()Dan Carpenter
2011-08-22iscsi-target: remove duplicate returnDan Carpenter