All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH 0/9] updates for vmalloc-based nfit_test and device-dax
@ 2016-06-26 23:24 Dan Williams
  2016-06-26 23:24 ` [ndctl PATCH 1/9] ndctl: deprecate pcommit Dan Williams
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Dan Williams @ 2016-06-26 23:24 UTC (permalink / raw)
  To: linux-nvdimm

The kernel is moving from CMA to vmalloc() backed resources to expand
the range of kernels that the tests can be compiled against.  As a
result some of the huge page tests need to move from nfit_test to
memmap=ss!nn defined memory ranges.

The new device-dax test exposed some bugs and missing capabilities in
the 'create-namespace' and 'list' commands.

---

Dan Williams (9):
      ndctl: deprecate pcommit
      test, libndctl: invalidate dax info blocks before reuse
      ndctl, list: list device-dax instances beneath a namespace
      ndctl, list: allow limiting namespace listing
      ndctl: add libs dependency to spec file
      ndctl, create-namespace: fix blk-namepsaces vs device-dax
      ndctl, create-namespace: fix device-dax vs --map=
      test, libndctl: move pfn + dax configurations to a destructive test
      test, libndctl: kill some dead code


 Documentation/ndctl-list.txt      |    6 +++
 ndctl.spec.in                     |    2 +
 ndctl/Makefile.am                 |    3 -
 ndctl/builtin-bat.c               |    5 --
 ndctl/builtin-list.c              |    6 +++
 ndctl/builtin-xaction-namespace.c |   12 ++++-
 ndctl/util/json.c                 |   40 ++++++++++++++++++
 test.h                            |    1 
 test/Makefile.am                  |    8 +---
 test/dax-dev.c                    |   22 +++++++---
 test/dax.sh                       |    5 +-
 test/device-dax.c                 |   32 ++++++++++++++
 test/device-dax.sh                |   30 ++++++++++++++
 test/libndctl.c                   |   82 ++++++++++++++++---------------------
 test/mmap.sh                      |    7 +++
 test/pcommit.c                    |   76 ----------------------------------
 util/filter.c                     |   21 +++++++++
 util/filter.h                     |    2 +
 18 files changed, 211 insertions(+), 149 deletions(-)
 create mode 100644 test/device-dax.c
 create mode 100755 test/device-dax.sh
 delete mode 100644 test/pcommit.c
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2016-06-27 23:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-26 23:24 [ndctl PATCH 0/9] updates for vmalloc-based nfit_test and device-dax Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 1/9] ndctl: deprecate pcommit Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 2/9] test, libndctl: invalidate dax info blocks before reuse Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 3/9] ndctl, list: list device-dax instances beneath a namespace Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 4/9] ndctl, list: allow limiting namespace listing Dan Williams
2016-06-27 19:28   ` Vishal Verma
2016-06-27 19:38     ` Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 5/9] ndctl: add libs dependency to spec file Dan Williams
2016-06-26 23:24 ` [ndctl PATCH 6/9] ndctl, create-namespace: fix blk-namepsaces vs device-dax Dan Williams
2016-06-26 23:25 ` [ndctl PATCH 7/9] ndctl, create-namespace: fix device-dax vs --map= Dan Williams
2016-06-26 23:25 ` [ndctl PATCH 8/9] test, libndctl: move pfn + dax configurations to a destructive test Dan Williams
2016-06-26 23:25 ` [ndctl PATCH 9/9] test, libndctl: kill some dead code Dan Williams
2016-06-27 11:37 ` [ndctl PATCH 0/9] updates for vmalloc-based nfit_test and device-dax Yigal Korman
2016-06-27 23:04 ` Vishal Verma

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.