From: Jianchao Wang <jianchao.w.wang@oracle.com>
To: axboe@kernel.dk
Cc: hch@lst.de, keith.busch@linux.intel.com, ming.lei@redhat.com,
linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH V2 0/3] blk-mq: introduce bio retrieve mechanism
Date: Wed, 17 Oct 2018 17:07:09 +0800 [thread overview]
Message-ID: <1539767232-9389-1-git-send-email-jianchao.w.wang@oracle.com> (raw)
Hi Jenss
This patchset introduces a new bio retrieve mechanism. It will
flush all the requests, take the bios down from them and end them,
then submit the bios again later. Then we could
avoid:
- fail requests on the dying hw queues, this could be fatal for
filesystem.
- depend on storage device to drain the queue before update hw queues.
this could introduce hung into nvme_reset_work.
The 1st patch introduce the bio retrieve mechanism
The 2nd patch apply the bio retrieve mechanism in updating hw queues
The 3rd patch unquiesces the queues after updating hw queues in nvme_reset_work
V2:
- clear BIO_QUEUE_ENTERED of requeued bios (1/3)
- sync bio_requeue_work in blk_cleanup_queue (1/3)
- discard the unnecessary synchronize_sched (2/3)
- discard the 4th patch which is wrong
- some misc comment changes
Jianchao Wang(3)
blk-mq: introduce bio retrieve mechanism
blk-mq: retrieve bios before update nr_hw_queues
nvme-pci: unquiesce queues after update hw queues
block/blk-core.c | 2 ++
block/blk-mq-sched.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
block/blk-mq.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
drivers/nvme/host/pci.c | 4 ++--
include/linux/blk-mq.h | 4 ++++
include/linux/blkdev.h | 2 ++
6 files changed, 144 insertions(+), 3 deletions(-)
Thanks
Jianchao
next reply other threads:[~2018-10-17 9:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 9:07 Jianchao Wang [this message]
2018-10-17 9:07 ` [PATCH V2 1/3] blk-mq: introduce bio retrieve mechanism Jianchao Wang
2018-10-17 9:07 ` [PATCH V2 2/3] blk-mq: retrieve bios before update nr_hw_queues Jianchao Wang
2018-10-17 9:07 ` [PATCH V2 3/3] nvme-pci: unquiesce queues after update hw queues Jianchao Wang
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=1539767232-9389-1-git-send-email-jianchao.w.wang@oracle.com \
--to=jianchao.w.wang@oracle.com \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=keith.busch@linux.intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ming.lei@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).