From: mb@lightnvm.io (Matias Bjørling)
Subject: [PATCH V2 0/4] lightnvm: base 2.0 implementation
Date: Fri, 9 Feb 2018 10:27:15 +0100 [thread overview]
Message-ID: <20180209092719.10679-1-mb@lightnvm.io> (raw)
A couple of patches for 2.0 support for the lightnvm subsystem. They
form the basis for integrating 2.0 support.
For the rest of the support, Javier has code that implements report
chunk and sets up the LBA format data structure. He also has a bunch
of patches that brings pblk up to speed.
The first two patches is preparation for the 2.0 work. The third patch
implements the 2.0 data structures, the geometry command, and exposes
the sysfs attributes that comes with the 2.0 specification. Note that
the attributes between 1.2 and 2.0 are different, and it is expected
that user-space shall use the version sysfs attribute to know which
attributes will be available.
The last patch implements support for using the nvme namespace logical
block and metadata fields and sync it with the internal lightnvm
identify structures.
Changes since v1:
- pr_err fix from Randy.
- Address type fix from Javier.
- Also CC the nvme mailing list.
Matias Bj?rling (4):
lightnvm: make 1.2 data structures explicit
lightnvm: flatten nvm_id_group into nvm_id
lightnvm: add 2.0 geometry identification
nvme: lightnvm: add late setup of block size and metadata
drivers/lightnvm/core.c | 33 ++-
drivers/nvme/host/core.c | 2 +
drivers/nvme/host/lightnvm.c | 508 ++++++++++++++++++++++++++++++++-----------
drivers/nvme/host/nvme.h | 2 +
include/linux/lightnvm.h | 64 +++---
5 files changed, 428 insertions(+), 181 deletions(-)
--
2.11.0
next reply other threads:[~2018-02-09 9:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-09 9:27 Matias Bjørling [this message]
2018-02-09 9:27 ` [PATCH V2 1/4] lightnvm: make 1.2 data structures explicit Matias Bjørling
2018-02-09 9:27 ` [PATCH V2 2/4] lightnvm: flatten nvm_id_group into nvm_id Matias Bjørling
2018-02-09 9:27 ` [PATCH V2 3/4] lightnvm: add 2.0 geometry identification Matias Bjørling
2018-02-09 9:27 ` [PATCH V2 4/4] nvme: lightnvm: add late setup of block size and metadata Matias Bjørling
2018-02-12 20:21 ` Javier Gonzalez
2018-02-15 8:57 ` 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=20180209092719.10679-1-mb@lightnvm.io \
--to=mb@lightnvm.io \
/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