All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Final block fixes for 3.14
Date: Thu, 6 Mar 2014 09:53:02 -0700	[thread overview]
Message-ID: <20140306165302.GA26301@kernel.dk> (raw)

Hi Linus,

Small collection of fixes for 3.14-rc. It contains:

- Three minor update to blk-mq from Christoph.

- Reduce number of unaligned (< 4kb) in-flight writes on mtip32xx to 2.
  From Micron.

- Make the blk-mq CPU notify spinlock raw, since it can't be a sleeper
  spinlock on RT. From Mike Galbraith.

- Drop now bogus BUG_ON() for bio iteration with blk integrity. From Nic
  Bellinger.

Please pull!

  git://git.kernel.dk/linux-block.git for-linus

----------------------------------------------------------------
Asai Thambi S P (1):
      mtip32xx: Reduce the number of unaligned writes to 2

Christoph Hellwig (3):
      blk-mq: remove blk_mq_alloc_rq
      blk-mq: merge blk_mq_insert_request and blk_mq_run_request
      blk-mq: support partial I/O completions

Mike Galbraith (1):
      rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock

Nicholas Bellinger (1):
      bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter world

 block/blk-exec.c                  |   2 +-
 block/blk-flush.c                 |   4 +-
 block/blk-mq-cpu.c                |  14 +++---
 block/blk-mq.c                    | 100 +++++++-------------------------------
 block/blk-mq.h                    |   1 -
 drivers/block/mtip32xx/mtip32xx.h |   2 +-
 fs/bio-integrity.c                |   5 +-
 include/linux/blk-mq.h            |  11 +++--
 8 files changed, 37 insertions(+), 102 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2014-03-06 16:53 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=20140306165302.GA26301@kernel.dk \
    --to=axboe@fb.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.