A collection of small fixes destined for the 4.8 kernel.

Most notably is the move of the target management into the general media
manager. The concept of targets is media manager specific, therefore
this should be managed by itself. Core may only pass thetarget requests
along to the appropriate media manager.

Matias Bjørling (11):
  lightnvm: remove checkpatch warning for unsigned ints
  lightnvm: fix checkpatch terse errors
  lightnvm: remove open/close statistics for gennvm
  lightnvm: rename gennvm and update description
  lightnvm: move target mgmt into media mgr
  lightnvm: remove nested lock conflict with mm
  lightnvm: remove unused lists from struct rrpc_block
  lightnvm: remove _unlocked variant of [get/put]_blk
  lightnvm: fix lun offset calculation for mark blk
  lightnvm: make ppa_list const in nvm_set_rqd_list
  lightnvm: make __nvm_submit_ppa static

 drivers/lightnvm/Kconfig  |  10 +-
 drivers/lightnvm/core.c   | 234 +++++++---------------------
 drivers/lightnvm/gennvm.c | 385 +++++++++++++++++++++++++++++-----------------
 drivers/lightnvm/gennvm.h |  10 +-
 drivers/lightnvm/rrpc.c   |  30 +---
 drivers/lightnvm/rrpc.h   |  12 +-
 include/linux/lightnvm.h  |  33 ++--
 7 files changed, 333 insertions(+), 381 deletions(-)

-- 
2.1.4

Reply via email to