All of lore.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: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [BK PATCH] SCSI updates for 2.6.12-rc1
Date: Wed, 30 Mar 2005 14:42:46 -0600	[thread overview]
Message-ID: <1112215366.5452.26.camel@mulgrave> (raw)

This is the first batch of -rc patches.  I have other patches pending
that I'm going to sort into the -rc patches and the post -rc ones.

The patch is available here:

bk://linux-scsi.bkbits.net/scsi-for-linus-2.6

The short changelog is:

adam radford:
  o 3ware 9000 driver update

Adrian Bunk:
  o drivers/scsi/osst.c: remove unused code
  o drivers/scsi/osst.c: make code static

Alan Cox:
  o atp870u DMA mask fix
  o atp870u: Re-merge cleanups

Alan Stern:
  o Add a scsi_device flag for RETRY_HWERROR

Eric Moore:
  o Make Fusion-MPT much faster as module

James Bottomley:
  o Fix SCSI internal requests hang
  o 3ware driver update
  o 53c700: Alter interrupt assignment
  o SCSI: Re-export code incorrectly made static
  o ncr53c8xx: Fix small problem with initial negotiation
  o Q720: fix compile warning
  o fix breakage in the SCSI generic tag code

Jens Axboe:
  o queue <-> sdev reference counting problem

Mark Haverkamp:
  o aacraid: endian cleanup

Matthew Wilcox:
  o Fix small bug in scsi_transport_spi
  o ncr53c8xx update
  o Zalon updates
  o Misc Lasi 700 fixes

Mike Christie:
  o fix fc class work queue usage
  o rm unused scan delay var

Randy Dunlap:
  o scsi_sysfs: use NULL instead of 0


The diffstat is:

 drivers/message/fusion/mptbase.h  |    4 
 drivers/message/fusion/mptscsih.c |   92 +++---
 drivers/message/fusion/mptscsih.h |    8 
 drivers/scsi/3w-9xxx.c            |  516 +++++++++++++++++++-------------------
 drivers/scsi/3w-9xxx.h            |   88 ++----
 drivers/scsi/3w-xxxx.c            |  366 ++++++++++++--------------
 drivers/scsi/3w-xxxx.h            |    3 
 drivers/scsi/53c700.c             |   25 -
 drivers/scsi/53c700.h             |    4 
 drivers/scsi/NCR_D700.c           |   41 ++-
 drivers/scsi/NCR_Q720.c           |    2 
 drivers/scsi/aacraid/aachba.c     |  149 ++++++----
 drivers/scsi/aacraid/aacraid.h    |  191 +++++++-------
 drivers/scsi/aacraid/commctrl.c   |   12 
 drivers/scsi/aacraid/comminit.c   |    2 
 drivers/scsi/aacraid/commsup.c    |   25 -
 drivers/scsi/aacraid/rkt.c        |   21 -
 drivers/scsi/aacraid/rx.c         |   18 -
 drivers/scsi/aacraid/sa.c         |   28 --
 drivers/scsi/atp870u.c            |  341 ++++++++++++++++---------
 drivers/scsi/hosts.c              |   17 +
 drivers/scsi/lasi700.c            |   17 -
 drivers/scsi/ncr53c8xx.c          |  508 +++++++++++++++----------------------
 drivers/scsi/osst.c               |    7 
 drivers/scsi/scsi_error.c         |    6 
 drivers/scsi/scsi_lib.c           |   36 ++
 drivers/scsi/scsi_scan.c          |    3 
 drivers/scsi/scsi_sysfs.c         |   22 -
 drivers/scsi/scsi_transport_fc.c  |    8 
 drivers/scsi/scsi_transport_spi.c |    9 
 drivers/scsi/sim710.c             |   12 
 drivers/scsi/sym53c8xx_defs.h     |   54 +--
 drivers/scsi/zalon.c              |   23 -
 include/scsi/scsi_device.h        |    1 
 include/scsi/scsi_host.h          |    1 
 include/scsi/scsi_transport_fc.h  |    3 
 36 files changed, 1367 insertions(+), 1296 deletions(-)

James



                 reply	other threads:[~2005-03-30 20: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=1112215366.5452.26.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 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.