lkml.org 
[lkml]   [2015]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] lightnvm support
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



\
 
 \ /
  Last update: 2015-11-04 01:41    [W:0.103 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site