linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-30 16:18:04 to 2025-08-13 02:48:24 UTC [more...]

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:40 UTC 

[PATCH 0/1] NVMe/TLS connection issues to SPDK
 2025-08-12 22:11 UTC  (11+ messages)
` [PATCH 1/1] libnvme: TLS PSK derivation fixes
` [RFC PATCH 1/2] crypto: hkdf: add hkdf_expand_label()

[PATCHv6 0/8] blk dma iter for integrity metadata
 2025-08-12 16:24 UTC  (11+ messages)
` [PATCHv6 1/8] blk-mq-dma: create blk_map_iter type
` [PATCHv6 2/8] blk-mq-dma: provide the bio_vec array being iterated
` [PATCHv6 3/8] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv6 4/8] blk-mq: remove REQ_P2PDMA flag
` [PATCHv6 5/8] blk-mq-dma: move common dma start code to a helper
` [PATCHv6 6/8] blk-mq-dma: add support for mapping integrity metadata
` [PATCHv6 7/8] nvme-pci: create common sgl unmapping helper
` [PATCHv6 8/8] nvme-pci: convert metadata mapping to dma iter

Unable to reconnect namespace via NVMe/TCP
 2025-08-12 15:48 UTC 

[PATCHv2 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-08-12 12:56 UTC  (5+ messages)
` [PATCHv2 1/4] nvme: support <device> option in "
` [PATCHv2 2/4] nvme: extend show-topology command to add support for multipath
` [PATCHv2 3/4] nvme: add common APIs for printing tabular format output
` [PATCHv2 4/4] nvme: add support for printing show-topology in tabular form

[PATCHv5 0/8] blk dma iter for integrity metadata
 2025-08-11 17:04 UTC  (21+ messages)
` [PATCHv5 1/8] blk-mq-dma: introduce blk_map_iter
` [PATCHv5 2/8] blk-mq-dma: provide the bio_vec list being iterated
` [PATCHv5 3/8] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv5 4/8] blk-mq: remove REQ_P2PDMA flag
` [PATCHv5 5/8] blk-mq-dma: move common dma start code to a helper
` [PATCHv5 6/8] blk-mq-dma: add support for mapping integrity metadata
` [PATCHv5 7/8] nvme-pci: create common sgl unmapping helper
` [PATCHv5 8/8] nvme-pci: convert metadata mapping to dma iter

[PATCH 1/2] block: accumulate segment page gaps per bio
 2025-08-11 16:17 UTC  (14+ messages)
` [PATCH 2/2] nvme: remove virtual boundary for sgl capable devices

[bug report] blktests nvme/tcp nvme/060 hang
 2025-08-11 14:10 UTC  (9+ messages)

[PATCH 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-11 13:51 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: mailbox: apple,mailbox: Add ASC mailboxes on Apple A11 and T2
` [PATCH 2/9] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
` [PATCH 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
` [PATCH 4/9] soc: apple: sart: Make allow flags SART version dependent
` [PATCH 5/9] soc: apple: sart: Add SARTv0 support
` [PATCH 6/9] dt-bindings: nvme: apple,nvme-ans: Add Apple A11
` [PATCH 7/9] nvme: apple: Add Apple A11 support
` [PATCH 8/9] arm64: dts: apple: t8015: Fix PCIE power domains dependencies
` [PATCH 9/9] arm64: dts: apple: t8015: Add NVMe nodes

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-10 17:02 UTC  (36+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v1 15/16] block-dma: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCHv2 0/2] block: replace reliance on virt boundary
 2025-08-10 14:59 UTC  (5+ messages)
` [PATCHv2 1/2] block: accumulate segment page gaps per bio
` [PATCHv2 2/2] nvme: remove virtual boundary for sgl capable devices

[PATCHv4 0/8] blk-mq: introduce blk_map_iter
 2025-08-08 13:01 UTC  (12+ messages)
` [PATCHv4 1/8] blk-mq-dma: "
` [PATCHv4 2/8] blk-mq-dma: provide the bio_vec list being iterated
` [PATCHv4 3/8] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv4 4/8] blk-mq: remove REQ_P2PDMA flag
` [PATCHv4 5/8] blk-mq-dma: move common dma start code to a helper
` [PATCHv4 6/8] blk-mq-dma: add support for mapping integrity metadata
` [PATCHv4 7/8] nvme-pci: create common sgl unmapping helper
` [PATCHv4 8/8] nvme-pci: convert metadata mapping to dma iter

[RFC 0/4] net/tls: add support for the record size limit extension
 2025-08-07  0:14 UTC  (9+ messages)
` [RFC 1/4] net/handshake: get negotiated tls record size limit
` [RFC 2/4] net/tls/tls_sw: use the record size limit specified

