linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-22 12:03:32 to 2015-11-13 07:37:54 UTC [more...]

[PATCH 0/5 v3] Fix NVMe driver support on Power with 32-bit DMA
 2015-11-13  7:37 UTC  (47+ messages)
` [PATCH 1/7 v3] dma-mapping: add generic dma_get_page_shift API
` [PATCH 2/7 v2] powerpc/dma-mapping: override dma_get_page_shift
` [PATCH 3/7 v2] powerpc/dma: implement per-platform dma_get_page_shift
` [PATCH 4/7 v2] pseries/iommu: implement DDW-aware dma_get_page_shift
` [PATCH 5/7] [RFC PATCH 5/7] sparc: rename kernel/iommu_common.h -> include/asm/iommu_common.h
` [RFC PATCH 6/7] sparc/dma-mapping: override dma_get_page_shift
` [PATCH 7/7 v2] drivers/nvme: default to the IOMMU page size
                ` [PATCH 1/1 v3] drivers/nvme: default to 4k device "
                      ` [PATCH 1/1 v4] "

nvme: controller resets
 2015-11-12 14:02 UTC  (14+ messages)

[PATCH v14 0/5] Support for Open-Channel SSDs
 2015-11-12 10:01 UTC  (10+ messages)
` [PATCH v14 1/5] lightnvm: "
` [PATCH v14 2/5] gennvm: Generic NVM manager
` [PATCH v14 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v14 4/5] null_nvm: LightNVM test driver
` [PATCH v14 5/5] nvme: LightNVM support

nvme completion path optimizations and fixes V3
 2015-11-10 20:28 UTC  (27+ messages)
` [PATCH 01/12] block: fix blk_abort_request for blk-mq drivers
` [PATCH 02/12] block: defer timeouts to a workqueue
` [PATCH 03/12] nvme: factor out a nvme_unmap_data helper
` [PATCH 04/12] nvme: factor out a few helpers from req_completion
` [PATCH 05/12] nvme: switch delete SQ/CQ to blk_execute_rq_nowait
` [PATCH 06/12] nvme: switch abort "
` [PATCH 07/12] nvme: special case AEN requests
` [PATCH 08/12] nvme: simplify completion handling
` [PATCH 09/12] nvme: properly free resources for cancelled command
` [PATCH 10/12] nvme: meta_sg doesn't have to be an array
` [PATCH 11/12] nvme: merge iod and cmd_info
` [PATCH 12/12] block: remove REQ_NO_TIMEOUT flag

[PATCH v2] NVMe:Expose model attribute in sysfs
 2015-11-09 15:48 UTC  (4+ messages)

[RFC] generic NVMe target and NVMe loop driver
 2015-11-09 10:12 UTC  (16+ messages)
` [PATCH 1/8] nvme: move set_queue_count to common code
` [PATCH 2/8] nvme: move enable/disable/shutdown_ctrl "
` [PATCH 3/8] nvme: move CC setup into nvme_enable_ctrl
` [PATCH 4/8] nvme: move the timeout module paramters to common code
` [PATCH 5/8] nvme: add segment limitations
` [PATCH 6/8] nvme: export symbols needed for nvme-loop
` [PATCH 7/8] nvmet: add a generic NVMe target
` [PATCH 8/8] nvme-loop: add a NVMe loopback device

[PATCH 0/2] nvme: adding support for Apple's NVMe controller
 2015-11-08  0:20 UTC  (6+ messages)
` [PATCH 1/2] nvme: add support for Apple "
` [PATCH 2/2] "

[PATCH v2] NVMe:Expose model attribute in sysfs
 2015-11-06  5:06 UTC  (2+ messages)

[PATCH] Increase the max transfer size when mdts is 0
 2015-11-05 19:54 UTC  (2+ messages)

[patch] nvme: lightnvm: clean up a data type
 2015-11-04  2:27 UTC  (4+ messages)

[PATCH] nvme: prepare support for Apple NVMe controller
 2015-11-03 20:43 UTC  (10+ messages)

NVMe: Add persistent reservation ops
 2015-11-03 19:58 UTC  (3+ messages)
  ` [patch] NVMe: Precedence error in nvme_pr_clear()

IOCTL question
 2015-10-30 13:38 UTC  (2+ messages)

[PATCH v13 0/5] Support for Open-Channel SSDs
 2015-10-29  7:34 UTC  (8+ messages)
` [PATCH v13 1/5] lightnvm: "
` [PATCH v13 2/5] gennvm: Generic NVM manager
` [PATCH v13 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v13 4/5] null_nvm: LightNVM test driver
` [PATCH v13 5/5] nvme: LightNVM support

Persistent Reservation API V4
 2015-10-28 18:48 UTC  (3+ messages)

[PATCH] Update target repo for nvme patch contributions
 2015-10-28  7:40 UTC  (5+ messages)

[PATCH v12 0/5] Support for Open-Channel SSDs
 2015-10-27 23:44 UTC  (12+ messages)
` [PATCH v12 1/5] lightnvm: "
  ` [PATCH] lightnvm: fix memdup_user.cocci warnings
` [PATCH v12 2/5] gennvm: Generic NVM manager
` [PATCH v12 3/5] rrpc: Round-robin sector target with cost-based gc
` [PATCH v12 4/5] null_nvm: LightNVM test driver
` [PATCH v12 5/5] nvme: LightNVM support

[PATCH v2 00/12] blk-integrity lifetime fixes
 2015-10-23 20:21 UTC  (3+ messages)
` [PATCH v2 01/12] block: Move integrity kobject to struct gendisk

nvme abort and reset fixes
 2015-10-23 19:31 UTC  (24+ messages)
` [PATCH 1/9] nvme: only add a controller to dev_list after it's been fully initialized
` [PATCH 2/9] nvme: don't take the I/O queue q_lock in nvme_timeout
` [PATCH 3/9] nvme: merge nvme_abort_req and nvme_timeout
` [PATCH 4/9] nvme: do not restart the request timeout if we're resetting the controller
` [PATCH 5/9] nvme: simplify resets
` [PATCH 6/9] nvme: abort requests on the reqeueue list when shutting down a controller
` [PATCH 7/9] nvme: merge probe_work and reset_work
` [PATCH 8/9] nvme: remove dead controllers from a work item
` [PATCH 9/9] nvme: switch abort_limit to an atomic_t

nvme driver split V2
 2015-10-23  5:41 UTC  (13+ messages)
` [PATCH 17/18] nvme: move namespace scanning to common code
` [PATCH 18/18] nvme: move chardev and sysfs interface "

[PATCHv3] NVMe: Implement namespace list scanning
 2015-10-22 22:11 UTC 

[PATCH v3 00/12] Simplify block integrity registration v3
 2015-10-22 15:26 UTC  (2+ messages)


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