All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH 0/8] create-namespace fixes, and a misc build fix
@ 2016-04-22 19:47 Dan Williams
  2016-04-22 19:47 ` [ndctl PATCH 1/8] ndctl, create-namespace: make zero_info_block() more robust Dan Williams
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Dan Williams @ 2016-04-22 19:47 UTC (permalink / raw)
  To: linux-nvdimm; +Cc: Marcin Ślusarz

A collection of fixes for create-namespace operations mainly around
properly generating default parameters.

The destroy-namespace implementation was sent out previously, however
the zero_info_block() enhancement deserved to be its own patch ("ndctl,
create-namespace: make zero_info_block() more robust").

---

Dan Williams (7):
      ndctl, create-namespace: make zero_info_block() more robust
      ndctl: new 'destroy-namespace' utility
      ndctl, create-namespace: report failures due to namespace being mounted
      ndctl, xaction-namespace: make 'verbose' option available in all sub-commands
      ndctl, create-namespace: fix memmap location reconfiguration
      ndctl, create-namespace: fix sector mode default for pmem namespaces
      ndctl, create-namespace: check for ZONE_DEVICE=n kernels

Marcin Ślusarz (1):
      ndctl: fix build on systems where /bin/sh is not a link to bash


 Documentation/Makefile.am                 |    1 
 Documentation/ndctl-destroy-namespace.txt |   32 ++++++++
 Documentation/xable-namespace-options.txt |    4 +
 builtin-xaction-namespace.c               |  121 +++++++++++++++++++++++------
 builtin.h                                 |    1 
 git-version                               |    2 
 ndctl.c                                   |    3 -
 7 files changed, 137 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/ndctl-destroy-namespace.txt
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2016-04-22 23:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-22 19:47 [ndctl PATCH 0/8] create-namespace fixes, and a misc build fix Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 1/8] ndctl, create-namespace: make zero_info_block() more robust Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 2/8] ndctl: new 'destroy-namespace' utility Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 3/8] ndctl: fix build on systems where /bin/sh is not a link to bash Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 4/8] ndctl, create-namespace: report failures due to namespace being mounted Dan Williams
2016-04-22 23:00   ` Linda Knippers
2016-04-22 23:10     ` Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 5/8] ndctl, xaction-namespace: make 'verbose' option available in all sub-commands Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 6/8] ndctl, create-namespace: fix memmap location reconfiguration Dan Williams
2016-04-22 19:47 ` [ndctl PATCH 7/8] ndctl, create-namespace: fix sector mode default for pmem namespaces Dan Williams
2016-04-22 23:07   ` Linda Knippers
2016-04-22 19:47 ` [ndctl PATCH 8/8] ndctl, create-namespace: check for ZONE_DEVICE=n kernels Dan Williams

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.