Hi, Follow up on preparation patches, here is a patch exporting hardware attributes of open-channel SSDs and LightNVM configuration to user-space through sysfs.
Thanks, Simon A. F. Lund (1): lightnvm: expose configuration through sysfs Documentation/ABI/testing/sysfs-lightnvm | 244 ++++++++++++++++++ drivers/lightnvm/Makefile | 2 +- drivers/lightnvm/core.c | 33 ++- drivers/lightnvm/sysfs.c | 418 +++++++++++++++++++++++++++++++ drivers/lightnvm/sysfs.h | 18 ++ include/linux/lightnvm.h | 4 + 6 files changed, 712 insertions(+), 7 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-lightnvm create mode 100644 drivers/lightnvm/sysfs.c create mode 100644 drivers/lightnvm/sysfs.h -- 2.5.0

