public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] lightnvm: expose configuration through sysfs
@ 2016-04-27 17:18 Simon A. F. Lund
  2016-04-27 17:18 ` Simon A. F. Lund
  0 siblings, 1 reply; 8+ messages in thread
From: Simon A. F. Lund @ 2016-04-27 17:18 UTC (permalink / raw)
  To: linux-block, linux-kernel, mb; +Cc: gregkh, Simon A. F. Lund

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

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27 17:18 [RFC PATCH] lightnvm: expose configuration through sysfs Simon A. F. Lund
2016-04-27 17:18 ` Simon A. F. Lund
2016-04-27 17:41   ` Greg KH
2016-04-27 18:20     ` Matias Bjørling
2016-04-27 19:00       ` Greg KH
2016-04-27 19:26         ` Matias Bjørling
2016-05-06 16:37           ` Greg KH
2016-05-06 17:41             ` Matias Bjørling

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