Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1284841
| From | Matias Bjørling <m@bjorling.me> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] Fixes for LightNVM |
| Date | 2015-12-06 11:30 +0100 |
| Message-ID | <qCEJP-5Hj-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jens, A couple more fixes for LightNVM. The first three patches are fixed from Tao on rrpc and gennvm. The next five patches are small fixes and refactoring to prepare for system blocks. The last patch defaults debugging to not be compiled in and thereby not expose the parameter configuration interface. Thanks! Please pick up when convenient. Matias Bjørling (6): lightnvm: check mm before use lightnvm: comments on constants lightnvm: replace req queue with nvmdev for lld lightnvm: fix media mgr registration lightnvm: prevent gennvm module unload on use lightnvm: do not compile in debugging by default Wenwei Tao (3): lightnvm: use flags in rrpc_get_blk lightnvm: put blks when luns configure failed lightnvm: refactor spin_unlock in gennvm_get_blk drivers/block/null_blk.c | 9 ++--- drivers/lightnvm/Kconfig | 1 + drivers/lightnvm/core.c | 85 ++++++++++++++++++++++---------------------- drivers/lightnvm/gennvm.c | 20 ++++++----- drivers/lightnvm/rrpc.c | 25 ++++++++++--- drivers/nvme/host/lightnvm.c | 26 +++++++------- include/linux/lightnvm.h | 21 +++++++---- 7 files changed, 108 insertions(+), 79 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] Fixes for LightNVM Matias Bjørling <m@bjorling.me> - 2015-12-06 11:30 +0100
[PATCH 5/9] lightnvm: comments on constants Matias Bjørling <m@bjorling.me> - 2015-12-06 11:30 +0100
[PATCH 7/9] lightnvm: fix media mgr registration Matias Bjørling <m@bjorling.me> - 2015-12-06 11:30 +0100
[PATCH 8/9] lightnvm: prevent gennvm module unload on use Matias Bjørling <m@bjorling.me> - 2015-12-06 11:30 +0100
Re: [PATCH 0/9] Fixes for LightNVM Jens Axboe <axboe@fb.com> - 2015-12-07 17:20 +0100
Re: [PATCH 0/9] Fixes for LightNVM Matias Bjørling <m@bjorling.me> - 2015-12-07 19:00 +0100
csiph-web