summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorLines
2011-12-06iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger-2/+4
2011-12-06target: remove unused struct fieldsJörn Engel-2/+0
2011-12-06iscsi-target: Use kmemdup rather than duplicating its implementationThomas Meyer-6/+3
2011-12-06iscsi-target: Add missing F_BIT for iscsi_tm_rspNicholas Bellinger-0/+1
2011-12-06iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_countNicholas Bellinger-5/+6
2011-12-06iscsi-target: Fix sess allocation leak in iscsi_login_zero_tsih_s1Nicholas Bellinger-5/+8
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger-9/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+3
2011-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-5/+6
2011-11-02iscsi-target: Fix non-immediate TMR handlingNicholas Bellinger-4/+3
2011-11-02iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmdNicholas Bellinger-1/+3
2011-10-31drivers/target: Add module.h to drivers/target files as required.Paul Gortmaker-0/+1
2011-10-31drivers/target: Add export.h to files as required.Paul Gortmaker-0/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-10-24target: Fix incorrect transport_sent usageNicholas Bellinger-3/+2
2011-10-24target: Cleanup unused target_core_base.h bitsChristoph Hellwig-1/+4
2011-10-24iscsi-target: Remove SCF_SE_LUN_CMD flag abusesNicholas Bellinger-56/+28
2011-10-24target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger-36/+17
2011-10-24target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier-1/+2
2011-10-24iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko-31/+3
2011-10-24target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger-10/+9
2011-10-24target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig-1/+1
2011-10-24iscsi-target: always call transport_handle_cdb_directChristoph Hellwig-1/+1
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches-1/+1
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-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-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-22iscsi-target: Fix leak on failure in iscsi_copy_param_list()Jesper Juhl-27/+16
2011-08-22target: Use ERR_CAST inlined functionThomas Meyer-2/+2
2011-07-28target: iscsi_target depends on NETRandy Dunlap-0/+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-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger-0/+22097