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 driver bits for 3.7
Date: Mon, 29 Oct 2012 19:21:26 +0100 [thread overview]
Message-ID: <508EC926.3040906@kernel.dk> (raw)
Hi Linus,
Later than I would have liked, but I was traveling around the merge
window and then a fixes snuck in past that and I wanted to ensure that
everything was fully baked again. There was a particular issue around a
floppy regression due to the genhd change, which has now gotten
reverted. So without further ado, here are the driver updates queued up
for 3.7. It contains:
- Updates to the Micron mtip32xx real-ssd card from Micron.
- A few fixes for loop, from Dave Chinner and Eric Biederman.
- A round of floppy fixes, and a subsequent revert of genhd
part since it caused regressions.
- The usual round of drbd updates/fixes.
- A single xen-blkback fixup.
- A few other minor fixes and/or code cleanups.
- memstick driver and later revert, this isn't well reviewed
enough yet to go directly in.
Please pull!
git://git.kernel.dk/linux-block.git for-3.7/drivers
for you to fetch changes up to a13c29ddf73d3be4fbb2b1bbced64014986cd87a:
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-3.7/drivers (2012-10-29 19:20:25 +0100)
----------------------------------------------------------------
Akinobu Mita (1):
cciss: select CONFIG_CHECK_SIGNATURE
Asai Thambi S P (6):
mtip32xx: Add support for new devices
mtip32xx: Handle NCQ commands during the security locked state
mtip32xx: Increase timeout for standby command
mtip32xx: Proper reporting of write protect status on big-endian
mtip32xx: Change printk to pr_xxxx
mtip32xx: Remove dead code
Ben Hutchings (1):
genhd: Make put_disk() safe for disks that have not been registered
Dave Chinner (1):
loop: Make explicit loop device destruction lazy
David Milburn (1):
mtip32xx: fix user_buffer check in exec_drive_command
Eric W. Biederman (1):
userns: Convert loop to use kuid_t instead of uid_t
Herton Ronaldo Krzesinski (5):
floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop
floppy: do put_disk on current dr if blk_init_queue fails
floppy: properly handle failure on add_disk loop
floppy: use common function to check if floppies can be registered
floppy: remove dr, reuse drive on do_floppy_init
Jens Axboe (6):
Merge branch 'stable/for-jens-3.7' of git://git.kernel.org/.../konrad/xen into for-3.7/drivers
Merge branch 'for-jens' of git://git.kernel.org/.../jikos/linux-block into for-3.7/drivers
Merge branch 'stable/for-jens-3.7' of git://git.kernel.org/.../konrad/xen into for-3.7/drivers
Merge branch 'for-3.7/core' into for-3.7/drivers
Revert "memstick: add support for legacy memorysticks"
Merge branch 'for-jens' of git://git.kernel.org/.../jikos/linux-block into for-3.7/drivers
Jiri Kosina (3):
pktcdvd: update MAINTAINERS
Merge branches 'floppy' and 'pktcdvd' into for-jens
Revert "genhd: Make put_disk() safe for disks that have not been registered"
Konrad Rzeszutek Wilk (1):
xen/blkback: Fix compile warning
Lars Ellenberg (8):
drbd: introduce stop-sector to online verify
drbd: panic on delayed completion of aborted requests
drbd: fix potential deadlock during bitmap (re-)allocation
drbd: a few more GFP_KERNEL -> GFP_NOIO
drbd: wait for meta data IO completion even with failed disk, unless force-detached
drbd: prepare for more than 32 bit flags
drbd: always write bitmap on detach
drbd: log request sector offset and size for IO errors
Maxim Levitsky (1):
memstick: add support for legacy memorysticks
Oliver Chick (1):
xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than bool
Philipp Reisner (4):
drbd: Protect accesses to the uuid set with a spinlock
drbd: Fix a potential issue with the DISCARD_CONCURRENT flag
drbd: Avoid NetworkFailure state during disconnect
drbd: Remove dead code
Selvan Mani (1):
mtip32xx:Added appropriate timeout value for secure erase
Wei Yongjun (2):
xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
cciss: remove unneeded memset()
MAINTAINERS | 2 +-
drivers/block/Kconfig | 1 +
drivers/block/cciss.c | 1 -
drivers/block/drbd/drbd_actlog.c | 19 ++--
drivers/block/drbd/drbd_bitmap.c | 24 ++---
drivers/block/drbd/drbd_int.h | 108 +++++++++++++++++------
drivers/block/drbd/drbd_main.c | 170 ++++++++++++++++++++++++------------
drivers/block/drbd/drbd_nl.c | 74 +++++++++-------
drivers/block/drbd/drbd_proc.c | 14 ++-
drivers/block/drbd/drbd_receiver.c | 147 ++++++++++++++++---------------
drivers/block/drbd/drbd_req.c | 43 ++++++---
drivers/block/drbd/drbd_worker.c | 87 ++++++++++++++----
drivers/block/floppy.c | 86 ++++++++++--------
drivers/block/loop.c | 21 ++++-
drivers/block/mtip32xx/mtip32xx.c | 57 ++++++++----
drivers/block/mtip32xx/mtip32xx.h | 13 ++-
drivers/block/xen-blkback/common.h | 4 +-
drivers/block/xen-blkback/xenbus.c | 9 +-
include/linux/drbd.h | 4 +-
include/linux/drbd_nl.h | 1 +
include/linux/loop.h | 2 +-
init/Kconfig | 1 -
22 files changed, 575 insertions(+), 313 deletions(-)
--
Jens Axboe
next reply other threads:[~2012-10-29 18:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 18:21 Jens Axboe [this message]
2012-10-29 18:35 ` [GIT PULL] block driver bits for 3.7 Linus Torvalds
2012-10-29 19:13 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2012-10-30 13:25 Jens Axboe
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=508EC926.3040906@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 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.