All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fixes and improvements
@ 2014-01-24 23:50 Keith Busch
  2014-01-24 23:50 ` [PATCH 1/7] NVMe: Namespace use after free on surprise removal Keith Busch
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Keith Busch @ 2014-01-24 23:50 UTC (permalink / raw)


Starts off the same as this one:

http://merlin.infradead.org/pipermail/linux-nvme/2014-January/000624.html

... then I kept adding more stuff and revived the percpu optimization
and hot cpu stuff and think it's in good shape.

If you want to test hot cpu, this linux-nvme tree is broken due to bad
timing on the merge from upstream during 3.13rc and merged in a scheduler
bug, so will need merge upstream or at the very least cherry-pick these:

2cce5600486 sched: Avoid NULL dereference on sd_busy
a53cb752016 sched: Assign correct scheduling domain to 'sd_llc'

Keith Busch (7):
  NVMe: Namespace use after free on surprise removal
  NVMe: RCU access to nvme_queue
  NVMe: Initialization clean-up
  NVMe: Clean-up character device bring-up
  NVMe: Per-cpu IO queues
  NVMe: CPU hot plug notification
  NVMe: Share interrupt vectors among IO queues

 drivers/block/nvme-core.c |  377 +++++++++++++++++++++++++++++++++------------
 include/linux/nvme.h      |   11 +-
 2 files changed, 289 insertions(+), 99 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-01-31 17:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 23:50 [PATCH 0/7] Fixes and improvements Keith Busch
2014-01-24 23:50 ` [PATCH 1/7] NVMe: Namespace use after free on surprise removal Keith Busch
2014-01-24 23:50 ` [PATCH 2/7] NVMe: RCU access to nvme_queue Keith Busch
2014-01-24 23:50 ` [PATCH 3/7] NVMe: Initialization clean-up Keith Busch
2014-01-24 23:50 ` [PATCH 4/7] NVMe: Clean-up character device bring-up Keith Busch
2014-01-24 23:50 ` [PATCH 5/7] NVMe: Per-cpu IO queues Keith Busch
2014-01-31 17:47   ` Matthew Wilcox
2014-01-24 23:50 ` [PATCH 6/7] NVMe: CPU hot plug notification Keith Busch
2014-01-24 23:50 ` [PATCH 7/7] NVMe: Share interrupt vectors among IO queues Keith Busch

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.