linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-14 20:50:53 to 2019-03-25 07:12:18 UTC [more...]

[PATCH V2 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-25  7:12 UTC  (10+ messages)
` [PATCH V2 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH V2 2/8] blk-mq: use static_rqs instead of rqs to iterate tags
` [PATCH V2 3/8] blk-mq: use blk_mq_queue_tag_inflight_iter in debugfs
` [PATCH V2 4/8] mtip32xx: use blk_mq_queue_tag_inflight_iter
` [PATCH V2 5/8] nbd: "
` [PATCH V2 6/8] skd: "
` [PATCH V2 7/8] nvme: "
` [PATCH V2 8/8] blk-mq: remove blk_mq_tagset_busy_iter

[RFC] optimize nvme single segment I/O
 2019-03-25  5:40 UTC  (35+ messages)
` [PATCH 01/15] block: add a req_bvec helper
` [PATCH 02/15] block: add a rq_integrity_vec helper
` [PATCH 03/15] block: add a rq_dma_dir helper
` [PATCH 04/15] block: add dma_map_bvec helper
` [PATCH 05/15] nvme-pci: remove the unused iod->length field
` [PATCH 06/15] nvme-pci: remove nvme_init_iod
` [PATCH 07/15] nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data
` [PATCH 08/15] nvme-pci: merge nvme_free_iod into nvme_unmap_data
` [PATCH 09/15] nvme-pci: only call nvme_unmap_data for requests transferring data
` [PATCH 10/15] nvme-pci: do not build a scatterlist to map metadata
` [PATCH 11/15] nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data
` [PATCH 12/15] nvme-pci: remove the inline scatterlist optimization
` [PATCH 13/15] nvme-pci: optimize mapping of small single segment requests
` [PATCH 14/15] nvme-pci: optimize mapping single segment requests using SGLs
` [PATCH 15/15] nvme-pci: tidy up nvme_map_data

[PATCH V2 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-25  5:28 UTC  (9+ messages)
` [PATCH V2 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH V2 2/8] blk-mq: use static_rqs instead of rqs to iterate tags
` [PATCH V2 3/8] blk-mq: use blk_mq_queue_tag_inflight_iter in debugfs
` [PATCH V2 4/8] mtip32xx: use blk_mq_queue_tag_inflight_iter
` [PATCH V2 5/8] nbd: "
` [PATCH V2 6/8] skd: "
` [PATCH V2 7/8] nvme: "
` [PATCH V2 8/8] blk-mq: remove blk_mq_tagset_busy_iter

[RFC/PATCH net-next 0/9] net/dim: Support for multiple implementations
 2019-03-24  9:11 UTC  (15+ messages)

[PATCH] nvme: schedule requeue whenever a LIVE state is entered
 2019-03-22 21:14 UTC  (5+ messages)

No subject
 2019-03-22 15:30 UTC  (36+ messages)
` [PATCH 1/9] vfio/mdev: add .request callback
` [PATCH 2/9] nvme/core: add some more values from the spec
` [PATCH 3/9] nvme/core: add NVME_CTRL_SUSPENDED controller state
` [PATCH 4/9] nvme/pci: use the NVME_CTRL_SUSPENDED state
` [PATCH 5/9] nvme/pci: add known admin effects to augument admin effects log page
` [PATCH 6/9] nvme/pci: init shadow doorbell after each reset
` [PATCH 7/9] nvme/core: add mdev interfaces
` [PATCH 8/9] nvme/core: add nvme-mdev core driver
` [PATCH 9/9] nvme/pci: implement the mdev external queue allocation interface
` [PATCH 0/9] RFC: NVME VFIO mediated device
` your mail

[PATCH 0/2] blk-mq/nvme: cancel request synchronously
 2019-03-21 21:40 UTC  (25+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_complete_request_sync()
` [PATCH 2/2] nvme: cancel request synchronously

[PATCH v3] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2019-03-21  4:57 UTC  (4+ messages)

[PATCH 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-21  1:33 UTC  (34+ messages)
` [PATCH 1/8] blk-mq: get rid of the synchronize_rcu in __blk_mq_update_nr_hw_queues
` [PATCH 2/8] blk-mq: change the method of iterating busy tags of a request_queue
` [PATCH 3/8] blk-mq: use blk_mq_queue_tag_busy_iter in debugfs
` [PATCH 4/8] mtip32xx: use blk_mq_queue_tag_busy_iter
` [PATCH 5/8] nbd: "
` [PATCH 6/8] skd: "
` [PATCH 7/8] nvme: "
` [PATCH 8/8] blk-mq: remove blk_mq_tagset_busy_iter

【Question for nvme-rdma calltrace】
 2019-03-21  1:04 UTC  (4+ messages)

[PATCH 1/2] [RFC] ata: ahci: Respect bus DMA constraints
 2019-03-18 23:25 UTC  (15+ messages)

[PATCH] [NVMe-CLI] WDC Plugins vs-internal-log command unsupported on SN340
 2019-03-18 15:29 UTC  (2+ messages)

[PATCH] nvme: lightnvm: expose OC devices as zero size to OS
 2019-03-18 13:32 UTC  (3+ messages)

MT76x2U crashes XHCI driver on AMD Ryzen system
 2019-03-18 10:17 UTC  (7+ messages)
        ` [PATCH] iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
                ` [PATCH v2] "

[PATCH v4 0/3] Couple of fixes detected with blktests
 2019-03-15 20:44 UTC  (16+ messages)
` [PATCH v4 1/3] nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE
` [PATCH v4 3/3] nvmet-file: clamp-down file namespace lba_shift

[PATCH nvme-cli rfc 0/6] Support discovery log change events
 2019-03-15 20:38 UTC  (10+ messages)

[PATCH] nvme-tcp: fix an endianess miss-annotation
 2019-03-15 17:15 UTC  (2+ messages)

[PATCHBOMB] nvme fixes for 5.1
 2019-03-14 21:43 UTC  (4+ messages)
` [PATCH 07/17] nvme-fc: use nr_phys_segments to determine existence of sgl


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).