From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.3-rc4
Date: Fri, 2 Oct 2015 16:36:18 +0200 [thread overview]
Message-ID: <20151002143618.GA11230@kernel.dk> (raw)
Hi Linus,
Another week, another round of fixes. These have been brewing for a bit
and in various iterations, but I feel pretty comfortable about the
quality of them. They fix real issues. The pull request is mostly blk-mq
related, and the only one not fixing a real bug, is the tag iterator
abstraction from Christoph. But it's pretty trivial, and we'll need it
for another fix soon.
Apart from the blk-mq fixes, there's an NVMe affinity fix from Keith,
and a single fix for xen-blkback from Roger fixing failure to free
requests on disconnect.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Akinobu Mita (6):
blk-mq: avoid setting hctx->tags->cpumask before allocation
blk-mq: fix sysfs registration/unregistration race
blk-mq: Fix use after of free q->mq_map
blk-mq: fix q->mq_usage_counter access race
blk-mq: avoid inserting requests before establishing new mapping
blk-mq: fix deadlock when reading cpu_list
Christoph Hellwig (2):
blk-mq: fix racy updates of rq->errors
blk-mq: factor out a helper to iterate all tags for a request_queue
Jens Axboe (1):
Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/.../konrad/xen into for-linus
Keith Busch (1):
NVMe: Set affinity after allocating request queues
Roger Pau Monne (1):
xen/blkback: free requests on disconnection
block/blk-mq-cpumap.c | 9 +--
block/blk-mq-sysfs.c | 34 +++++++----
block/blk-mq-tag.c | 27 ++++++---
block/blk-mq-tag.h | 2 +
block/blk-mq.c | 118 ++++++++++++++++++++++++-------------
block/blk-mq.h | 3 +-
drivers/block/loop.c | 11 ++--
drivers/block/null_blk.c | 2 +-
drivers/block/nvme-core.c | 52 ++++++++--------
drivers/block/virtio_blk.c | 2 +-
drivers/block/xen-blkback/xenbus.c | 38 ++++++------
drivers/block/xen-blkfront.c | 19 +++---
drivers/scsi/scsi_lib.c | 2 +-
include/linux/blk-mq.h | 5 +-
include/linux/blkdev.h | 2 +
15 files changed, 193 insertions(+), 133 deletions(-)
--
Jens Axboe
reply other threads:[~2015-10-02 14:36 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=20151002143618.GA11230@kernel.dk \
--to=axboe@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.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.