All of lore.kernel.org
 help / color / mirror / Atom feed
* NVMe driver split for Linux 4.5
@ 2015-11-30  8:36 Christoph Hellwig
  2015-11-30  8:36 ` [PATCH 01/23] blk-mq: add a flags parameter to blk_mq_alloc_request Christoph Hellwig
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Christoph Hellwig @ 2015-11-30  8:36 UTC (permalink / raw)


This series contains a the split of the NVMe driver into a common core part
and a PCIe specific fontend.
nvme driver split to show how I want to get started.

To make testing easier I've pushed out a git tree with this and all
dependencies:

    git://git.infradead.org/users/hch/block.git nvme-split.6

or in gitweb:

    http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/nvme-split.6

Chances since the previous post from the patchbomb:
  - use vendor ID from Identify data in the SCSI translation layer
  - add common enable/shutdown code from the NVMe loop series

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

end of thread, other threads:[~2015-12-01 18:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30  8:36 NVMe driver split for Linux 4.5 Christoph Hellwig
2015-11-30  8:36 ` [PATCH 01/23] blk-mq: add a flags parameter to blk_mq_alloc_request Christoph Hellwig
2015-11-30  8:36 ` [PATCH 02/23] nvme: move struct nvme_iod to pci.c Christoph Hellwig
2015-11-30  8:36 ` [PATCH 03/23] nvme: split command submission helpers out of pci.c Christoph Hellwig
2015-11-30  8:36 ` [PATCH 04/23] nvme: use offset instead of a struct for registers Christoph Hellwig
2015-11-30  8:36 ` [PATCH 05/23] nvme: split nvme_trans_device_id_page Christoph Hellwig
2015-11-30  8:36 ` [PATCH 06/23] nvme: use vendor it from identify Christoph Hellwig
2015-11-30  8:36 ` [PATCH 07/23] nvme: split a new struct nvme_ctrl out of struct nvme_dev Christoph Hellwig
2015-11-30  8:36 ` [PATCH 08/23] nvme: simplify nvme_setup_prps calling convention Christoph Hellwig
2015-11-30  8:36 ` [PATCH 09/23] nvme: refactor nvme_queue_rq Christoph Hellwig
2015-11-30  8:36 ` [PATCH 10/23] nvme: factor out a nvme_unmap_data helper Christoph Hellwig
2015-11-30  8:36 ` [PATCH 11/23] nvme: move nvme_error_status to common code Christoph Hellwig
2015-11-30  8:36 ` [PATCH 12/23] nvme: move nvme_setup_flush and nvme_setup_rw " Christoph Hellwig
2015-11-30  8:36 ` [PATCH 13/23] nvme: split __nvme_submit_sync_cmd Christoph Hellwig
2015-11-30  8:36 ` [PATCH 14/23] nvme: use the block layer for userspace passthrough metadata Christoph Hellwig
2015-11-30  8:36 ` [PATCH 15/23] nvme: move block_device_operations and ns/ctrl freeing to common code Christoph Hellwig
2015-11-30  8:36 ` [PATCH 16/23] nvme: add explicit quirk handling Christoph Hellwig
2015-12-01 18:01 ` NVMe driver split for Linux 4.5 Jens Axboe

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.