nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH v5 0/7] Improvements for namespace creation/interrogation
@ 2019-08-06  0:09 Dan Williams
  2019-08-06  0:09 ` [ndctl PATCH v5 1/7] ndctl/dimm: Support small label reads/writes Dan Williams
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dan Williams @ 2019-08-06  0:09 UTC (permalink / raw)
  To: linux-nvdimm

Changes since v4:
- One more static analysis fixup, this time in "ndctl/dimm: Add offset
  and size options to {read,write,zero}-labels".

---

This trimmed version includes the extent support for label operations
which significantly speeds up common label operations like
'init-labels'. It also fixes up some surprising results from
'create-namespace' where it would fail even though available capacity is
present.

---

Dan Williams (7):
      ndctl/dimm: Support small label reads/writes
      ndctl/dimm: Minimize data-transfer for init-labels
      ndctl/dimm: Add offset and size options to {read,write,zero}-labels
      ndctl/dimm: Limit read-labels with --index option
      ndctl/namespace: Minimize label data transfer for autolabel
      ndctl/namespace: Continue region search on 'missing seed' event
      ndctl/namespace: Report ENOSPC when regions are full


 Documentation/ndctl/labels-options.txt    |    9 ++
 Documentation/ndctl/ndctl-read-labels.txt |    7 ++
 ndctl/dimm.c                              |   92 +++++++++++++++++--------
 ndctl/lib/dimm.c                          |   85 +++++++++++++++++++++--
 ndctl/lib/libndctl.c                      |  108 +++++++++++++++++++++++++----
 ndctl/lib/libndctl.sym                    |    9 ++
 ndctl/lib/private.h                       |    4 -
 ndctl/libndctl.h                          |    9 ++
 ndctl/namespace.c                         |   13 +++
 util/util.h                               |    4 +
 10 files changed, 285 insertions(+), 55 deletions(-)
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2019-08-06  0:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-06  0:09 [ndctl PATCH v5 0/7] Improvements for namespace creation/interrogation Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 1/7] ndctl/dimm: Support small label reads/writes Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 2/7] ndctl/dimm: Minimize data-transfer for init-labels Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 3/7] ndctl/dimm: Add offset and size options to {read, write, zero}-labels Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 4/7] ndctl/dimm: Limit read-labels with --index option Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 5/7] ndctl/namespace: Minimize label data transfer for autolabel Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 6/7] ndctl/namespace: Continue region search on 'missing seed' event Dan Williams
2019-08-06  0:09 ` [ndctl PATCH v5 7/7] ndctl/namespace: Report ENOSPC when regions are full Dan Williams

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).