All of lore.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.7
Date: Tue, 30 Oct 2012 14:25:48 +0100	[thread overview]
Message-ID: <508FD55C.2070601@fusionio.com> (raw)

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


             reply	other threads:[~2012-10-30 13:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 13:25 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-29 18:21 [GIT PULL] block driver bits for 3.7 Jens Axboe
2012-10-29 18:35 ` Linus Torvalds
2012-10-29 19:13   ` 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=508FD55C.2070601@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 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.