dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
[PATCH 1/2] completion: move blk_wait_io to kernel/sched/completion.c
 2024-04-23 12:36 UTC  (10+ messages)

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-23  9:35 UTC  (11+ messages)
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap

[GIT PULL] Block updates for 6.9-rc1
 2024-04-23  7:33 UTC  (8+ messages)
` [PATCH for-6.10 0/2] dm: use late bio-splitting and queue_limits_set
` [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] dm zoned: Drop the WQ_UNBOUND flag for the chunk workqueue
 2024-04-23  0:43 UTC  (6+ messages)

[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

[RFC PATCH] dm: Avoid sending redundant empty flush bios to the same block device
 2024-04-22 10:05 UTC 

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)

[RFC PATCH 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-04-19 16:30 UTC  (11+ 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/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  (7+ messages)

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

[PATCH v17 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-04-17 10:05 UTC  (25+ 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] 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  (6+ messages)

dm-integrity: 4k devices report 512b discard alignment
 2024-04-15  1:56 UTC  (2+ messages)

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

[PATCH] libmpathutil: really always use glibc basename()
 2024-04-12  9:16 UTC 

[dm-devel] [PATCH] libmultipath: fix max_sectors_kb on adding path
 2024-04-12  8:25 UTC  (6+ messages)
  ` Problem with "

[PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file
 2024-04-11 11:12 UTC  (4+ messages)

[dm-devel] [PATCH v3] dm-crypt: reexport sysfs of kcryptd workqueue
 2024-04-11  2:17 UTC  (3+ messages)
    `  "

[PATCH resend] dm-crypt: add the "high_priority" flag
 2024-04-10 15:33 UTC  (3+ messages)

[PATCH v2] multipathd: make multipathd set priority to RLIMIT_RTPRIO
 2024-04-10 14:30 UTC  (3+ messages)

[PATCH] multipathd: make multipathd set priority to RLIMIT_RTPRIO
 2024-04-09 18:45 UTC  (4+ messages)

[PATCH v3 00/12] multipath udev rules changes for dm rules V3
 2024-04-09 16:39 UTC  (4+ messages)
` [PATCH v3 08/12] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN

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

[PATCH] softirq: fix memory corruption when freeing tasklet_struct
 2024-04-09 14:15 UTC  (2+ messages)

[PATCH v2 00/11] multipath udev rules changes for dm rules V3
 2024-04-09 13:55 UTC  (6+ messages)
` [PATCH v2 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED
` [PATCH v2 08/11] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN


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).