Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 19:23:03 to 2026-05-28 01:43:31 UTC [more...]

[PATCH v1 1/1] nvme: fix FDP configuration log parsing
 2026-05-28  1:43 UTC  (8+ messages)
  ` [PATCH v2 0/1] "
    ` [PATCH v2 1/1] "
        ` [PATCH v3 0/2] "
          ` [PATCH v3 1/2] nvme: fix FDP fdpcidx bounds check

[RFC PATCH 0/1] nvme-pci: detect I/O queue depth changes after reset
 2026-05-28  1:38 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCHv3 0/2] block, nvme: enable passthrough iostats
 2026-05-28  1:00 UTC  (3+ messages)
` [PATCHv3 1/2] block: export passthrough stats enabled
` [PATCHv3 2/2] nvme: add support multipath passthrough iostats

[PATCH] block, nvme: export and use passthrough stats
 2026-05-28  1:00 UTC  (2+ messages)

[PATCHv4 0/8] nvme: export additional diagnostic counters via sysfs
 2026-05-27 19:54 UTC  (3+ messages)

[PATCH net v3 0/8] net/handshake: anchor request lifetime to a pinned file reference
 2026-05-27 17:32 UTC  (12+ messages)
` [PATCH net v3 1/8] net/handshake: Use spin_lock_bh for hn_lock
` [PATCH net v3 2/8] nvme-tcp: store negative errno in queue->tls_err
` [PATCH net v3 3/8] net/handshake: Pass negative errno through handshake_complete()
` [PATCH net v3 4/8] net/handshake: Take a long-lived file reference at submit
` [PATCH net v3 5/8] net/handshake: hand off the pinned file reference to accept_doit
` [PATCH net v3 6/8] net/handshake: Close the submit-side sock_hold race
` [PATCH net v3 7/8] net/handshake: Verify file-reference balance in submit paths
` [PATCH net v3 8/8] net/handshake: Drain pending requests at net namespace exit

clean up bvec iter helpers
 2026-05-27 16:51 UTC  (10+ messages)
` [PATCH 1/3] loop: cleanup lo_rw_aio
` [PATCH 2/3] nvme-tcp: cleanup nvme_tcp_init_iter
` [PATCH 3/3] bvec: make the bvec_iter helpers inline functions

[PATCH] nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools
 2026-05-27 16:34 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] nvme: bound the freeze drain in passthrough commands
 2026-05-27 15:46 UTC  (3+ messages)

[PATCH] nvme: target: rdma: fix ndev refcount leak on queue connect
 2026-05-27 15:41 UTC  (3+ messages)

[PATCH] nvme-multipath: fix flex array size in struct nvme_ns_head
 2026-05-27 15:15 UTC  (8+ messages)

[PATCH] nvme: reject completions for requests that are not in flight
 2026-05-27 15:02 UTC  (5+ messages)

[PATCH] nvme: use DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE for multipath_sysfs
 2026-05-27 15:02 UTC  (6+ messages)

[PATCH v2] nvmet-tcp: check return value of nvmet_tcp_set_queue_sock
 2026-05-27 14:51 UTC  (3+ messages)

[PATCH v5] nvme: reject passthrough of driver-managed Set Features
 2026-05-27 14:32 UTC  (6+ messages)

[PATCH v4] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-27 14:21 UTC  (4+ messages)

[PATCH v2] nvmet-tcp: fix page fragment cache leak in error path
 2026-05-27 14:17 UTC  (3+ messages)

[PATCH V2] nvme-core: fix unsigned comparison warning in nvme_wait_freeze_timeout
 2026-05-27 14:17 UTC  (3+ messages)

[PATCH RFC 0/5] block: validate bios against queue limits in the entered context
 2026-05-27 14:04 UTC  (9+ messages)
` [PATCH RFC 1/5] blk-mq: fix status for unaligned bio
` [PATCH RFC 5/5] block, nvme: add failed_bio callback for multipath bio failover

[PATCH] nvme/tcp: handle rejected keys for secure concatnation
 2026-05-27 13:47 UTC  (2+ messages)

[PATCH v3] nvme: refresh multipath head zoned limits from path limits
 2026-05-27 13:35 UTC  (2+ messages)

[PATCHv2 0/2] block, nvme: enable passthrough iostats
 2026-05-27 13:28 UTC  (12+ messages)
` [PATCHv2 1/2] block: export passthrough stats enabled
` [PATCHv2 2/2] nvme: add support multipath passthrough iostats

[PATCHv6 0/8] nvme-multipath: introduce latency I/O policy
 2026-05-27  7:16 UTC  (7+ messages)
` [PATCHv6 1/8] block: expose blk_stat_{enable,disable}_accounting() to drivers
` [PATCHv6 2/8] nvme-multipath: pass I/O type to nvme_find_path()

[PATCH v3] scsi: scsi_transport_fc: widen FPIN pname walker counter to u32
 2026-05-27  7:14 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v1] block: switch numa_node to int in blk_mq_hw_ctx and init_request
 2026-05-26 16:37 UTC  (3+ messages)

[PATCH V4 0/3] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-27  4:03 UTC  (7+ messages)

[PATCH] nvme: log when APST skips a state due to latency cap
 2026-05-26 13:53 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] NVMe over MPTCP: Multi-Fold Acceleration for NVMe over TCP in Multi-NIC Environments
 2026-05-26 10:16 UTC  (7+ messages)

[PATCH v1 0/1] nvme: fix FDP configuration log parsing (NUMFDPC / fdpcidx)
 2026-05-26  7:52 UTC 

[PATCH] nvmet-tcp: fix page fragment cache leak in error path
 2026-05-26  7:12 UTC  (2+ messages)

[PATCH net v2 0/7] net/handshake: anchor request lifetime to a pinned file reference
 2026-05-26  1:55 UTC  (10+ messages)
` [PATCH net v2 1/7] net/handshake: Drain pending requests at net namespace exit
` [PATCH net v2 2/7] nvme-tcp: store negative errno in queue->tls_err
` [PATCH net v2 3/7] net/handshake: Pass negative errno through handshake_complete()
` [PATCH net v2 4/7] net/handshake: Take a long-lived file reference at submit
` [PATCH net v2 5/7] net/handshake: hand off the pinned file reference to accept_doit
` [PATCH net v2 6/7] net/handshake: Close the submit-side sock_hold race
` [PATCH net v2 7/7] net/handshake: Verify file-reference balance in submit paths

