messages from 2014-01-24 23:50:53 to 2014-05-21 23:17:06 UTC [more...]
[PATCH] NVMe: Remove superfluous cqe_seen
2014-05-21 23:17 UTC (2+ messages)
[RFC PATCH] NVMe: Runtime suspend
2014-05-20 14:57 UTC (5+ messages)
A small concern on driver loading and unloading
2014-05-19 22:38 UTC (5+ messages)
[PATCH 1/2] NVMe: Make iod bio timeout a parameter
2014-05-13 17:42 UTC (2+ messages)
` [PATCH 2/2] NVMe: Make admin timeout a module parameter
[PATCH] NVMe: Fix nvme get/put queue semantics
2014-05-13 16:32 UTC
[PATCH] Remove redundant writes to uncached sqe memory
2014-05-12 19:41 UTC (5+ messages)
[PATCH RESEND] NVMe: Adhere to request queue block accounting enable/disable
2014-05-09 20:27 UTC
[PATCH] NVMe: Adhere to request queue block accounting enable/disable
2014-05-09 20:23 UTC (3+ messages)
[Ksummit-discuss] [CORE TOPIC] Device error handling / reporting / isolation
2014-05-09 18:08 UTC
NVMe: Add pci suspend/resume driver callbacks
2014-05-09 14:01 UTC (3+ messages)
[PATCH 0/2] Asynchronous device shutdown
2014-05-08 19:03 UTC (4+ messages)
` [PATCH 1/2] driver-core: allow asynchronous "
` [PATCH 2/2] NVMe: Complete shutdown asynchronously
[PATCH] NVMe: Fix potentail NULL deferences oops
2014-05-08 15:39 UTC (2+ messages)
[PATCH] NVMe: silence GCC warning on 32 bit
2014-05-08 7:12 UTC (11+ messages)
` [PATCH v2] "
[PATCH] NVMe: Update namespace and controller identity structures as per 1.1a spec
2014-05-07 19:55 UTC (3+ messages)
` [PATCH v2] "
[PATCHv2] NVMe: Use last bytes of f/w rev SCSI Inquiry
2014-05-06 15:29 UTC (2+ messages)
[RFC PATCH] NVMe: Runtime suspend
2014-05-05 18:03 UTC
CE MESSAGE PROVIENT DE NOTRE �QUIPE DE SUPPORT TECHNIQUE 1
2014-05-04 7:26 UTC
[PATCHv2 1/2] PCI: Device driver reset notification
2014-05-02 16:40 UTC (2+ messages)
` [PATCHv2 2/2] NVMe: Implement PCI-e reset notification callback
[PATCH 1/2] PCI: Device driver function reset notification
2014-05-01 20:20 UTC (16+ messages)
` [PATCH 2/2] NVMe: Implement PCI-e reset notification callback
` Wheather the NVMe driver has been tried on the IBM or Lenovo server?
[PATCHv2 1/2] NVMe: Configure support for block flush
2014-04-29 17:41 UTC (2+ messages)
` [PATCHv2 2/2] NVMe: Flush with data support
[PATCH] NVMe: Passthrough IOCTL for IO commands
2014-04-28 23:16 UTC
[PATCH] NVMe: Add tracepoints
2014-04-28 19:37 UTC (2+ messages)
[PATCH] NVMe: Protect against badly formatted CQEs
2014-04-25 0:53 UTC
NVMe Controllers capability doubt
2014-04-24 19:22 UTC (3+ messages)
Cmd - comp write
2014-04-24 17:43 UTC (5+ messages)
Smart support
2014-04-24 2:11 UTC (5+ messages)
[PATCH] NVMe: Change how aborts are handled
2014-04-23 19:55 UTC (4+ messages)
Spec 1.1a patch
2014-04-19 21:24 UTC
[PATCH] NVMe: Update namespace and controller identity structures as per 1.1a spec
2014-04-19 21:17 UTC
[PATCH] NVMe: Use lower bits of firmware rev for SCSI Inq
2014-04-17 18:13 UTC
[PATCH RFC 0/5] NVMe: Hotplug support
2014-04-13 17:42 UTC (7+ messages)
` [PATCH RFC 3/5] NVMe: Asynchronous device scan support
Suggested nvme driver version to compile into RHEL/CentOS 2.6.32-431 (or similar)
2014-04-11 20:04 UTC (2+ messages)
[PATCH] NVMe: Add more informative error messages
2014-04-11 15:43 UTC (2+ messages)
[PULL REQUEST] NVMe driver updates for 3.15
2014-04-11 14:09 UTC
[PATCH] NVMe: Complete shutdown & suspend asynchronously
2014-04-08 22:24 UTC
[PATCH] NVMe: Start-stop nvme_thread during device add-remove
2014-04-07 23:10 UTC
[PATCH] NVMe: Decrement online queue count on suspend
2014-04-04 23:23 UTC
[PATCH] NVMe: Decrement online queue count on suspend
2014-04-04 23:08 UTC
[PATCH] NVMe: Make IO timeout a module parameter
2014-04-04 17:43 UTC
[PATCH] NVMe: Increase shutdown complete time
2014-04-04 16:31 UTC (12+ messages)
[PATCHv2] NVMe: Retry failed commands with non-fatal errors
2014-04-03 22:45 UTC
[PATCH] NVMe: Add getgeo to block ops
2014-04-02 21:45 UTC
[PATCH] NVMe: Start-stop thread during device add-remove
2014-03-31 20:52 UTC
[PATCH 0/2] NVMe: Per CPU stuff
2014-03-24 16:46 UTC (3+ messages)
` [PATCH 1/2] NVMe: per-cpu io queues
` [PATCH 2/2] NVMe: CPU hot plug notification
[PATCH 00/14] NVMe: Cleanup device initialization
2014-03-24 6:09 UTC (21+ messages)
` [PATCH 01/14] NVMe: Fix setup of affinity hint for unallocated queues
` [PATCH 02/14] NVMe: Cleanup nvme_alloc_queue() and nvme_free_queue()
` [PATCH 03/14] NVMe: Cleanup nvme_create_queue() and nvme_disable_queue()
` [PATCH 04/14] NVMe: Cleanup adapter_alloc_cq/sg() and adapter_delete_cq/sg()
` [PATCH 05/14] NVMe: Get rid of superfluous qid parameter to nvme_init_queue()
` [PATCH 06/14] NVMe: Get rid of superfluous dev parameter to queue_request_irq()
` [PATCH 07/14] NVMe: Make returning value consistent across all functions
` [PATCH 08/14] NVMe: nvme_dev_map() is a bad place to set admin queue IRQ number
` [PATCH 09/14] NVMe: Access interrupt vectors using nvme_queue::cq_vector only
` [PATCH 10/14] NVMe: Factor out nvme_set_queue_count()
` [PATCH 11/14] NVMe: Factor out nvme_init_bar()
` [PATCH 12/14] NVMe: Factor out nvme_init_interrupts()
` [PATCH 13/14] NVMe: Factor out nvme_setup_interrupts()
` [PATCH 14/14] NVMe: Rework "NVMe: Disable admin queue on init failure" commit
` problem in the development of nvme disk
` A question about NVMe's nvme-irq
` if the NVMe driver has been validated on dual-cpu platform
[PATCH] NVMe: core: Fix bug on maximum hardware sectors support by driver
2014-03-17 17:53 UTC (2+ messages)
[PATCH 1/9] block: Make generic_make_request handle arbitrary sized bios
2014-03-13 23:33 UTC (8+ messages)
[PATCH 6/9] nvme: don't use PREPARE_WORK
2014-03-07 15:26 UTC (2+ messages)
Expected performance level of nvme driver v0.8 (Ubuntu 13.10/3.11.0-12-generic)
2014-03-05 20:45 UTC (2+ messages)
[PATCH v2 3/2] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
2014-03-04 15:22 UTC
[PATCH] NVMe: IOCTL path RCU protect queue access
2014-03-03 23:39 UTC
[PATCH] NVMe: Initialize device reference count earlier
2014-03-03 18:09 UTC
[PATCHv3] NVMe: RCU protected access to io queues
2014-02-21 21:13 UTC
[PATCH 1/2] NVMe: Configure flush capabilities
2014-02-18 20:29 UTC (2+ messages)
` [PATCH 2/2] NVMe: Support for flush with data
[PATCH v2 0/9] Phase out pci_enable_msi_block()
2014-02-18 17:54 UTC (14+ messages)
` [PATCH v2 5/9] nvme: Fix invalid call to irq_set_affinity_hint()
` [PATCH v3 6/9] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
[PATCH] NVMe: Retry commands on non-fatal errors
2014-02-14 22:48 UTC
[PATCH V2] NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
2014-02-13 2:19 UTC
Recall: NVME device have unusual write performance
2014-02-08 7:17 UTC
Recall: NVME device have unusual write performance
2014-02-08 7:17 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:37 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:37 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:27 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:27 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:21 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:17 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:17 UTC
Recall: NVME device have unusual write performance
2014-02-08 4:16 UTC
NVME device have unusual write performance
2014-02-08 3:23 UTC
[PULL REQUEST] NVMe driver updates for 3.14
2014-02-03 16:06 UTC
[PATCHv2 0/4] IO Queue fixes rewrite
2014-02-02 18:28 UTC (6+ messages)
` [PATCHv2 1/4] NVMe: Namespace use after free on surprise removal
` [PATCHv2 2/4] NVMe: RCU access to nvme_queue
` [PATCHv2 3/4] NVMe: Per-cpu IO queues
` [PATCHv2 4/4] NVMe: CPU hot plug notification
[PATCH 0/7] Fixes and improvements
2014-01-31 17:47 UTC (5+ messages)
` [PATCH 5/7] NVMe: Per-cpu IO queues
` [PATCH 6/7] NVMe: CPU hot plug notification
` [PATCH 7/7] NVMe: Share interrupt vectors among IO queues
[PATCH 0/2] Fixes that just showed up in the NVMe tree
2014-01-29 17:00 UTC (3+ messages)
` [PATCH 1/2] NVMe: Include device and queue numbers in interrupt name
` [PATCH 2/2] NVMe: Correct uses of INIT_WORK
BUG_ON at nvme_setup_prp getting hit
2014-01-27 3:18 UTC (3+ 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