From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block updates for 3.17-rc
Date: Fri, 12 Sep 2014 13:17:11 -0600 [thread overview]
Message-ID: <20140912191711.GA21045@kernel.dk> (raw)
Hi Linus,
A small collection of fixes for the current rc series. It contains:
- Two small blk-mq patches from Rob Elliott, cleaning up error case at
init time.
- A fix from Ming Lei, fixing SG merging for blk-mq where
QUEUE_FLAG_SG_NO_MERGE is the default.
- A dev_t minor lifetime fix from Keith, fixing an issue where a minor
might be reused before all references to it were gone.
- Fix from Alan Stern where an unbalanced queue bypass caused SCSI some
headaches when it does a series of add/del on devices without fully
registrering the queue.
- A fix from me for improving the scaling of tag depth in blk-mq if we
are short on memory.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
for you to fetch changes up to a516440542afcb9647f88d12c35640baf02d07ea:
blk-mq: scale depth and rq map appropriate if low on memory (2014-09-10 09:02:03 -0600)
----------------------------------------------------------------
Alan Stern (1):
Block: fix unbalanced bypass-disable in blk_register_queue
Jens Axboe (1):
blk-mq: scale depth and rq map appropriate if low on memory
Keith Busch (1):
block: Fix dev_t minor allocation lifetime
Ming Lei (1):
blk-merge: fix blk_recount_segments
Robert Elliott (2):
blk-mq: pass along blk_mq_alloc_tag_set return values
blk-mq: cleanup after blk_mq_init_rq_map failures
block/blk-merge.c | 17 +++++---
block/blk-mq.c | 91 +++++++++++++++++++++++++++++++--------
block/blk-sysfs.c | 6 ++-
block/genhd.c | 24 ++++++-----
block/partition-generic.c | 2 +-
drivers/block/mtip32xx/mtip32xx.c | 1 -
drivers/block/null_blk.c | 29 +++++++++----
7 files changed, 123 insertions(+), 47 deletions(-)
--
Jens Axboe
reply other threads:[~2014-09-12 19:17 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=20140912191711.GA21045@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.