All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] more SCSI updates for 2.6.28
@ 2009-01-09  0:10 James Bottomley
  2009-01-11 10:55 ` Boaz Harrosh
  0 siblings, 1 reply; 3+ messages in thread
From: James Bottomley @ 2009-01-09  0:10 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel

This is the second round of SCSI updates for the current merge window.
It also includes a round of bug fixes for the previous updates ...

The patch is available here:

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

The short changelog is:

Al Viro (1):
      cxgb3i: add missing include

Alan Stern (1):
      Fix uninitialized variable error in scsi_io_completion

Andrew Vasquez (8):
      qla2xxx: Update version number to 8.03.00-k1.
      qla2xxx: Add ISP81XX support.
      qla2xxx: Use proper request/response queues with MQ instantiations.
      qla2xxx: Correct MQ-chain information retrieval during a firmware dump.
      qla2xxx: Collapse EFT/FCE copy procedures during a firmware dump.
      qla2xxx: Don't pollute kernel logs with ZIO/RIO status messages.
      qla2xxx: Don't fallback to interrupt-polling during re-initialization with
      qla2xxx: Remove support for reading/writing HW-event-log.

Brian King (2):
      ibmvscsi: Make max_requests module parameter more accurate
      ibmvfc: Fixup command response translation

Christoph Hellwig (2):
      clean up scsi_times_out
      remove severly outdated comment in scsi_dispatch_cmd

Dmitri Vorobiev (1):
      sgiwd93: Fix compilation warning

FUJITA Tomonori (14):
      st: remove unused frp_sg_current
      st: remove unused orig_frp_segs
      st: simplify new_tape_buffer
      st: remove struct scatterlist
      st: kill struct st_buff_fragment
      st: remove buf_to_sg
      st: convert dio path to use st_scsi_execute
      st: convert non-dio path to use st_scsi_execute
      st: add st_scsi_execute helper function
      st: add struct rq_map_data support
      st: make all the fragment buffers the same size
      block: make blk_rq_map_user take a NULL user-space buffer for WRITE
      block: fix the partial mappings with struct rq_map_data
      block: fix bio_add_page misuse with rq_map_data

Geert Uytterhoeven (1):
      a2091, gvp11: kill warn_unused_result warnings

James Bottomley (2):
      scsi_lib: fix DID_RESET status problems
      scsi_lib: don't decrement busy counters when inserting commands

James Smart (1):
      fc transport: restore missing dev_loss_tmo callback to LLDD

Julia Lawall (2):
      fusion: Move a dereference below a NULL test
      lpfc: Move a dereference below a NULL test

Kai Makisara (2):
      st: retry enlarge_buffer allocation
      st: integrate st_scsi_kern_execute and st_do_scsi

Kay Sievers (1):
      struct device - replace bus_id with dev_name(), dev_set_name()

Larry Finger (1):
      aha152x_cs: Fix regression that keeps driver from using shared interrupts

Martin K. Petersen (4):
      sd: Correctly handle 6-byte commands with DIX
      sd: DIF: Fix tagging on platforms with signed char
      sd: DIF: Show app tag on error
      Fix error handling for DIF/DIX

Reinhard Nissl (1):
      mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3

Roel Kluin (1):
      libsas: fix test for negative unsigned and typos


And the diffstat:

 block/blk-map.c                     |   19 -
 drivers/message/fusion/mptctl.c     |    5 
 drivers/misc/enclosure.c            |    8 
 drivers/scsi/NCR_D700.c             |    2 
 drivers/scsi/a2091.c                |   18 -
 drivers/scsi/advansys.c             |    2 
 drivers/scsi/aic94xx/aic94xx_tmf.c  |    2 
 drivers/scsi/cxgb3i/cxgb3i_ddp.c    |    1 
 drivers/scsi/gvp11.c                |    8 
 drivers/scsi/hosts.c                |    6 
 drivers/scsi/ibmvscsi/ibmvfc.c      |   14 -
 drivers/scsi/ibmvscsi/ibmvscsi.c    |   16 -
 drivers/scsi/ipr.c                  |    2 
 drivers/scsi/ipr.h                  |    2 
 drivers/scsi/lasi700.c              |    3 
 drivers/scsi/libsas/sas_discover.c  |    2 
 drivers/scsi/libsas/sas_dump.c      |    2 
 drivers/scsi/libsas/sas_host_smp.c  |   12 
 drivers/scsi/libsas/sas_port.c      |    2 
 drivers/scsi/lpfc/lpfc_init.c       |    3 
 drivers/scsi/mvsas.c                |    2 
 drivers/scsi/pcmcia/aha152x_stub.c  |    2 
 drivers/scsi/qla2xxx/qla_attr.c     |   26 +
 drivers/scsi/qla2xxx/qla_dbg.c      |  462 +++++++++++++++++++++++++++++----
 drivers/scsi/qla2xxx/qla_dbg.h      |   40 ++
 drivers/scsi/qla2xxx/qla_def.h      |   33 +-
 drivers/scsi/qla2xxx/qla_dfs.c      |    3 
 drivers/scsi/qla2xxx/qla_fw.h       |  294 +++++++++++++++++++++
 drivers/scsi/qla2xxx/qla_gbl.h      |   10 
 drivers/scsi/qla2xxx/qla_gs.c       |    9 
 drivers/scsi/qla2xxx/qla_init.c     |  295 ++++++++++++++++++++-
 drivers/scsi/qla2xxx/qla_iocb.c     |   12 
 drivers/scsi/qla2xxx/qla_isr.c      |   82 ++++--
 drivers/scsi/qla2xxx/qla_mbx.c      |   41 +--
 drivers/scsi/qla2xxx/qla_mid.c      |    4 
 drivers/scsi/qla2xxx/qla_os.c       |  139 ++++++----
 drivers/scsi/qla2xxx/qla_sup.c      |  263 ++++++-------------
 drivers/scsi/qla2xxx/qla_version.h  |    6 
 drivers/scsi/raid_class.c           |    3 
 drivers/scsi/scsi.c                 |    4 
 drivers/scsi/scsi_debug.c           |    4 
 drivers/scsi/scsi_error.c           |   24 -
 drivers/scsi/scsi_ioctl.c           |    9 
 drivers/scsi/scsi_lib.c             |  119 +++++---
 drivers/scsi/scsi_scan.c            |    7 
 drivers/scsi/scsi_sysfs.c           |   12 
 drivers/scsi/scsi_transport_fc.c    |   39 ++
 drivers/scsi/scsi_transport_iscsi.c |   11 
 drivers/scsi/scsi_transport_sas.c   |   42 +--
 drivers/scsi/scsi_transport_srp.c   |    2 
 drivers/scsi/sd.c                   |    2 
 drivers/scsi/sd_dif.c               |   17 -
 drivers/scsi/ses.c                  |    2 
 drivers/scsi/sg.c                   |    2 
 drivers/scsi/sgiwd93.c              |    3 
 drivers/scsi/sim710.c               |    4 
 drivers/scsi/sni_53c710.c           |    3 
 drivers/scsi/st.c                   |  492 ++++++++++++++++--------------------
 drivers/scsi/st.h                   |   14 -
 drivers/scsi/zalon.c                |    4 
 fs/bio.c                            |   36 +-
 include/linux/blkdev.h              |    2 
 include/scsi/scsi_transport_fc.h    |    1 
 63 files changed, 1851 insertions(+), 859 deletions(-)

James



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

* Re: [GIT PATCH] more SCSI updates for 2.6.28
  2009-01-09  0:10 [GIT PATCH] more SCSI updates for 2.6.28 James Bottomley
@ 2009-01-11 10:55 ` Boaz Harrosh
  2009-01-12 18:13   ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Boaz Harrosh @ 2009-01-11 10:55 UTC (permalink / raw)
  To: James Bottomley; +Cc: Andrew Morton, Linus Torvalds, linux-scsi, linux-kernel

