From: Robert Love <robert.w.love@intel.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 00/12] libfc, libfcoe and fcoe updates for scsi-misc
Date: Fri, 10 Feb 2012 17:17:54 -0800 [thread overview]
Message-ID: <20120211011754.7668.51489.stgit@localhost6.localdomain6> (raw)
This series contains a variety of fixes and general
improvements to the libfc, libfcoe and fcoe kernel
modules.
Note that this series resends Neerav Parikh's FDMI
feature patch series that was previously posted to
linux-scsi. It's a FC/FCoE feature, so I put it in
my tree to make sure I keep track of it. If I should
resend this series without it, please let me know,
I would be happy to do so.
Aside from the contributors own testing I ran
basic tests against this series on scsi-misc on
the day of this posting.
---
Bhanu Prakash Gollapudi (2):
libfc: Fix panic in fc_exch_recv
libfc: Handle discovery failure during ctlr link down
Neerav Parikh (6):
scsi_transport_fc: Add FDMI host attributes
scsi_transport_fc: Getting FC Port Speed in sync with FC-GS
libfc: Make the libfc Common Transport(CT) code generic
libfc: Add support for FDMI
fcoe: Add support for FDMI in fcoe
fcoe: Allow exposing FDMI attributes via sysfs
Robert Love (4):
libfcoe: Don't KERN_ERR on netdev notification
fcoe: Rename out_nomod label to out_putmod
fcoe: Do not switch context in vport_delete callback
fcoe: Remove reference counting on 'stuct fcoe_interface'
drivers/scsi/fcoe/fcoe.c | 159 ++++++++++------
drivers/scsi/fcoe/fcoe.h | 3
drivers/scsi/fcoe/fcoe_transport.c | 4
drivers/scsi/libfc/fc_disc.c | 7 +
drivers/scsi/libfc/fc_elsct.c | 3
drivers/scsi/libfc/fc_exch.c | 7 -
drivers/scsi/libfc/fc_lport.c | 227 ++++++++++++++++++++++-
drivers/scsi/scsi_transport_fc.c | 30 +++
include/scsi/fc/fc_ms.h | 213 +++++++++++++++++++++
include/scsi/fc_encode.h | 363 +++++++++++++++++++++++++++++++++++-
include/scsi/libfc.h | 11 +
include/scsi/scsi_transport_fc.h | 32 +++
12 files changed, 976 insertions(+), 83 deletions(-)
create mode 100644 include/scsi/fc/fc_ms.h
--
Thanks, //Rob
next reply other threads:[~2012-02-11 1:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-11 1:17 Robert Love [this message]
2012-02-11 1:17 ` [PATCH 01/12] libfcoe: Don't KERN_ERR on netdev notification Robert Love
2012-02-11 1:18 ` [PATCH 02/12] scsi_transport_fc: Add FDMI host attributes Robert Love
2012-02-11 1:18 ` [PATCH 03/12] scsi_transport_fc: Getting FC Port Speed in sync with FC-GS Robert Love
2012-02-11 1:18 ` [PATCH 04/12] libfc: Make the libfc Common Transport(CT) code generic Robert Love
2012-02-11 1:18 ` [PATCH 05/12] libfc: Add support for FDMI Robert Love
2012-02-11 1:18 ` [PATCH 06/12] fcoe: Add support for FDMI in fcoe Robert Love
2012-02-11 1:18 ` [PATCH 07/12] fcoe: Allow exposing FDMI attributes via sysfs Robert Love
2012-02-11 1:18 ` [PATCH 08/12] fcoe: Rename out_nomod label to out_putmod Robert Love
2012-02-11 1:18 ` [PATCH 09/12] fcoe: Do not switch context in vport_delete callback Robert Love
2012-02-11 1:18 ` [PATCH 10/12] fcoe: Remove reference counting on 'stuct fcoe_interface' Robert Love
2012-02-11 1:18 ` [PATCH 11/12] libfc: Fix panic in fc_exch_recv Robert Love
2012-02-11 1:18 ` [PATCH 12/12] libfc: Handle discovery failure during ctlr link down Robert Love
-- strict thread matches above, loose matches on Subject: below --
2011-06-20 23:30 [PATCH 00/12] libfc, libfcoe and fcoe updates for scsi-misc Robert Love
2011-06-20 23:55 ` Love, Robert W
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=20120211011754.7668.51489.stgit@localhost6.localdomain6 \
--to=robert.w.love@intel.com \
--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;
as well as URLs for NNTP newsgroup(s).