public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fixes for LightNVM
@ 2015-11-27  4:09 Wenwei Tao
  2015-11-27  4:09 ` [PATCH v2 1/3] lightnvm: missing nvm_lock acquire Wenwei Tao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wenwei Tao @ 2015-11-27  4:09 UTC (permalink / raw)
  To: mb, keith.busch, axboe; +Cc: linux-kernel, linux-block, linux-nvme

Hi Matias
A couple of fixes based on 4.4rc2

Patch 1: the locking issue

move codes 'register with device with a supported manager'
into a funtion.
But I think iterate over a list to register nvm device
with a manger is not a good idea, since we can blocked
in manager's register_mgr function while holding nvm_lock.

Patch 2: handle targerts when underlying devices were removed

free dev when exited

call target type's exit function when target creation was aborted
due to nvm device exit.

Patch 3: change the interface between nvme and lightnvm

remove the unnecessary nvme_ns->type set to zero

Wenwei Tao (3):
  lightnvm: missing nvm_lock acquire
  lightnvm: handle targets when corresponding nvm device exit
  nvme: change the interface between nvme and lightnvm

 drivers/lightnvm/core.c      | 197 ++++++++++++++++++++++++++-----------------
 drivers/nvme/host/lightnvm.c |  17 +++-
 drivers/nvme/host/nvme.h     |   1 +
 drivers/nvme/host/pci.c      |   7 +-
 include/linux/lightnvm.h     |   3 +
 5 files changed, 143 insertions(+), 82 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2015-11-28  1:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  4:09 [PATCH v2 0/3] fixes for LightNVM Wenwei Tao
2015-11-27  4:09 ` [PATCH v2 1/3] lightnvm: missing nvm_lock acquire Wenwei Tao
2015-11-27  8:31   ` Matias Bjørling
2015-11-27 12:04     ` Wenwei Tao
2015-11-27 19:41       ` Matias Bjørling
2015-11-28  1:44         ` Wenwei Tao
2015-11-27  4:09 ` [PATCH v2 2/3] lightnvm: handle targets when corresponding nvm device exit Wenwei Tao
2015-11-27  4:09 ` [PATCH v2 3/3] nvme: change the interface between nvme and lightnvm Wenwei Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox