public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] final SCSI pieces for 2.6.27
@ 2008-07-27 14:49 James Bottomley
  2008-07-27 17:12 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: James Bottomley @ 2008-07-27 14:49 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel

This is the last tranche (hopefully) for the merge window.  There are a
few new things (like data integrity DIF/DIX) but it's actually also a
lot of bug fixes.

The patch is available here:

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

The short changelog is:

Adam Radford (1):
      3w-9xxx: add MSI support and misc fixes

Akinobu Mita (1):
      qla2xxx: use memory_read_from_buffer()

Alan Jenkins (1):
      extend the last_sector_bug flag to cover more sectors

Alan Stern (1):
      scsi_eh_prep_cmnd should save scmd->underflow

Andrew Morton (1):
      qla2xxx: suppress uninitialized-var warning

Andrew Vasquez (12):
      qla2xxx: Update version number to 8.02.01-k6.
      qla2xxx: Additional NPIV corrections.
      qla2xxx: Issue proper ISP callbacks during stop-firmware.
      qla2xxx: Update version number to 8.02.01-k5.
      qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts.
      qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.
      qla2xxx: Correct overflow during dump-processing on large-memory ISP23xx p
      qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.
      qla2xxx: Swap enablement order of EFT and FCE.
      qla2xxx: Allow the user the option of disabling iIDMA.
      qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.
      qla2xxx: Correct locking during NVRAM manipulation.

Brian King (6):
      ibmvfc: Update driver version to 1.0.1
      ibmvfc: Add ADISC support
      ibmvfc: Miscellaneous fixes
      ibmvfc: Fix hang on module removal
      ibmvfc: Target refcounting fixes
      ibmvfc: Reduce unnecessary log noise

FUJITA Tomonori (1):
      ch: fix ch_remove oops

Hannes Reinecke (8):
      scsi_dh: create lookup cache
      scsi_dh: attach to hardware handler from dm-mpath
      scsi_dh: add generic SPC-3 alua handler
      scsi_dh: Update RDAC device handler
      scsi_dh: Update hp_sw hardware handler
      scsi_dh: Update EMC handler
      scsi_dh: Add 'dh_state' sysfs attribute
      scsi_dh: Implement common device table handling

Harish Zunjarrao (2):
      qla2xxx: Add LIP count to FC-transport statistics.
      qla2xxx: Track total number of ISP aborts.

Harvey Harrison (1):
      replace __FUNCTION__ with __func__

Joe Carnuccio (1):
      qla2xxx: Retrieve board serial-number and description from VPD.

Julia Lawall (1):
      scsi_scan.c: Release mutex in error handling code

Kai Makisara (2):
      st: Remove bogus memset
      st: Move buffer pointer back when data could not be written.

Martin K. Petersen (6):
      sd: Support for SCSI disk (SBC) Data Integrity Field
      sd: Identify DIF protection type and application tag ownership
      Do not retry a request whose data integrity check failed
      Support devices with protection information
      Command protection operation
      Host protection capabilities

Matthew Wilcox (1):
      Make host_no an unsigned int

Mike Anderson (1):
      sym53c8xx: free luntbl in sym_hcb_free

Mike Christie (5):
      scsi_lib: use blk_rq_tagged in scsi_request_fn
      fix shared tag map tag allocation
      stex: fix queue depth setting
      qla4xxx: fix queue depth setting
      fix shared tag map setup

Seokmann Ju (6):
      qla2xxx: Correct rport/fcport visibility-state handling during loop-resync
      qla2xxx: Correct vport management of MBA_PORT_UPDATE.
      qla2xxx: Correct fcport state-management during loss.
      qla2xxx: Always aquire the parent's hardware_lock.
      qla2xxx: Cleanup NPIV related functions
      qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.

Tejun Heo (1):
      sd: update index allocation and use ida instead of idr

