From: Alex Aizman <itn780@yahoo.com>
To: James Bottomley <James.Bottomley@SteelEye.com>
Cc: "David S. Miller" <davem@davemloft.net>,
SCSI Mailing List <linux-scsi@vger.kernel.org>,
Christoph Hellwig <hch@lst.de>
Subject: [ANNOUNCE 0/7] open-iscsi/linux-iscsi-5 Initiator
Date: Thu, 04 Aug 2005 19:29:28 -0700 [thread overview]
Message-ID: <42F2CF08.6050407@yahoo.com> (raw)
Open-iSCSI/Linux-iSCSI-5 Initiator: Data Path and Transport Class
==========================================
This submission contains 7 patches for 2.6.13 (today's git repository). The same
7 patches can be downloaded at:
http://www.open-iscsi.org/bits/submission-08042005/
This submission corresponds to Open-iSCSI r389 in the SVN repository.
The entire Initiator source, including control plane and tools, is available at:
http://www.open-iscsi.org/index.html#download
Major Changes since the previous (06/01/2005) submission,
also available at http://lkml.org/lkml/2005/6/1/279
==================================
* Made it work with 2.6.13
* Fixed corner case in Data-In processing
* Internally reviewed and cleaned up the code
* Added IPv6 support
Thanks
======
Many people contributed to testing *and* development. In particular, special
thanks to: Zhenyu Wang, Fujita Tomonori, Ming Zhang, Albert (pauw@o2.ie), Arne
Redlich.
Changelog
========
* Zhenyu Wang: kmap_atomic lockup fix
* Included Mike Christie in Copyright
* Zhenyu Wang: support iSCSI Data Digest
* Fujita Tomonori: improve str_to_ipport() for handling IPv6 address
* Fujita Tomonori: remove discovery_file() (hack/obsolete)
* Fujita Tomonori: added IPv6 support (user land)
* SN checking: added check_assign_cmdsn(), better checking and wrap around
* updated backward-compile-2.6.12 patch
* Mike: support multiple LUNs via new API in 2.6.13
* Fujita Tomonori, Arne Redlich: corruption when processing Data-Ins at non
page-aligned offsets
* Mike: 2.6.13 will not hold the host lock when calling eh callouts
* fix for XFS: sendpage() only if page refcounted, otherwise kernel_sendmsg().
Patches
=====
1. open-iscsi-tcp.c.patch - drivers/scsi/iscsi_tcp.c, iscsi data path.
This is ~3600 lines 96K file. If it does not make it through via e-mail, the
exact same patch along with the rest 6 can be downloaded at
http://www.open-iscsi.org/bits/submission-08042005/
2. open-iscsi-tcp.h.patch - drivers/scsi/iscsi_tcp.h, header file.
3. open-iscsi-headers.patch - common header files:
- iscsi_if.h (user/kernel #defines and user/kernel events);
- iscsi_proto.h (RFC3720 #defines and types);
- scsi_transport_iscsi.h (transport API, transport #defines and types).
4. open-iscsi-netlink.patch - include/linux/netlink.h changes (added new
protocol NETLINK_ISCSI).
5. open-iscsi-Makefile.patch - drivers/scsi/Makefile changes.
6. open-iscsi-transport.patch - new iscsi transport class
(drivers/scsi/scsi_transport_iscsi.c).
7. open-iscsi-Kconfig.patch - drivers/scsi/Kconfig changes.
Thanks,
Linux-iscsi Team
reply other threads:[~2005-08-05 2:29 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=42F2CF08.6050407@yahoo.com \
--to=itn780@yahoo.com \
--cc=James.Bottomley@SteelEye.com \
--cc=davem@davemloft.net \
--cc=hch@lst.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.