linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-12 07:04:15 to 2015-10-21 14:41:40 UTC [more...]

nvme driver split V2
 2015-10-21 14:41 UTC  (39+ 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 08/18] nvme: refactor nvme_queue_rq
` [PATCH 09/18] nvme: move nvme_error_status to common code
` [PATCH 10/18] nvme: move nvme_setup_flush and nvme_setup_rw "
` [PATCH 11/18] nvme: split __nvme_submit_sync_cmd
` [PATCH 12/18] nvme: use the block layer for userspace passthrough metadata
` [PATCH 13/18] nvme: move block_device_operations and ns/ctrl freeing to common code
` [PATCH 14/18] nvme: add explicit quirk handling
` [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 "

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

[PATCH v2 00/12] blk-integrity lifetime fixes
 2015-10-21  7:22 UTC  (25+ messages)
` [PATCH v2 01/12] block: Move integrity kobject to struct gendisk
` [PATCH v2 02/12] block: Consolidate static integrity profile properties
` [PATCH v2 03/12] block: Reduce the size of struct blk_integrity
` [PATCH v2 04/12] block: Export integrity data interval size in sysfs
` [PATCH v2 05/12] block: Inline blk_integrity in struct gendisk
` [PATCH v2 06/12] md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown
` [PATCH v2 07/12] md: suspend i/o during runtime blk_integrity_unregister
` [PATCH v2 08/12] nvme: "
` [PATCH v2 09/12] block: generic request_queue reference counting
` [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
` [PATCH v2 11/12] block: blk_flush_integrity() for bio-based drivers
` [PATCH v2 12/12] block, libnvdimm, nvme: provide a built-in blk_integrity nop profile

[PATCH] Update target repo for nvme patch contributions
 2015-10-20 17:38 UTC  (5+ messages)

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  (14+ messages)
` [PATCH 1/2] powerpc/iommu: expose IOMMU page shift
` [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 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

[PATCH] NVMe: Fix memory leak on retried commands
 2015-10-15 19:40 UTC  (4+ messages)

[PATCH] nvme: use an integer value to Linux errno values
 2015-10-15 15:51 UTC  (6+ messages)

Persistent Reservation API V4
 2015-10-15 15:32 UTC  (9+ messages)
` [PATCH 1/6] block: cleanup blkdev_ioctl
` [PATCH 2/6] block: add an API for Persistent Reservations
` [PATCH 3/6] sd: implement the Persistent Reservation API
  ` [dm-devel] "
` [PATCH 4/6] dm: refactor ioctl handling
` [PATCH 5/6] dm: add support for passing through persistent reservations
` [PATCH 6/6] NVMe: Add persistent reservation ops

RFC: nvme driver split, the main part
 2015-10-15 14:58 UTC  (19+ messages)
` [PATCH 1/8] nvme: split __nvme_submit_sync_cmd
` [PATCH 2/8] nvme: use the block layer for userspace passthrough metadata
` [PATCH 3/8] nvme: move block_device_operations and ns/ctrl freeing to common code
` [PATCH 4/8] nvme: add explicit quirk handling
` [PATCH 5/8] nvme: add a common helper to read Identify Controller data
` [PATCH 6/8] nvme: move the call to nvme_init_identify earlier
` [PATCH 7/8] nvme: move namespace scanning to common code
` [PATCH 8/8] nvme: move chardev and sysfs interface "

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

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

[PATCH 00/11] blk_integrity lifetime fixes
 2015-10-14 23:31 UTC  (4+ messages)
    ` [PATCH 08/11] nvme: suspend i/o during runtime blk_integrity_unregister
    ` [PATCH 10/11] block: move blk_integrity to request_queue

[PATCH 5/5] block: Inline blk_integrity in struct gendisk
 2015-10-14 22:42 UTC  (18+ messages)
` Block integrity registration update
  ` [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

[TECH TOPIC] IRQ affinity
 2015-10-14 15:56 UTC  (4+ messages)
` [Ksummit-discuss] "

[PATCH, RFC] blk-mq: use a delayed work item for timeouts
 2015-10-12 20:26 UTC  (5+ messages)

[PATCH] nvme: fix 32-bit build warning
 2015-10-12 19:22 UTC  (7+ messages)
  ` [PATCH v2] "

blk-mq: fix racy updates of rq->errors
 2015-10-12 19:15 UTC  (2+ messages)

nvme driver split, the easy part
 2015-10-12 17:44 UTC  (7+ messages)
` [PATCH 4/5] nvme: use offset instead of a struct for registers
` [PATCH 5/5] nvme: split a new struct nvme_ctrl out of struct nvme_dev

[PATCH] NVMe: Add explicit block config dependency
 2015-10-12 17:42 UTC  (2+ messages)

randconfig build error with next-20151012, in drivers/nvme/host/pci.c
 2015-10-12 17:19 UTC 


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