linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 14:19:50 to 2019-06-20 05:13:33 UTC [more...]

[PATCH v2 0/5] Support Intel AHCI remapped NVMe devices
 2019-06-20  5:13 UTC  (6+ messages)
` [PATCH v2 1/5] ahci: Discover Intel "
` [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"
` [PATCH v2 3/5] nvme: introduce nvme_dev_ops
` [PATCH v2 4/5] nvme: move common definitions to pci.h
` [PATCH v2 5/5] nvme: Intel AHCI remap support

[PATCH v3 0/3] NVMe 1.4 Identify Namespace Support
 2019-06-20  3:19 UTC  (13+ messages)
` [PATCH v3 1/3] nvme: Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH v3 2/3] nvmet: Export NVMe namespace attributes
` [PATCH v3 3/3] nvme: Set physical block size and optimal I/O size according to NVMe 1.4

[PATCH 0/2] nvme: flush rescan worker before resetting
 2019-06-20  1:36 UTC  (11+ messages)
` [PATCH 1/2] nvme: Do not remove namespaces during reset
` [PATCH 2/2] nvme: flush scan_work when resetting controller

[PATCH] nvmet-rdma: move port tsas initialization to rdma code
 2019-06-19 23:00 UTC 

[PATCH nvme-cli 00/13] Static checker fixes and NVMe 1.4 support
 2019-06-19 17:37 UTC  (14+ messages)
` [PATCH nvme-cli 01/13] Remove superfluous casts
` [PATCH nvme-cli 02/13] Use NULL instead of 0 where a pointer is expected
` [PATCH nvme-cli 03/13] huawei: Declare local functions static
` [PATCH nvme-cli 04/13] seagate: "
` [PATCH nvme-cli 05/13] virtium: Declare local symbols static
` [PATCH nvme-cli 06/13] lightnvm: Fix an endianness issue
` [PATCH nvme-cli 07/13] virtium: "
` [PATCH nvme-cli 08/13] wdc: Fix endianness bugs
` [PATCH nvme-cli 09/13] Avoid using arrays with a variable length
` [PATCH nvme-cli 10/13] nvme-cli: Rework the code for getting and setting NVMf properties
` [PATCH nvme-cli 11/13] nvme-cli: Skip properties that are not supported
` [PATCH nvme-cli 12/13] Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH nvme-cli 13/13] nvme-cli: Report the NVMe 1.4 NPWG, NPWA, NPDG, NPDA and NOWS fields

[PATCH V7 0/7] nvme-cli: Introduce nvme-status mapping with errno
 2019-06-19 17:05 UTC  (10+ messages)
` [PATCH V7 1/7] nvme: Do not return in the middle of the subcommand
` [PATCH V7 2/7] fabrics: "
` [PATCH V7 3/7] nvme: Return negative error value for internal errors
` [PATCH V7 4/7] nvme-status: Introduce nvme status module to map errno
` [PATCH V7 5/7] nvme: Return errno mapped for nvme error status
` [PATCH V7 6/7] fabrics: return error when discovery retry exhausted
` [PATCH V7 7/7] fabrics: Return errno mapped for fabrics error status

[PATCH] PCI: Add Intel remapped NVMe device support
 2019-06-19 13:52 UTC  (19+ messages)

[PATCH v2 4/4] nvme: add support weighted round robin queue
 2019-06-18 13:18 UTC 

[PATCH V6 0/6] nvme-cli: Introduce nvme-status mapping with errno
 2019-06-18  4:17 UTC  (19+ messages)
` [PATCH V6 1/6] nvme: Do not return in the middle of the subcommand
` [PATCH V6 2/6] fabrics: "
` [PATCH V6 6/6] fabrics: Return errno mapped for fabrics error status

properly communicate queue limits to the DMA layer
 2019-06-17  9:10 UTC  (19+ messages)
` [PATCH 08/13] IB/iser: set virt_boundary_mask in the scsi host
` [PATCH 10/13] megaraid_sas: "

[PATCH 0/3] nvme-pci: adjust irq max_vector to avoid WARN()
 2019-06-16  4:51 UTC  (12+ messages)
` [PATCH 1/3] nvme-pci: remove unnecessary zero for static var
` [PATCH 2/3] nvme-pci: remove queue_count_ops for write,poll_queues
          ` [PATCH 2/3] nvme-pci: remove queue_count_ops for write, poll_queues
