Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-21 13:12:56 to 2017-04-03 22:10:27 UTC [more...]

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-03 22:10 UTC  (26+ messages)
` [RFC 1/8] Introduce Peer-to-Peer memory (p2pmem) device
` [RFC 2/8] cxgb4: setup pcie memory window 4 and create p2pmem region
` [RFC 3/8] nvmet: Use p2pmem in nvme target
` [RFC 4/8] p2pmem: Add debugfs "stats" file
` [RFC 5/8] scatterlist: Modify SG copy functions to support io memory
` [RFC 6/8] nvmet: Be careful about using iomem accesses when dealing with p2pmem
` [RFC 7/8] p2pmem: Support device removal
` [RFC 8/8] p2pmem: Added char device user interface

[PATCHv2] irq/affinity: Fix CPU spread for unbalanced nodes
 2017-04-03 19:25 UTC 

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-02 13:41 UTC  (7+ messages)
` [PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH rfc 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH rfc 4/6] mlx5: support ->get_vector_affinity
` [PATCH rfc 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH rfc 6/6] nvme-rdma: use intelligent affinity based queue mappings

trivial nvme fixes for 4.11
 2017-04-02  8:14 UTC  (6+ messages)
` [PATCH 1/4] nvme: add missing byte swap in nvme_setup_discard
` [PATCH 2/4] nvmet: add missing byte swap in nvmet_get_smart_log
` [PATCH 3/4] nvmet: fix byte swap in nvmet_execute_write_zeroes
` [PATCH 4/4] nvmet: fix byte swap in nvmet_parse_io_cmd

[PATCH v4 RFC] nvme: improve performance for virtual NVMe devices
 2017-04-01 21:50 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
      ` [PATCH v7 "

Linux 4.9.8 + NVMe CiB Issue
 2017-04-01  7:13 UTC  (11+ messages)

[PATCH] irq/affinity: Assign all CPUs a vector
 2017-03-31 10:59 UTC  (7+ messages)

[PATCH] nvme: supplement nvme error status code enum items in linux/nvme.h
 2017-03-31  6:51 UTC  (3+ messages)

[PATCH v3] net/utils: generic inet_pton_with_scope helper
 2017-03-30 19:40 UTC  (2+ messages)

[PATCH] nvme: make nvme error status codes converted to errno detailed
 2017-03-30 17:22 UTC  (7+ messages)

[PATCH RFC] nvme-rdma: support devices with queue size < 32
 2017-03-30 14:23 UTC  (17+ messages)

[PATCH 1/1] nvme: don't ignore tagset allocation failures
 2017-03-30 13:05 UTC  (8+ messages)

[PATCH 1/2] nvme-fc: drop ctrl for all command completions
 2017-03-30 13:03 UTC  (4+ messages)
` [PATCH 2/2] nvme: factor request completion code into a common helper

[PATCH 0/3] update request retries (loop, rdma, fc)
 2017-03-30 11:23 UTC  (8+ messages)
` [PATCH 1/3] nvme-rdma: increment request retries counter before requeuing
` [PATCH 2/3] nvme-loop: "
` [PATCH 3/3] nvme-fc: "

[RFC PATCH] nvme: Submit uevents for log page notification
 2017-03-30  8:36 UTC  (2+ messages)

[PATCH 1/3] nvmetcli: Fix Port and Host operations in shell
 2017-03-30  8:28 UTC  (9+ messages)
` [PATCH 2/3] nvmetcli: Fix Referral operation "
` [PATCH 3/3] nvmetcli: Install nvmetcli executable in $PATH

[PATCH v3 0/4] Introduce a new helper for parsing ipv[4|6]:port to socket address
 2017-03-29 17:22 UTC  (6+ messages)

[PATCH for-4.11-rc] nvme: Correct NVMF enum values to match NVMe-oF rev 1.0
 2017-03-29 11:30 UTC 

[PATCH 0/2] blk-stat: Add ability to not bucket IO, add this to IO poling
 2017-03-28 21:52 UTC  (12+ messages)
` [PATCH 1/2] blk-stat: convert blk-stat bucket callback to signed
` [PATCH 2/2] blk-stat: add a poll_size value to the request_queue struct

BUG report: Invalid cross-device link while connecting with various nr-io-queues
 2017-03-28 14:14 UTC  (3+ messages)

[PATCH 0/3] Introduce fabrics controller loss timeout
 2017-03-28 11:37 UTC  (9+ messages)
` [PATCH 1/3] nvme-rdma: get rid of local reconnect_delay
` [PATCH 2/3] nvme-fabrics: Allow ctrl loss timeout configuration
` [PATCH 3/3] nvme-rdma: Support ctrl_loss_tmo

