All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add controllers to nvmet configfs
@ 2017-11-13 12:29 Israel Rukshin
  2017-11-13 12:29 ` [PATCH 1/4] nvmet: Fix error flow in nvmet_alloc_ctrl() Israel Rukshin
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Israel Rukshin @ 2017-11-13 12:29 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

Changes from v1:
 - Split commit "Fix error flow in nvmet_alloc_ctrl()" to two
 - Embed some port info (traddr and trsvcid) in nvmet_ctrl struct

Israel Rukshin (4):
  nvmet: Fix error flow in nvmet_alloc_ctrl()
  nvmet: Rearrange nvmet_ctrl_free()
  nvmet: Add controllers to configfs
  nvmet: Add feature close connection from target side

 drivers/nvme/target/configfs.c | 86 ++++++++++++++++++++++++++++++++++++++++++
 drivers/nvme/target/core.c     | 19 ++++++++--
 drivers/nvme/target/nvmet.h    | 12 ++++++
 3 files changed, 113 insertions(+), 4 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/4] Add controllers to nvmet configfs
@ 2017-10-10 11:40 Israel Rukshin
  2017-10-10 11:40 ` [PATCH 4/4] nvmet: Add feature close connection from target side Israel Rukshin
  0 siblings, 1 reply; 17+ 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] 17+ messages in thread

end of thread, other threads:[~2017-12-04 22:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 12:29 [PATCH v2 0/4] Add controllers to nvmet configfs Israel Rukshin
2017-11-13 12:29 ` [PATCH 1/4] nvmet: Fix error flow in nvmet_alloc_ctrl() Israel Rukshin
2017-12-04 22:33   ` Christoph Hellwig
2017-11-13 12:29 ` [PATCH 2/4] nvmet: Rearrange nvmet_ctrl_free() Israel Rukshin
2017-12-04 22:33   ` Christoph Hellwig
2017-11-13 12:29 ` [PATCH 3/4] nvmet: Add controllers to configfs Israel Rukshin
2017-11-13 20:18   ` Sagi Grimberg
2017-11-14 10:04     ` Israel Rukshin
2017-12-04 22:39   ` Christoph Hellwig
2017-11-13 12:29 ` [PATCH 4/4] nvmet: Add feature close connection from target side Israel Rukshin
2017-11-13 20:21   ` Sagi Grimberg
2017-11-14  9:10     ` Israel Rukshin
2017-11-16 15:49       ` Sagi Grimberg
2017-12-04 22:40         ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2017-10-10 11:40 [PATCH 0/4] Add controllers to nvmet configfs Israel Rukshin
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 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.