summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
...
| * drivers/target: Add export.h to files as required.Paul Gortmaker2011-10-312-0/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-11-061-5/+6
|\ \ | |/ |/|
| * iscsi-target: Fix non-immediate TMR handlingNicholas Bellinger2011-11-021-4/+3
| * iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmdNicholas Bellinger2011-11-021-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ | |/ |/|
| * treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
* | target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-242-3/+2
* | target: Cleanup unused target_core_base.h bitsChristoph Hellwig2011-10-242-1/+4
* | iscsi-target: Remove SCF_SE_LUN_CMD flag abusesNicholas Bellinger2011-10-244-56/+28
* | target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger2011-10-242-36/+17
* | target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier2011-10-241-1/+2
* | iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko2011-10-241-31/+3
* | target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger2011-10-242-10/+9
* | target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig2011-10-241-1/+1
* | iscsi-target: always call transport_handle_cdb_directChristoph Hellwig2011-10-241-1/+1
* | iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger2011-09-161-7/+15
* | iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger2011-09-162-243/+7
|/
* iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter2011-08-221-3/+1
* iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot2011-08-221-13/+3
* iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()Dan Carpenter2011-08-221-1/+1
* iscsi-target: remove duplicate returnDan Carpenter2011-08-221-1/+0
* iscsi-target: Fix leak on failure in iscsi_copy_param_list()Jesper Juhl2011-08-221-27/+16
* target: Use ERR_CAST inlined functionThomas Meyer2011-08-221-2/+2
* target: iscsi_target depends on NETRandy Dunlap2011-07-281-0/+1
* iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger2011-07-271-1/+6
* iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger2011-07-271-1/+1
* iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger2011-07-271-3/+3
* iscsi-target: strlen() doesn't count the terminatorDan Carpenter2011-07-271-1/+1
* iscsi-target: Fix NULL dereference on allocation failureDan Carpenter2011-07-271-1/+1
* iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-2639-0/+22097