public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] Open-FCoE Updates
@ 2009-02-06 18:55 Robert Love
  2009-02-06 18:55 ` [PATCH 01/17] libfc: fixed a read IO data integrity issue when a IO data frame lost Robert Love
                   ` (17 more replies)
  0 siblings, 18 replies; 23+ messages in thread
From: Robert Love @ 2009-02-06 18:55 UTC (permalink / raw)
  To: james.bottomley, linux-scsi

The following series implements bug fixes, adds a module param for runtime debug logging and cleans up some coding style issues. The top patch is a patch that was posted to linux-scsi on 01/04, but doesn't seem to have made it in yet.

This patch set is based on Linus' tree + the Open-FCoE patches submitted to linux-scsi on 01/21.

---

Robert Love (14):
      fcoe: Correct fcoe_transports initialization vs. registration
      fcoe: Use setup_timer() and mod_timer()
      libfc, fcoe: Remove unnecessary cast by removing inline wrapper
      libfc, fcoe: Cleanup function formatting and minor typos
      libfc, fcoe: Fix kerneldoc comments
      libfc: Cleanup libfc_function_template comments
      libfc: Logging review changes
      libfc: runtime debugging with debug_logging module parameter
      fcoe: Logging review changes
      fcoe: runtime debugging with debug_logging module parameter
      libfc: check for err when recv and state is incorrect
      libfc: rename rp to rdata in fc_disc_new_target()
      libfc: correct RPORT_TO_PRIV usage
      libfc: Don't violate transport template for rogue port creation

Roel Kluin (1):
      [SCSI] fcoe: fix kfree(skb)

Steve Ma (1):
      fcoe: exch mgr is freed while lport still retrying sequences

Vasu Dev (1):
      libfc: fixed a read IO data integrity issue when a IO data frame lost


 drivers/scsi/fcoe/fc_transport_fcoe.c |  174 ++++++++++-----------
 drivers/scsi/fcoe/fcoe.h              |   31 ++++
 drivers/scsi/fcoe/fcoe_sw.c           |   70 ++++----
 drivers/scsi/fcoe/libfcoe.c           |  267 ++++++++++++++++----------------
 drivers/scsi/libfc/fc_disc.c          |  154 +++++++++---------
 drivers/scsi/libfc/fc_exch.c          |   62 +++----
 drivers/scsi/libfc/fc_fcp.c           |  139 ++++++++---------
 drivers/scsi/libfc/fc_lport.c         |  278 ++++++++++++++++-----------------
 drivers/scsi/libfc/fc_rport.c         |  197 +++++++++++------------
 include/scsi/fc_encode.h              |    2 
 include/scsi/libfc.h                  |  167 +++++++++++++-------
 include/scsi/libfcoe.h                |    8 -
 12 files changed, 793 insertions(+), 756 deletions(-)
 create mode 100644 drivers/scsi/fcoe/fcoe.h

-- 
//Rob

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-03-02 22:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06 18:55 [PATCH 00/17] Open-FCoE Updates Robert Love
2009-02-06 18:55 ` [PATCH 01/17] libfc: fixed a read IO data integrity issue when a IO data frame lost Robert Love
2009-02-06 18:55 ` [PATCH 02/17] fcoe: exch mgr is freed while lport still retrying sequences Robert Love
2009-02-06 18:56 ` [PATCH 03/17] libfc: Don't violate transport template for rogue port creation Robert Love
2009-02-06 18:56 ` [PATCH 04/17] libfc: correct RPORT_TO_PRIV usage Robert Love
2009-02-06 18:56 ` [PATCH 05/17] libfc: rename rp to rdata in fc_disc_new_target() Robert Love
2009-02-06 18:56 ` [PATCH 06/17] libfc: check for err when recv and state is incorrect Robert Love
2009-02-06 18:56 ` [PATCH 07/17] fcoe: runtime debugging with debug_logging module parameter Robert Love
2009-02-06 18:56 ` [PATCH 08/17] fcoe: Logging review changes Robert Love
2009-02-06 18:56 ` [PATCH 09/17] libfc: runtime debugging with debug_logging module parameter Robert Love
2009-02-06 18:56 ` [PATCH 10/17] libfc: Logging review changes Robert Love
2009-02-06 18:56 ` [PATCH 11/17] libfc: Cleanup libfc_function_template comments Robert Love
2009-02-06 18:56 ` [PATCH 12/17] libfc, fcoe: Fix kerneldoc comments Robert Love
2009-02-06 18:56 ` [PATCH 13/17] libfc, fcoe: Cleanup function formatting and minor typos Robert Love
2009-02-06 18:57 ` [PATCH 14/17] libfc, fcoe: Remove unnecessary cast by removing inline wrapper Robert Love
2009-02-06 18:57 ` [PATCH 15/17] fcoe: Use setup_timer() and mod_timer() Robert Love
2009-02-06 18:57 ` [PATCH 16/17] fcoe: Correct fcoe_transports initialization vs. registration Robert Love
2009-02-06 18:57 ` [PATCH 17/17] [SCSI] fcoe: fix kfree(skb) Robert Love
2009-02-26  2:49 ` [PATCH 00/17] Open-FCoE Updates Mike Christie
2009-02-26 18:29   ` Robert Love
2009-02-26 19:05     ` James Bottomley
2009-02-26 19:54       ` Love, Robert W
2009-03-02 22:24       ` Love, Robert W

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox