All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] avoid repeated request completion and IO error
@ 2021-01-05  7:19 ` Chao Leng
  0 siblings, 0 replies; 22+ messages in thread
From: Chao Leng @ 2021-01-05  7:19 UTC (permalink / raw)
  To: linux-nvme; +Cc: kbusch, axboe, hch, sagi, lengchao, linux-block, axboe

First avoid repeated request completion for nvmf_fail_nonready_command.
Second avoid IO error and repeated request completion for queue_rq.

Chao Leng (6):
  blk-mq: introduce blk_mq_set_request_complete
  nvme-core: introduce complete failed request
  nvme-fabrics: avoid repeated request completion for
    nvmf_fail_nonready_command
  nvme-rdma: avoid IO error and repeated request completion
  nvme-tcp: avoid IO error and repeated request completion
  nvme-fc: avoid IO error and repeated request completion

 drivers/nvme/host/fabrics.c |  4 +---
 drivers/nvme/host/fc.c      |  6 ++++--
 drivers/nvme/host/nvme.h    | 18 ++++++++++++++++++
 drivers/nvme/host/rdma.c    |  2 +-
 drivers/nvme/host/tcp.c     |  2 +-
 include/linux/blk-mq.h      |  5 +++++
 6 files changed, 30 insertions(+), 7 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2021-01-06  2:32 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05  7:19 [PATCH 0/6] avoid repeated request completion and IO error Chao Leng
2021-01-05  7:19 ` Chao Leng
2021-01-05  7:19 ` [PATCH 1/6] blk-mq: introduce blk_mq_set_request_complete Chao Leng
2021-01-05  7:19   ` Chao Leng
2021-01-05 19:16   ` Minwoo Im
2021-01-05 19:16     ` Minwoo Im
2021-01-06  2:29     ` Chao Leng
2021-01-06  2:29       ` Chao Leng
2021-01-05  7:19 ` [PATCH 2/6] nvme-core: introduce complete failed request Chao Leng
2021-01-05  7:19   ` Chao Leng
2021-01-05 19:11   ` Minwoo Im
2021-01-05 19:11     ` Minwoo Im
2021-01-06  2:31     ` Chao Leng
2021-01-06  2:31       ` Chao Leng
2021-01-05  7:19 ` [PATCH 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command Chao Leng
2021-01-05  7:19   ` Chao Leng
2021-01-05  7:19 ` [PATCH 4/6] nvme-rdma: avoid IO error and repeated request completion Chao Leng
2021-01-05  7:19   ` Chao Leng
2021-01-05  7:19 ` [PATCH 5/6] nvme-tcp: " Chao Leng
2021-01-05  7:19   ` Chao Leng
2021-01-05  7:19 ` [PATCH 6/6] nvme-fc: " Chao Leng
2021-01-05  7:19   ` Chao Leng

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.