public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] *** bugfixes and code refactoring for nvme target ***
@ 2023-12-13  6:32 Guixin Liu
  2023-12-13  6:32 ` [PATCH 1/5] nvmet: fix wrong error handling approach in nvmet_install_queue Guixin Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Guixin Liu @ 2023-12-13  6:32 UTC (permalink / raw)
  To: hch, sagi, kch; +Cc: linux-nvme

This series of patches includes bugfixes and code refactoring.

Guixin Liu (5):
  nvmet: fix wrong error handling approach in nvmet_install_queue
  nvmet: allow identical cntlid_min and cntlid_max settings
  nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrl
  nvmet: relocate the cntlid_ida to the internal of subsystem
  nvmet: return invalid filed when check fctype fails

 drivers/nvme/target/configfs.c    |  4 ++--
 drivers/nvme/target/core.c        | 11 ++++-------
 drivers/nvme/target/fabrics-cmd.c |  5 ++---
 drivers/nvme/target/nvmet.h       |  2 ++
 4 files changed, 10 insertions(+), 12 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2023-12-13 23:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13  6:32 [PATCH 0/5] *** bugfixes and code refactoring for nvme target *** Guixin Liu
2023-12-13  6:32 ` [PATCH 1/5] nvmet: fix wrong error handling approach in nvmet_install_queue Guixin Liu
2023-12-13  8:43   ` Christoph Hellwig
2023-12-13 12:49     ` Guixin Liu
2023-12-13 13:45       ` Sagi Grimberg
2023-12-13  6:32 ` [PATCH 2/5] nvmet: allow identical cntlid_min and cntlid_max settings Guixin Liu
2023-12-13  8:43   ` Christoph Hellwig
2023-12-13 13:46   ` Sagi Grimberg
2023-12-13  6:32 ` [PATCH 3/5] nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrl Guixin Liu
2023-12-13  8:43   ` Christoph Hellwig
2023-12-13 13:47   ` Sagi Grimberg
2023-12-13  6:32 ` [PATCH 4/5] nvmet: relocate the cntlid_ida to the internal of subsystem Guixin Liu
2023-12-13  8:46   ` Christoph Hellwig
2023-12-13 12:59     ` Guixin Liu
2023-12-13 15:37       ` Christoph Hellwig
2023-12-13  6:32 ` [PATCH 5/5] nvmet: return invalid filed when check fctype fails Guixin Liu
2023-12-13  8:48   ` Christoph Hellwig
2023-12-13 13:05     ` Guixin Liu
2023-12-13 13:52       ` Sagi Grimberg
2023-12-13 23:05 ` [PATCH 0/5] *** bugfixes and code refactoring for nvme target *** Keith Busch

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