Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH 0/5] smart support and 'list' enhancements
@ 2016-04-07  1:06 Dan Williams
  2016-04-07  1:07 ` [ndctl PATCH 1/5] ndctl: rebuild libndctl.h when libndctl.h.in changes Dan Williams
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Dan Williams @ 2016-04-07  1:06 UTC (permalink / raw)
  To: linux-nvdimm

1/ Provide helper routines for higher level management software to issue
   SMART data retrieval commands.

2/ Add a reference implementation of SMART data retrieval by extending
   the 'list' command to emit json with SMART key/value data.

3/ With health information available it is useful to know which
   namespaces are impacted by a dimm that reports a bad health status,
   so a 'filter by dimm' mechanism is added to the 'list' command.

---

Dan Williams (5):
      ndctl: rebuild libndctl.h when libndctl.h.in changes
      ndctl: helper for S.M.A.R.T. data retrieval
      ndctl, list: clean up default behavior
      ndctl, list: add a '--health' option
      ndctl, list: add 'filter by dimm' capability


 Documentation/ndctl-list.txt |   29 ++++++++++++-
 Makefile.am                  |    8 +++
 builtin-list.c               |   31 +++++++++++--
 configure.ac                 |   26 +++++++++++
 lib/libndctl-private.h       |    1 
 lib/libndctl-smart.c         |   81 +++++++++++++++++++++++++++++++++++
 lib/libndctl.c               |    1 
 lib/libndctl.sym             |   10 ++++
 lib/ndctl/libndctl.h.in      |   55 ++++++++++++++++++++++++
 ndctl.h                      |   29 +++++++++++++
 test/libndctl.c              |   68 +++++++++++++++++++++++++++++
 util/filter.c                |   83 ++++++++++++++++++++++++++++++++++++
 util/filter.h                |    5 ++
 util/json.c                  |   97 ++++++++++++++++++++++++++++++++++++++++++
 util/json.h                  |    1 
 15 files changed, 516 insertions(+), 9 deletions(-)
 create mode 100644 lib/libndctl-smart.c
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07  1:06 [ndctl PATCH 0/5] smart support and 'list' enhancements Dan Williams
2016-04-07  1:07 ` [ndctl PATCH 1/5] ndctl: rebuild libndctl.h when libndctl.h.in changes Dan Williams
2016-04-07  8:29   ` Johannes Thumshirn
2016-04-07  1:07 ` [ndctl PATCH 2/5] ndctl: helper for S.M.A.R.T. data retrieval Dan Williams
2016-04-07  8:36   ` Johannes Thumshirn
2016-04-07 22:39   ` [ndctl PATCH v2] " Dan Williams
2016-04-08  7:23     ` Johannes Thumshirn
2016-04-07  1:07 ` [ndctl PATCH 3/5] ndctl, list: clean up default behavior Dan Williams
2016-04-07  8:38   ` Johannes Thumshirn
2016-04-07  1:07 ` [ndctl PATCH 4/5] ndctl, list: add a '--health' option Dan Williams
2016-04-07  8:41   ` Johannes Thumshirn
2016-04-07 13:16     ` Dan Williams
2016-04-07 22:42   ` [ndctl PATCH v2] " Dan Williams
2016-04-08  7:20     ` Johannes Thumshirn
2016-04-07  1:07 ` [ndctl PATCH 5/5] ndctl, list: add 'filter by dimm' capability Dan Williams
2016-04-07  8:42   ` Johannes Thumshirn

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