From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-scsi <linux-scsi@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PATCH] another tranche of SCSI updates for 2.6.26
Date: Sun, 27 Apr 2008 13:14:36 -0500 [thread overview]
Message-ID: <1209320076.3801.26.camel@localhost.localdomain> (raw)
This represents the tree I had waitin on other mergers. I'm not sure
this is it, because there are other features (like aic94xx running
abort) we're racing to get in.
The patch is available at:
master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
The short changelog is:
Adrian Bunk (3):
qla2xxx: make qla2x00_issue_iocb_timeout() static
qla2xxx: qla_os.c, make 2 functions static
FlashPoint: fix off-by-one errors
Andrew Vasquez (7):
qla2xxx: Update version number to 8.02.01-k2.
qla2xxx: Correct regression in relogin code.
qla2xxx: Re-register FDMI information after a LIP.
qla2xxx: Correct SRB usage-after-completion/free issues.
qla2xxx: Correct ISP84XX verify-chip response handling.
qla2xxx: Wakeup DPC thread to process any deferred-work requests.
qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump.
David S. Miller (1):
esp_scsi: Make cur_residue and tot_residue signed.
Denys Vlasenko (3):
aic7xxx: add const
aic7xxx: add static
aic7xxx, aic79xx: deinline functions
FUJITA Tomonori (2):
scsi_transport_sas: fix the lifetime of sas bsg objects
bsg: add release callback support
Finn Thain (1):
m68k: new mac_esp scsi driver
Hannes Reinecke (6):
aic7xxx: Update _shipped files
aic7xxx: teach aicasm to not emit unused debug code/data
aic7xxx: Update type check in aicasm grammar
use default attributes for scsi_host
qla2xxx, lfpc: Rename 'state' attribute to 'link_state'
add scsi_host and scsi_target to scsi_bus
James Bottomley (6):
fix SLUB WARN_ON
rework scsi_target allocation
scsi_transport_spi: fix the attribute settings
sysfs: make group is_valid return a mode_t
ses: fix up functionality after class_device->device conversion
st: fix up after class_device removal
James Smart (1):
scsi_transport_fc: fc_user_scan correction
Jeff Garzik (2):
aha1542: minor irq handler cleanups
aha152x, eata, u14-34f: minor irq handler cleanups
Kay Sievers (1):
jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/cold
Randy Dunlap (1):
scsi_transport_spi: include sysfs.h
Seokmann Ju (1):
qla2xxx: Correct misc. endian and byte-ordering issues.
Sergei Shtylyov (2):
aic79xx: fix MMIO for PPC 44x platforms
aic7xxx: fix MMIO for PPC 44x platforms
Swen Schillig (3):
zfcp: Add some statistics provided by the FCP adapter to the sysfs
zfcp: Print some messages only during ERP
zfcp: Wait for free SBAL during exchange config
And the diffstat:
block/bsg.c | 43
drivers/misc/enclosure.c | 100 +
drivers/s390/scsi/zfcp_fsf.c | 39
drivers/s390/scsi/zfcp_fsf.h | 18
drivers/s390/scsi/zfcp_scsi.c | 114 +
drivers/scsi/FlashPoint.c | 2
drivers/scsi/Kconfig | 10
drivers/scsi/Makefile | 1
drivers/scsi/aha152x.c | 7
drivers/scsi/aha1542.c | 26
drivers/scsi/aic7xxx/aic79xx.h | 23
drivers/scsi/aic7xxx/aic79xx.reg | 115 +
drivers/scsi/aic7xxx/aic79xx_core.c | 835 +++++++++++-
drivers/scsi/aic7xxx/aic79xx_inline.h | 859 ------------
drivers/scsi/aic7xxx/aic79xx_osm.c | 181 ++
drivers/scsi/aic7xxx/aic79xx_osm.h | 177 --
drivers/scsi/aic7xxx/aic79xx_osm_pci.c | 33
drivers/scsi/aic7xxx/aic79xx_pci.c | 8
drivers/scsi/aic7xxx/aic79xx_proc.c | 2
drivers/scsi/aic7xxx/aic79xx_reg.h_shipped | 1145 ++--------------
drivers/scsi/aic7xxx/aic79xx_reg_print.c_shipped | 1555 ++---------------------
drivers/scsi/aic7xxx/aic79xx_seq.h_shipped | 6
drivers/scsi/aic7xxx/aic7xxx.h | 55
drivers/scsi/aic7xxx/aic7xxx.reg | 45
drivers/scsi/aic7xxx/aic7xxx_93cx6.c | 16
drivers/scsi/aic7xxx/aic7xxx_core.c | 676 +++++++++
drivers/scsi/aic7xxx/aic7xxx_inline.h | 616 ---------
drivers/scsi/aic7xxx/aic7xxx_osm.c | 95 +
drivers/scsi/aic7xxx/aic7xxx_osm.h | 142 --
drivers/scsi/aic7xxx/aic7xxx_osm_pci.c | 73 -
drivers/scsi/aic7xxx/aic7xxx_pci.c | 9
drivers/scsi/aic7xxx/aic7xxx_proc.c | 4
drivers/scsi/aic7xxx/aic7xxx_reg_print.c_shipped | 233 ---
drivers/scsi/aic7xxx/aic7xxx_seq.h_shipped | 6
drivers/scsi/aic7xxx/aicasm/aicasm.c | 6
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y | 105 +
drivers/scsi/aic7xxx/aicasm/aicasm_scan.l | 19
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c | 25
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h | 1
drivers/scsi/eata.c | 11
drivers/scsi/esp_scsi.c | 35
drivers/scsi/esp_scsi.h | 13
drivers/scsi/hosts.c | 29
drivers/scsi/jazz_esp.c | 4
drivers/scsi/lpfc/lpfc_attr.c | 10
drivers/scsi/mac_esp.c | 657 +++++++++
drivers/scsi/qla2xxx/qla_attr.c | 8
drivers/scsi/qla2xxx/qla_dbg.c | 394 ++---
drivers/scsi/qla2xxx/qla_fw.h | 26
drivers/scsi/qla2xxx/qla_gbl.h | 4
drivers/scsi/qla2xxx/qla_gs.c | 4
drivers/scsi/qla2xxx/qla_init.c | 2
drivers/scsi/qla2xxx/qla_isr.c | 4
drivers/scsi/qla2xxx/qla_mbx.c | 19
drivers/scsi/qla2xxx/qla_os.c | 12
drivers/scsi/qla2xxx/qla_version.h | 2
drivers/scsi/scsi_priv.h | 1
drivers/scsi/scsi_proc.c | 7
drivers/scsi/scsi_scan.c | 84 -
drivers/scsi/scsi_sysfs.c | 142 +-
drivers/scsi/scsi_transport_fc.c | 60
drivers/scsi/scsi_transport_sas.c | 22
drivers/scsi/scsi_transport_spi.c | 33
drivers/scsi/sgiwd93.c | 4
drivers/scsi/sni_53c710.c | 2
drivers/scsi/st.c | 10
drivers/scsi/sun3x_esp.c | 2
drivers/scsi/u14-34f.c | 9
fs/sysfs/file.c | 14
fs/sysfs/group.c | 83 +
fs/sysfs/sysfs.h | 2
include/linux/bsg.h | 14
include/linux/sysfs.h | 4
include/scsi/scsi_device.h | 3
74 files changed, 4035 insertions(+), 5120 deletions(-)
James
next reply other threads:[~2008-04-27 18:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-27 18:14 James Bottomley [this message]
2008-04-28 1:34 ` [GIT PATCH] another tranche of SCSI updates for 2.6.26 Ingo Molnar
2008-04-28 1:45 ` Ingo Molnar
2008-04-28 2:51 ` James Bottomley
2008-04-28 7:15 ` Kamalesh Babulal
2008-04-28 7:23 ` Boaz Harrosh
2008-04-28 8:34 ` FUJITA Tomonori
2008-04-28 8:40 ` Boaz Harrosh
2008-04-28 12:13 ` James Bottomley
2008-04-28 12:24 ` Boaz Harrosh
2008-04-28 16:05 ` Linus Torvalds
2008-04-28 18:25 ` James Bottomley
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=1209320076.3801.26.camel@localhost.localdomain \
--to=james.bottomley@hansenpartnership.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=torvalds@linux-foundation.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.