DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-06 16:48:48 to 2024-04-17 16:31:27 UTC [more...]

[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  (38+ messages)
` [PATCH v7 01/28] block: Restore sector of flush requests
` [PATCH v7 02/28] block: Remove req_bio_endio()
` [PATCH v7 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v7 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v7 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v7 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v7 07/28] block: Introduce zone write plugging
` [PATCH v7 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v7 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v7 10/28] block: Implement zone append emulation
` [PATCH v7 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v7 12/28] dm: Use the block layer zone append emulation
` [PATCH v7 13/28] scsi: sd: "
` [PATCH v7 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v7 15/28] null_blk: "
` [PATCH v7 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v7 17/28] null_blk: Introduce fua attribute
` [PATCH v7 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v7 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v7 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v7 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v7 22/28] block: Remove elevator required features
` [PATCH v7 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v7 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v7 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v7 26/28] block: Remove zone write locking
` [PATCH v7 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v7 28/28] block: Do not special-case plugging of zone write operations

[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] dm: core: put device mapper block device synchronously
 2024-04-17  3:27 UTC  (4+ messages)
` [PATCH v2] dm: restore synchronous close of device mapper block device

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

[RFC PATCH 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-04-15 21:37 UTC  (9+ 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] multipathd: Set CPUWeight to 1000
 2024-04-15 20:26 UTC  (3+ messages)

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-15 17:35 UTC  (23+ messages)
` [PATCH v3 01/17] perf/core: Fix several typos
` [PATCH v3 02/17] bcache: Fix typo
` [PATCH v3 03/17] bcachefs: "
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
` [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v3 17/17] bcachefs: "

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)

[GIT PULL] Block updates for 6.9-rc1
 2024-04-15 14:08 UTC  (6+ 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-15  2:24 UTC  (5+ 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  (10+ 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  (16+ messages)
` [PATCH v2 01/11] 11-dm-mpath.rules: explain logic for device becoming ready while suspended
` [PATCH v2 02/11] 11-dm-mpath.rules: don't import DM_NOSCAN from udev db
` [PATCH v2 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update
` [PATCH v2 05/11] 11-dm-mpath.rules: adapt coldplug event handling ro "
` [PATCH v2 06/11] 11-dm-mpath.rules: don't import properties with new 13-dm-disk.rules
` [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

[PATCH v6 00/28] Zone write plugging
 2024-04-08  1:26 UTC  (4+ messages)
` [PATCH v6 12/28] dm: Use the block layer zone append emulation


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 read-only IMAP folder(s) and NNTP newsgroup(s).