public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/6] avoid repeated request completion and IO error
@ 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
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Chao Leng @ 2021-01-05  7:19 UTC (permalink / raw)
  To: linux-nvme; +Cc: axboe, linux-block, sagi, axboe, lengchao, kbusch, hch

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


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

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

Thread overview: 11+ 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 ` [PATCH 1/6] blk-mq: introduce blk_mq_set_request_complete Chao Leng
2021-01-05 19:16   ` Minwoo Im
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 19:11   ` Minwoo Im
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 ` [PATCH 4/6] nvme-rdma: avoid IO error and repeated request completion Chao Leng
2021-01-05  7:19 ` [PATCH 5/6] nvme-tcp: " Chao Leng
2021-01-05  7:19 ` [PATCH 6/6] nvme-fc: " Chao Leng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox