public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@SteelEye.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [GIT PATCH] SCSI Bug fixes for 2.6.14-rc3
Date: Mon, 03 Oct 2005 09:41:55 -0500	[thread overview]
Message-ID: <1128350515.5733.4.camel@mulgrave> (raw)

This is the set of bugfixes (plus new drivers) I have pending.  The
aacraid update is the one that was delayed in review.

The update is here:

master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6.git

The short changelog is:

adam radford:
  o 3ware 9000: Add support for 9550SX controllers

Andrew Morton:
  o lpfc build fix

Andrew Vasquez:
  o qla2xxx: fix remote port timeout with qla2xxx driver

Christoph Hellwig:
  o sas: fix remote phy removal

James Bottomley:
  o Legacy MegaRAID: Fix READ CAPACITY
  o aic7xxx/aic79xx: fix module removal path not to panic
  o fix potential panic with proc on module removal
  o allow REPORT LUN scanning even for LUN 0 PQ of 3

Mark Haverkamp:
  o aacraid: remove aac_insert_entry
  o aacraid: fib size math fix
  o aacraid: initialization timeout
  o aacraid: error return checking
  o aacraid: handle AIF hotplug events (update)
  o aacraid: aacraid: AIF preallocation (update)
  o aacraid: Greater than 2TB capacity support

Sreenivas Bagalkote:
  o MegaRAID SAS RAID: new driver

And the diffstat

 drivers/scsi/3w-9xxx.c                 |   55 
 drivers/scsi/3w-9xxx.h                 |   17 
 drivers/scsi/Makefile                  |    1 
 drivers/scsi/aacraid/aachba.c          |  283 ++-
 drivers/scsi/aacraid/aacraid.h         |   17 
 drivers/scsi/aacraid/comminit.c        |   17 
 drivers/scsi/aacraid/commsup.c         |  581 +++++-
 drivers/scsi/aacraid/linit.c           |   12 
 drivers/scsi/aic7xxx/aic7770_osm.c     |    3 
 drivers/scsi/aic7xxx/aic79xx_osm.c     |    8 
 drivers/scsi/aic7xxx/aic79xx_osm_pci.c |    3 
 drivers/scsi/aic7xxx/aic7xxx_osm.c     |    8 
 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c |    3 
 drivers/scsi/hosts.c                   |    2 
 drivers/scsi/lpfc/lpfc_attr.c          |    8 
 drivers/scsi/lpfc/lpfc_hbadisc.c       |    4 
 drivers/scsi/lpfc/lpfc_hw.h            |    4 
 drivers/scsi/lpfc/lpfc_init.c          |    6 
 drivers/scsi/megaraid.c                |   68 
 drivers/scsi/megaraid/Kconfig.megaraid |    9 
 drivers/scsi/megaraid/Makefile         |    1 
 drivers/scsi/megaraid/megaraid_sas.c   | 2805 +++++++++++++++++++++++++++++++++
 drivers/scsi/megaraid/megaraid_sas.h   | 1142 +++++++++++++
 drivers/scsi/qla2xxx/qla_rscn.c        |    2 
 drivers/scsi/scsi_scan.c               |   96 -
 drivers/scsi/scsi_transport_sas.c      |    9 
 include/linux/pci_ids.h                |    2 
 include/scsi/scsi_device.h             |    1 
 28 files changed, 4858 insertions(+), 309 deletions(-)

James



                 reply	other threads:[~2005-10-03 14:42 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=1128350515.5733.4.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=torvalds@osdl.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