linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] nvme: lightnvm: fix and wire up
@ 2016-11-18 11:38 Matias Bjørling
  2016-11-18 11:38 ` [PATCH 1/2] nvme: lightnvm: frees wrong cmd structure Matias Bjørling
  2016-11-18 11:38 ` [PATCH 2/2] nvme: lightnvm: attach lightnvm sysfs to nvme block device Matias Bjørling
  0 siblings, 2 replies; 3+ messages in thread
From: Matias Bjørling @ 2016-11-18 11:38 UTC (permalink / raw)
  To: linux-block, linux-kernel; +Cc: axboe, keith.busch, Matias Bjørling

Hi all,

The first patch is a small fix to the freeing of the cmd structure in
lightnvm, and the second patch wires up the lightnvm sysfs interface to
the nvme gendisk.

-Matias

Matias Bjørling (2):
  nvme: lightnvm: frees wrong cmd structure
  nvme: lightnvm: attach lightnvm sysfs to nvme block device

 drivers/lightnvm/Makefile    |   2 +-
 drivers/lightnvm/core.c      |  15 +---
 drivers/lightnvm/lightnvm.h  |  35 --------
 drivers/lightnvm/sysfs.c     | 198 -------------------------------------------
 drivers/nvme/host/core.c     |  45 +++++-----
 drivers/nvme/host/lightnvm.c | 177 +++++++++++++++++++++++++++++++++++---
 drivers/nvme/host/nvme.h     |  31 +++----
 include/linux/lightnvm.h     |   2 -
 8 files changed, 202 insertions(+), 303 deletions(-)
 delete mode 100644 drivers/lightnvm/lightnvm.h
 delete mode 100644 drivers/lightnvm/sysfs.c

-- 
2.1.4

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

end of thread, other threads:[~2016-11-18 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 11:38 [PATCH 0/2] nvme: lightnvm: fix and wire up Matias Bjørling
2016-11-18 11:38 ` [PATCH 1/2] nvme: lightnvm: frees wrong cmd structure Matias Bjørling
2016-11-18 11:38 ` [PATCH 2/2] nvme: lightnvm: attach lightnvm sysfs to nvme block device 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;
as well as URLs for NNTP newsgroup(s).