messages from 2015-09-09 07:06:41 to 2015-10-03 08:19:52 UTC [more...]
[PATCH 0/2] Fix NVMe driver support on Power with 32-bit DMA
2015-10-03 8:19 UTC (20+ messages)
` [PATCH 1/2] powerpc/iommu: expose IOMMU page shift
` [PATCH 2/2] drivers/nvme: default to the IOMMU page size on Power
` [PATCH 0/5 v2] Fix NVMe driver support on Power with 32-bit DMA
` [PATCH 1/5 v2] dma-mapping: add generic dma_get_page_shift API
` [PATCH 2/5 v2] powerpc/dma-mapping: override dma_get_page_shift
` [PATCH 3/5 v2] powerpc/dma: implement per-platform dma_get_page_shift
` [PATCH 4/5 v2] pseries/iommu: implement DDW-aware dma_get_page_shift
` [PATCH 5/5 v2] drivers/nvme: default to the IOMMU page size
nvme reset and probe updates
2015-10-02 21:54 UTC (14+ messages)
` [PATCH 1/7] nvme: delete dev from dev_list in nvme_reset
` [PATCH 2/7] nvme: merge nvme_dev_reset into nvme_reset_failed_dev
` [PATCH 3/7] nvme: factor reset code into a common helper
` [PATCH 4/7] nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
` [PATCH 5/7] nvme: remove duplicate call to nvme_set_irq_hints
` [PATCH 6/7] nvme: properly handle partially initialized queues in nvme_create_io_queues
` [PATCH 7/7] nvme: remove failed controllers directly from probe/reset context
[PATCH 1/2] NVMe: Namespace removal simplifications
2015-10-02 16:57 UTC (4+ messages)
` [PATCHv2 2/2] NVMe: Simplify device resume on io queue failure
[PATCH 3/4] nvme: split pci specific functionality out of core code
2015-10-02 16:53 UTC (6+ messages)
nvme header reshuffle
2015-10-02 15:54 UTC (6+ messages)
` [PATCH 1/3] nvme: add a local nvme.h header
` [PATCH 2/3] nvme: move hardware structures out of the uapi version of nvme.h
` [PATCH 3/3] nvme.h: add missing nvme_id_ctrl endianess annotations
[PATCH] NVMe: Prevent bogus synchronous IO command timeouts
2015-10-02 15:51 UTC (5+ messages)
[PATCH 0/2] Namespace attachment fixes/simplifications
2015-10-02 14:31 UTC (8+ messages)
` [PATCH 1/2] NVMe: Reference count open namespaces
` [PATCH 2/2] NVMe: Simplify device resume on io queue failure
[PATCH 3/5] block: nvme-core: simplify ida usage
2015-10-02 10:15 UTC
[PATCH 2/4] nvme: split pci specifics out of nvme_dev and nvme_queue structures
2015-10-01 12:39 UTC (2+ messages)
nvme completion path optimizations and fixes V2
2015-10-01 8:12 UTC (17+ messages)
` [PATCH 01/10] blk-mq: avoid setting hctx->tags->cpumask before allocation
` [PATCH 02/10] blk-mq: fix racy updates of rq->errors
` [PATCH 03/10] blk-mq: factor out a helper to iterate all tags for a request_queue
` [PATCH 04/10] blk-mq: kill undead requests during CPU hotplug notify
` [PATCH 05/10] nvme: switch AEN processing to use blk_execute_rq_nowait
` [PATCH 06/10] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 07/10] nvme: switch abort "
` [PATCH 08/10] nvme: simplify completion handling
` [PATCH 09/10] nvme: properly free resources for cancelled command
` [PATCH 10/10] nvme: micro optimize nvme_submit_priv
[PATCH] block: nvme-scsi: use kzalloc in nvme_trans_ext_inq_page()
2015-09-30 19:48 UTC
Deadlock on Fast hotplug with NVMe drives
2015-09-30 15:32 UTC (2+ messages)
[PATCH 0/3] blk-mq & nvme: introduce .map_changed
2015-09-30 0:08 UTC (11+ messages)
` [PATCH 1/3] blk-mq: introduce .map_changed to blk_mq_ops
` [PATCH 2/3] block: nvme: use map_changed to set irq affinity hint
` [PATCH 3/3] blk-mq: remove cpumask from 'struct blk_mq_tags'
Intel P3600 writes after hot add (RHEL7.1)
2015-09-29 23:10 UTC (4+ messages)
[PATCH 4/4] nvme: move pci specific calls in ops structure to allow other (i.e. fabrics) modules to be added
2015-09-29 2:21 UTC
[PATCH 1/4] nvme: move block nvme driver into directory drivers/nvme as subdir host
2015-09-29 2:19 UTC
4 Patch summary of PCIe re-arrangement of nvme code for future technology expansion, v3
2015-09-29 2:17 UTC
[PATCH 1/4] nvme: move driver into subdirectory
2015-09-28 17:26 UTC (7+ messages)
[PATCH] nvme: Add error checking in nvme_create_io_queues
2015-09-28 14:35 UTC (7+ messages)
[RFC PATCH 0/2] virtio nvme
2015-09-28 5:58 UTC (25+ messages)
` [RFC PATCH 1/2] virtio_nvme(kernel): virtual NVMe driver using virtio
` [RFC PATCH 2/2] virtio-nvme(qemu): NVMe device "
[PATCH 2/4] nvme: split pci specifics out of nvme_dev and nvme_queue structures
2015-09-27 19:14 UTC (3+ messages)
nvme completion path optimizations and fixes
2015-09-27 7:35 UTC (13+ messages)
` [PATCH 1/7] blk-mq: fix racy updates of rq->errors
` [PATCH 2/7] nvme: switch AEN processing to use blk_execute_rq_nowait
` [PATCH 3/7] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 4/7] nvme: switch abort "
` [PATCH 5/7] nvme: simplify completion handling
` [PATCH 6/7] nvme: properly free resources for cancelled command
` [PATCH 7/7] nvme: micro optimize nvme_submit_priv
[PATCH 4/4] nvme: move pci specific calls in ops structure to allow other (i.e. fabrics) modules to be added
2015-09-27 1:52 UTC
[PATCH 3/4] nvme: split pci specific functionality out of core code
2015-09-27 1:52 UTC
4 Patch summary of PCIe re-arrangement of nvme code for future technology expansion
2015-09-27 1:34 UTC
[PATCH] Move nvme driver source into subdirectory and move pci specifics from core into separate file
2015-09-26 16:11 UTC (6+ messages)
Adding IOCTL for NVMe controller reset
2015-09-24 21:34 UTC (4+ messages)
[PATCHv2] nvme: Add error checking in nvme_create_io_queues
2015-09-24 19:47 UTC
[PATCH 19/19] block: nvme-scsi: make nvme_trans_get_blk_desc_len return unsigned
2015-09-24 14:00 UTC
[PATCH] NVMe: Set affinity after allocating request queues
2015-09-23 20:40 UTC (3+ messages)
[PATCH 5/5] block: Inline blk_integrity in struct gendisk
2015-09-21 20:45 UTC (7+ messages)
` Simplify block integrity registration
` [PATCH 1/5] block: Move integrity kobject to struct gendisk
[PATCH v8 0/5] Support for Open-Channel SSDs
2015-09-21 16:05 UTC (6+ messages)
` [PATCH v8 1/5] lightnvm: "
` [PATCH v8 2/5] lightnvm: Hybrid Open-Channel SSD block manager
` [PATCH v8 3/5] lightnvm: RRPC target
` [PATCH v8 4/5] null_nvm: LightNVM test driver
` [PATCH v8 5/5] nvme: LightNVM support
Fwd: Fwd: Fwd: Re: Fwd: Fwd: Re: PCIe error handling patch
2015-09-16 10:03 UTC
[PATCH v2] NVMe:Expose model attribute in sysfs
2015-09-15 20:26 UTC (2+ messages)
[PATCH 0/4] Fix gaps detection in bio merges
2015-09-13 7:53 UTC (8+ messages)
` [PATCH 3/4] block: Refuse adding appending a gaped integrity page to a bio
[PATCH] Increase the max transfer size when mdts is 0
2015-09-10 13:48 UTC (2+ messages)
[PATCH] NVMe: Force cancel commands on hot-removal
2015-09-10 13:46 UTC (9+ messages)
setting nvme irq per cpu affinity in device driver
2015-09-10 10:25 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).