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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/