linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-03 05:31:49 to 2021-04-12 00:25:31 UTC [more...]

[RFC PATCH v5 0/4] add simple copy support
 2021-04-12  0:24 UTC  (10+ messages)
    ` [RFC PATCH v5 2/4] block: "

[PATCH] nvmet: do not ignore error_location FFFFh (NVMET_NO_ERROR_LOC) on nvmet_set_error
 2021-04-11 22:05 UTC  (2+ messages)

[PATCH v3] nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path
 2021-04-11 21:40 UTC  (2+ messages)

[PATCH v2] nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path
 2021-04-11  3:32 UTC  (8+ messages)

[PATCH 0/3] nvme trailing whitespace cleanup
 2021-04-10 20:16 UTC  (4+ messages)
` [PATCH 1/3] nvme-pci: remove single trailing whitespace
` [PATCH 2/3] nvme-multipath: "
` [PATCH 3/3] nvme: "

[linux-nvme:nvme-5.13] BUILD SUCCESS ec395d894108e5ca9584ec188155900586fda04b
 2021-04-10 18:59 UTC 

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-10 15:00 UTC  (25+ messages)
` [PATCH v9 01/13] cgroup: Added cgroup_get_from_id
` [PATCH v9 02/13] blkcg: Added a app identifier support for blkcg
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v9 04/13] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v9 05/13] lpfc: vmid: VMID params initialization
` [PATCH v9 06/13] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v9 07/13] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v9 08/13] lpfc: vmid: Functions to manage vmids
` [PATCH v9 09/13] lpfc: vmid: Implements CT commands for appid
` [PATCH v9 10/13] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v9 11/13] lpfc: vmid: Timeout implementation for vmid
` [PATCH v9 12/13] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v9 13/13] lpfc: vmid: Introducing vmid in io path

[PATCH] nvmet-fc: simplify nvmet_fc_alloc_hostport
 2021-04-10 14:27 UTC  (6+ messages)

[PATCH] nvme: cleanup nvme_configure_apst
 2021-04-10  6:50 UTC  (3+ messages)

nvme ioctl refactor and generic per-namespace char device
 2021-04-10  6:46 UTC  (43+ messages)
  ` [PATCH 01/13] nvme: add a nvme_ns_head_multipath helper
  ` [PATCH 02/13] nvme: cleanup setting the disk name
  ` [PATCH 03/13] nvme: pass a user pointer to nvme_nvm_ioctl
  ` [PATCH 04/13] nvme: factor out a nvme_ns_ioctl helper
  ` [PATCH 05/13] nvme: simplify the compat ioctl handling
  ` [PATCH 06/13] nvme: simplify block device ioctl handling for the !multipath case
  ` [PATCH 07/13] nvme: don't bother to look up a namespace for controller ioctls
  ` [PATCH 08/13] nvme: move the ioctl code to a separate file
  ` [PATCH 09/13] nvme: factor out a nvme_tryget_ns_head helper
  ` [PATCH 10/13] nvme: move nvme_ns_head_ops to multipath.c
  ` [PATCH 11/13] nvme: factor out nvme_ns_open and nvme_ns_release helpers
  ` [PATCH 12/13] nvme: let namespace probing continue for unsupported features
  ` [PATCH 13/13] nvme: introduce generic per-namespace chardev

nvme tcp receive errors
 2021-04-09 21:38 UTC  (9+ messages)

[PATCH] nvme-pci: don't simple map sgl when sgls are disabled
 2021-04-09 18:12 UTC 

[PATCH v4] nvmet-tcp: fix a segmentation fault during io parsing error
 2021-04-09 17:52 UTC  (8+ messages)
` [PATCH v5] "

[PATCH V13 0/4] nvmet: add ZBD backend support
 2021-04-09  9:53 UTC  (17+ messages)
` [PATCH V13 1/4] nvmet: add NVM Command Set Identifier support
` [PATCH V13 2/4] nvmet: add ZBD over ZNS backend support
` [PATCH V13 3/4] nvmet: add nvmet_req_bio put helper for backends
` [PATCH V13 4/4] nvmet: add req cns error complete helper

[PATCH] nvme: do not try to reconfigure APST when the controller is not live
 2021-04-09  9:49 UTC 

[PATCH stable/5.4..5.8] nvme-mpath: replace direct_make_request with generic_make_request
 2021-04-09  9:43 UTC  (7+ messages)
` Patch "nvme-mpath: replace direct_make_request with generic_make_request" has been added to the 5.4-stable tree

[PATCH] nvme: fix APST error for power latency tolerance
 2021-04-09  8:12 UTC  (6+ messages)

libnvme questions
 2021-04-09  5:48 UTC  (12+ messages)

[PATCH 1/1] nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
 2021-04-08 18:15 UTC  (10+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (17+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
` [PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
` [PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH V2 0/1] nvme: introduce generic per-namespace chardev
 2021-04-08 12:41 UTC  (31+ messages)
` [PATCH V2 1/1] "

[PATCH][next] nvmet: Fix spelling mistake "nubmer" -> "number"
 2021-04-08  0:16 UTC  (2+ messages)

libnvme questions
 2021-04-07 21:34 UTC  (6+ messages)

[linux-nvme:nvme-5.13] BUILD SUCCESS 8609c63fce58e94d82f6b6bf29c7806062e2e867
 2021-04-06 19:52 UTC 

[GIT PULL] nvme updates for Linux 5.13
 2021-04-06 15:19 UTC  (2+ messages)

[bug report]kernel NULL pointer at siw_tx_hdt+0x128/0x978 [siw] with blktests nvmeof-mp/002
 2021-04-06  7:19 UTC  (2+ messages)

nvmet_set_error ignores error_loc NVMET_NO_ERROR_LOC
 2021-04-04  6:25 UTC  (3+ messages)

[linux-nvme:nvme-5.13] BUILD SUCCESS a1a4b5a0b0ebfa570b39fd8a330e029e01dd469a
 2021-04-03 22:02 UTC 

[PATCH v3] nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev
 2021-04-03  8:15 UTC  (2+ messages)

[linux-nvme:nvme-5.13] BUILD SUCCESS b7fa291a1ded087053d0e3b10878657bc39aa8f7
 2021-04-03  5:30 UTC 


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