linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-09 12:37:13 to 2017-08-23 17:58:14 UTC [more...]

RFC: nvme multipath support
 2017-08-23 17:58 UTC  (10+ messages)
` [PATCH 01/10] nvme: report more detailed status codes to the block layer
` [PATCH 02/10] nvme: allow calling nvme_change_ctrl_state from irq context
` [PATCH 03/10] nvme: remove unused struct nvme_ns fields
` [PATCH 04/10] nvme: remove nvme_revalidate_ns
` [PATCH 05/10] nvme: don't blindly overwrite identifiers on disk revalidate
` [PATCH 06/10] nvme: track subsystems
` [PATCH 07/10] nvme: track shared namespaces
` [PATCH 08/10] block: provide a generic_make_request_fast helper
` [PATCH 09/10] blk-mq: add a blk_steal_bios helper

[PATCH] Add support for reservations to NVMeoF target
 2017-08-23 14:04 UTC 

[PATCH v4 00/14] mpt3sas driver NVMe support:
 2017-08-23  2:18 UTC  (16+ messages)
` [PATCH v4 01/14] mpt3sas: Update MPI Header
` [PATCH v4 02/14] mpt3sas: Add nvme device support in slave alloc, target alloc and probe
` [PATCH v4 03/14] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
` [PATCH v4 04/14] mpt3sas: Added support for nvme encapsulated request message
` [PATCH v4 05/14] mpt3sas: API 's to support NVMe drive addition to SML
` [PATCH v4 06/14] mpt3sas: API's to remove nvme drive from sml
` [PATCH v4 07/14] mpt3sas: Handle NVMe PCIe device related events generated from firmware
` [PATCH v4 08/14] mpt3sas: Set NVMe device queue depth as 128
` [PATCH v4 09/14] mpt3sas: scan and add nvme device after controller reset
` [PATCH v4 10/14] mpt3as: Add-Task-management-debug-info-for-NVMe-drives
` [PATCH v4 11/14] mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log info
` [PATCH v4 12/14] mpt3sas: Fix nvme drives checking for tlr
` [PATCH v4 13/14] mpt3sas: Update mpt3sas driver version
` [PATCH v4 14/14] mpt3sas: Fix sparse warning

[PATCH 1/3] nvme: add virt boundary per ctrl
 2017-08-22  9:40 UTC  (12+ messages)
` [PATCH 2/3] nvme: introduce max_segments controller attribute
` [PATCH 3/3] nvme-rdma: fix virtual boundary calculation

NVMe driver with kernel panic
 2017-08-21 21:51 UTC  (3+ messages)

[PATCH v3 00/13] mpt3sas driver NVMe support:
 2017-08-21  5:54 UTC  (7+ messages)
` [PATCH v3 01/13] mpt3sas: Update MPI Header
` [PATCH v3 03/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices

[PATCH] nvme-fabrics: fix reporting of unrecognized options
 2017-08-20 11:21 UTC  (3+ messages)

Centralize nvme controller reset, delete and fabrics periodic reconnects
 2017-08-20  6:37 UTC  (25+ messages)
` [PATCH 01/12] nvme: move err and reconnect work to nvme ctrl
` [PATCH 02/12] nvme-rdma: move admin specific resources to alloc_queue
` [PATCH 03/12] nvme-rdma: split nvme_rdma_alloc_io_queues
` [PATCH 04/12] nvme-rdma: restructure create_ctrl a bit
` [PATCH 05/12] nvme-rdma: introduce nvme_rdma_alloc/stop/free_admin_queue
` [PATCH 06/12] nvme-rdma: plumb nvme ctrl to various routines
` [PATCH 07/12] nvme-rdma: split generic probe out of create_ctrl
` [PATCH 08/12] nvme: add some ctrl ops for centralizing control plane logic
` [PATCH 09/12] nvme: move control plane handling to nvme core
` [PATCH 10/12] nvme-fabrics: handle reconnects in fabrics library
` [PATCH 11/12] nvme: add sed-opal ctrl manipulation in admin configuration
` [PATCH 12/12] nvme-loop: convert to nvme-core control plane management

[PATCH v2 0/3] Allow ib_clients to nullify .add but still get .remove events reliably
 2017-08-18 14:46 UTC  (3+ messages)

[GIT PULL] nvme updates for 4.13
 2017-08-18 14:09 UTC  (2+ messages)

[GIT PULL] nvme updates for 4.13
 2017-08-18 11:39 UTC 

[RFC PATCH] nvme: always return IRQ_HANDLED
 2017-08-18  7:14 UTC  (6+ messages)

[PATCH] nvme-cli: add support for directive command
 2017-08-17 21:04 UTC  (6+ messages)
  ` [PATCH 1/2] nvme-cli: add nvme directive command support
  ` [PATCH 2/2] nvme-cli: add documentation for directive commands

[PATCH] nvme/pci: Set cqe_seen on polled completions
 2017-08-17 20:47 UTC  (2+ messages)

[PATCH] nvme: Honor RTD3 Entry Latency for shutdowns
 2017-08-17 17:42 UTC  (6+ messages)

[PATCH] nvmet_fc: eliminate static local variables
 2017-08-17  7:35 UTC  (2+ messages)

[PATCH] nvmet_fc: use list_for_each_safe()
 2017-08-17  7:33 UTC  (2+ messages)

I/O Errors due to keepalive timeouts with NVMf RDMA
 2017-08-16 16:19 UTC  (14+ messages)

nvme-4.14 rebased
 2017-08-16 16:07 UTC  (3+ messages)

nvmet panics during high load
 2017-08-16  9:23 UTC  (7+ messages)

[PATCH v3 0/3] Improve readbility of NVME "wwid" attribute
 2017-08-16  8:12 UTC  (9+ messages)
` [PATCH v3 3/3] nvme: wwid_show: strip trailing 0-bytes
    ` [PATCH v4 0/3] Improve readbility of NVME "wwid" attribute (target side)
      ` [PATCH v4 1/3] nvmet_execute_identify_ctrl: don't overwrite with 0-bytes
      ` [PATCH v4 2/3] string.h: add memcpy_and_pad()
      ` [PATCH v4 3/3] nvmet_execute_identify_ctrl: use memcpy_and_pad()

