linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add controllers to nvmet configfs
@ 2017-10-10 11:40 Israel Rukshin
  2017-10-10 11:40 ` [PATCH 1/4] nvmet: Add port pointer to nvmet_ctrl structure Israel Rukshin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Israel Rukshin @ 2017-10-10 11:40 UTC (permalink / raw)


This patch series expands nvmet configfs.
It adds to nvmet two main features
 - Close an active connection from target side.
 - Show all connections from the target point of view.

Those functionalities have some benefits:
 - Give the administrator more control and information
 - Enforce new ACL while there are active connections
 - Disconnect from unreachable Hosts

Israel Rukshin (4):
  nvmet: Add port pointer to nvmet_ctrl structure
  nvmet: Fix error flow in nvmet_alloc_ctrl()
  nvmet: Add controllers to configfs
  nvmet: Add feature close connection from target side

 drivers/nvme/target/configfs.c | 86 ++++++++++++++++++++++++++++++++++++++++++
 drivers/nvme/target/core.c     | 18 +++++++--
 drivers/nvme/target/nvmet.h    | 11 ++++++
 3 files changed, 111 insertions(+), 4 deletions(-)

-- 
1.8.4.3

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

end of thread, other threads:[~2017-10-15 13:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 11:40 [PATCH 0/4] Add controllers to nvmet configfs Israel Rukshin
2017-10-10 11:40 ` [PATCH 1/4] nvmet: Add port pointer to nvmet_ctrl structure Israel Rukshin
2017-10-11 11:11   ` Sagi Grimberg
2017-10-10 11:40 ` [PATCH 2/4] nvmet: Fix error flow in nvmet_alloc_ctrl() Israel Rukshin
2017-10-11 11:11   ` Sagi Grimberg
2017-10-10 11:40 ` [PATCH 3/4] nvmet: Add controllers to configfs Israel Rukshin
2017-10-11 11:36   ` Sagi Grimberg
     [not found]   ` <d06594ae-225e-8065-bead-019c99f309ad@gmail.com>
2017-10-12 15:58     ` Max Gurtovoy
     [not found]   ` <834d07fa-5830-ea7a-11b1-f20ebf47831c@gmail.com>
2017-10-15 13:25     ` Max Gurtovoy
2017-10-10 11:40 ` [PATCH 4/4] nvmet: Add feature close connection from target side Israel Rukshin
2017-10-11 11:20   ` Sagi Grimberg
2017-10-11 14:35     ` Max Gurtovoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).