All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Fixes for LightNVM
@ 2015-12-06 10:25 Matias Bjørling
  2015-12-06 10:25 ` [PATCH 1/9] lightnvm: use flags in rrpc_get_blk Matias Bjørling
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Matias Bjørling @ 2015-12-06 10:25 UTC (permalink / raw)
  To: linux-block, linux-kernel, axboe; +Cc: Matias Bjørling

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-07 17:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-06 10:25 [PATCH 0/9] Fixes for LightNVM Matias Bjørling
2015-12-06 10:25 ` [PATCH 1/9] lightnvm: use flags in rrpc_get_blk Matias Bjørling
2015-12-06 10:25 ` [PATCH 2/9] lightnvm: put blks when luns configure failed Matias Bjørling
2015-12-06 10:25 ` [PATCH 3/9] lightnvm: refactor spin_unlock in gennvm_get_blk Matias Bjørling
2015-12-06 10:25 ` [PATCH 4/9] lightnvm: check mm before use Matias Bjørling
2015-12-06 10:25 ` [PATCH 5/9] lightnvm: comments on constants Matias Bjørling
2015-12-06 10:25 ` [PATCH 6/9] lightnvm: replace req queue with nvmdev for lld Matias Bjørling
2015-12-06 10:25 ` [PATCH 7/9] lightnvm: fix media mgr registration Matias Bjørling
2015-12-06 10:25 ` [PATCH 8/9] lightnvm: prevent gennvm module unload on use Matias Bjørling
2015-12-06 10:25 ` [PATCH 9/9] lightnvm: do not compile in debugging by default Matias Bjørling
2015-12-07 16:11 ` [PATCH 0/9] Fixes for LightNVM Jens Axboe
2015-12-07 17:52   ` Matias Bjørling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.