linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-16 05:58:46 to 2015-10-30 21:35:11 UTC [more...]

[PATCH 0/5 v3] Fix NVMe driver support on Power with 32-bit DMA
 2015-10-30 21:35 UTC  (37+ 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 "

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

[PATCH] nvme: prepare support for Apple NVMe controller
 2015-10-29 20:41 UTC  (7+ messages)

[PATCH v14 0/5] Support for Open-Channel SSDs
 2015-10-29 19:48 UTC  (7+ 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

[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  (6+ 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  (16+ messages)
` [PATCH v2 01/12] block: Move integrity kobject to struct gendisk
` [PATCH v2 10/12] block: move blk_integrity to request_queue
      ` Simplify block integrity registration v2
        ` [PATCH 1/5] block: Move integrity kobject to struct gendisk
        ` [PATCH 2/5] block: Consolidate static integrity profile properties
        ` [PATCH 3/5] block: Reduce the size of struct blk_integrity
        ` [PATCH 4/5] block: Export integrity data interval size in sysfs
        ` [PATCH 5/5] block: Inline blk_integrity in 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  (55+ messages)
` [PATCH 01/18] nvme: add missing unmaps in nvme_queue_rq
` [PATCH 02/18] nvme: move struct nvme_iod to pci.c
` [PATCH 03/18] nvme: split command submission helpers out of pci.c
` [PATCH 04/18] nvme: add a vendor field to struct nvme_dev
` [PATCH 05/18] nvme: use offset instead of a struct for registers
` [PATCH 06/18] nvme: split a new struct nvme_ctrl out of struct nvme_dev
` [PATCH 07/18] nvme: simplify nvme_setup_prps calling convention
` [PATCH 09/18] nvme: move nvme_error_status to common code
` [PATCH 10/18] nvme: move nvme_setup_flush and nvme_setup_rw "
` [PATCH 12/18] nvme: use the block layer for userspace passthrough metadata
` [PATCH 15/18] nvme: add a common helper to read Identify Controller data
` [PATCH 16/18] nvme: move the call to nvme_init_identify earlier
` [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  (14+ messages)
` [PATCH v3 01/12] block: Move integrity kobject to struct gendisk
` [PATCH v3 02/12] block: Consolidate static integrity profile properties
` [PATCH v3 03/12] block: Reduce the size of struct blk_integrity
` [PATCH v3 04/12] block: Export integrity data interval size in sysfs
` [PATCH v3 05/12] block: Inline blk_integrity in struct gendisk
` [PATCH v3 06/12] md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown
` [PATCH v3 07/12] md: suspend i/o during runtime blk_integrity_unregister
` [PATCH v3 08/12] nvme: "
` [PATCH v3 09/12] block: generic request_queue reference counting
` [PATCH v3 10/12] block: move blk_integrity to request_queue
` [PATCH v3 11/12] block: blk_flush_integrity() for bio-based drivers
` [PATCH v3 12/12] block, libnvdimm, nvme: provide a built-in blk_integrity nop profile

[PATCH v6 05/11] block: remove split code in blkdev_issue_{discard,write_same}
 2015-10-22 11:22 UTC  (16+ messages)
    ` [PATCH v6 05/11] block: remove split code in blkdev_issue_{discard, write_same}

Help with NVMe Driver on Altera SoCs
 2015-10-20 14:38 UTC  (3+ messages)

[PATCH] NVMe: Log Sense Temperature doesn't handle negative values
 2015-10-19 22:46 UTC  (8+ messages)

[PATCH 0/2] Fix NVMe driver support on Power with 32-bit DMA
 2015-10-19 17:56 UTC  (9+ messages)
` [PATCH 0/5 v2] "
  ` [PATCH 1/5 v2] dma-mapping: add generic dma_get_page_shift API

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


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