Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-05 17:00:32 to 2017-07-12 07:20:18 UTC [more...]

[PATCH] nvme: add wrapper for nvme ctrl register r/w
 2017-07-12  7:20 UTC  (2+ messages)

[PATCH] nvmet-rdma: prevent possible race condition for queue state
 2017-07-12  7:05 UTC  (3+ messages)

kernel BUG at nvme/host/pci.c
 2017-07-12  6:06 UTC  (6+ messages)

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

[PATCH v7 for-4.13 0/7] Automatic affinity settings for nvme-rdma
 2017-07-11 22:13 UTC  (10+ messages)
` [PATCH v7 for-4.13 1/7] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH v7 for-4.13 2/7] mlx5e: don't assume anything on the irq affinity mappings of the device
` [PATCH v7 for-4.13 3/7] mlx5: move affinity hints assignments to generic code
` [PATCH v7 for-4.13 4/7] RDMA/core: expose affinity mappings per completion vector
` [PATCH v7 for-4.13 5/7] mlx5: support ->get_vector_affinity
` [PATCH v7 for-4.13 6/7] block: Add rdma affinity based queue mapping helper
` [PATCH v7 for-4.13 7/7] nvme-rdma: use intelligent affinity based queue mappings

[PATCH 0/7] NVMe Async Event Notification updates
 2017-07-11 17:14 UTC  (28+ messages)
` [PATCH 1/7] nvme/fc: There is only one AEN request
` [PATCH 2/7] nvme/fc: Fix admin queue depth setup
` [PATCH 3/7] nvme/fc: remove unused "queue_size" field
` [PATCH 4/7] nvme: Centralize blk-mq tag and AEN counts
` [PATCH 5/7] nvme: Only one AEN request
` [PATCH 6/7] nvme: Unexport starting async event work
` [PATCH 7/7] nvme: Send change uevent when AEN completes

Unexpected issues with 2 NVME initiators using the same target
 2017-07-11 14:55 UTC  (23+ messages)

[PATCH v4 0/1]Add Support for FW activation without reset
 2017-07-11 14:36 UTC  (7+ messages)
    ` [PATCH v4 1/1] nvme: Add support "
    ` [PATCH v5 0/1] Add Support "
      ` [PATCH v5 1/1] nvme: Add support "

I/O Errors due to keepalive timeouts with NVMf RDMA
 2017-07-11  9:21 UTC  (18+ messages)

[PATCH rfc 0/3] Expose cpu mapping hints to a nvme target port
 2017-07-11  7:27 UTC  (3+ messages)

[PATCH rfc 00/30] centralize nvme controller reset, delete and periodic reconnects
 2017-07-10 18:57 UTC  (6+ messages)
` [PATCH rfc 02/30] nvme-rdma: Don't alloc/free the tagset on reset
` [PATCH rfc 08/30] nvme-rdma: cleanup error path in controller reset

[PATCH] NVMe: Added another device ID with stripe quirk
 2017-07-10 18:39 UTC  (5+ messages)

[GIT PULL] another round of nvme patches for kernel 4.13
 2017-07-10 17:45 UTC  (2+ messages)

[PATCH v2] nvme-cli/list-ns: fix identifying active or allocated namespaces list
 2017-07-10 16:59 UTC  (2+ messages)

[PATCH] nvme-cli: Fix to the logic of the nvme list-ns <device> -a command
 2017-07-10 16:44 UTC  (5+ messages)

