From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Dave Chinner <david@fromorbit.com>,
Christoph Hellwig <hch@infradead.org>
Subject: [GIT PULL] Block fixes for 3.13-rc1
Date: Tue, 19 Nov 2013 19:43:25 -0700 [thread overview]
Message-ID: <20131120024325.GA30914@kernel.dk> (raw)
Hi Linus,
Normally I'd defer my initial for-linus pull request until after the
merge window, but a race was uncovered in the virtio-blk conversion to
blk-mq that could cause hangs. So here's a small collection of fixes for
you to pull:
- The fix for the virtio-blk IO hang reported by Dave Chinner, from
Shaohua and myself.
- Add the Insert blktrace event for blk-mq. This makes 'btt' happy when
it is doing it's state transition analysis.
- Ensure that blk-mq has disk/partition stats enabled by default,
instead of making it opt-in.
- A fix for __bio_add_page() and large sector counts.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
Akinobu Mita (1):
bio: fix argument of __bio_add_page() for max_sectors > 0xffff
Jens Axboe (2):
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
blk-mq: add blktrace insert event trace
Shaohua Li (1):
virtio-blk: virtqueue_kick() must be ordered with other virtqueue operations
block/blk-mq.c | 14 ++++++++++----
drivers/block/virtio_blk.c | 5 +++--
fs/bio.c | 2 +-
include/linux/blkdev.h | 3 +++
4 files changed, 17 insertions(+), 7 deletions(-)
--
Jens Axboe
reply other threads:[~2013-11-20 2:43 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=20131120024325.GA30914@kernel.dk \
--to=axboe@kernel.dk \
--cc=david@fromorbit.com \
--cc=hch@infradead.org \
--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.