Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-16 15:52:12 to 2015-05-29 16:06:41 UTC [more...]

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

[PATCH] NVMe: Memory barrier before queue_count is incremented
 2015-05-28 22:32 UTC  (2+ messages)

Problems writing to intel P3700 NVMe drive
 2015-05-28 21:31 UTC  (12+ messages)

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

[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-CLI] Status Update
 2015-05-28 10:59 UTC  (3+ messages)

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

[PATCHv1] NVMe: nvme_queue made cache friendly
 2015-05-22  4:52 UTC  (3+ messages)

[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 

[PATCH] NVMe: IRQ vector sharing depends on resources
 2015-05-20  2:20 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: Add reset controller sysfs entry
 2015-05-18 16:57 UTC  (5+ messages)

[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  (13+ messages)
` [PATCH v3 1/7] bio: Introduce LightNVM payload
` [PATCH v3 2/7] block: add REQ_NVM_GC for targets gc
` [PATCH v3 3/7] lightnvm: Support for Open-Channel SSDs
` [PATCH v3 4/7] lightnvm: RRPC target
` [PATCH v3 5/7] null_blk: LightNVM support
` [PATCH v3 6/7] nvme: rename and expose nvme_alloc_iod
` [PATCH v3 7/7] nvme: LightNVM support

RFC: struct request cleanups
 2015-05-11  8:00 UTC  (12+ messages)
` [PATCH 1/7] block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
` [PATCH 2/7] block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h
` [PATCH 3/7] block: move REQ_TYPE_SENSE to the ide driver
` [PATCH 4/7] block: remove REQ_TYPE_PM_SHUTDOWN
` [PATCH 5/7] block: move PM request support to IDE
` [PATCH 6/7] nbd: stop using req->cmd
` [PATCH 7/7] block: allocate block_pc data separate from struct request

NVMe SCSI translation layer updates
 2015-05-01 16:02 UTC  (14+ messages)
` [PATCH 1/8] nvme: remove the unused dma_addr_t arguments to nvme_{get, set}_features
` [PATCH 2/8] nvme: split nvme_trans_send_fw_cmd
` [PATCH 3/8] nvme: fix scsi translation error handling
` [PATCH 4/8] nvme: first round at deobsfucating the scsi translation code
` [PATCH 5/8] nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code
` [PATCH 6/8] nvme: handle invalid SCSI LBAs correctly
` [PATCH 7/8] nvme: report the DPOFUA in MODE_SENSE
` [PATCH 8/8] nvme: fail SCSI read/write command with unsupported protection bit
` [PATCH 9/8] nvme: fix kernel memory corruption with short INQUIRY buffers

[PATCHv2] NVMe: write_long SCSI to NVMe translation implementation
 2015-04-30  1:26 UTC  (5+ messages)
      ` some questions about create I/O queues

Hot-remove of a device with a mounted partition
 2015-04-29 17:30 UTC  (3+ messages)

[PATCHv3] NVMe: Spliting large i/o in the ioctl path
 2015-04-27 19:27 UTC  (3+ messages)

[PATCH] NVMe: Fix VPD B0 max sectors translation
 2015-04-23 16:43 UTC  (2+ messages)

Write with Stream ID Support
 2015-04-21 19:03 UTC  (7+ messages)
` [PATCH 1/2] added stream id write support
` [PATCH 2/2] added two nvme commands for open/close streams and garbage collection

[PATCH 0/5 v2] Support for Open-Channel SSDs
 2015-04-19 18:12 UTC  (15+ messages)
` [PATCH 1/5 v2] blk-mq: Add prep/unprep support
` [PATCH 5/5 v2] nvme: LightNVM support

Latency of sequential vs. random small writes
 2015-04-19 16:01 UTC  (2+ messages)

[PATCH v2] NVMe: allow discard timeouts to be configurable
 2015-04-18 20:17 UTC 

[PATCH] NVMe: allow discard timeouts to be configurable
 2015-04-18 20:13 UTC  (3+ messages)

[PATCH v3] nvme: consolidate synchronous command submission helpers
 2015-04-18  7:45 UTC 

[PATCH v2] nvme: consolidate synchronous command submission helpers
 2015-04-17 22:17 UTC  (3+ messages)

[PATCH] nvme: store a struct device pointer in struct nvme_dev
 2015-04-17 21:11 UTC 

[PATCH] nvme: consolidate synchronous command submission helpers
 2015-04-17 18:13 UTC  (3+ messages)

uapi/linux/nvme.h
 2015-04-17  6:33 UTC  (5+ messages)


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