All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] nvme: various bugs fix & code cleanup
@ 2024-11-27  9:27 brookxu.cn
  2024-11-27  9:27 ` [PATCH v2 1/5] nvme-tcp: fix the memleak while create new ctrl failed brookxu.cn
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: brookxu.cn @ 2024-11-27  9:27 UTC (permalink / raw)
  To: kbusch, axboe, hch, sagi, hare; +Cc: linux-nvme, linux-kernel

From: "Chunguang.xu" <chunguang.xu@shopee.com>

Here try to fix the hang issue of nvme-rdma, memory leak issue of
nvme-tcp, cleanup the code of nvme-tcp.

Chunguang.xu (5):
  nvme-tcp: fix the memleak while create new ctrl failed
  nvme-rdma: unquiesce admin_q before destroy it
  nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues()
  nvme-tcp: simplify nvme_tcp_configure_admin_queue()
  nvme-tcp: remove nvme_tcp_destroy_io_queues()

 drivers/nvme/host/rdma.c |  8 +------
 drivers/nvme/host/tcp.c  | 49 ++++++++++++++++------------------------
 2 files changed, 20 insertions(+), 37 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2024-11-29  8:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  9:27 [PATCH v2 0/5] nvme: various bugs fix & code cleanup brookxu.cn
2024-11-27  9:27 ` [PATCH v2 1/5] nvme-tcp: fix the memleak while create new ctrl failed brookxu.cn
2024-11-29  8:10   ` Christoph Hellwig
2024-11-27  9:27 ` [PATCH v2 2/5] nvme-rdma: unquiesce admin_q before destroy it brookxu.cn
2024-11-29  8:11   ` Christoph Hellwig
2024-11-27  9:27 ` [PATCH v2 3/5] nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues() brookxu.cn
2024-11-29  8:11   ` Christoph Hellwig
2024-11-27  9:27 ` [PATCH v2 4/5] nvme-tcp: simplify nvme_tcp_configure_admin_queue() brookxu.cn
2024-11-29  8:11   ` Christoph Hellwig
2024-11-27  9:27 ` [PATCH v2 5/5] nvme-tcp: remove nvme_tcp_destroy_io_queues() brookxu.cn
2024-11-29  8:12   ` Christoph Hellwig

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.