Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-01 16:02:45 to 2015-06-10 19:08:12 UTC [more...]

[PATCHv2] NVMe: Stripe queue IRQ vector assignments
 2015-06-10 19:08 UTC  (2+ messages)

[PATCH v4 0/8] Support for Open-Channel SSDs
 2015-06-10 18:11 UTC  (14+ messages)
` [PATCH v4 1/8] nvme: add special param for nvme_submit_sync_cmd
` [PATCH v4 2/8] nvme: don't overwrite req->cmd_flags on sync cmd
` [PATCH v4 3/8] null_blk: wrong capacity when bs is not 512 bytes
` [PATCH v4 4/8] bio: Introduce LightNVM payload
` [PATCH v4 5/8] lightnvm: Support for Open-Channel SSDs
` [PATCH v4 6/8] lightnvm: RRPC target
` [PATCH v4 7/8] null_blk: LightNVM support
` [PATCH v4 8/8] nvme: "

NVME 1.2 support
 2015-06-10 13:45 UTC  (2+ messages)

[PATCHv3 for-3.20] NVMe: Update SCSI Inquiry VPD 83h translation
 2015-06-09 20:07 UTC  (4+ messages)

[PATCH] NVMe: IRQ vector sharing depends on resources
 2015-06-09 19:06 UTC  (2+ messages)

[PATCH 0/3] NVMe: Initialization error handling fixups
 2015-06-08 16:08 UTC  (4+ messages)
` [PATCH 1/3] NVMe: Fix device cleanup on initialization failure
` [PATCH 2/3] NVMe: Don't use fake status on cancelled command
` [PATCH 3/3] NVMe: Unify controller probe and resume

nvme single core performance question
 2015-06-08 14:44 UTC  (3+ messages)

[PATCHv2] NVMe: Added IOCTL to initiate subsystem resets
 2015-06-08 14:36 UTC 

[PATCHv3] NVMe: Automatic namespace rescan
 2015-06-05 17:35 UTC  (4+ messages)

[PATCH] NVMe: Memory barrier before queue_count is incremented
 2015-06-05 16:34 UTC  (4+ messages)

[PATCH] NVMe: Add reset controller sysfs entry
 2015-06-05 16:22 UTC  (7+ messages)

[PATCH] NVMe: Added IOCTL to initiate subsystem resets
 2015-06-04 22:13 UTC  (2+ messages)

Problems writing to intel P3700 NVMe drive
 2015-06-03 21:37 UTC  (15+ messages)

[PATCHv2 1/2] blk-mq: Shared tag enhancements
 2015-06-03 14:14 UTC  (5+ messages)
` [PATCHv2 2/2] NVMe: Remove hctx reliance for multi-namespace

NVMe scalability issue
 2015-06-02 20:55 UTC  (13+ messages)

Priority of a Write Request
 2015-06-02 16:36 UTC 

[PATCH] NVMe: code simplification and reuse
 2015-06-02 14:14 UTC 

[PATCH] NVMe: General code cleanup for reuse
 2015-06-02 14:11 UTC  (2+ messages)

[PATCHv1] NVMe: nvme_queue made cache friendly
 2015-06-02  7:08 UTC  (4+ messages)

[PATCH] NVMe: Add reset controller sysfs entry
 2015-06-01 14:13 UTC  (7+ messages)
        ` FW: "

[NVME-CLI] Status Update
 2015-06-01 13:54 UTC  (4+ messages)

[PATCH 1/2] blk-mq: Shared tag enhancements
 2015-05-29 17:58 UTC  (4+ messages)
` [PATCH 2/2] NVMe: Remove hctx reliance for multi-namespace

[PATCH] NVMe: fix type warning on 32-bit
 2015-05-29 16:06 UTC  (3+ messages)

[PATCH 1/2] NVMe: Use requested sync command timeout
 2015-05-28 15:48 UTC  (2+ messages)