and the diffstat:

 drivers/md/dm-mpath.c                       |   13 
 drivers/scsi/3w-9xxx.c                      |   40 +
 drivers/scsi/3w-9xxx.h                      |    9 
 drivers/scsi/Kconfig                        |    1 
 drivers/scsi/Makefile                       |    2 
 drivers/scsi/ch.c                           |    1 
 drivers/scsi/device_handler/Kconfig         |    8 
 drivers/scsi/device_handler/Makefile        |    1 
 drivers/scsi/device_handler/scsi_dh.c       |  446 ++++++++++++++-
 drivers/scsi/device_handler/scsi_dh_alua.c  |  802 ++++++++++++++++++++++++++++
 drivers/scsi/device_handler/scsi_dh_emc.c   |  644 ++++++++++++++--------
 drivers/scsi/device_handler/scsi_dh_hp_sw.c |  348 +++++++++---
 drivers/scsi/device_handler/scsi_dh_rdac.c  |  262 ++++-----
 drivers/scsi/ibmvscsi/ibmvfc.c              |  204 ++++++-
 drivers/scsi/ibmvscsi/ibmvfc.h              |   40 +
 drivers/scsi/qla2xxx/qla_attr.c             |  118 ++--
 drivers/scsi/qla2xxx/qla_dbg.c              |    2 
 drivers/scsi/qla2xxx/qla_def.h              |   12 
 drivers/scsi/qla2xxx/qla_gbl.h              |    5 
 drivers/scsi/qla2xxx/qla_gs.c               |    6 
 drivers/scsi/qla2xxx/qla_init.c             |  133 ++--
 drivers/scsi/qla2xxx/qla_iocb.c             |   14 
 drivers/scsi/qla2xxx/qla_isr.c              |    4 
 drivers/scsi/qla2xxx/qla_mbx.c              |    9 
 drivers/scsi/qla2xxx/qla_mid.c              |   16 
 drivers/scsi/qla2xxx/qla_os.c               |   94 ++-
 drivers/scsi/qla2xxx/qla_sup.c              |   48 +
 drivers/scsi/qla2xxx/qla_version.h          |    2 
 drivers/scsi/qla4xxx/ql4_os.c               |    4 
 drivers/scsi/scsi.c                         |   55 +
 drivers/scsi/scsi_error.c                   |    8 
 drivers/scsi/scsi_lib.c                     |   49 +
 drivers/scsi/scsi_priv.h                    |    1 
 drivers/scsi/scsi_scan.c                    |    1 
 drivers/scsi/scsi_sysfs.c                   |    4 
 drivers/scsi/sd.c                           |  291 +++++++---
 drivers/scsi/sd.h                           |   54 +
 drivers/scsi/sd_dif.c                       |  538 ++++++++++++++++++
 drivers/scsi/st.c                           |   11 
 drivers/scsi/stex.c                         |    2 
 drivers/scsi/sym53c8xx_2/sym_hipd.c         |    2 
 include/scsi/scsi.h                         |    3 
 include/scsi/scsi_cmnd.h                    |   86 +++
 include/scsi/scsi_device.h                  |   17 
 include/scsi/scsi_dh.h                      |   11 
 include/scsi/scsi_eh.h                      |    2 
 include/scsi/scsi_host.h                    |   86 ++-
 47 files changed, 3713 insertions(+), 796 deletions(-)

James



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

* Re: [GIT PATCH] final SCSI pieces for 2.6.27
  2008-07-27 14:49 [GIT PATCH] final SCSI pieces for 2.6.27 James Bottomley
@ 2008-07-27 17:12 ` Linus Torvalds
  2008-07-27 22:39   ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2008-07-27 17:12 UTC (permalink / raw)
  To: James Bottomley; +Cc: Andrew Morton, linux-scsi, linux-kernel



On Sun, 27 Jul 2008, James Bottomley wrote:
> 
> and the diffstat:
> 
>  drivers/md/dm-mpath.c                       |   13 
>  drivers/scsi/3w-9xxx.c                      |   40 +
...

Hmm. This diffstat does not match what I get at all. You seem to have 
added a lot of changes to drivers/message/fusion/* at a minimum, and the 
diffstat must have been an earlier version.

It seems to be that last "SCSI] replace __FUNCTION__ with __func__" thing 
that is where all the changes are, even though you did list it:

	Harvey Harrison (1):
	      replace __FUNCTION__ with __func__

you seem to later then have changed it.

		Linus

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

* Re: [GIT PATCH] final SCSI pieces for 2.6.27
  2008-07-27 17:12 ` Linus Torvalds
