Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-16 17:55:15 to 2016-06-07 20:25:52 UTC [more...]

NVMe over Fabrics support for nvme-cli
 2016-06-07 20:25 UTC  (15+ messages)
` [PATCH 01/11] Makefile: introduce OBJS variable
` [PATCH 02/11] Support Get Log Page extended Number of Dwords
` [PATCH 03/11] Add NVMeoF definition to nvme.h
` [PATCH 04/11] Add macro helpers to common.h
` [PATCH 05/11] Adds nvme_discovery_log()
` [PATCH 06/11] Adds parser library
` [PATCH 07/11] Implement discover command
` [PATCH 08/11] Add option to save discovery raw log to a file
` [PATCH 09/11] Implement connect command
` [PATCH 10/11] Implement disconnect command
` [PATCH 11/11] implement the connect-all command

NVMe over Fabrics RDMA transport drivers
 2016-06-07 20:14 UTC  (15+ messages)
` [PATCH 1/5] blk-mq: Introduce blk_mq_reinit_tagset
` [PATCH 2/5] nvme: add new reconnecting controller state
` [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation
` [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
` [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver

Fw: Question on Patch - NVMe: Shutdown controller only for power-off
 2016-06-07 18:55 UTC  (4+ messages)
`  "

NVMe over Fabrics target implementation
 2016-06-07 18:11 UTC  (11+ messages)
` [PATCH 1/3] block: Export blk_poll
` [PATCH 2/3] nvmet: add a generic NVMe target
` [PATCH 3/3] nvme-loop: add a NVMe loopback host driver

generic NVMe over Fabrics library support
 2016-06-07 15:27 UTC  (14+ messages)
` [PATCH 1/8] blk-mq: add blk_mq_alloc_request_hctx
` [PATCH 2/8] nvme: allow transitioning from NEW to LIVE state
` [PATCH 3/8] nvme: Modify and export sync command submission for fabrics
` [PATCH 4/8] nvme: add fabrics sysfs attributes
` [PATCH 5/8] nvme.h: add NVMe over Fabrics definitions
` [PATCH 6/8] nvme-fabrics: add a generic NVMe over Fabrics library
` [PATCH 7/8] nvme.h: Add keep-alive opcode and identify controller attribute
` [PATCH 8/8] nvme: add keep-alive support

[PATCH v3 0/6] Introduce pci_(request|release)_(mem|io)_regions
 2016-06-07 11:57 UTC  (3+ messages)
` [PATCH v3 2/6] NVMe: Use pci_(request|release)_mem_regions

general preparation for NVMe over Fabrics support
 2016-06-07 10:49 UTC  (14+ messages)
` [PATCH 01/10] nvme.h: add RTD3R, RTD3E and OAES fields
` [PATCH 02/10] nvme.h: Add get_log_page command strucure
` [PATCH 03/10] nvme.h: add NVM command set SQE/CQE size defines
` [PATCH 04/10] nvme.h: add AER constants
` [PATCH 05/10] nvme.h: add constants for PSDT and FUSE values
` [PATCH 06/10] nvme: allow for size limitations from transport drivers
` [PATCH 07/10] nvme: factor out a add nvme_is_write helper
` [PATCH 08/10] nvme: move the workaround for I/O queue-less controllers from PCIe to core
` [PATCH 09/10] nvme: update nvme_cancel_io() a bit
` [PATCH 10/10] nvme: move nvme_cancel_request() to core.c

[RFC 0/8] nvmet: Add support for multi-tenant configfs
 2016-06-07  6:36 UTC  (9+ messages)
` [RFC 1/8] nvmet: Add nvmet_fabric_ops get/put transport helpers
` [RFC 2/8] nvmet: Add support for configfs-ng multi-tenant logic
` [RFC 3/8] nvmet: Hookup nvmet_ns->dev to nvmet_ns_enable
` [RFC 4/8] nvmet/io-cmd: Hookup sbc_ops->execute_rw backend ops
` [RFC 5/8] nvmet/io-cmd: Hookup sbc_ops->execute_sync_cache "
` [RFC 6/8] nvmet/io-cmd: Hookup sbc_ops->execute_unmap "
` [RFC 7/8] nvmet/admin-cmd: Hookup T10-PI to ID_NS.ms + ID_NS.dps feature bits
` [RFC 8/8] nvme/loop: Add support for bio integrity handling

[PATCH] nvme: lightnvme: make MLC num_pairs little endian
 2016-06-03 13:17 UTC  (2+ messages)

[PATCH] nvme: initialize variable before logical OR'ing it
 2016-06-02 15:51 UTC 

[PATCH v2] nvme/quirk: Add a delay before checking for adapter readiness
 2016-06-02 13:30 UTC  (2+ messages)

[PATCH v2 0/6] Introduce pci_(request|release)_(mem|io)_regions
 2016-06-02  7:30 UTC  (2+ messages)
` [PATCH v2 2/6] NVMe: Use pci_(request|release)_mem_regions

RAID0 mdadm Question
 2016-06-02  7:26 UTC  (5+ messages)

[PATCH 0/2] stop allocating unnecessary major numbers
 2016-06-02  6:43 UTC  (3+ messages)
` [PATCH 1/2] memstick: don't allocate unused major for ms_block
` [PATCH 2/2] NVMe: don't allocate unused nvme_major

[PATCH v2] nvme/quirk: Add a delay before checking for adapter readiness
 2016-06-01 17:54 UTC 

[PATCH v3] NVMe: Add controller state for scheduling resets
 2016-06-01 13:29 UTC  (9+ messages)

[PATCH 0/5] Introduce pci_(request|release)_(mem|io)_regions
 2016-06-01  7:58 UTC  (3+ messages)
` [PATCH 2/5] NVMe: Use pci_(request|release)_mem_regions

[PATCH 1/2] NVMe: Add controller state for scheduling resets
 2016-06-01  7:20 UTC  (5+ messages)
` [PATCH 2/2] NVMe: Synchronize resets with scan work

[PATCH v2] NVMe: Add controller state for scheduling resets
 2016-05-31 21:31 UTC  (2+ messages)

why use alloc_workqueue instead of create_singlethread_workqueue to create nvme_workq
 2016-05-31 14:53 UTC  (2+ messages)

[PATCHv2] NVMe: Fix removal in case of active namespace list scanning method
 2016-05-31 14:35 UTC  (4+ messages)

[PATCH v2] NVMe: Recognize the MacBook9,1 NVMe controller
 2016-05-28 21:22 UTC 

[PATCH] NVMe: Fix removal in case of active namespace list scanning method
 2016-05-27  7:41 UTC  (2+ messages)

[PATCH] NVMe: Fix possible scheduling while atomic error
 2016-05-27  7:40 UTC  (10+ messages)

[PATCHv2] NVMe: Sync reset and scan work
 2016-05-27  7:34 UTC  (5+ messages)

[PATCH v2 0/2] move nvme_cancel_io() to common code
 2016-05-26 15:47 UTC  (8+ messages)
` [PATCH v2 1/2] nvme: update and rename nvme_cancel_io to nvme_cancel_request
` [PATCH v2 2/2] nvme: move nvme_cancel_request() to common code

[PATCH] NVMe: Sync reset and scan work
 2016-05-24 15:02 UTC  (2+ messages)

[PATCH] NVMe: Only release requested regions
 2016-05-24 14:29 UTC  (4+ messages)

[PATCH 1/2] pci: Error disabling SR-IOV if in VFs assigned
 2016-05-23 21:51 UTC  (11+ messages)
` [PATCH 2/2] nvme/pci: Enable SR-IOV capabilities

[PATCH v2 0/2] nvme_ns_remove() deadlock fix
 2016-05-23 15:22 UTC  (17+ messages)
` [PATCH v2 1/2] nvme: switch to RCU freeing the namespace

[PATCH] NVMe: Recognize the MacBook9,1 NVMe controller
 2016-05-23 11:00 UTC  (3+ messages)

test email to linux_nvme@lists.infradead.org
 2016-05-21  0:22 UTC 

[PATCH] NVMe: fix deadlock on failure branch in nvme_get_ns_from_disk()
 2016-05-20 23:05 UTC  (2+ messages)

[PATCH stable-4.5] NVMe: Always use MSI/MSI-x interrupts
 2016-05-20 21:32 UTC 

[PATCH 0/2] Add Opal unlock support to NVMe
 2016-05-18 23:54 UTC  (5+ messages)

[PATCH 0/2] move nvme_cancel_io() to common code
 2016-05-18 20:23 UTC  (5+ messages)
` [PATCH 1/2] nvme: update nvme_cancel_io() a bit
` [PATCH 2/2] nvme: move nvme_cancel_io() to core.c

PCI: Provide sensible irq vector alloc/free routines
 2016-05-17 16:45 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH V2] Use MACRO UINT_MAX instead of actual value
 2016-05-17  7:58 UTC 

[PATCH] NVMe: Allocate queues only for online cpus
 2016-05-17  7:36 UTC  (2+ messages)

[PATCH] Use MICRO UINT_MAX instead of actual value
 2016-05-16 22:19 UTC  (3+ messages)

Accessing the NVMe flash drive of the April 2016 MacBook 12" (A1534)
 2016-05-16 17:55 UTC  (5+ messages)
  ` Accessing the NVMe flash drive of the April 2016 MacBook 12" (A1534) [SOLVED]


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