[PATCH 1/2] nvme: Add symbolic constants for CC identifiers
 2017-08-16  8:10 UTC  (5+ messages)
` [PATCH 2/2] nvme: Rename AMS symbolic constants to fit specification

[PATCH 1/1] nvme-rdma: Use unlikely macro in the fast path
 2017-08-16  8:10 UTC  (5+ messages)

[PATCH] nvmet_fc: Simplify sg list handling
 2017-08-16  8:07 UTC  (3+ messages)

[PATCH] nvme_fc: Reattach to localports on re-registration
 2017-08-16  8:07 UTC  (4+ messages)

[PATCH] nvmet_fc: correct use after free on list teardown
 2017-08-16  8:04 UTC  (2+ messages)

[PATCH] nvme: fix identify namespace logging
 2017-08-16  8:04 UTC  (2+ messages)

[PATCH 0/2] nvmet_fc: work around overalloc of queue elements
 2017-08-16  7:53 UTC  (8+ messages)
` [PATCH 1/2] nvmet_fc: add defer_req callback for deferment of cmd buffer return
` [PATCH 2/2] lpfc: support nvmet_fc defer_rcv callback

Flush warning
 2017-08-15 13:42 UTC  (14+ messages)

[PATCH] blk-mq: Fix queue usage on failed request allocation
 2017-08-15 13:22 UTC  (5+ messages)

[PATCH v2] nvme: Fix nvme reset command timeout handling
 2017-08-15  9:05 UTC  (4+ messages)

Bug Report: can't unload nvme module in case of disabled device
 2017-08-14 20:24 UTC  (9+ messages)

[PATCH] nvme-cli/fabrics: Add ctrl-loss-tmo param to connect cmd
 2017-08-14 19:17 UTC  (2+ messages)

[PATCH v2 0/2] nvmet_fc: work around overalloc of queue elements
 2017-08-14 14:16 UTC  (3+ messages)
` [PATCH v2 1/2] nvmet_fc: add defer_req callback for deferment of cmd buffer return

[PATCH v8 0/7] Automatic affinity settings for nvme-rdma
 2017-08-11 15:42 UTC  (6+ messages)

[GIT PULL] nvme updates for 4.13-rc
 2017-08-11 14:08 UTC  (2+ messages)

[PATCH] nvme-cli: fix connecting failure due to invalid uuid format of hostid
 2017-08-10 17:11 UTC  (3+ messages)

[PATCH V3] nvme-pci: add sgl support
 2017-08-10 16:47 UTC  (6+ messages)

[PATCH] nvme: fix directive command numd calculation
 2017-08-10 16:46 UTC  (5+ messages)

[PATCH 1/2] nvme: Fix nvme reset command timeout handling
 2017-08-10 16:38 UTC  (7+ messages)

Naming Convention for NVMe CLI Plugin Commands
 2017-08-10 15:32 UTC  (3+ messages)

[ANNOUNCE] nvmetcli 0.5 release
 2017-08-10 12:49 UTC 

nvmf question - synchronization between target/initiator regarding partitions
 2017-08-10 12:37 UTC  (5+ messages)

[PATCH] nvme-fabrics: output erros if hostid is invalid
 2017-08-10  9:20 UTC  (2+ messages)

[PATCH v2 1/1] nvme: fix CMB sysfs file removal in reset path
 2017-08-10  9:19 UTC  (2+ messages)

[PATCH 00/12] Few more patches from the centralization set
 2017-08-10  8:55 UTC  (2+ messages)

[PATCH 1/2] nvme: rdma: remove NVME_RDMA_MAX_SEGMENT_SIZE
 2017-08-10  8:42 UTC  (3+ messages)
` [PATCH 2/2] nvmet: fcloop: remove ALL_OPTS define

[PATCH RESENT] nvmet: fix the return error code of target if host is not allowed
 2017-08-10  8:35 UTC  (2+ messages)

[PATCH 4.12 054/106] blk-mq: Include all present CPUs in the default queue mapping
 2017-08-09 16:52 UTC  (2+ messages)
` [PATCH 4.12 055/106] blk-mq: Create hctx for each present CPU


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