` [PATCH 3/3] nvme-pci: adjust irq max_vector using num_possible_cpus()

[PATCH v2 0/3] NVMe 1.4 Identify Namespace Support
 2019-06-14 23:56 UTC  (13+ messages)
` [PATCH v2 1/3] nvme: Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH v2 2/3] nvmet: Export NVMe namespace attributes
` [PATCH v2 3/3] nvme: Set physical block size and optimal I/O size according to NVMe 1.4

[PATCH v4 0/3] nvme: add thermal zone devices
 2019-06-13 15:20 UTC  (4+ messages)
` [PATCH v4 1/3] nvme: Export get and set features
` [PATCH v4 2/3] nvme: add thermal zone devices
` [PATCH v4 3/3] nvme: notify thermal framework when temperature threshold events occur

[PATCH V8 0/5] nvme-trace: Add support for fabrics command
 2019-06-12 12:45 UTC  (6+ messages)
` [PATCH V8 1/5] nvme: trace: do not EXPORT_SYMBOL for a trace function
` [PATCH V8 2/5] nvme: trace: move opcode symbol print to nvme.h
` [PATCH V8 3/5] nvme: trace: support for fabrics commands in host-side
` [PATCH V8 4/5] nvme: trace: print result and status in hex format
` [PATCH V8 5/5] nvmet: introduce target-side trace

[RFC] mismatch between chardev and blkdev node names
 2019-06-11  5:14 UTC  (6+ messages)

[PATCH] nvme-pci: code cleanup
 2019-06-11  0:03 UTC  (2+ messages)

[PATCH] nvme: fix possible io failures when removing multipathed ns
 2019-06-10 21:50 UTC 

[PATCH] [NVMe-CLI] Add support for 64 bit data addresses in Get DUI Data functions
 2019-06-10 21:10 UTC 

[PATCH 1/5] nvme: update list-ns nsid option
 2019-06-10  8:20 UTC  (3+ messages)

[PATCH v3 0/3] nvme: enable to inject errors into admin commands
 2019-06-09 14:17 UTC  (4+ messages)
` [PATCH v3 1/3] nvme: prepare for fault injection "
` [PATCH v3 2/3] nvme: enable to inject errors "
` [PATCH v3 3/3] Documentation: nvme: add an example for nvme fault injection

[PATCH] nvme-pci: set the errno on ctrl state change error
 2019-06-08 20:01 UTC 

[PATCH] nvme-pci: put error value when state change fails
 2019-06-08 19:40 UTC  (2+ messages)

[RFC PATCH V7 0/7] nvme-trace: Add support for fabrics command
 2019-06-08  1:57 UTC  (19+ messages)
` [RFC PATCH V7 1/7] nvme: trace: do not EXPORT_SYMBOL for a trace function
` [RFC PATCH V7 2/7] nvme: trace: move opcode symbol print to nvme.h
` [RFC PATCH V7 3/7] nvme: trace: put cid with le16_to_cpu()
` [RFC PATCH V7 4/7] nvme: trace: support for fabrics commands in host-side
` [RFC PATCH V7 5/7] nvme: trace: filter out unnecessary fields for fabrics
` [RFC PATCH V7 6/7] nvme: trace: print result and status in hex format
` [RFC PATCH V7 7/7] nvmet: introduce target-side trace

[GIT PULL] nvme fixes for 5.2-rc
 2019-06-07 20:05 UTC  (2+ messages)

[PATCH 0/2] NVMe 1.4 Identify Namespace Support
 2019-06-07 16:44 UTC  (15+ messages)
` [PATCH 1/2] nvme: Introduce NVMe 1.4 Identify Namespace fields in struct nvme_id_ns
` [PATCH 2/2] nvme: Set physical block size and optimal I/O size according to NVMe 1.4

[PATCH v3 2/3] nvme: add thermal zone devices
 2019-06-07 15:21 UTC  (5+ messages)

nvme: build failure report for nvme_sync_queues()
 2019-06-07  1:19 UTC  (5+ messages)

[PATCH v2 1/1] nvme-rdma: use dynamic dma mapping per command
 2019-06-06 16:54 UTC  (3+ messages)

[RFC PATCH V6 0/3] nvme-trace: Add support for fabrics command
 2019-06-06 15:37 UTC  (3+ messages)
` [RFC PATCH V6 2/3] nvme: trace: do not EXPORT_SYMBOL for a trace function


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