[PATCH] nvme: set DMA_ATTR_WEAK_ORDERING attribute on dma buffers
 2017-07-10 16:17 UTC  (7+ messages)
    ` DMA_ATTR_WEAK_ORDERING defintion, was "

[PATCH 1/1] nvmet: avoid unneeded assignment of submit_bio return value
 2017-07-10 14:55 UTC  (2+ messages)

[PATCH] nvme-pci: fix build error for commit:bc565c15a4fa
 2017-07-10 10:17 UTC  (2+ messages)

[PATCH v4] nvme-pci: add module parameter for io queue depth
 2017-07-10  8:52 UTC  (2+ messages)

[PATCH v3] nvme-pci: add module parameter for io queue depth
 2017-07-10  8:29 UTC  (2+ messages)

[PATCH] nvme-pci: add module parameter for io queue depth
 2017-07-10  8:02 UTC  (8+ messages)

[PATCH 00/12] Few more patches from the centralization set
 2017-07-10  6:22 UTC  (13+ messages)
` [PATCH 01/12] nvme-rdma: move nvme_rdma_configure_admin_queue code location
` [PATCH 02/12] nvme: Add admin_tagset pointer to nvme_ctrl
` [PATCH 03/12] nvme-rdma: move tagset allocation to a dedicated routine
` [PATCH 04/12] nvme-rdma: disable the controller on resets
` [PATCH 05/12] nvme-rdma: don't free tagset "
` [PATCH 06/12] nvme-rdma: reuse configure/destroy_admin_queue
` [PATCH 07/12] nvme-rdma: introduce configure/destroy io queues
` [PATCH 08/12] nvme-rdma: stop queues instead of simply flipping their state
` [PATCH 09/12] nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue
` [PATCH 10/12] nvme-rdma: introduce nvme_rdma_start_queue
` [PATCH 11/12] nvme-rdma: cleanup error path in controller reset
` [PATCH 12/12] nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64

[PATCH 0/2] nvme-fc: Create Association corrections
 2017-07-10  5:45 UTC  (5+ messages)
` [PATCH 1/2] nvme_fc/nvmet_fc: revise Create Association descriptor length
` [PATCH 2/2] nvmet_fc: Accept variable pad lengths on Create Association LS

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2017-07-09 19:40 UTC 

[PATCH v2] nvme-pci: add module parameter for io queue depth
 2017-07-07 17:01 UTC 

[PATCH] nvme-rdma: stop keep_alive before nvme_uninit_ctrl
 2017-07-07 13:27 UTC  (7+ messages)

[PATCH] nvme-pci: compile warnings in nvme_alloc_host_mem()
 2017-07-06 15:28 UTC  (2+ messages)

[PATCH v2] nvme-rdma: remove race conditions from IB signalling
 2017-07-06 10:44 UTC  (6+ messages)

[PATCH v2 0/3] Allow ib_clients to nullify .add but still get .remove events reliably
 2017-07-06  8:38 UTC  (5+ messages)
` [PATCH v2 1/3] RDMA/core: make ib_device.add method optional

[PATCH v3] nvme: split nvme_uninit_ctrl into stop and uninit
 2017-07-06  7:12 UTC  (8+ messages)

[PATCH 0/8] correct quiescing in several block drivers
 2017-07-06  6:52 UTC  (6+ messages)
` [PATCH 8/8] xen-blockfront: quiesce IO before device removal

[PATCH v3 0/8] correct quiescing in several block drivers
 2017-07-05 23:23 UTC  (16+ messages)
` [PATCH v3 1/8] nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues
` [PATCH v3 2/8] nvme-fc: "
` [PATCH v3 3/8] nvme-loop: "
` [PATCH v3 4/8] nvme-pci: "
` [PATCH v3 5/8] nvme: kick requeue list when requeueing a request instead of when starting the queues
` [PATCH v3 6/8] nbd: quiesce request queues to make sure no submissions are inflight
` [PATCH v3 7/8] mtip32xx: "
` [PATCH v3 8/8] virtio_blk: quiesce/unquiesce live IO when entering PM states

[PATCH v2] nvme: split nvme_uninit_ctrl into stop and uninit
 2017-07-05 20:18 UTC  (2+ messages)

Parcel 006936912 delivery notification, UPS
 2017-07-05 19:22 UTC 

[PATCH] nvme-rdma: unconditionally recycle the request mr
 2017-07-05 18:06 UTC  (2+ messages)

[PATCH v2 0/8] Few patches extracted from the centralization set
 2017-07-05 17:27 UTC  (3+ messages)
` [PATCH v2 8/8] nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it


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