From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block drivers for 3.3-rc
Date: Sun, 15 Jan 2012 10:52:12 +0100 [thread overview]
Message-ID: <4F12A1CC.50105@kernel.dk> (raw)
Hi Linus,
Please see below for the 3.3-rc1 block driver pull request.
Essentially two different categories here:
- Adds the driver for the Micron RealSSD P320 pci-express flash card.
- Discard improvements for xen block front/back driver
This sits "on top of" the for-3.3/core pull request. Please pull.
git://git.kernel.dk/linux-block.git for-3.3/drivers
Asai Thambi S P (2):
mtip32xx: updates based on feedback
mtip32xx: do rebuild monitoring asynchronously
Dan Carpenter (1):
mtip32xx: uninitialized variable in mtip_quiesce_io()
Jens Axboe (8):
mtip32xx: fix warnings/errors on 32-bit compiles
mtip32xx: cleanup compat ioctl handling
mtip32xx: ensure that all local functions are static
mtip32xx: mark a few more items static
mtip32xx: add module.h include to avoid conflict with moduleh tree
mtip32xx: update to new ->make_request() API
Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/.../konrad/xen into for-3.3/drivers
Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers
Konrad Rzeszutek Wilk (3):
xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together
xen/blk[front|back]: Enhance discard support with secure erasing support.
xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io
Li Dongyang (1):
xen-blkback: convert hole punching to discard request on loop devices
Sam Bradshaw (1):
block: Add driver for Micron RealSSD pcie flash cards
Thomas Meyer (1):
xen-blkfront: Use kcalloc instead of kzalloc to allocate array
drivers/block/Kconfig | 2 +
drivers/block/Makefile | 1 +
drivers/block/mtip32xx/Kconfig | 9 +
drivers/block/mtip32xx/Makefile | 5 +
drivers/block/mtip32xx/mtip32xx.c | 3651 +++++++++++++++++++++++++++++++++++
drivers/block/mtip32xx/mtip32xx.h | 423 ++++
drivers/block/xen-blkback/blkback.c | 84 +-
drivers/block/xen-blkback/common.h | 67 +-
drivers/block/xen-blkback/xenbus.c | 12 +
drivers/block/xen-blkfront.c | 79 +-
include/xen/interface/io/blkif.h | 40 +-
11 files changed, 4261 insertions(+), 112 deletions(-)
create mode 100644 drivers/block/mtip32xx/Kconfig
create mode 100644 drivers/block/mtip32xx/Makefile
create mode 100644 drivers/block/mtip32xx/mtip32xx.c
create mode 100644 drivers/block/mtip32xx/mtip32xx.h
--
Jens Axboe
next reply other threads:[~2012-01-15 9:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-15 9:52 Jens Axboe [this message]
2012-01-15 10:33 ` Christoph Hellwig
2012-01-15 12:22 ` Jens Axboe
2012-01-15 12:44 ` Christoph Hellwig
2012-01-15 12:50 ` Jens Axboe
2012-01-16 19:10 ` Sam Bradshaw (sbradshaw)
2012-01-16 19:13 ` Sam Bradshaw (sbradshaw)
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=4F12A1CC.50105@kernel.dk \
--to=axboe@kernel.dk \
--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
Powered by JetHome