[PATCH 0/8] [Target_Core_Mod/LIO-Target] v3.0 updates and bugfixes

From: Nicholas A. Bellinger
Date: Sat Dec 20 2008 - 17:59:34 EST


Greetings all,

Just a few updates and bugfixes for the generic engine and LIO-Target as
LIO-Target is being brought online using the v3.0 generic target core
infrastructure. They are made against against lio-core-2.6.git/master
and tested on v2.6.28-rc7. The lio-core-2.6.git tree can be found at:

http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=summary

drivers/lio-core/iscsi_target.c | 22 +++--
drivers/lio-core/iscsi_target_configfs.c | 2 -
drivers/lio-core/iscsi_target_login.c | 5 +-
drivers/lio-core/iscsi_target_tpg.c | 43 -----------
drivers/lio-core/iscsi_target_tpg.h | 2 -
drivers/lio-core/target_core_fabric_ops.h | 5 -
drivers/lio-core/target_core_tpg.c | 115 +++++++++++++++--------------
drivers/lio-core/target_core_transport.c | 19 +----
drivers/lio-core/target_core_transport.h | 3 +-
9 files changed, 78 insertions(+), 138 deletions(-)

[PATCH 1/8] [Target_Core_Mod]: Add EXPORT_SYMBOL() to transport_release_cmd_to_pool()
[PATCH 2/8] [LIO-Target]: Properly release se_cmd_t w/ CHECK_CONDITION exception during iSCSI session recovery
[PATCH 3/8] [Target_Core_Mod/LIO-Target]: Rename and update usage of transport_allocate_session()
[PATCH 4/8] [Target_Core_Mod]: Add transport_free_session()
[PATCH 5/8] [LIO-Target]: Add transport_free_session() in iscsi_target_login_thread() exception path
[PATCH 6/8] [Target_Core_Mod]: Reenable core_tpg_del_initiator_node_acl() and core_tpg_set_initiator_node_queue_depth()
[PATCH 7/8] [LIO-Target/ConfigFS]: Add lio_tpg_shutdown_session() and lio_tpg_close_session()
[PATCH 8/8] [LIO-Target]: Fix leakage of ISCSI_INIT_LOGOUT_CMND for CLOSESESSION or same CID CLOSECONNECTION cases

--nab

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/