Unexpected issues with 2 NVME initiators using the same target
 2017-03-28 11:34 UTC  (15+ messages)

[nvmet/nvmetcli]- bug/break in setting a host on NVMe Target?
 2017-03-28 10:39 UTC  (3+ messages)

[PATCH 1/1] nvmet: use symbolic constants for log identifiers
 2017-03-28 10:24 UTC  (4+ messages)

[PATCH 0/6] nvme_fc: repost spec updates and fixes
 2017-03-27  9:54 UTC  (13+ messages)
` [PATCH 1/6] nvme_fc: Sync FC-NVME header with standard
` [PATCH 2/6] nvme_fc: Add check of status_code in ERSP_IU
` [PATCH 3/6] nvmet_fc: Sync NVME LS reject reasons with spec
` [PATCH 4/6] nvme_fc: correct LS validation
` [PATCH 5/6] nvmet_fc: Clear SG list to avoid double frees
` [PATCH 6/6] nvme_fc: Clean up host fcpio done status handling

[PATCH] nvme-loop: remove unneeded includes
 2017-03-27  9:52 UTC  (3+ messages)

[PATCH 3/3] nvme-fc: fix module_init (theoretical) error path
 2017-03-27  9:52 UTC  (2+ messages)

[PATCH 1/2] nvme-rdma: fix module_init (theoretical) error path
 2017-03-27  9:51 UTC  (6+ messages)
` [PATCH 2/2] nvme-loop: "

WARNING on drivers/infiniband/core/verbs.c:1975 __ib_drain_sq+0x182/0x1c0 [ib_core]
 2017-03-27  3:18 UTC  (3+ messages)

[PATCH] IB/core: Protect against self-requeue of a cq work item
 2017-03-24 20:41 UTC  (2+ messages)

[PATCH 0/5] nvme_fc: add ctlr reset support and abort fixes
 2017-03-24  3:44 UTC  (6+ messages)
` [PATCH 1/5] nvme_fc: Move LS's to rport
` [PATCH 2/5] nvme_fc: Add ls aborts on remote port teardown
` [PATCH 3/5] nvme_fc: fix command id check
` [PATCH 4/5] nvme_fc: add aen abort to teardown
` [PATCH 5/5] nvme_fc: add controller reset support

[PATCH 0/5] nvmet_fc: bug fixes and lldd api mods
 2017-03-24  3:43 UTC  (6+ messages)
` [PATCH 1/5] nvmet_fc: add target feature flags for upcall isr contexts
` [PATCH 2/5] nvmet_fc: add req_release to lldd api
` [PATCH 3/5] nvme_fcloop: split job struct from transport for req_release
` [PATCH 4/5] nvmet_fc: Rework target side abort handling
` [PATCH 5/5] nvmet_fc: add missing reference in add_port

[PATCH rfc 00/10] non selective polling block interface
 2017-03-22 19:09 UTC  (7+ messages)
` [PATCH rfc 01/10] nvme-pci: Split __nvme_process_cq to poll and handle
` [PATCH rfc 02/10] nvme-pci: Add budget to __nvme_process_cq
` [PATCH rfc 03/10] nvme-pci: open-code polling logic in nvme_poll

[GIT PULL] nvme patches for kernel 4.11 rc4
 2017-03-21 17:05 UTC  (3+ messages)

[PATCH V2] nvme-cli: fix nvme-list-ns documentation to match list_ns function
 2017-03-21 14:31 UTC  (2+ messages)

Need some pointers to debug a KASAN splat in NVMe over Fabrics with rdma-rxe
 2017-03-21 13:12 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