Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block
Pull lightnvm support from Jens Axboe:
"This 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"
* 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block:
nvme: lightnvm: clean up a data type
lightnvm: refactor phys addrs type to u64
nvme: LightNVM support
rrpc: Round-robin sector target with cost-based gc
gennvm: Generic NVM manager
lightnvm: Support for Open-Channel SSDs
Showing
drivers/lightnvm/Kconfig
0 → 100644
drivers/lightnvm/Makefile
0 → 100644
drivers/lightnvm/core.c
0 → 100644
drivers/lightnvm/gennvm.c
0 → 100644
drivers/lightnvm/gennvm.h
0 → 100644
drivers/lightnvm/rrpc.c
0 → 100644
drivers/lightnvm/rrpc.h
0 → 100644
drivers/nvme/host/lightnvm.c
0 → 100644
include/linux/lightnvm.h
0 → 100644
include/uapi/linux/lightnvm.h
0 → 100644
想要评论请 注册 或 登录