Linux Device Mapper development
 help / color / mirror / Atom feed
[PATCH] libmpathpersist: fix self-preemption when key has no active reservation
 2026-07-20 21:52 UTC 

[PATCH RESEND 0/5] block: validate direct I/O memory alignment
 2026-07-20 20:10 UTC  (6+ messages)
` [PATCH RESEND 1/5] block: use blkdev_iov_iter_get_pages status for errors
` [PATCH RESEND 2/5] block: fix dio leak on metadata mapping error
` [PATCH RESEND 3/5] loop: set dma_alignment from the backing file for direct I/O
` [PATCH RESEND 4/5] zloop: set dma_alignment from the backing files "
` [PATCH RESEND 5/5] block: validate user space vectors during extraction

[PATCH 0/4] minio cleanup patches
 2026-07-20 19:29 UTC  (7+ messages)
      ` Obsolete features (was Re: [PATCH 0/4] minio cleanup patches.)

[PATCH] libmpathpersist: fix self-preemption when key has no active reservation
 2026-07-20 19:08 UTC  (4+ messages)

[PATCH] dm-pcache: fix implicit u8 truncation of gc_percent in message handler
 2026-07-20  9:46 UTC 

[PATCH tip] multipath-tools: iet prio; update header comments and style
 2026-07-20  8:41 UTC  (3+ messages)

[RFC PATCH] dm-pcache: fix use-after-free and invalid seg operations in kset_replay()
 2026-07-20  3:36 UTC 

[PATCH] dm: ioctl: reserve space for NUL-terminator in build_constructor_string()
 2026-07-19 13:01 UTC 

[BUG] dm: dm_setup_md_queue UAF walking table_devices without lock
 2026-07-18 13:43 UTC 

[BUG] dm-integrity: dangling reboot notifier after resume vs remove race
 2026-07-18 13:32 UTC 

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-17 19:12 UTC  (32+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 02/17] dm thin: avoid bio_set_dev under pool lock
` [RFC PATCH v1 03/17] dm snapshot: avoid bio_set_dev in locked map paths
` [RFC PATCH v1 04/17] blk-throttle: protect throttle state with td lock
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 08/17] bcache: avoid sleeping blkg association from locked paths
` [RFC PATCH v1 09/17] dm bufio: avoid blkg association from GFP_NOWAIT bio init
` [RFC PATCH v1 10/17] dm pcache: handle non-blocking bio clone init failure
` [RFC PATCH v1 11/17] block: avoid scheduling from non-blocking helper allocations
` [RFC PATCH v1 12/17] dm: avoid sleeping blkg association from NOWAIT remaps
` [RFC PATCH v1 13/17] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v1 14/17] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v1 16/17] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v1 17/17] blk-cgroup: share blkg creation between lookup and config prep

[PATCH 1/2] multipath: clean up find_multipaths documentation
 2026-07-17 18:58 UTC  (3+ messages)

[PATCH] dm vdo: don't read repair field in loop condition
 2026-07-17 16:01 UTC 

[PATCH v2 00/11] dm-pcache: validate on-media metadata against a forged cache image
 2026-07-17 11:27 UTC  (12+ messages)
` [PATCH v2 01/11] dm-pcache: validate seg_id fields from persistent memory
` [PATCH v2 02/11] dm-pcache: validate geometry fields from on-disk cache_info
` [PATCH v2 03/11] dm-pcache: validate kset key_num and intra-segment bounds
` [PATCH v2 04/11] dm-pcache: bound the persisted tail-position offset
` [PATCH v2 05/11] dm-pcache: reject a kset that overruns its segment
` [PATCH v2 06/11] dm-pcache: detect a cycle in the last-kset chain during replay
` [PATCH v2 07/11] dm-pcache: bound the logical key offset from persistent memory
` [PATCH v2 08/11] dm-pcache: clamp the tail kset read to the segment data region
` [PATCH v2 09/11] dm-pcache: validate on-media seg_num against the cache device size
` [PATCH v2 10/11] dm-pcache: validate the persisted dirty_tail chain at load
` [PATCH v2 11/11] dm-pcache: only hand out initialized cache segments

[PATCH] kpartx: fix crash and truncated device creation with long -p delimiter
 2026-07-17 10:13 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH 0/3] dm-pcache: validate on-disk fields before use
 2026-07-17  9:37 UTC  (5+ messages)
