Towards being able to script discovery, allocation, and resizing of
device dax instances, extend the libdaxctl apis for pending 4.10 kernel
updates.

---

Dan Williams (6):
      util, sysfs: convert add_dev_fn to return the device
      libdaxctl: add daxctl_region_get_{id,size,align} apis
      daxctl: add dax region iteration apis
      ndctl: add per-context private data
      test, daxctl: test dax region apis
      daxctl: add daxctl_dev_set_size()


 daxctl/lib/libdaxctl-private.h |    4 +
 daxctl/lib/libdaxctl.c         |  217 ++++++++++++++++++++++++++++++++++------
 daxctl/lib/libdaxctl.sym       |   18 +++
 daxctl/libdaxctl.h             |   12 ++
 ndctl/lib/libndctl-private.h   |    2 
 ndctl/lib/libndctl.c           |  122 ++++++++++------------
 ndctl/lib/libndctl.sym         |    2 
 ndctl/libndctl.h.in            |    2 
 test/libndctl.c                |   68 ++++++++++++-
 util/sysfs.c                   |   15 +--
 util/sysfs.h                   |    2 
 11 files changed, 350 insertions(+), 114 deletions(-)
_______________________________________________
Linux-nvdimm mailing list
[email protected]
https://lists.01.org/mailman/listinfo/linux-nvdimm

Reply via email to