messages from 2026-07-14 13:46:07 to 2026-07-23 20:43:17 UTC [more...]
[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-23 20:42 UTC (9+ 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
[RFC PATCH] nvme-pci: adaptively poll completions on busy queues
2026-07-23 14:46 UTC (3+ messages)
[PATCH v5] nvme/069: add a test for multipath cdev lifetime
2026-07-23 10:05 UTC (3+ messages)
[PATCH v4 00/28] Native SCSI Multipath support
2026-07-23 9:36 UTC (29+ messages)
` [PATCH v4 01/28] libmultipath: Add initial framework
` [PATCH v4 02/28] libmultipath: Add basic gendisk support
` [PATCH v4 03/28] libmultipath: Add path selection support
` [PATCH v4 04/28] libmultipath: Add bio handling
` [PATCH v4 05/28] libmultipath: Add support for mpath_device management
` [PATCH v4 06/28] libmultipath: Add delayed removal support
` [PATCH v4 07/28] libmultipath: Add sysfs helpers
` [PATCH v4 08/28] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v4 09/28] libmultipath: Add support for block device IOCTL
` [PATCH v4 10/28] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v4 11/28] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v4 12/28] scsi-multipath: introduce basic SCSI device support
` [PATCH v4 13/28] scsi-multipath: introduce scsi_device head structure
` [PATCH v4 14/28] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v4 15/28] scsi-multipath: support iopolicy
` [PATCH v4 16/28] scsi-multipath: clone each bio
` [PATCH v4 17/28] scsi-multipath: clear path when device is blocked
` [PATCH v4 18/28] scsi-multipath: revalidate paths upon device unblock
` [PATCH v4 19/28] scsi-multipath: failover handling
` [PATCH v4 20/28] scsi-multipath: provide callbacks for path state
` [PATCH v4 21/28] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v4 22/28] scsi-multipath: add delayed disk removal support
` [PATCH v4 23/28] scsi: sd: add multipath disk class
` [PATCH v4 24/28] scsi: sd: add multipath disk attr groups
` [PATCH v4 25/28] scsi: sd: support multipath disk
` [PATCH v4 26/28] scsi: sd: add mpath_dev file
` [PATCH v4 27/28] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v4 28/28] scsi: sd: add mpath_queue_depth "
[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 (21+ messages)
` [PATCH v2 1/7] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v2 2/7] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v2 3/7] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v2 4/7] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v2 5/7] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v2 6/7] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v2 7/7] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers
[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 (26+ 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 (16+ messages)
` [PATCH v1 1/1] "
[PATCH 0/6] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-21 17:51 UTC (13+ messages)
` [PATCH 1/6] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH 2/6] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH 3/6] md/raid1: don't use write-behind for "
` [PATCH 4/6] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH 5/6] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH 6/6] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers
[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 (6+ messages)
` [PATCH v1 1/2] nvme: factor namespace-head queue-limit update
` [PATCH v1 2/2] nvme: stop using queue_limits_stack_bdev for namespace heads
[PATCH RFC] nvme-multipath: fix diskstats for partitions
2026-07-21 11:45 UTC
[linux-nvme:nvme-7.3] BUILD SUCCESS 9952f3882ecba709092379b71e02b09762b26f96
2026-07-20 22:02 UTC
[PATCH] nvme-pci: disable controller on admin queue IRQ setup failure
2026-07-20 14:52 UTC (2+ messages)
[PATCH] nvme-apple: Remove redundant dev_err_probe()
2026-07-20 8:26 UTC (2+ messages)
[PATCH] nvmet: passthru: fix OOB reads when parsing ns id descriptor list
2026-07-20 8:23 UTC (2+ messages)
[PATCH] nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
2026-07-20 8:06 UTC (2+ messages)
[PATCH v4] nvme/069: add a test for multipath cdev lifetime
2026-07-17 9:49 UTC (6+ messages)
[PATCH v3 0/2] nvme: fix cdev lifetime series
2026-07-17 7:56 UTC (9+ messages)
` [PATCH v3 1/2] nvme: add nvme_get_ns_head()
` [PATCH v3 2/2] nvme: fix cdev lifetime
[PATCH] nvme-pci: fix parameter order in nvme_free_sgls() call
2026-07-17 1:37 UTC (2+ messages)
[PATCH 6.18.y] nvme-pci: DMA unmap the correct regions in nvme_free_sgls
2026-07-17 1:37 UTC (3+ messages)
[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
2026-07-13 14:57 UTC (5+ messages)
[PATCH] nvme-tcp: fix usage of page_frag_cache
2026-07-16 14:42 UTC
[RFC PATCH 0/2] Avoid software ref tag remapping for NVMe devices
2026-07-16 12:21 UTC (6+ messages)
` [RFC PATCH 2/2] nvme/core: advertise BLK_EXPECTED_REF_TAG_CAPABLE
[PATCH v3] nvme/069: add a test for multipath cdev lifetime
2026-07-16 7:25 UTC (4+ messages)
[PATCH v3] nvme: reduce firmware activation poll interval
2026-07-15 22:49 UTC (2+ messages)
[PATCH v6] nvme: reject passthrough of driver-managed Set Features
2026-07-15 15:57 UTC
[PATCH blktests] nvme/069: add a test for multipath cdev lifetime
2026-07-15 13:19 UTC (3+ messages)
[PATCH blktests 0/4] misc fixes
2026-07-15 12:12 UTC (2+ messages)
[PATCHv3] nvmetcli: store DHCHAP attributes
2026-07-15 11:21 UTC (2+ messages)
[PATCH v5] nvme: reject passthrough of driver-managed Set Features
2026-07-15 8:12 UTC (4+ messages)
[PATCH v2] nvme: reject completions for requests that are not in flight
2026-07-15 0:51 UTC
[PATCH] nvme: reject completions for requests that are not in flight
2026-07-15 0:03 UTC (4+ messages)
[PATCH 1/2] nvme: bound ns descriptor header and body to identify buffer
2026-07-14 22:24 UTC (2+ messages)
[PATCHv2] nvmetcli: store DHCHAP attributes
2026-07-14 16:58 UTC (2+ messages)
[PATCH v3] nvme: core: reject invalid LBA data size from Identify Namespace
2026-07-14 16:07 UTC (11+ messages)
[PATCH v4 0/5] block: use integrity interval instead of sector as seed
2026-07-14 13:45 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox