[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-08-01 15:46 UTC (17+ 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 0/2] dm btree: bound a node header, and check it against the reading level
2026-08-01 2:32 UTC (3+ messages)
` [PATCH 1/2] dm btree: hold a node header to the geometry its writers guarantee
` [PATCH 2/2] dm btree: reject a node whose value size is not the reading level's
[PATCH v2 0/2] dm array: validate array block headers, and against the caller
2026-07-31 22:54 UTC (3+ messages)
` [PATCH v2 1/2] dm array: validate array block headers on read
` [PATCH v2 2/2] dm array: reject an array block whose value size is not the caller's
[PATCH v2 0/1] dm-integrity: replace forgeable discard filler with a keyed sector marker
2026-07-31 21:03 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH RESEND 0/5] block: validate direct I/O memory alignment
2026-07-31 14:11 UTC (14+ messages)
` [PATCH RESEND 1/5] block: use blkdev_iov_iter_get_pages status for errors
` [PATCH RESEND 5/5] block: validate user space vectors during extraction
[PATCH] dm-era: fix shadowed superblock leak on take-snap failure
2026-07-31 2:08 UTC
[PATCH] dm array: validate array block headers on read
2026-07-30 18:41 UTC (2+ messages)
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-07-30 16:17 UTC (47+ 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 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers
[PATCH 6.18 0/4] dm-verity fixes
2026-07-30 2:40 UTC (6+ messages)
` [PATCH 6.18 1/4] dm-verity-fec: fix the size of dm_verity_fec_io::erasures
` [PATCH 6.18 2/4] dm-verity-fec: fix reading parity bytes split across blocks (take 3)
` [PATCH 6.18 3/4] dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTS
` [PATCH 6.18 4/4] dm-verity: fix buffer overflow in FEC calculation
[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 v5 00/27] Native SCSI Multipath support
2026-07-29 9:21 UTC (29+ messages)
` [PATCH v5 01/27] libmultipath: Add initial framework
` [PATCH v5 02/27] libmultipath: Add basic gendisk support
` [PATCH v5 03/27] libmultipath: Add path selection support
` [PATCH v5 04/27] libmultipath: Add bio handling
` [PATCH v5 05/27] libmultipath: Add support for mpath_device management
` [PATCH v5 06/27] libmultipath: Add delayed removal support
` [PATCH v5 07/27] libmultipath: Add sysfs helpers
` [PATCH v5 08/27] libmultipath: Add support for block device IOCTL
` [PATCH v5 09/27] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v5 10/27] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v5 11/27] scsi-multipath: introduce basic SCSI device support
` [PATCH v5 12/27] scsi-multipath: introduce scsi_device head structure
` [PATCH v5 13/27] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v5 14/27] scsi-multipath: support iopolicy
` [PATCH v5 15/27] scsi-multipath: clone each bio
` [PATCH v5 16/27] scsi-multipath: clear path when device is blocked
` [PATCH v5 17/27] scsi-multipath: revalidate paths upon device unblock
` [PATCH v5 18/27] scsi-multipath: failover handling
` [PATCH v5 19/27] scsi-multipath: provide callbacks for path state
` [PATCH v5 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v5 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v5 22/27] scsi: sd: add multipath disk class
` [PATCH v5 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v5 24/27] scsi: sd: support multipath disk
` [PATCH v5 25/27] scsi: sd: add mpath_dev file
` [PATCH v5 26/27] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v5 27/27] scsi: sd: add mpath_queue_depth "
[BUG] dm-stats: null-ptr-deref in dm_stat_free on stats alloc failure
2026-07-28 13:27 UTC (2+ messages)
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-07-27 12:59 UTC (10+ messages)
` [PATCH 23/36] dm vdo: remove conditional return "
` (subset) [PATCH 00/36] treewide: remove conditional returns "
[PATCH 0/1] dm-integrity: replace forgeable discard filler with a keyed sector marker
2026-07-27 16:09 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 1/2] vdo: add zstd compression support
2026-07-27 13:43 UTC (6+ messages)
` [PATCH 2/2] Documentation: device-mapper: document VDO zstd
[PATCH] dm-pcache: remove unused miss_read_end_work_fn declaration
2026-07-26 15:00 UTC
[PATCH] docs: device-mapper: dm-inlinecrypt: fix 'bellow' spelling
2026-07-26 6:43 UTC
[PATCH v4 01/28] libmultipath: Add initial framework
2026-07-24 8:00 UTC (2+ messages)
[BUG] dm: dm_setup_md_queue UAF walking table_devices without lock
2026-07-24 4:16 UTC (3+ messages)
[PATCH v2] libmpathpersist: fix self-preemption when key has no active reservation
2026-07-23 14:14 UTC (3+ messages)
[PATCH] dm-pcache: remove unused 'cache' parameter from cache_key_gc()
2026-07-23 12:18 UTC
[PATCH] dm-pcache: remove unused 'cache' parameter from cache_key_gc()
2026-07-23 12:03 UTC
[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
[BUG] dm-integrity: dangling reboot notifier after resume vs remove race
2026-07-23 1:19 UTC (3+ messages)
[PATCH] dm vdo indexer: embed geometry in parent structures
2026-07-22 21:55 UTC
[PATCH] libmultipath: async_checker: fix sync checker case
2026-07-22 21:51 UTC (2+ messages)
[PATCH] dm dust: use target-relative sectors in badblock messages
2026-07-22 21:14 UTC (2+ messages)
[PATCH] libmpathpersist: fix self-preemption when key has no active reservation
2026-07-21 16:00 UTC (4+ messages)
[PATCH 0/4] minio cleanup patches
2026-07-21 11:18 UTC (7+ messages)
` Obsolete features (was Re: [PATCH 0/4] minio cleanup patches.)
[PATCH] kpartx: check slice size before looking for partition to remove
2026-07-21 7:35 UTC (3+ messages)
page: next (older)
- 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