Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Namespace handling updates and fixes
@ 2015-05-18 19:30 Keith Busch
  2015-05-18 19:30 ` [PATCH 1/4] blk: Define blk_set_queue_dying in header Keith Busch
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Keith Busch @ 2015-05-18 19:30 UTC (permalink / raw)


This makes it possible to take down namespaces dynamically and hot remove
mounted namespaces. It's combining a few presvious patches submitted
to the list, and this replaces them all since they're touching a lot of
the same code.

Keith Busch (4):
  blk: Define blk_set_queue_dying in header
  NVMe: Decouple nvmeq hctx from ns request queue
  NVMe: Automatic namespace rescan
  NVMe: Remove disks before shutdown

 drivers/block/nvme-core.c |  198 ++++++++++++++++++++++++++++++++-------------
 include/linux/blkdev.h    |    1 +
 include/linux/nvme.h      |    2 +
 include/uapi/linux/nvme.h |    4 +
 4 files changed, 148 insertions(+), 57 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2015-05-19 16:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 19:30 [PATCH 0/4] Namespace handling updates and fixes Keith Busch
2015-05-18 19:30 ` [PATCH 1/4] blk: Define blk_set_queue_dying in header Keith Busch
2015-05-18 19:30 ` [PATCH 2/4] NVMe: Decouple nvmeq hctx from ns request queue Keith Busch
2015-05-19  7:46   ` Christoph Hellwig
2015-05-19 15:35     ` Keith Busch
2015-05-19 15:51       ` Keith Busch
2015-05-19 16:15         ` Christoph Hellwig
2015-05-19 16:14       ` Christoph Hellwig
2015-05-18 19:30 ` [PATCH 3/4] NVMe: Automatic namespace rescan Keith Busch
2015-05-18 19:30 ` [PATCH 4/4] NVMe: Remove disks before shutdown Keith Busch

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