[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1461777537-8145-1-git-send-email-slund@cnexlabs.com>
Date: Wed, 27 Apr 2016 10:18:56 -0700
From: "Simon A. F. Lund" <slund@...xlabs.com>
To: <linux-block@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<mb@...htnvm.io>
CC: <gregkh@...uxfoundation.org>,
"Simon A. F. Lund" <slund@...xlabs.com>
Subject: [RFC PATCH] lightnvm: expose configuration through sysfs
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
Powered by blists - more mailing lists