blktests failures with v7.1-rc1 kernel
 2026-05-25 12:44 UTC  (2+ messages)

[PATCH] block, nvme: export and use passthrough stats
 2026-05-25  7:35 UTC  (4+ messages)

[PATCH v2] nvme: recompute multipath zoned limits from ready paths
 2026-05-25  7:30 UTC  (4+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-25  7:29 UTC  (6+ messages)
` [PATCH v3 04/10] block: introduce dma map backed bio type

[PATCH v2 0/4] PCI: Introduce pci_suspend_retains_context() API
 2026-05-23 13:55 UTC  (4+ messages)

[PATCH v2 2/4] PCI: Indicate context lost if L1ss exit is broken during resume from system suspend
 2026-05-23  9:14 UTC  (3+ messages)

[PATCH v3] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-22 16:27 UTC  (3+ messages)

[PATCH 00/12] Block storage copy offloading
 2026-05-22 16:22 UTC  (3+ messages)

[PATCH v2] nvme: reserve a keep-alive admin tag for all transports
 2026-05-22 15:33 UTC  (7+ messages)

[linux-nvme:nvme-7.1] BUILD SUCCESS 1bf86336e4b6cf40873fda47a7fe191446864937
 2026-05-22  6:32 UTC 

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 15:32 UTC  (10+ messages)
` [PATCH v7 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v7 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v7 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v7 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v7 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v7 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v7 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v7 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[GIT PULL] nvme fixes for Linux 7.1
 2026-05-21 15:13 UTC  (2+ messages)

[PATCHv3 1/2] nvme-pci: fix dma_vecs leak on p2p memory
 2026-05-21 14:47 UTC  (5+ messages)
` [PATCHv3 2/2] nvme-pci: fix dma mapping leak on data setup error

[PATCH] nvme-core: fix unsigned comparison warning in nvme_wait_freeze_timeout
 2026-05-21 14:06 UTC  (3+ messages)

[linux-nvme:nvme-7.2] BUILD SUCCESS WITH UNVERIFIED WARNING 00d7b33351aac0ea55d17167561e12bbeca73138
 2026-05-21  8:40 UTC 

[linux-nvme:nvme-7.2 2/7] drivers/nvme/host/core.c:5259 nvme_wait_freeze_timeout() warn: 'timeout' unsigned <= 0
 2026-05-21  8:21 UTC  (3+ messages)

[PATCH net 0/7] net/handshake: anchor request lifetime to a pinned file reference
 2026-05-21  2:39 UTC  (3+ messages)
` [PATCH net 3/7] net/handshake: Pass negative errno through handshake_complete()

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-20 22:00 UTC  (10+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
 2026-05-20 20:27 UTC  (5+ messages)

[PATCH v3] nvme: core: reject invalid LBA data size from Identify Namespace
 2026-05-20 19:33 UTC  (2+ messages)

[PATCH V5 0/7] nvme: Refactor and expose per-controller timeout configuration
 2026-05-20 19:22 UTC  (2+ messages)


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