` [PATCH 1/3] dm-pcache: validate seg_id fields from persistent memory

[PATCH 0/3] dm-pcache: minor cleanups
 2026-07-17  8:38 UTC  (4+ messages)
` [PATCH 1/3] dm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignment
` [PATCH 2/3] dm-pcache: simplify cache_seg_remain()
` [PATCH 3/3] dm-pcache: remove unused 'allocated' variable in cache_data_alloc()

[PATCH v5 4/5] dm crypt: batch a bio segment's sectors via dun()
 2026-07-16 13:34 UTC  (2+ messages)

[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
 2026-07-15 12:01 UTC  (9+ messages)
` [PATCH v5 1/5] crypto: skcipher - add per-request data_unit_size
` [PATCH v5 2/5] crypto: dun - data-unit-number dispatch template

[PATCH v4] dm cache: parse invalidate_cblocks with kstrtouint()
 2026-07-15  7:38 UTC  (2+ messages)

[PATCH v3 0/5] block: validate direct I/O memory alignment
 2026-07-14 19:05 UTC  (3+ messages)

[PATCH] dm-verity: remove pointless nested "bio" declaration
 2026-07-13 19:26 UTC 

[PATCH] dm-table: fix spelling
 2026-07-13 19:25 UTC 

[PATCH] dm-ioctl: delete a useless condition
 2026-07-13 19:25 UTC 

[PATCH] dm-integrity: fix wrong fallthrough in integrity_bio_wait
 2026-07-13 19:24 UTC 

[PATCH] dm-integrity: clean-up error handling
 2026-07-13 19:24 UTC 

[PATCH] dm-integrity: fix error message
 2026-07-13 19:23 UTC 

[PATCHv5 0/3] dm-crypt: finer grained memory alignment
 2026-07-13 18:54 UTC  (8+ messages)
` [PATCHv5 1/3] dm: initialize dma_alignment to 0
` [PATCHv5 2/3] dm-crypt: handle memory allocation failures
` [PATCHv5 3/3] dm-crypt: allow unaligned bio_vecs for direct io

CALLl FOR TESTING: multipath-tools 0.15.0 with RDAC or Clariion
 2026-07-13 16:50 UTC 

[PATCH] dm thin metadata: fix superblock refcount leak on snapshot shadow failure
 2026-07-13 13:49 UTC  (3+ messages)

[PATCH v3] dm cache: parse invalidate_cblocks with kstrtouint()
 2026-07-13  9:26 UTC  (2+ messages)

[git pull] device mapper fixes for 7.2
 2026-07-11 20:22 UTC  (2+ messages)

[PATCH] dm-switch: use WRITE_ONCE() in switch_region_table_write()
 2026-07-11 14:21 UTC 

Fwd: [PATCH v1] md,dm: caller-owned memalloc_noio token in mddev_suspend()/resume()
 2026-07-11  6:51 UTC  (2+ messages)

[RFC PATCH] md,dm: caller-owned memalloc_noio token in mddev_suspend()/resume()
 2026-07-11  3:53 UTC  (3+ messages)

[PATCH] dm-stats: fix dm_jiffies_to_msec64
 2026-07-10 16:37 UTC 

[PATCH] dm-stats: fix merge accounting
 2026-07-10 16:35 UTC 

[PATCH] dm-bufio: fix wrong count calculation in dm_bufio_issue_discard
 2026-07-10 16:32 UTC 

[PATCH] dm-integrity: fix the 'fix_hmac' option
 2026-07-10 12:31 UTC 

[PATCH v2] dm cache: parse invalidate_cblocks with kstrtouint()
 2026-07-10  8:54 UTC  (2+ messages)

[PATCH] dm-verity: make error counter atomic
 2026-07-09 19:37 UTC 

[PATCH] dm-verity: increase sprintf buffer size
 2026-07-09 19:36 UTC 

[PATCH] dm-verity: fix a possible NULL pointer dereference
 2026-07-09 19:35 UTC 

[PATCH] dm-verity: avoid double increment of &use_bh_wq_enabled
 2026-07-09 19:33 UTC 

[PATCH] dm-ioctl: fix a possible overflow in list_version_get_info
 2026-07-09 19:31 UTC 

[PATCH] dm_early_create: fix freeing used table on dm_resume failure
 2026-07-09 19:29 UTC 

[PATCH] dm-integrity: fix a bug if the bio is out of limits
 2026-07-09 19:25 UTC 

[PATCH] dm-integrity: don't increment hash_offset twice
 2026-07-09 19:24 UTC 

[PATCH] dm-integrity: fix leaking uninitialized kernel memory
 2026-07-09 19:22 UTC 

[PATCH 1/2] dm-io: clone the source bio instead of copying its biovec
 2026-07-09 16:13 UTC  (8+ messages)
` [PATCH 2/2] dm-raid1: don't fail the mirror for invalid I/O errors

[PATCH 1/2] libmultipath: make sure sscanf sets a max field width for strings
 2026-07-09 14:58 UTC  (8+ messages)
` [PATCH 2/2] Remove unsed DEFAULT_DISABLE_CHANGED_WWIDS define

[PATCH] dm-log: fix a bitset_size overflow on 32bit machines
 2026-07-09 13:12 UTC  (2+ messages)

[PATCH] dm cache: parse invalidate_cblocks with kstrtoull()
 2026-07-07  8:25 UTC  (2+ messages)

[PATCH] multipath.conf.in: Update path_checker and force_sync documentation
 2026-07-07  0:08 UTC  (2+ messages)

[PATCH v3 00/17] Native SCSI multipath support
 2026-07-03 10:34 UTC  (18+ messages)
` [PATCH v3 01/17] scsi-multipath: introduce basic SCSI device support
` [PATCH v3 02/17] scsi-multipath: introduce scsi_device head structure
` [PATCH v3 03/17] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v3 04/17] scsi-multipath: support iopolicy
` [PATCH v3 05/17] scsi-multipath: clone each bio
` [PATCH v3 06/17] scsi-multipath: clear path when device is blocked
` [PATCH v3 07/17] scsi-multipath: failover handling
` [PATCH v3 08/17] scsi-multipath: provide callbacks for path state
` [PATCH v3 09/17] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v3 10/17] scsi-multipath: block PR commands
` [PATCH v3 11/17] scsi-multipath: add delayed disk removal support
` [PATCH v3 12/17] scsi: sd: add multipath disk class
` [PATCH v3 13/17] scsi: sd: support multipath disk
` [PATCH v3 14/17] scsi: sd: add multipath disk attr groups
` [PATCH v3 15/17] scsi: sd: add mpath_dev file
` [PATCH v3 16/17] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v3 17/17] scsi: sd: add mpath_queue_depth "

[PATCH v3 00/10] nvme: switch to libmultipath
 2026-07-03 10:32 UTC  (11+ messages)
` [PATCH v3 01/10] nvme-multipath: add initial support for using libmultipath
` [PATCH v3 02/10] nvme-multipath: add nvme_mpath_available_path()
` [PATCH v3 03/10] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH v3 04/10] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH v3 05/10] nvme-multipath: add nvme_mpath_cdev_ioctl()
` [PATCH v3 06/10] nvme-multipath: add uring_cmd support
` [PATCH v3 07/10] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH v3 08/10] nvme-multipath: add nvme_{add,delete}_ns()
` [PATCH v3 09/10] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH v3 10/10] nvme-multipath: switch to use libmultipath

[PATCH v3 00/13] libmultipath: a generic multipath lib for block drivers
 2026-07-03 10:29 UTC  (14+ messages)
` [PATCH v3 01/13] libmultipath: Add initial framework
` [PATCH v3 02/13] libmultipath: Add basic gendisk support
` [PATCH v3 03/13] libmultipath: Add path selection support
` [PATCH v3 04/13] libmultipath: Add bio handling
` [PATCH v3 05/13] libmultipath: Add support for mpath_device management
` [PATCH v3 06/13] libmultipath: Add delayed removal support
` [PATCH v3 07/13] libmultipath: Add cdev support
` [PATCH v3 08/13] libmultipath: Add sysfs helpers
` [PATCH v3 09/13] libmultipath: Add PR support
` [PATCH v3 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v3 11/13] libmultipath: Add support for block device IOCTL
` [PATCH v3 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v3 13/13] libmultipath: Add mpath_bdev_get_unique_id()

[PATCH] dm: Drop redundant nonseekable_open() return check
 2026-07-03  2:09 UTC 

[PATCH v2] dm ebs: drop dirty bufio state when discarding blocks
 2026-07-02 11:33 UTC  (3+ messages)

[PATCH] dm era: fix out-of-bounds memory access for non-zero start sector
 2026-07-02 10:40 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