All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] nvme: fix hang in path of removing disk
@ 2017-05-20  3:56 ` Ming Lei
  0 siblings, 0 replies; 34+ messages in thread
From: Ming Lei @ 2017-05-20  3:56 UTC (permalink / raw)
  To: Jens Axboe, Keith Busch, Christoph Hellwig, Sagi Grimberg
  Cc: linux-nvme, Zhang Yi, linux-block, Johannes Thumshirn, Ming Lei

The first two patches fixes hang during removing disk.

The 3rd patch removes blk_mq_abort_requeue_list() since
no one uses it any more.


Ming Lei (3):
  nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
  nvme: avoid to use blk_mq_abort_requeue_list()
  blk-mq: remove blk_mq_abort_requeue_list()

 block/blk-mq.c           | 19 -------------------
 drivers/nvme/host/core.c | 13 ++++++++++---
 include/linux/blk-mq.h   |  1 -
 3 files changed, 10 insertions(+), 23 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2017-05-22 14:49 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-20  3:56 [PATCH v2 0/3] nvme: fix hang in path of removing disk Ming Lei
2017-05-20  3:56 ` Ming Lei
2017-05-20  3:56 ` [PATCH v2 1/3] nvme: use blk_mq_start_hw_queues() in nvme_kill_queues() Ming Lei
2017-05-20  3:56   ` Ming Lei
2017-05-21  6:20   ` Christoph Hellwig
2017-05-21  6:20     ` Christoph Hellwig
2017-05-22  1:35     ` Ming Lei
2017-05-22  1:35       ` Ming Lei
2017-05-22 12:51       ` Christoph Hellwig
2017-05-22 12:51         ` Christoph Hellwig
2017-05-22 14:49         ` Ming Lei
2017-05-22 14:49           ` Ming Lei
2017-05-22  5:35   ` Keith Busch
2017-05-22  5:35     ` Keith Busch
2017-05-22  7:41   ` Johannes Thumshirn
2017-05-22  7:41     ` Johannes Thumshirn
2017-05-20  3:56 ` [PATCH v2 2/3] nvme: avoid to use blk_mq_abort_requeue_list() Ming Lei
2017-05-20  3:56   ` Ming Lei
2017-05-20  5:34   ` Ming Lei
2017-05-20  5:34     ` Ming Lei
2017-05-21  6:22     ` Christoph Hellwig
2017-05-21  6:22       ` Christoph Hellwig
2017-05-22  7:42     ` Johannes Thumshirn
2017-05-22  7:42       ` Johannes Thumshirn
2017-05-22  5:35   ` Keith Busch
2017-05-22  5:35     ` Keith Busch
2017-05-20  3:56 ` [PATCH v2 3/3] blk-mq: remove blk_mq_abort_requeue_list() Ming Lei
2017-05-20  3:56   ` Ming Lei
2017-05-21  6:22   ` Christoph Hellwig
2017-05-21  6:22     ` Christoph Hellwig
2017-05-22  5:36   ` Keith Busch
2017-05-22  5:36     ` Keith Busch
2017-05-22  7:43   ` Johannes Thumshirn
2017-05-22  7:43     ` Johannes Thumshirn

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.