* [GIT PULL] Final block fixes for 3.14
@ 2014-03-06 16:53 Jens Axboe
0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2014-03-06 16:53 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-06 16:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 16:53 [GIT PULL] Final block fixes for 3.14 Jens Axboe
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.