linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9] Convert NVMe driver to blk-mq
@ 2014-06-24 23:12 Matias Bjørling
  2014-06-24 23:12 ` [PATCH v9] NVMe: Convert " Matias Bjørling
  0 siblings, 1 reply; 8+ messages in thread
From: Matias Bjørling @ 2014-06-24 23:12 UTC (permalink / raw)
  To: willy, keith.busch, sbradshaw, axboe, linux-kernel, linux-nvme,
	hch, rlnelson, tom.leiming
  Cc: Matias Bjørling

Hi all,

Added Acked-by from Keith and Jens. Additionally to the acks, we may perform
performance and correctness tests at a few select customers to find any setup
specific bugs and/or regressions.

The patch is based on the following:

Jens for-linus up to:

  66cb45aa41315d1d9972cada354fbdf7870d7714
  block: add support for limiting gaps in SG lists

Matthew master up to:

  7171511eaec5bf23fb06078f59784a3a0626b38f
  Linux 3.16-rc1

The merged trees with the patch on top can be found here:

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

and the separate changes can be found in the nvmemq_v9 branch

Changes since v8:
 * QUEUE_FLAG_VIRT_HOLE was renamed to QUEUE_FLAG_SG_GAPS
 * Previous revertion of patches lost the IRQ affinity hint
 * Removed test code in nvme_reset_notify

Changes since v7:
 * Jens implemented support for QUEUE_FLAG_VIRT_HOLE to limit
   requests to a continuous range of virtual memory.
 * Keith fixed up the abortion logic.
 * Usual style fixups

Changes since v6:
 * Rebased on top of Matthew's master and Jens' for-linus
 * A couple of style fixups

Changes since v5:
 * Splits are now supported directly within blk-mq
 * Remove nvme_queue->cpu_mask variable
 * Remove unnecessary null check
 * Style fixups

Changes since v4:
 * Fix timeout retries
 * Fix naming in nvme_init_hctx
 * Fix racy behavior of admin queue in nvme_dev_remove
 * Fix wrong return values in nvme_queue_request
 * Put cqe_seen back
 * Introduce abort_completion for killing timed out I/Os
 * Move locks outside of nvme_submit_iod
 * Various renaming and style fixes

Changes since v3:
 * Added abortion logic
 * Fixed possible race on abortion
 * Removed req data with flush. Handled by by blk-mq
 * Added safety check for submitting user rq to admin queue.
 * Use dev->online_queues for nr_hw_queues
 * Fix loop with initialization in nvme_create_io_queues
 * Style fixups

Changes since 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 cleanups

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

 drivers/block/nvme-core.c | 1204 ++++++++++++++++++---------------------------
 drivers/block/nvme-scsi.c |    8 +-
 include/linux/nvme.h      |   15 +-
 3 files changed, 489 insertions(+), 738 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-06-26  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 23:12 [PATCH v9] Convert NVMe driver to blk-mq Matias Bjørling
2014-06-24 23:12 ` [PATCH v9] NVMe: Convert " Matias Bjørling
2014-06-25  1:38   ` Jens Axboe
2014-06-25  1:51   ` Ming Lei
2014-06-25 11:37   ` Christoph Hellwig
2014-06-25 18:56     ` Matias Bjørling
2014-06-26  7:40       ` Christoph Hellwig
2014-06-26  9:21         ` Matias Bjørling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).