summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2011-09-16iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger-7/+15
2011-09-16iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger-243/+7
2011-09-16target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger-2/+33
2011-09-16tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig-93/+16
2011-09-16tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil-32/+30
2011-09-16target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier-5/+4
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier-40/+40
2011-08-22target: Make locking in transport_deregister_session() IRQ safeRoland Dreier-6/+7
2011-08-22tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier-2/+0
2011-08-22target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier-2/+2
2011-08-22iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter-3/+1
2011-08-22iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot-13/+3
2011-08-22target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger-13/+21
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger-2/+33
2011-08-22target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger-7/+8
2011-08-22target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger-7/+7
2011-08-22target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger-6/+8
2011-08-22target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger-3/+3
2011-08-22target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger-57/+73
2011-08-22target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger-2/+8
2011-08-22iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()Dan Carpenter-1/+1
2011-08-22iscsi-target: remove duplicate returnDan Carpenter-1/+0
2011-08-22target: Convert target_core_rd.c to use use BUG_ONJulia Lawall-16/+8
2011-08-22iscsi-target: Fix leak on failure in iscsi_copy_param_list()Jesper Juhl-27/+16
2011-08-22target: Use ERR_CAST inlined functionThomas Meyer-3/+3
2011-08-22target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger-6/+21
2011-08-17target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTEDNicholas Bellinger-0/+7
2011-08-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-59/+121
2011-08-03tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil-49/+78
2011-07-30target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger-2/+29
2011-07-28target: iscsi_target depends on NETRandy Dunlap-0/+1
2011-07-28target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger-1/+1
2011-07-27iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger-1/+6
2011-07-27iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger-1/+1
2011-07-27iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger-3/+3
2011-07-27iscsi-target: strlen() doesn't count the terminatorDan Carpenter-1/+1
2011-07-27iscsi-target: Fix NULL dereference on allocation failureDan Carpenter-1/+1
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-5/+22102
2011-07-26target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger-4/+3
2011-07-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger-1/+22099
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+0
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-7/+19
2011-07-22target: remove custom hex2bin() implementationAndy Shevchenko-50/+11
2011-07-22target: fix typo Assoication -> AssociationAndy Shevchenko-6/+6
2011-07-22target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger-1/+47
2011-07-22target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGNicholas Bellinger-27/+36
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover-2037/+1385
2011-07-22target: Eliminate usage of struct se_memAndy Grover-780/+307
2011-07-22target: Pass 2nd param of transport_split_cdb by valueAndy Grover-17/+16
2011-07-22target: Enforce 1 page max for control cdb buffer sizesAndy Grover-0/+5