public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3] basic conversion to blk-mq
@ 2014-05-28 22:59 Matias Bjørling
  2014-05-28 22:59 ` [PATCH V3] NVMe: " Matias Bjørling
  0 siblings, 1 reply; 10+ messages in thread
From: Matias Bjørling @ 2014-05-28 22:59 UTC (permalink / raw)
  To: willy, keith.busch, sbradshaw, axboe, linux-kernel; +Cc: Matias Bjørling

Hi Matthew and Keith,

Here is an updated patch with most of the feedback fixed.

The patch is against Jens' 3.16/core tree. You may use the nvmemq_wip_review
branch at:

https://github.com/MatiasBjorling/linux-collab nvmemq_wip_review

from v2:
 * rebased on top of current 3.16/core.
 * use blk-mq queue management for spreading io queues
 * removed rcu handling and allocated all io queues up front for mgmt by blk-mq
 * removed the need for hotplugging notification
 * fixed flush data handling
 * fixed double free of spinlock
 * various cleanup

Missing work on abortion and timeouts.

Matias Bjørling (1):
  NVMe: basic conversion to blk-mq

 drivers/block/nvme-core.c | 1143 +++++++++++++++++++--------------------------
 include/linux/nvme.h      |   11 +-
 2 files changed, 486 insertions(+), 668 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-05-30 17:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 22:59 [PATCH V3] basic conversion to blk-mq Matias Bjørling
2014-05-28 22:59 ` [PATCH V3] NVMe: " Matias Bjørling
2014-05-29  3:07   ` Keith Busch
2014-05-29 14:25     ` Jens Axboe
2014-05-29 19:32       ` Jens Axboe
2014-05-29 19:33         ` Jens Axboe
2014-05-29 22:34       ` Keith Busch
2014-05-29 23:06         ` Jens Axboe
2014-05-29 23:12           ` Jens Axboe
2014-05-30 17:20             ` Matias Bjorling

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