From: "Matias Bjørling" <m@bjorling.me>
To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: axboe@fb.com, keith.busch@intel.com, "Matias Bjørling" <m@bjorling.me>
Subject: [PATCH 0/2] nvme: lightnvm: fix and wire up
Date: Fri, 18 Nov 2016 12:38:12 +0100 [thread overview]
Message-ID: <1479469094-1337-1-git-send-email-m@bjorling.me> (raw)
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
next reply other threads:[~2016-11-18 11:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-18 11:38 Matias Bjørling [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479469094-1337-1-git-send-email-m@bjorling.me \
--to=m@bjorling.me \
--cc=axboe@fb.com \
--cc=keith.busch@intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).