mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: linux-scsi <linux-scsi@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Cc: "Linux-iSCSI.org Target Dev"  <linux-iscsi-target-dev@googlegroups.com>
Subject: [ANNOUNCE] TCM/LIO v4.0.0-rc7 for 2.6.38-rc2
Date: Mon, 24 Jan 2011 15:21:04 -0800	[thread overview]
Message-ID: <1295911264.24778.79.camel@haakon2.linux-iscsi.org> (raw)

Greetings all,

TCM/LIO v4.0.0-rc7 for 2.6.38-rc2 has been tagged and pushed into the
LIO upstream tree at @ lio-core-2.6.git/linus-38-rc2.  At this point
lio-core-2.6.git/linus-38-rc2 has been synced with mainline target code,
and the v4.0.0-rc7 PULL requests will be sent out shortly.

Thanks again to everyone who submitted patches and gave feedback this
round for LIO upstream code.  With these v4.0 changes headed into
mainline, the new lio-4.1 development tree will be starting shortly for
items tagged as 'for-39'.

Thanks!

--nab

Christoph Hellwig (2):
  target: do not include target_core_mib.h under include/target
  target: remove EXTRA_CFLAGS

Dan Carpenter (2):
  target: remove an unused variable
  target: unlock on error path in configfs

Fubo Chen (3):
  target: Drop nacl->device_list_lock on
    core_update_device_list_for_node failure
  target: Reaquire hba_lock + se_port_lock during se_clear_dev_ports
    continue
  target: Minor sparse warning fixes and annotations

Jesper Juhl (2):
  target/file: Fix memory leak in fd_set_configfs_dev_params().
  target: remove duplicate include target_core_device.h

Kiran Patil (3):
  TCM/LIO: Support for large FC offload (write exchange)
  ixgbe: Added support for receive offload in base driver for storage
    target.
  TCM/OpenFCoE : Added Large Send Offload

Nicholas Bellinger (25):
  tcm_fc: Clear frame_len before skipping to next frame
  Revert "tcm_fc: Clear frame_len before skipping to next frame"
  target: Add linux/blkdev.h include in target_core_base.h
  target: Add SCSI and BLOCK depends for TARGET_CORE
  target: Fix excessive stack usage
  target: Fix T_TASK(cmd)->t_task_cdb assignement breakage
  target: Add missing core_scsi3_put_pr_reg() for explict REGISTER key
    change
  target: Call transport_new_cmd_failure() while draining qobj_list
    during LUN_RESET
  target: Convert remaining usage of simple_strtoul -> strict_strtoul
  [SCSI] target: Add LIO target core v4.0.0-rc6
  target: iblock/pscsi claim checking for NULL instead of IS_ERR
  target: fix dubious one-bit signed bitfield
  target/iblock: Fix failed bd claim NULL pointer dereference
  iscsi: Fix OOPs in crypto_free_hash() exception path
  iscsi: select CRYPTO and CRYPTO_CRC32C* by default
  target/iblock: Fix memory leak in iblock_set_configfs_dev_params
  target: Fix memory leaks in
    target_core_dev_pr_store_attr_res_aptpl_metadata
  target: Fix demo-mode MappedLUN shutdown UA/PR breakage
  target: Release left-over demo-mode NodeACLs w/
    tfo->tpg_check_demo_mode_cache()=1
  target: Call missing list_del() for demo-mode MappedLUN disable
  target: Call proc_mkdir + remove_proc_entry with NULL parameter
  target: Convert backend ->create_virtdevice() call to return ERR_PTR
  target: Remove spurious double cast from structure macro accessors
  lio-core v4.0.0-rc7
  target core v4.0.0-rc7

Roland Dreier (2):
  target: Fix memory leak on error path
  target: Remove unneeded test of se_cmd

 drivers/target/Kconfig                           |    2 +
 drivers/target/Makefile                          |    1 -
 drivers/target/lio-target/Kconfig                |    3 +
 drivers/target/lio-target/iscsi_target_login.c   |    4 +-
 drivers/target/lio-target/iscsi_target_version.h |    2 +-
 drivers/target/target_core_configfs.c            |   56 ++++++++---
 drivers/target/target_core_device.c              |   51 +++++-----
 drivers/target/target_core_fabric_configfs.c     |   79 ++++++++---------
 drivers/target/target_core_fabric_lib.c          |    7 +-
 drivers/target/target_core_file.c                |   30 +++++--
 drivers/target/target_core_hba.c                 |    2 +-
 drivers/target/target_core_iblock.c              |   48 ++++++----
 drivers/target/target_core_mib.c                 |   20 ++++
 drivers/target/target_core_mib.h                 |    8 --
 drivers/target/target_core_pr.c                  |   59 ++++++------
 drivers/target/target_core_pscsi.c               |   45 +++++----
 drivers/target/target_core_pscsi.h               |    2 +-
 drivers/target/target_core_rd.c                  |   10 +-
 drivers/target/target_core_rd.h                  |    2 -
 drivers/target/target_core_scdb.c                |    2 +-
 drivers/target/target_core_tmr.c                 |   13 ++-
 drivers/target/target_core_tpg.c                 |   27 +++++-
 drivers/target/target_core_transport.c           |   68 +++++++-------
 drivers/target/tcm_fc/tcm_fc.h                   |    3 +
 drivers/target/tcm_fc/tfc_cmd.c                  |   33 ++++++-
 drivers/target/tcm_fc/tfc_conf.c                 |    4 +
 drivers/target/tcm_fc/tfc_io.c                   |  108 ++++++++++++++++++++--
 include/target/target_core_base.h                |   51 ++++++-----
 include/target/target_core_fabric_configfs.h     |    2 +-
 include/target/target_core_fabric_ops.h          |    2 +-
 include/target/target_core_transport.h           |    5 +
 31 files changed, 495 insertions(+), 254 deletions(-)



                 reply	other threads:[~2011-01-24 23:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1295911264.24778.79.camel@haakon2.linux-iscsi.org \
    --to=nab@linux-iscsi.org \
    --cc=linux-iscsi-target-dev@googlegroups.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®