linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 08:04:58 to 2022-02-02 16:38:37 UTC [more...]

[PATCHv2 0/7] 64-bit data integrity field support
 2022-02-02 16:38 UTC  (25+ messages)
` [PATCHv2 1/7] block: support pi with extended metadata
` [PATCHv2 2/7] nvme: allow integrity on extended metadata formats
` [PATCHv2 3/7] lib: add rocksoft model crc64
` [PATCHv2 4/7] lib: add crc64 tests
` [PATCHv2 5/7] asm-generic: introduce be48 unaligned accessors
` [PATCHv2 6/7] block: add pi for nvme enhanced integrity
` [PATCHv2 7/7] nvme: add support for enhanced metadata

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-02-02 16:21 UTC  (18+ messages)
    ` [RFC PATCH 0/3] NVMe copy offload patches
      ` [RFC PATCH 1/3] block: add copy offload support
      ` [RFC PATCH 2/3] nvme: "
      ` [RFC PATCH 3/3] nvme: add the "debug" host driver

[PATCH V3 0/2] nvmet: add buffered_io support for bdev-ns
 2022-02-02 16:07 UTC  (4+ messages)
` [PATCH V3 1/2] nvmet: use i_size_read() to set size for file-ns
` [PATCH V3 2/2] nvmet: allow bdev in buffered_io mode

[PATCH] nvme/pci: default to simple suspend
 2022-02-02 16:03 UTC  (4+ messages)

[LSF/MM/BPF TOPIC][LSF/MM/BPF ATTEND] TLS handshake for in-kernel consumers
 2022-02-02 15:21 UTC  (3+ messages)
` [LSF/MM/BPF TOPIC] [LSF/MM/BPF "

[PATCH V6 0/1] nvme: Add verbose error logging
 2022-02-02 13:55 UTC  (4+ messages)
` [PATCH V6 1/1] "

Koszty instalacji fotowoltaicznej
 2022-02-01  9:17 UTC 

[PATCH 1/4] nvme-fabrics: add discovery controller type
 2022-02-02  8:36 UTC  (32+ messages)
` [PATCH 2/4] nvme: add host symbolic name
` [PATCH 3/4] nvme-fabrics: add tp8010 support
` [PATCH 4/4] nvme-fabrics: add explicit deregistration on disconnect

[PATCH 0/4] nvme-[tcp|rdma] fix for possible use-after-free
 2022-02-02  8:18 UTC  (11+ messages)
` [PATCH 1/4] nvme-tcp: fix a possible use-after-free in controller reset during load
` [PATCH 2/4] nvme-tcp: fix possible use-after-free in transport error_recovery work
` [PATCH 3/4] nvme-rdma: fix a possible use-after-free in controller reset during load
` [PATCH 4/4] nvme-rdma: fix possible use-after-free in transport error_recovery work

[PATCH v2] nvme: add vectored-io support for user-passthru
 2022-02-02  7:46 UTC  (4+ messages)

[PATCH V2 0/2] nvmet: add buffered_io support for bdev-ns
 2022-02-02  6:49 UTC  (5+ messages)
` [PATCH V2 1/2] nvmet: use i_size_read() to set size for file-ns
` [PATCH V2 2/2] nvmet: allow bdev in buffered_io mode

[PATCH 0/9] nvme: add helpers and remove duplicate code
 2022-02-02  6:48 UTC  (21+ messages)
` [PATCH 1/9] nvme-fc: add a helper to initialize connect_q
` [PATCH 2/9] nvme-rdma: use "
` [PATCH 3/9] nvme-tcp: "
` [PATCH 4/9] nvme-loop: "
` [PATCH 5/9] nvme-fc: centralize admin tagset initialization
` [PATCH 6/9] nvme-pci: use helper for "
` [PATCH 7/9] nvme-rdma: "
` [PATCH 8/9] nvme-tcp: "
` [PATCH 9/9] nvme-loop: "

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-02-01 20:57 UTC  (36+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace

[PATCH v2 0/3] nvme-[tcp|rdma] fix for possible use-after-free
 2022-02-01 12:54 UTC  (4+ messages)
` [PATCH v2 1/3] nvme: fix a possible use-after-free in controller reset during load
` [PATCH v2 2/3] nvme-tcp: fix possible use-after-free in transport error_recovery work
` [PATCH v2 3/3] nvme-rdma: "

nvme: IO_PAGE_FAULT logged with Intel SSDPEKKF512G8
 2022-01-31 15:40 UTC  (4+ messages)

ncme-tcp: io_work NULL pointer when racing with queue stop
 2022-01-30  8:47 UTC  (8+ messages)

[RFC] nvme: Do not reject dynamic controller cntlid
 2022-01-28 17:06 UTC  (5+ messages)

[PATCH V4 0/1] nvme: Add verbose error logging
 2022-01-28 16:40 UTC  (3+ messages)
` [PATCH V4 1/1] "

[PATCH 0/2] nvme-passthru with vectored-io
 2022-01-28  9:08 UTC  (9+ messages)
  ` [PATCH 1/2] block: introduce and export blk_rq_map_user_vec
  ` [PATCH 2/2] nvme: add vectored-io support for user passthru

[Bug] nvme blocks PC10 since v5.15 - bisected
 2022-01-27 19:41 UTC  (5+ messages)

[PATCH] nvme: Use pci_iomap instead of ioremap
 2022-01-27 16:01 UTC  (8+ messages)

[GIT PULL] nvme fixes for Linux 5.17
 2022-01-27 13:53 UTC  (2+ messages)

[PATCH 0/4] nvme-fabrics: add support for TP8010
 2022-01-27 13:25 UTC  (2+ messages)

[PATCH 0/3] nvmet: add buffered_io support for bdev-ns
 2022-01-27 10:07 UTC  (6+ messages)


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