messages from 2026-07-29 07:24:31 to 2026-08-04 03:38:07 UTC [more...]
[PATCH] nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()
2026-08-04 3:38 UTC
[PATCH] nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()
2026-08-04 3:36 UTC
[PATCH v2] nvme/070: add a test for Identify CNS 07h NULL pointer dereference
2026-08-04 2:46 UTC
[PATCH blktests] nvme/070: add a test for Identify CNS 07h NULL pointer dereference
2026-08-04 2:37 UTC (4+ messages)
[PATCH v2 0/5] nvme: a few error-path and validation fixes
2026-08-04 2:20 UTC (8+ messages)
` [PATCH v2 1/5] nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()
` [PATCH v2 2/5] nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()
` [PATCH v2 3/5] nvme-pci: release descriptor pools on probe failure
` [PATCH v2 4/5] nvme: clamp FDP placement handle count to the buffer size
` [PATCH v2 5/5] nvme: raise FDP placement handle cap to U8_MAX and warn on overflow
[PATCH v3 0/5] nvme: a few error-path and validation fixes
2026-08-04 2:19 UTC (6+ messages)
` [PATCH v3 1/5] nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()
` [PATCH v3 2/5] nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()
` [PATCH v3 3/5] nvme-pci: release descriptor pools on probe failure
` [PATCH v3 4/5] nvme: clamp FDP placement handle count to the buffer size
` [PATCH v3 5/5] nvme: raise FDP placement handle cap to U8_MAX and warn on overflow
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-08-03 13:20 UTC (18+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
` [PATCH v5 03/16] block: rename bi_bvec_done
` [PATCH v5 04/16] block: always adjust bi_offset on bio_advance_iter
` [PATCH v5 05/16] block: move bvec init into __bio_clone
` [PATCH v5 06/16] block: introduce bio_iov_iter_set()
` [PATCH v5 07/16] block: introduce dma map backed bio type
` [PATCH v5 08/16] block: add dma-buf support for raw bdev
` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests
` [PATCH v5 10/16] nvme-pci: rename nvme_pci_sgl_set_data to nvme_pci_dma_iter_set_sgl
` [PATCH v5 11/16] nvme-pci: add SGL support for the dmabuf path
` [PATCH v5 12/16] io_uring/rsrc: introduce buf registration structure
` [PATCH v5 13/16] io_uring/rsrc: extend buffer update
` [PATCH v5 14/16] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v5 15/16] io_uring/rsrc: add regbuf import flags
` [PATCH v5 16/16] io_uring/rsrc: add dmabuf backed registered buffers
[PATCH] nvme: make sending wall-clock time to NVMe opt-in
2026-08-03 18:22 UTC (6+ messages)
[PATCH 0/2] nvme: fix racy access to FDP placement ID array
2026-08-03 13:58 UTC (21+ messages)
` [PATCH 2/2] nvme: drop WARN_ON_ONCE on write_stream bounds check
` [PATCH 1/2] nvme: fix racy access to FDP placement ID array
[PATCH RFC v2 00/14] nvme: Controller Data Queue (CDQ) support
2026-08-03 12:38 UTC (3+ messages)
[RESEND PATCH v2 0/4] nvme-tcp: NIC topology aware I/O queue scaling and queue info export
2026-08-01 13:47 UTC (11+ messages)
` [RESEND PATCH v2 1/4] net: add helper for device lookup by destination address
` [RESEND PATCH v2 2/4] nvme-tcp: limit I/O queue count based on NIC queue count
` [RESEND PATCH v2 3/4] nvme: add debugfs helpers for NVMe drivers
` [RESEND PATCH v2 4/4] nvme: expose queue information via debugfs
[PATCH v3 0/2] nvme-tcp: two checks on the C2HData receive path
2026-08-01 8:18 UTC (3+ messages)
` [PATCH v3 1/2] nvme-tcp: reject a read that transferred too few bytes
` [PATCH v3 2/2] nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
[PATCH v2 0/2] nvme-tcp: two checks on the C2HData receive path
2026-08-01 6:02 UTC (3+ messages)
` [PATCH v2 1/2] nvme-tcp: reject a read that transferred too few bytes
` [PATCH v2 2/2] nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
[BUG] nvmet-fc: KASAN: slab-use-after-free in nvmet_fc_handle_ls_rqst_work
2026-07-31 20:44 UTC
[PATCH 0/2] nvme-tcp: two checks on the C2HData receive path
2026-07-31 14:31 UTC (3+ messages)
` [PATCH 1/2] nvme-tcp: reject a data-in command that transferred too few bytes
` [PATCH 2/2] nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
[RFC PATCHv5 0/7] nvme-multipath: introduce adaptive I/O policy
2026-07-31 9:52 UTC (6+ messages)
` [RFC PATCHv5 2/7] nvme-multipath: add support for "
Nvme-rdma: Long IO HANG (~4.8h) during link failure with dm-multipath (Kernel 6.6)
2026-07-31 9:25 UTC
[PATCH v2 0/4] nvme-tcp: NIC topology aware I/O queue scaling and queue info export
2026-07-31 6:10 UTC (4+ messages)
` [PATCH v2 1/4] net: add helper for device lookup by destination address
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-07-30 16:17 UTC (44+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
[PATCH 0/4] nvme: a few error-path and validation fixes
2026-07-31 2:00 UTC (23+ messages)
` [PATCH 1/4] nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()
` [PATCH 2/4] nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()
` [PATCH 3/4] nvme-pci: release descriptor pools on probe failure
` [PATCH 4/4] nvme: clamp FDP placement handle count to the buffer size
[PATCH] block: stop the timeout timer when releasing a never added disk
2026-07-30 19:48 UTC (7+ messages)
[PATCH] nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations
2026-07-30 18:30 UTC (4+ messages)
[PATCH] nvme-pci: introduce parameter to clamp io queues
2026-07-30 16:20 UTC
[PATCH RFC] nvme-multipath: don't retry adding head disk
2026-07-30 13:04 UTC (3+ messages)
[PATCH RFC] nvme-multipath: fix diskstats for partitions
2026-07-30 12:52 UTC (8+ messages)
[linux-nvme:nvme-7.3] BUILD SUCCESS WITH UNVERIFIED WARNING bf881dd20062db5e951a0d0703cb476df8c9fdee
2026-07-30 12:45 UTC
[PATCH] nvme: zero the discard fallback page
2026-07-30 11:36 UTC
[RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1024 devices NVMe system
2026-07-30 10:41 UTC
[PATCH v3] nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()
2026-07-30 8:04 UTC (2+ messages)
[PATCH v2] lib/group_cpus: make group CPU cluster aware
2026-07-30 6:58 UTC (3+ messages)
[PATCH] nvmet: fix Reservation Register Replace for unregistered host with IEKEY
2026-07-30 4:36 UTC (3+ messages)
` [PATCH v4] "
[PATCH v4 00/20] Support Clang context analysis for NVMe host drivers
2026-07-29 21:40 UTC (5+ messages)
[linux-nvme:nvme-7.3] BUILD SUCCESS WITH UNVERIFIED WARNING b53d495c7f0db46b6748b5ade48371a10dd5d3bc
2026-07-29 19:58 UTC
[PATCH 1/4] nvmet: fix return status of RMI log page on allocation failure
2026-07-29 15:10 UTC (3+ messages)
[PATCH 3/4] nvme-pci: return error when parsing a quirk string fails
2026-07-29 13:56 UTC (3+ messages)
[PATCH 4/4] nvmet: reject out-of-range mdts values in configfs store
2026-07-29 11:33 UTC (2+ messages)
[PATCH 2/4] nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request
2026-07-29 11:32 UTC (2+ messages)
[PATCH v6 00/27] Native SCSI Multipath support
2026-07-29 10:51 UTC (28+ messages)
` [PATCH v6 01/27] libmultipath: Add initial framework
` [PATCH v6 02/27] libmultipath: Add basic gendisk support
` [PATCH v6 03/27] libmultipath: Add path selection support
` [PATCH v6 04/27] libmultipath: Add bio handling
` [PATCH v6 05/27] libmultipath: Add support for mpath_device management
` [PATCH v6 06/27] libmultipath: Add delayed removal support
` [PATCH v6 07/27] libmultipath: Add sysfs helpers
` [PATCH v6 08/27] libmultipath: Add support for block device IOCTL
` [PATCH v6 09/27] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v6 10/27] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v6 11/27] scsi-multipath: introduce basic SCSI device support
` [PATCH v6 12/27] scsi-multipath: introduce scsi_device head structure
` [PATCH v6 13/27] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v6 14/27] scsi-multipath: support iopolicy
` [PATCH v6 15/27] scsi-multipath: clone each bio
` [PATCH v6 16/27] scsi-multipath: clear path when device is blocked
` [PATCH v6 17/27] scsi-multipath: revalidate paths upon device unblock
` [PATCH v6 18/27] scsi-multipath: failover handling
` [PATCH v6 19/27] scsi-multipath: provide callbacks for path state
` [PATCH v6 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v6 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v6 22/27] scsi: sd: add multipath disk class
` [PATCH v6 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v6 24/27] scsi: sd: support multipath disk
` [PATCH v6 25/27] scsi: sd: add mpath_dev file
` [PATCH v6 26/27] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v6 27/27] scsi: sd: add mpath_queue_depth "
[PATCH] nvmet-fc: fix invalid free in LS IOD error path
2026-07-29 11:02 UTC
[PATCH v5 00/27] Native SCSI Multipath support
2026-07-29 9:21 UTC (2+ messages)
[PATCH] plugin/lm: avoid closing migration-send input twice
2026-07-29 9:12 UTC
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