[<prev] [next>] [day] [month] [year] [list]
Message-ID: <508FD55C.2070601@fusionio.com>
Date: Tue, 30 Oct 2012 14:25:48 +0100
From: Jens Axboe <jaxboe@...ionio.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] block driver bits for 3.7
Hi Linus,
Distilled down variant, the rest will pass over to 3.8. I pulled it into
the for-linus branch I had waiting for a pull request as well, in case
you are wondering why there are new entries in here too. This also got
rid of two reverts and the ones of the mtip32xx patches that went in
later in the 3.6 cycle, so the series looks a bit cleaner.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
Akinobu Mita (1):
cciss: select CONFIG_CHECK_SIGNATURE
Anna Leuschner (1):
vfs: fix: don't increase bio_slab_max if krealloc() fails
Dave Chinner (1):
loop: Make explicit loop device destruction lazy
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
Jianpeng Ma (1):
block: Add blk_rq_pos(rq) to sort rq when plushing
Jiri Kosina (1):
pktcdvd: update MAINTAINERS
Jun'ichi Nomura (2):
blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkg
blkcg: stop iteration early if root_rl is the only request list
Kees Cook (2):
block: remove CONFIG_EXPERIMENTAL
drivers/block: remove CONFIG_EXPERIMENTAL
Konrad Rzeszutek Wilk (1):
xen/blkback: Fix compile warning
Oliver Chick (1):
xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than bool
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 +-
block/Kconfig | 2 +-
block/blk-cgroup.c | 10 +++++
block/blk-core.c | 3 +-
drivers/block/Kconfig | 15 ++++---
drivers/block/cciss.c | 1 -
drivers/block/floppy.c | 90 ++++++++++++++++++++------------------
drivers/block/loop.c | 17 ++++++-
drivers/block/mtip32xx/mtip32xx.c | 19 ++++++--
drivers/block/mtip32xx/mtip32xx.h | 3 ++
drivers/block/xen-blkback/common.h | 4 +-
drivers/block/xen-blkback/xenbus.c | 9 ++--
fs/bio.c | 6 ++-
13 files changed, 113 insertions(+), 68 deletions(-)
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists