Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-12 15:57:41 to 2015-02-19 18:15:29 UTC [more...]

Async Event test
 2015-02-19 18:15 UTC  (4+ messages)

[PATCH] NVMe: Fix potential corruption during shutdown
 2015-02-19 18:10 UTC 

[PATCH] NVMe: Metadata and PI format support
 2015-02-19 17:45 UTC  (6+ messages)

[PATCH] NVMe: Check for Extended metadata in ioctl path
 2015-02-19 17:30 UTC  (2+ messages)

linux-nvme user space tooling update
 2015-02-18 17:18 UTC  (3+ messages)

[PATCHv3] NVMe: Asynchronous controller probe
 2015-02-12 19:07 UTC 

[PATCHv2] NVMe: Asynchronous controller probe
 2015-02-12 17:44 UTC 

[PATCH] linux-nvme 3.20 plans
 2015-02-12 15:25 UTC  (4+ messages)
` [PATCH] NVMe: Async probe

[PATCH] NVMe: Use pci_dev->msix_enabled instead of pci_dev->irq
 2015-02-07  4:00 UTC 

discard cmd through ioctl
 2015-02-07  2:52 UTC  (4+ messages)

Where is the nvme git repo ?
 2015-02-06  1:14 UTC  (3+ messages)

[PATCH][QEMU-NVME] Fixed NVM Express device versioning
 2015-02-04 23:57 UTC  (2+ messages)

[PATCH] NVMe: Register management handle under nvme class
 2015-02-03 20:48 UTC 

any NVMe supports SR-IOV?
 2015-02-01  5:24 UTC 

[PATCHv5] NVMe: Update SCSI Inquiry VPD 83h translation
 2015-01-30 16:28 UTC 

[PATCH] NVMe: Skip namespaces with interleaved meta-data
 2015-01-30  0:57 UTC  (18+ messages)

[PATCH v2] NVMe: avoid kmalloc/kfree for smaller IO
 2015-01-29 17:24 UTC  (3+ messages)

[PATCH/RFC] NVMe: add support for doing offline/online of attached namespaces
 2015-01-28 16:13 UTC  (11+ messages)

[PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor
 2015-01-26 18:02 UTC  (3+ messages)

[PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor
 2015-01-25 14:41 UTC  (6+ messages)

[patch] NVMe: return an error code if blk_mq_alloc_tag_set() fails
 2015-01-22 23:15 UTC  (6+ messages)

[PATCH] NVMe: avoid kmalloc/kfree for smaller IO
 2015-01-22 19:26 UTC  (6+ messages)

[PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor
 2015-01-22 16:58 UTC  (7+ messages)

Request on information for driver contribution
 2015-01-21  5:38 UTC  (3+ messages)

Questions on Interruption handling
 2015-01-21  0:08 UTC  (8+ messages)

NVMe driver status
 2015-01-20 15:46 UTC  (4+ messages)

[PATCH for 3.20] NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
 2015-01-15  4:01 UTC 

Fwd: [PATCH for 3.20] NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
 2015-01-14 14:49 UTC  (2+ messages)

[PATCH v2] NVMe: Use put_unaligned_be64
 2015-01-12 19:06 UTC  (2+ messages)

[PATCH] NVMe: Fix scsi mode select llbaa setting
 2015-01-12 19:04 UTC  (2+ messages)

[PATCHv4 for-3.20] NVMe: Update SCSI Inquiry VPD 83h translation
 2015-01-09 16:54 UTC 

[PATCHv3 for-3.20] NVMe: Update SCSI Inquiry VPD 83h translation
 2015-01-09 14:43 UTC  (3+ messages)

Potential memory corruption caused by DMA to a killed process
 2015-01-08 16:12 UTC  (2+ messages)

[PATCHv3 00/12] nvme and blk-mq hot plug fixes
 2015-01-08  1:55 UTC  (13+ messages)
` [PATCHv3 01/12] blk-mq: Wake tasks entering queue on dying
` [PATCHv3 02/12] blk-mq: Export if requests were started
` [PATCHv3 03/12] blk-mq: Let drivers cancel requeue_work
` [PATCHv3 04/12] blk-mq: Add helper to abort requeued requests
` [PATCHv3 05/12] blk-mq: Allow requests to never expire
` [PATCHv3 06/12] blk-mq: End unstarted requests on a dying queue
` [PATCHv3 07/12] NVMe: Start all requests
` [PATCHv3 08/12] NVMe: Reference count admin queue usage
` [PATCHv3 09/12] NVMe: Admin queue removal handling
` [PATCHv3 10/12] NVMe: Command abort handling fixes
` [PATCHv3 11/12] NVMe: Start and stop h/w queues on reset
` [PATCHv3 12/12] NVMe: Fix locking on abort handling

[PATCHv2 00/10] Second attempt at blk-mq + nvme hotplug fixes
 2015-01-07 19:36 UTC  (20+ messages)
` [PATCHv2 01/10] blk-mq: Wake tasks entering queue on dying
` [PATCHv2 02/10] blk-mq: Export test for started requests
` [PATCHv2 03/10] blk-mq: Let drivers cancel requeue_work
` [PATCHv2 04/10] blk-mq: Export abort requeue list
` [PATCHv2 05/10] blk-mq: Allow requests to never expire
` [PATCHv2 06/10] blk-mq: End unstarted requests on a dying queue
` [PATCHv2 07/10] NVMe: Start driver allocated requests
` [PATCHv2 08/10] NVMe: Start and stop h/w queues on reset
` [PATCHv2 09/10] NVMe: Admin queue error handling
` [PATCHv2 10/10] NVMe: Command abort handling fixes

[PATCH 0/4] nvme-blkmq fixes
 2015-01-05 20:20 UTC  (27+ messages)
` [PATCH 1/4] blk-mq: Exit queue on alloc failure
` [PATCH 2/4] blk-mq: Export freeze/unfreeze functions
` [PATCH 3/4] NVMe: Fix double free irq
` [PATCH 4/4] NVMe: Freeze queues on shutdown

NVMe: Fix double free irq
 2015-01-05 18:34 UTC 

[PATCH][qemu-nvme] Improved support for CMBLOC and CMBSZ
 2014-12-23 17:58 UTC  (2+ messages)

[PATCH] Drivers: block: Introduce use of put_unaligned_be64
 2014-12-23 12:22 UTC 

[PATCH] Drivers: block: Introduce use of put_unaligned_be64
 2014-12-23 12:12 UTC 

[PATCHv2] NVMe: Fix double free irq
 2014-12-22 19:54 UTC  (3+ messages)

[PATCHv2][qemu-nvme] Enhancements to the CMB feature for NVM Express 1.2 devices
 2014-12-18  0:14 UTC  (2+ messages)

[PATCH][qemu-nvme] Enhancements to the CMB feature for NVM Express 1.2 devices
 2014-12-17 19:54 UTC  (3+ messages)

[PATCH] NVMe: Add SCSI VPD Block Limits Translation
 2014-12-17 14:46 UTC  (5+ messages)
` [PATCHv2] NVMe: Update SCSI Inquiry VPD 83 translation

NVM Express 1.2 - Controller Memory Buffer Functionality
 2014-12-16 23:53 UTC  (10+ messages)

nvme_ioctl_submit_io issue
 2014-12-16 15:03 UTC  (3+ messages)

[PATCH] NVMe: Re-introduce nvmeq->q_suspended
 2014-12-12 16:02 UTC  (5+ messages)

[PATCH][linux-block] NVMe: Fix FS mount issue(hot-remove followed by hot-add)
 2014-12-12 15:57 UTC  (4+ messages)


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