dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
[git pull] device mapper fixes for v6.9-rc6
 2024-04-26 18:30 UTC  (2+ messages)

[ANNOUNCE] still co-maintainer of DM, but leaving Red Hat and joining Hammerspace
 2024-04-26 16:47 UTC 

[RFC PATCH 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-04-26  8:56 UTC  (12+ messages)
` [RFC PATCH 1/8] crypto: shash - add support for finup2x
` [RFC PATCH 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [RFC PATCH 3/8] crypto: testmgr - add tests for finup2x
` [RFC PATCH 4/8] crypto: x86/sha256-ni - add support "
` [RFC PATCH 5/8] crypto: arm64/sha256-ce "
` [RFC PATCH 6/8] fsverity: improve performance by using multibuffer hashing
` [RFC PATCH 7/8] dm-verity: hash blocks with shash import+finup when possible
` [RFC PATCH 8/8] dm-verity: improve performance by using multibuffer hashing

[PATCH 0/1] dm-delay: fix hung task issue
 2024-04-26  7:21 UTC  (2+ messages)
` [PATCH 1/1] dm-delay: fix hung task introduced by kthread mode

[PATCH 1/2] completion: move blk_wait_io to kernel/sched/completion.c
 2024-04-26  6:06 UTC  (11+ messages)

[PATCH v4 00/16] treewide: Refactor heap related implementation
 2024-04-26  0:14 UTC  (19+ messages)
` [PATCH v4 01/16] perf/core: Fix several typos
` [PATCH v4 02/16] bcache: Fix typo
` [PATCH v4 03/16] bcachefs: "
` [PATCH v4 04/16] lib min_heap: Add type safe interface
` [PATCH v4 05/16] lib min_heap: Add min_heap_init()
` [PATCH v4 06/16] lib min_heap: Add min_heap_peek()
` [PATCH v4 07/16] lib min_heap: Add min_heap_full()
` [PATCH v4 08/16] lib min_heap: Add args for min_heap_callbacks
` [PATCH v4 09/16] lib min_heap: Add min_heap_sift_up()
` [PATCH v4 10/16] lib min_heap: Add min_heap_del()
` [PATCH v4 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v4 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v4 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v4 14/16] lib/test_min_heap: Add test for heap_del()
` [PATCH v4 15/16] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v4 16/16] bcachefs: "

[PATCH v2 0/5] multipath: fix hang in flush_map_nopaths
 2024-04-25 23:35 UTC  (6+ messages)
` [PATCH v2 1/5] libmultipath: export partmap_in_use
` [PATCH v2 2/5] libmultipath: change flush_on_last_del to fix a multipathd hang
` [PATCH v2 3/5] libmultipath: remove redundant config option from InfiniBox config
` [PATCH v2 4/5] libmultipath: pad dev_loss_tmo to avoid race with no_path_retry
` [PATCH v2 5/5] libmultipath: fix deferred_remove function arguments

[PATCH v17 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-04-25 20:23 UTC  (32+ messages)
` [PATCH v17 01/21] security: add ipe lsm
` [PATCH v17 02/21] ipe: add policy parser
` [PATCH v17 03/21] ipe: add evaluation loop
` [PATCH v17 04/21] ipe: add LSM hooks on execution and kernel read
` [PATCH v17 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v17 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v17 07/21] security: add new securityfs delete function
` [PATCH v17 08/21] ipe: add userspace interface
` [PATCH v17 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v17 10/21] ipe: add permissive toggle
` [PATCH v17 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v17 12/21] dm: add finalize hook to target_type
` [PATCH v17 13/21] dm verity: consume root hash digest and expose signature data via LSM hook
` [PATCH v17 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v17 15/21] security: add security_inode_setintegrity() hook
` [PATCH v17 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v17 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v17 18/21] scripts: add boot policy generation program
` [PATCH v17 19/21] ipe: kunit test for parser
` [PATCH v17 20/21] Documentation: add ipe documentation
` [PATCH v17 21/21] MAINTAINERS: ipe: add ipe maintainer information

[PATCH 0/3] multipath: fix hang in flush_map_nopaths
 2024-04-25 16:56 UTC  (11+ messages)
` [PATCH 1/3] libmultipath: export partmap_in_use and do_deferred
` [PATCH 2/3] libmultipath: change flush_on_last_del to fix a multipathd hang
` [PATCH 3/3] libmultipath: simplify dm_flush_map_nopaths

[PATCH] dm zoned: Drop the WQ_UNBOUND flag for the chunk workqueue
 2024-04-25 11:14 UTC  (10+ messages)

[RFC PATCH] dm: Avoid sending redundant empty flush bios to the same block device
 2024-04-25  2:54 UTC  (2+ messages)

[PATCH] block: allow device to have both virt_boundary_mask and max segment size
 2024-04-24 13:09 UTC  (4+ messages)

RFE: dm-thin: fine-grained handling of REQ_FUA is needed
 2024-04-23 17:26 UTC 

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-23  9:35 UTC  (6+ messages)
` [PATCH v3 04/17] lib min_heap: Add type safe interface

[GIT PULL] Block updates for 6.9-rc1
 2024-04-23  7:33 UTC  (6+ messages)
` [PATCH for-6.10 1/2] dm-crypt: stop constraining max_segment_size to PAGE_SIZE
` [PATCH for-6.10 2/2] dm: use queue_limits_set

[PATCH v2 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-04-22 20:35 UTC  (9+ messages)
` [PATCH v2 1/8] crypto: shash - add support for finup2x
` [PATCH v2 2/8] crypto: testmgr - generate power-of-2 lengths more often
` [PATCH v2 3/8] crypto: testmgr - add tests for finup2x
` [PATCH v2 4/8] crypto: x86/sha256-ni - add support "
` [PATCH v2 5/8] crypto: arm64/sha256-ce "
` [PATCH v2 6/8] fsverity: improve performance by using multibuffer hashing
` [PATCH v2 7/8] dm-verity: hash blocks with shash import+finup when possible
` [PATCH v2 8/8] dm-verity: improve performance by using multibuffer hashing

memcpy is leaking secret data through ZMM vector registers
 2024-04-22  9:33 UTC  (16+ messages)

[PATCH] scsi_lib: Align max_sectors to kb
 2024-04-22  7:28 UTC  (2+ messages)

[PATCH 0/8] multipath-tools: max_sectors_kb rework
 2024-04-18 18:40 UTC  (10+ messages)
` [PATCH 1/8] multipath-tools: add TGTDIR option
` [PATCH 2/8] libmultipath: move get_udev_for_mpp to sysfs.c
` [PATCH 3/8] libmultipath: add mp_find_path_by_devt()
` [PATCH 4/8] Revert "libmultipath: fix max_sectors_kb on adding path"
` [PATCH 5/8] libmultipath: Only set max_sectors_kb on map creation
` [PATCH 6/8] libmultipath: set max_sectors_kb in adopt_paths()
` [PATCH 7/8] libmultipath: add wildcard %k for printing max_sectors_kb
` [PATCH 8/8] multipath.conf(5): update documentation for max_sectors_kb

Decrypting only uses 2 threads
 2024-04-18 16:15 UTC 

[PATCH] dm: core: put device mapper block device synchronously
 2024-04-18  2:31 UTC  (5+ messages)
` [PATCH v2] dm: restore synchronous close of device mapper block device

[PATCH 2/2] dm-io: don't warn if flush takes too long time
 2024-04-17 17:51 UTC 

[PATCH v4] dm-io: don't warn if flush takes too long time
 2024-04-17 16:55 UTC  (2+ messages)

[PATCH v3] dm-io: don't warn if flush takes too long time
 2024-04-17 16:31 UTC  (4+ messages)

dm-init/dm-verity: Data device lookup failed
 2024-04-17 15:03 UTC  (6+ messages)

[PATCH v7 00/28] Zone write plugging
 2024-04-17 14:45 UTC  (2+ messages)

[PATCH] dm-io: don't warn if flush takes too long time
 2024-04-17  9:07 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] dm: Avoid sending redundant empty flush bios to the same block device
 2024-04-17  8:03 UTC 

[PATCH v2 0/2] multipath-tools: CI fixes for glibc symbol substitutions
 2024-04-16 19:46 UTC  (4+ messages)
` [PATCH v2 1/2] multipath-tools tests: fix CI failures on arm/v7 with glibc 2.37
` [PATCH v2 2/2] multipath-tools tests: fix CI failures with clang on Fedora Rawhide

[PATCH] dm: Change the default value of rq_affinity from 0 into 1
 2024-04-16 13:30 UTC  (4+ messages)

[PATCH v2] multipathd: Set CPUWeight to 1000 and LimitRTPRIO to 10
 2024-04-16  9:59 UTC  (2+ messages)

[PATCH v2 04/34] md: port block device access to file
 2024-04-16  0:27 UTC  (9+ messages)

[PATCH] multipathd: Set CPUWeight to 1000
 2024-04-15 20:26 UTC  (3+ messages)

next-20240412 warning in dm-bio-prison-v1.c
 2024-04-15 16:22 UTC 

[PATCH 6.6] Revert "dm-crypt, dm-verity: disable tasklets"
 2024-04-15 15:04 UTC  (4+ messages)

dm-integrity: 4k devices report 512b discard alignment
 2024-04-15  1:56 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;
as well as URLs for NNTP newsgroup(s).