James Bottomley wrote:
> This is the second round of SCSI updates for the current merge window.
> It also includes a round of bug fixes for the previous updates ...
> 
> The patch is available here:
> 
> master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
> 
> The short changelog is:
> 

So what is the verdict for OSD initiator. Is it not going into 2.6.29?

Boaz

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

* Re: [GIT PATCH] more SCSI updates for 2.6.28
  2009-01-11 10:55 ` Boaz Harrosh
@ 2009-01-12 18:13   ` James Bottomley
  0 siblings, 0 replies; 3+ messages in thread
From: James Bottomley @ 2009-01-12 18:13 UTC (permalink / raw)
  To: Boaz Harrosh; +Cc: Andrew Morton, Linus Torvalds, linux-scsi, linux-kernel

On Sun, 2009-01-11 at 12:55 +0200, Boaz Harrosh wrote:
> James Bottomley wrote:
> > This is the second round of SCSI updates for the current merge window.
> > It also includes a round of bug fixes for the previous updates ...
> > 
> > The patch is available here:
> > 
> > master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
> > 
> > The short changelog is:
> > 
> 
> So what is the verdict for OSD initiator. Is it not going into 2.6.29?

Well, Linus obviously has a different idea of the meaning of "extended
merge window" than I do.  I've got to sort out a few other things that
didn't quite make it as well.

James



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

end of thread, other threads:[~2009-01-12 18:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09  0:10 [GIT PATCH] more SCSI updates for 2.6.28 James Bottomley
2009-01-11 10:55 ` Boaz Harrosh
2009-01-12 18:13   ` James Bottomley

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.