@ 2008-07-27 22:39   ` James Bottomley
  0 siblings, 0 replies; 3+ messages in thread
From: James Bottomley @ 2008-07-27 22:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-scsi, linux-kernel

On Sun, 2008-07-27 at 10:12 -0700, Linus Torvalds wrote:
> 
> On Sun, 27 Jul 2008, James Bottomley wrote:
> > 
> > and the diffstat:
> > 
> >  drivers/md/dm-mpath.c                       |   13 
> >  drivers/scsi/3w-9xxx.c                      |   40 +
> ...
> 
> Hmm. This diffstat does not match what I get at all. You seem to have 
> added a lot of changes to drivers/message/fusion/* at a minimum, and the 
> diffstat must have been an earlier version.
> 
> It seems to be that last "SCSI] replace __FUNCTION__ with __func__" thing 
> that is where all the changes are, even though you did list it:
> 
> 	Harvey Harrison (1):
> 	      replace __FUNCTION__ with __func__
> 
> you seem to later then have changed it.

Sorry .. that was my fault ... I've been trying to make the __FUNCTION__
replacement the last change in the series (so I could verify it was
complete) so I held it in a private branch before cherry picking it on
to the end ... and, of course, I took the diffstat before I did that.

This is the corrected diffstat with that patch included.

James

 drivers/md/dm-mpath.c                       |   13 
 drivers/message/fusion/mptbase.c            |   24 
 drivers/message/fusion/mptctl.c             |    4 
 drivers/message/fusion/mptfc.c              |    8 
 drivers/message/fusion/mptlan.c             |   26 
 drivers/message/fusion/mptsas.c             |   54 -
 drivers/message/fusion/mptscsih.c           |    4 
 drivers/scsi/3w-9xxx.c                      |   40 +
 drivers/scsi/3w-9xxx.h                      |    9 
 drivers/scsi/Kconfig                        |    1 
 drivers/scsi/Makefile                       |    2 
 drivers/scsi/advansys.c                     |    2 
 drivers/scsi/aha152x.c                      |   12 
 drivers/scsi/aic94xx/aic94xx.h              |    4 
 drivers/scsi/aic94xx/aic94xx_hwi.c          |    2 
 drivers/scsi/aic94xx/aic94xx_scb.c          |   46 -
 drivers/scsi/aic94xx/aic94xx_task.c         |    2 
 drivers/scsi/aic94xx/aic94xx_tmf.c          |   18 
 drivers/scsi/arm/fas216.c                   |    4 
 drivers/scsi/ch.c                           |    1 
 drivers/scsi/device_handler/Kconfig         |    8 
 drivers/scsi/device_handler/Makefile        |    1 
 drivers/scsi/device_handler/scsi_dh.c       |  446 ++++++++++++++-
 drivers/scsi/device_handler/scsi_dh_alua.c  |  802 ++++++++++++++++++++++++++++
 drivers/scsi/device_handler/scsi_dh_emc.c   |  644 ++++++++++++++--------
 drivers/scsi/device_handler/scsi_dh_hp_sw.c |  348 +++++++++---
 drivers/scsi/device_handler/scsi_dh_rdac.c  |  262 ++++-----
 drivers/scsi/ibmvscsi/ibmvfc.c              |  204 ++++++-
 drivers/scsi/ibmvscsi/ibmvfc.h              |   44 +
 drivers/scsi/ibmvscsi/ibmvstgt.c            |    2 
 drivers/scsi/imm.c                          |    2 
 drivers/scsi/ipr.h                          |    6 
 drivers/scsi/libsas/sas_ata.c               |   16 
 drivers/scsi/libsas/sas_expander.c          |   12 
 drivers/scsi/libsas/sas_port.c              |    4 
 drivers/scsi/libsas/sas_scsi_host.c         |   30 -
 drivers/scsi/libsrp.c                       |    2 
 drivers/scsi/lpfc/lpfc_init.c               |    4 
 drivers/scsi/lpfc/lpfc_scsi.c               |    2 
 drivers/scsi/lpfc/lpfc_sli.c                |    6 
 drivers/scsi/megaraid/mega_common.h         |    2 
 drivers/scsi/megaraid/megaraid_mbox.c       |   16 
 drivers/scsi/megaraid/megaraid_mm.c         |    4 
 drivers/scsi/nsp32.c                        |    4 
 drivers/scsi/nsp32_debug.c                  |    2 
 drivers/scsi/pcmcia/nsp_cs.c                |    4 
 drivers/scsi/pcmcia/nsp_debug.c             |    2 
 drivers/scsi/ppa.c                          |    2 
 drivers/scsi/qla1280.c                      |   12 
 drivers/scsi/qla2xxx/qla_attr.c             |  118 ++--
 drivers/scsi/qla2xxx/qla_dbg.c              |    2 
 drivers/scsi/qla2xxx/qla_def.h              |   12 
 drivers/scsi/qla2xxx/qla_gbl.h              |    5 
 drivers/scsi/qla2xxx/qla_gs.c               |    6 
 drivers/scsi/qla2xxx/qla_init.c             |  133 ++--
 drivers/scsi/qla2xxx/qla_iocb.c             |   14 
 drivers/scsi/qla2xxx/qla_isr.c              |    4 
 drivers/scsi/qla2xxx/qla_mbx.c              |    9 
 drivers/scsi/qla2xxx/qla_mid.c              |   16 
 drivers/scsi/qla2xxx/qla_os.c               |   94 ++-
 drivers/scsi/qla2xxx/qla_sup.c              |   48 +
 drivers/scsi/qla2xxx/qla_version.h          |    2 
 drivers/scsi/qla4xxx/ql4_os.c               |    4 
 drivers/scsi/scsi.c                         |   55 +
 drivers/scsi/scsi_debug.c                   |   12 
 drivers/scsi/scsi_devinfo.c                 |    6 
 drivers/scsi/scsi_error.c                   |   34 -
 drivers/scsi/scsi_lib.c                     |   55 +
 drivers/scsi/scsi_netlink.c                 |    8 
 drivers/scsi/scsi_priv.h                    |    1 
 drivers/scsi/scsi_proc.c                    |    4 
 drivers/scsi/scsi_scan.c                    |   13 
 drivers/scsi/scsi_sysfs.c                   |    4 
 drivers/scsi/scsi_tgt_priv.h                |    2 
 drivers/scsi/scsi_transport_fc.c            |   12 
 drivers/scsi/scsi_transport_sas.c           |    4 
 drivers/scsi/sd.c                           |  291 +++++++---
 drivers/scsi/sd.h                           |   54 +
 drivers/scsi/sd_dif.c                       |  538 ++++++++++++++++++
 drivers/scsi/st.c                           |   11 
 drivers/scsi/stex.c                         |    2 
 drivers/scsi/sym53c8xx_2/sym_hipd.c         |    2 
 drivers/scsi/tmscsim.c                      |    8 
 drivers/scsi/wd7000.c                       |    8 
 drivers/scsi/zalon.c                        |    8 
 include/scsi/scsi.h                         |    3 
 include/scsi/scsi_cmnd.h                    |   86 +++
 include/scsi/scsi_device.h                  |   17 
 include/scsi/scsi_dh.h                      |   11 
 include/scsi/scsi_eh.h                      |    2 
 include/scsi/scsi_host.h                    |   86 ++-
 91 files changed, 3945 insertions(+), 1028 deletions(-)



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

end of thread, other threads:[~2008-07-27 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 14:49 [GIT PATCH] final SCSI pieces for 2.6.27 James Bottomley
2008-07-27 17:12 ` Linus Torvalds
2008-07-27 22:39   ` James Bottomley

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