public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] lightnvm support
Date: Tue, 3 Nov 2015 17:14:20 -0700	[thread overview]
Message-ID: <20151104001420.GC13194@kernel.dk> (raw)

Hi Linus,

First of the topic branches, these are on top of core+drivers. This
first one adds support for lightnvm, and adds support to NVMe as well.
This is pretty exciting, in that it enables new and interesting use
cases for compatible flash devices. There's a LWN writeup about an
earlier posting here:

https://lwn.net/Articles/641247/

This has been underway for a while, and should be ready for merging at
this point. Please pull!


  git://git.kernel.dk/linux-block.git for-4.4/lightnvm


----------------------------------------------------------------
Dan Carpenter (1):
      nvme: lightnvm: clean up a data type

Matias Bjørling (5):
      lightnvm: Support for Open-Channel SSDs
      gennvm: Generic NVM manager
      rrpc: Round-robin sector target with cost-based gc
      nvme: LightNVM support
      lightnvm: refactor phys addrs type to u64

 Documentation/ioctl/ioctl-number.txt |    1 +
 MAINTAINERS                          |    8 +
 drivers/Kconfig                      |    2 +
 drivers/Makefile                     |    1 +
 drivers/lightnvm/Kconfig             |   42 ++
 drivers/lightnvm/Makefile            |    7 +
 drivers/lightnvm/core.c              |  826 +++++++++++++++++++++
 drivers/lightnvm/gennvm.c            |  485 +++++++++++++
 drivers/lightnvm/gennvm.h            |   46 ++
 drivers/lightnvm/rrpc.c              | 1323 ++++++++++++++++++++++++++++++++++
 drivers/lightnvm/rrpc.h              |  239 ++++++
 drivers/nvme/host/Makefile           |    2 +-
 drivers/nvme/host/lightnvm.c         |  526 ++++++++++++++
 drivers/nvme/host/nvme.h             |   10 +
 drivers/nvme/host/pci.c              |   39 +-
 include/linux/lightnvm.h             |  522 ++++++++++++++
 include/uapi/linux/lightnvm.h        |  130 ++++
 17 files changed, 4197 insertions(+), 12 deletions(-)
 create mode 100644 drivers/lightnvm/Kconfig
 create mode 100644 drivers/lightnvm/Makefile
 create mode 100644 drivers/lightnvm/core.c
 create mode 100644 drivers/lightnvm/gennvm.c
 create mode 100644 drivers/lightnvm/gennvm.h
 create mode 100644 drivers/lightnvm/rrpc.c
 create mode 100644 drivers/lightnvm/rrpc.h
 create mode 100644 drivers/nvme/host/lightnvm.c
 create mode 100644 include/linux/lightnvm.h
 create mode 100644 include/uapi/linux/lightnvm.h

-- 
Jens Axboe


                 reply	other threads:[~2015-11-04  0:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20151104001420.GC13194@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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