[PATCH] nvmet: exit debugfs after discovery subsystem exits
 2025-08-07 12:28 UTC  (4+ messages)

[bug report] blktests nvme/005 lead kernel panic on the latest linux-block/for-next
 2025-08-07  4:47 UTC  (3+ messages)
` [bug report][regression] "

[PATCH] nvme-list: make verbose JSON output backward compatible
 2025-08-06  7:41 UTC  (2+ messages)

MD raid scrubbing and NVMe
 2025-08-05 10:49 UTC 

[PATCH] nvme-list: fix verbose JSON output for 'nvme list' command
 2025-08-05 10:18 UTC  (6+ messages)

Proszę o kontakt
 2025-08-05  7:45 UTC 

[PATCH 0/2] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-08-05  7:24 UTC  (6+ messages)
` [PATCH 2/2] nvme: extend show-topology command to add support for multipath

[RFC PATCH 0/4] Add new VFIO PCI driver for NVMe devices
 2025-08-04 17:15 UTC  (9+ messages)
` [RFC PATCH 1/4] vfio-nvme: add vfio-nvme lm driver infrastructure
` [RFC PATCH 2/4] nvme: add live migration TP 4159 definitions
` [RFC PATCH 3/4] nvme: export helpers to implement vfio-nvme lm
` [RFC PATCH 4/4] vfio-nvme: implement TP4159 live migration cmds

[PATCH RFC 0/1] Ensure ordered namespace registration during async scan
 2025-08-04 11:43 UTC  (2+ messages)
` [PATCH RFC 1/1] nvme-core: register namespaces in order "

[PATCH AUTOSEL 6.12 09/31] nvme-pci: try function level reset on init failure
 2025-08-03 21:19 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 12/31] nvme-tcp: log TLS handshake failures at error level

[PATCH AUTOSEL 6.6 08/23] nvme-pci: try function level reset on init failure
 2025-08-03 21:20 UTC 

[PATCH AUTOSEL 6.15 11/34] nvme-pci: try function level reset on init failure
 2025-08-03 21:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 14/34] nvme-tcp: log TLS handshake failures at error level

[PATCH AUTOSEL 6.16 12/35] nvme-pci: try function level reset on init failure
 2025-08-03 21:17 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16 15/35] nvme-tcp: log TLS handshake failures at error level

Proszę o kontakt
 2025-08-01  8:06 UTC 

[linux-nvme:nvme-6.17] BUILD SUCCESS 367c240b0a99c7ada700a44345dd3144a02b6164
 2025-08-01  1:49 UTC 

[PATCH v2 0/4] address tls_alert_recv usage by NFS and NvME
 2025-07-31 18:00 UTC  (5+ messages)
` [PATCH v2 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH v2 2/4] sunrpc: fix client side handling of "
` [PATCH v2 3/4] nvmet-tcp: fix "
` [PATCH v2 4/4] net/handshake: change tls_alert_recv to receive a kvec

[PATCH 0/4] address tls_alert_recv usage by NFS and NvME
 2025-07-31 16:05 UTC  (10+ messages)
` [PATCH 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH 2/4] sunrpc: fix client side handling of "
` [PATCH 3/4] nvmet-tcp: fix "
` [PATCH 4/4] net/handshake: change tls_alert_recv to receive a kvec

[GIT PULL] nvme updates for Linux 6.17
 2025-07-31 16:55 UTC  (2+ messages)

[PATCH v30 00/20] nvme-tcp receive offloads
 2025-07-31 14:20 UTC  (7+ messages)
` [PATCH v30 03/20] iov_iter: skip copy if src == dst for direct data placement

[PATCH v2] nvme: Fix typos
 2025-07-31 14:08 UTC  (2+ messages)

[PATCH] nvmetcli: allow running arbitrary commands non-interactively
 2025-07-31 12:28 UTC  (2+ messages)

Energia elektryczna - zmiany
 2025-07-31  7:55 UTC 

[linux-nvme:nvme-6.17] BUILD SUCCESS e97c0040215f97fccaec74c3d5493bfeacfb2b86
 2025-07-31  6:15 UTC 

[PATCHv3 0/7] blk dma iter for integrity metadata
 2025-07-31  5:05 UTC  (5+ messages)
  ` [PATCHv3 1/7] blk-mq: introduce blk_map_iter

[bug?] nvme1n1: Read(0x2) @ LBA 1603235393, 1 blocks, PRP Offset Invalid (sct 0x0 / sc 0x13) MORE
 2025-07-30 17:31 UTC 

[PATCH] nvme: Fix typos
 2025-07-30 17:24 UTC  (4+ messages)

[PATCH] nvmet: Remove unnecessary assignment to ret in nvmet_ns_enable()
 2025-07-30 16:17 UTC  (3+ 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).