public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jaxboe@fusionio.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] block driver bits for 3.4
Date: Fri, 13 Apr 2012 10:15:37 +0200	[thread overview]
Message-ID: <4F87E0A9.4040608@fusionio.com> (raw)

Hi Linus,

On top of the core bits, but this time nothing in the drivers
branch depends on any core changes.

- A series of fixes for mtip32xx. Most from Asai at Micron, but also one
  from Greg, getting rid of the dependency on PCIE_HOTPLUG.

- A few bug fixes for xen-blkfront, and blkback.

- A virtio-blk fix for Vivek, making resize actually work.

- Two fixes from Stephen, making larger transfers possible on cciss.
  This is needed for tape drive support.

Please pull.

  git://git.kernel.dk/linux-block.git for-3.4/drivers

Akinobu Mita (1):
      xen-blkfront: use bitmap_set() and bitmap_clear()

Andrew Jones (1):
      xen/blkfront: don't put bdev right after getting it

Asai Thambi S P (8):
      mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port()
      mtip32xx: Add new bitwise flag 'dd_flag'
      mtip32xx: make setting comp_time as common
      mtip32xx: Add new sysfs entry 'status'
      mtip32xx: misc changes
      mtip32xx: Shorten macro names
      mtip32xx: fix handling of commands in various scenarios
      mtip32xx: dump tagmap on failure

Daniel De Graaf (2):
      xen/blkback: use grant-table.c hypercall wrappers
      xen/blkback: Enable blkback on HVM guests

Greg Kroah-Hartman (1):
      block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy

Jens Axboe (1):
      Merge branch 'stable/for-jens-3.4-bugfixes' of git://git.kernel.org/.../konrad/xen into for-3.4/drivers

Konrad Rzeszutek Wilk (2):
      xen/blkback: Squash the discard support for 'file' and 'phy' type.
      xen/blkback: Make optional features be really optional.

Ryosuke Saito (1):
      mtip32xx: fix error handling in mtip_init()

Stephen M. Cameron (2):
      cciss: Initialize scsi host max_sectors for tape drive support
      cciss: Fix scsi tape io with more than 255 scatter gather elements

Steven Noonan (1):
      xen-blkfront: make blkif_io_lock spinlock per-device

Vivek Goyal (1):
      virtio-blk: Call revalidate_disk() upon online disk resize

 Documentation/ABI/testing/sysfs-block-rssd |   18 +
 drivers/block/cciss_scsi.c                 |    3 +-
 drivers/block/mtip32xx/Kconfig             |    2 +-
 drivers/block/mtip32xx/mtip32xx.c          |  860 +++++++++++++++++++++-------
 drivers/block/mtip32xx/mtip32xx.h          |   58 +-
 drivers/block/virtio_blk.c                 |    1 +
 drivers/block/xen-blkback/blkback.c        |   50 +-
 drivers/block/xen-blkback/common.h         |    6 -
 drivers/block/xen-blkback/xenbus.c         |   89 ++-
 drivers/block/xen-blkfront.c               |   41 +-
 10 files changed, 796 insertions(+), 332 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-block-rssd

-- 
Jens Axboe


                 reply	other threads:[~2012-04-13  8:15 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=4F87E0A9.4040608@fusionio.com \
    --to=jaxboe@fusionio.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox