Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-21 11:46:51 to 2026-07-24 16:56:46 UTC [more...]

[PATCH RFC] nvme-multipath: fix diskstats for partitions
 2026-07-24 16:56 UTC  (7+ messages)

[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-24 15:11 UTC  (13+ messages)
` [PATCH v5 01/10] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v5 02/10] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v5 03/10] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v5 04/10] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v5 05/10] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v5 06/10] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v5 07/10] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v5 08/10] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v5 09/10] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v5 10/10] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH RFC v2 00/14] nvme: Controller Data Queue (CDQ) support
 2026-07-24 11:11 UTC  (15+ messages)
` [PATCH RFC v2 01/14] nvme: Add NVME_AER_ONE_SHOT callback handler
` [PATCH RFC v2 02/14] nvme: Add NVMe Controller Data Queue command
` [PATCH RFC v2 03/14] nvme: Add track send command
` [PATCH RFC v2 04/14] nvme: Add CDQ to xarray and define delete path
` [PATCH RFC v2 05/14] nvme: Allocate CDQ backing memory from coherent DMA chunks
` [PATCH RFC v2 06/14] nvme: Add file descriptor to read CDQs
` [PATCH RFC v2 07/14] nvme: Add the create CDQ functionality
` [PATCH RFC v2 08/14] nvme: Submit track send command to start/stop the CDQ
` [PATCH RFC v2 09/14] nvme: Coordinate CDQ backing mem and CDQ FD
` [PATCH RFC v2 10/14] nvme: Pin a ctrl ref to every CDQ
` [PATCH RFC v2 11/14] nvme: Implement CDQ traversal on the read path
` [PATCH RFC v2 12/14] nvme: Update the controller with the CDQ set-feature cmd
` [PATCH RFC v2 13/14] nvme: Use eventfd for CDQ Tail pointer triggers
` [PATCH RFC v2 14/14] nvme: Add NVME_IOCTL_CDQ to create/delete migration CDQs

[PATCH v4 0/2] nvme-multipath: expose path_state via sysfs
 2026-07-24  9:00 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] nvme-multipath: document path_state sysfs attribute

[PATCH v4 01/28] libmultipath: Add initial framework
 2026-07-24  8:00 UTC  (2+ messages)

[RFC PATCH] nvme-pci: adaptively poll completions on busy queues
 2026-07-23 14:46 UTC 

[PATCH blktests 0/4] misc fixes
 2026-07-23 13:02 UTC  (2+ messages)

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-23  7:03 UTC  (4+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work

[PATCH v2 0/7] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  6:11 UTC  (14+ messages)
` [PATCH v2 1/7] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v2 6/7] md/raid1,raid10: skip futile retries on P2PDMA mapping failures

[PATCH v4 0/9] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  3:11 UTC  (16+ messages)
` [PATCH v4 1/9] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v4 2/9] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v4 3/9] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v4 4/9] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v4 5/9] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v4 6/9] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v4 7/9] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v4 8/9] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v4 9/9] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH v4 00/20] Support Clang context analysis for NVMe host drivers
 2026-07-22 12:20 UTC  (25+ messages)
` [PATCH v4 01/20] list: introduce LIST_HEAD_GUARDED
` [PATCH v4 02/20] list: Permit context-unguarded access with list_empty_careful()
` [PATCH v4 06/20] nvme: remove redundant initialization of nvme_ns_head::requeue_list
` [PATCH v4 07/20] nvme: add context annotations for nvme_ns_head::requeue_list
` [PATCH v4 08/20] nvme: add context annotations for nvme_ns_head::current_path
` [PATCH v4 10/20] nvme: remove redundant initialization of delayed_removal_secs
` [PATCH v4 11/20] nvme: add context annotations for nvme_subsystem::lock
` [PATCH v4 13/20] nvme: add context annotations for nvme_subsystems_lock
` [PATCH v4 16/20] nvme: add context annotations in rdma.c
` [PATCH v4 17/20] nvme: fix context analysis warning "
` [PATCH v4 18/20] nvme: add context annotations in tcp.c
` [PATCH v4 19/20] nvme: fix context analysis warning "

[PATCH v1 0/1] nvme-pci: adaptive interrupt coalescing
 2026-07-22  9:04 UTC  (8+ messages)
` [PATCH v1 1/1] "

[PATCH 0/6] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 17:51 UTC  (5+ messages)

[PATCH v3 0/8] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 17:45 UTC  (9+ messages)
` [PATCH v3 1/8] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v3 2/8] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v3 3/8] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v3 4/8] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v3 5/8] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v3 6/8] md/raid1: skip futile retries on P2PDMA mapping failures
` [PATCH v3 7/8] md/raid10: "
` [PATCH v3 8/8] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers

[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
 2026-07-21 15:06 UTC  (7+ messages)
` [PATCH 1/5] lib/crypto: add HKDF-SHA{256,384,512}
` [PATCH 2/5] lib/crypto: tests: add HKDF KUnit tests
` [PATCH 3/5] fscrypt: use HKDF library functions
` [PATCH 4/5] nvme-auth: use HKDF library functions for TLS PSK derivation
` [RFC PATCH 5/5] ovpn: use HKDF library functions for epoch key derivation

[PATCH v1 0/2] nvme: use local limits for namespace heads
 2026-07-21 12:57 UTC  (4+ messages)
` [PATCH v1 2/2] nvme: stop using queue_limits_stack_bdev "


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