` [PATCH 2/2] NVMe: End sync requests immediately on failure

nvme: submit internal commands through the block layer
 2015-05-27 10:47 UTC  (2+ messages)

[PATCH] NVMe: Fix obtaining command result
 2015-05-26 15:16 UTC  (4+ messages)

[PATCH] NVMe: Avoid interrupt disable during queue init
 2015-05-22 18:18 UTC  (15+ messages)

nvme patchbomb, take 3
 2015-05-22 18:01 UTC  (13+ messages)
` [PATCH 1/9] nvme: consolidate synchronous command submission helpers
` [PATCH 2/9] nvme: store a struct device pointer in struct nvme_dev
` [PATCH 3/9] nvme: split nvme_trans_send_fw_cmd
` [PATCH 4/9] nvme: fix scsi translation error handling
` [PATCH 5/9] nvme: first round at deobsfucating the SCSI translation code
` [PATCH 6/9] nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code
` [PATCH 7/9] nvme: report the DPOFUA in MODE_SENSE
` [PATCH 8/9] nvme: fail SCSI read/write command with unsupported protection bit
` [PATCH 9/9] nvme: submit internal commands through the block layer

[PATCH] NVMe: nvme_queue made cache friendly
 2015-05-20 18:01 UTC  (3+ messages)

[PATCH] NVMe: General code cleanup for reuse
 2015-05-20 17:54 UTC 

Please ignore
 2015-05-20  0:38 UTC 

[PATCH 0/4] Namespace handling updates and fixes
 2015-05-19 16:15 UTC  (10+ messages)
` [PATCH 1/4] blk: Define blk_set_queue_dying in header
` [PATCH 2/4] NVMe: Decouple nvmeq hctx from ns request queue
` [PATCH 3/4] NVMe: Automatic namespace rescan
` [PATCH 4/4] NVMe: Remove disks before shutdown

fix queue_lock usage in blk-mq and nvme
 2015-05-19 15:14 UTC  (5+ messages)
` [PATCH 1/2] block: use an atomic_t for mq_freeze_depth
` [PATCH 2/2] nvme: disable irqs in nvme_freeze_queues

[PATCH] NVMe: Add nvme subsystem reset support
 2015-05-18 22:36 UTC 

[PATCH] NVMe: Automatic namespace rescan
 2015-05-17 15:04 UTC  (5+ messages)

[PATCH 1/2] blk: Define blk_set_queue_dying in header
 2015-05-15 12:02 UTC  (4+ messages)
` [PATCH 2/2] NVMe: Kill request queues on dead controllers

[PATCH] block:Remove including of the header file, linux/mm.h for the file, nvme-core.c
 2015-05-13 17:12 UTC  (3+ messages)
` [PATCH] block:Remove including of the header file, linux/mm.h for the file,nvme-core.c

nvme patchbomb, take 2
 2015-05-13 14:34 UTC  (17+ messages)
` [PATCH 01/11] nvme: fix kernel memory corruption with short INQUIRY buffers
` [PATCH 02/11] nvme: consolidate synchronous command submission helpers
` [PATCH 03/11] nvme: store a struct device pointer in struct nvme_dev
` [PATCH 04/11] nvme: remove the unused dma_addr_t arguments to nvme_{get, set}_features
` [PATCH 05/11] nvme: split nvme_trans_send_fw_cmd
` [PATCH 06/11] nvme: fix scsi translation error handling
` [PATCH 07/11] nvme: first round at deobsfucating the SCSI translation code
` [PATCH 08/11] nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code
` [PATCH 09/11] nvme: report the DPOFUA in MODE_SENSE
` [PATCH 10/11] nvme: fail SCSI read/write command with unsupported protection bit
` [PATCH 11/11] nvme: submit internal commands through the block layer

[PATCH] block:Change the function, nvme_alloc_queue to use -ENOMEM for when failing memory allocations
 2015-05-13 14:12 UTC  (3+ messages)
` [PATCH] block:Change the function,nvme_alloc_queue "

[PATCH v3 0/7] Support for Open-Channel SSDs
 2015-05-12  7:21 UTC  (9+ messages)
` [PATCH v3 1/7] bio: Introduce LightNVM payload
` [PATCH v3 2/7] block: add REQ_NVM_GC for targets gc
` [PATCH v3 7/7] nvme: LightNVM support

RFC: struct request cleanups
 2015-05-11  8:00 UTC  (5+ messages)
` [PATCH 7/7] block: allocate block_pc data separate from struct request

NVMe SCSI translation layer updates
 2015-05-01 16:02 UTC  (6+ messages)
` [PATCH 6/8] nvme: handle invalid SCSI LBAs correctly


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