dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
[git pull] device mapper changes for 6.10
 2024-05-15  1:49 UTC  (2+ messages)

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

[PATCH 0/5] dm: empty flush optimization
 2024-05-14  9:04 UTC  (6+ messages)
` [PATCH 1/5] dm: introduce flush_pass_around flag
` [PATCH 2/5] dm: add __send_empty_flush_bios() helper
` [PATCH 3/5] dm: support retrieving struct dm_target from struct dm_dev
` [PATCH 4/5] dm: Avoid sending redundant empty flush bios to the same block device
` [PATCH 5/5] dm linear: enable flush optimization function

[PATCH RFC md-6.10 0/9] md: refactor and cleanup for sync action
 2024-05-14  8:52 UTC  (21+ messages)
` [PATCH md-6.10 1/9] md: rearrange recovery_flage
` [PATCH md-6.10 2/9] md: add a new enum type sync_action
` [PATCH md-6.10 3/9] md: add new helpers for sync_action
` [PATCH md-6.10 4/9] md: factor out helper to start reshape from action_store()
` [PATCH md-6.10 5/9] md: replace sysfs api sync_action with new helpers
` [PATCH md-6.10 6/9] md: use new helers in md_do_sync()
` [PATCH md-6.10 7/9] md: replace last_sync_action with new enum type
` [PATCH md-6.10 8/9] md: factor out helpers for different sync_action in md_do_sync()
` [PATCH md-6.10 9/9] md: pass in max_sectors for pers->sync_request()

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

[PATCH v5 00/16] treewide: Refactor heap related implementation
 2024-05-14  8:41 UTC  (3+ messages)
` [PATCH v5 01/16] perf/core: Fix several typos
` [PATCH v5 02/16] bcache: Fix typo

[PATCH 0/7] multipath-tools man pages: add missing information
 2024-05-13 19:11 UTC  (9+ messages)
` [PATCH 1/7] libmultipath: remove pathgroup wildcard options
` [PATCH 2/7] multipath-tools man pages: don't assume multipath.socket is enabled
` [PATCH 3/7] libmultipath: print all values in snprint_failback
` [PATCH 4/7] multipathd: Stop double counting map failures for no_path_retry > 0
` [PATCH 5/7] multipath-tools man pages: add missing multipathd commands
` [PATCH 6/7] libmultipath: change the vend/prod/rev printing
` [PATCH 7/7] multipath-tools man pages: Add format wildcard descriptions

[PATCH] md: Reduce flag condition
 2024-05-13  6:47 UTC 

[RFC PATCH] dm: Avoid sending redundant empty flush bios to the same block device
 2024-05-11 11:08 UTC  (5+ messages)

[PATCH 0/3] dm-delay synchronization cleanup
 2024-05-09 16:07 UTC  (6+ messages)
` [PATCH 1/3] dm-delay: fix workqueue delay_timer race
` [PATCH 2/3] dm-delay: change locking to avoid contention
` [PATCH 3/3] dm-delay: remove timer_lock

[PATCH v2 1/8] crypto: shash - add support for finup2x
 2024-05-07  0:33 UTC  (4+ messages)

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

[PATCH] dm-delay: fix max_delay calculations
 2024-05-06 21:55 UTC 

[PATCH v2 0/1] dm-delay: fix hung task issue
 2024-05-06 21:10 UTC  (3+ messages)
` [PATCH v2 1/1] dm-delay: fix hung task introduced by kthread mode

[PATCH 0/1] dm-delay: fix hung task issue
 2024-05-03 22:56 UTC  (8+ messages)
` [PATCH 1/1] dm-delay: fix hung task introduced by kthread mode

[PATCH 0/3] libmultipath: use bitwise flags in devmapper API
 2024-05-03 16:08 UTC  (5+ messages)
` [PATCH 1/3] libmultipath: use bitwise flags for map flushing API
` [PATCH 2/3] libmultipath: use bitwise flags for dm_simplecmd API
` [PATCH 3/3] libmultipath: add argument names to some prototypes

[PATCH v2 0/5] multipath: fix hang in flush_map_nopaths
 2024-05-02 18:44 UTC  (12+ messages)
` [PATCH v2 2/5] libmultipath: change flush_on_last_del to fix a multipathd hang
` [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 0/3] multipath: fix hang in flush_map_nopaths
 2024-05-02 15:06 UTC  (3+ messages)
` [PATCH 1/3] libmultipath: export partmap_in_use and do_deferred

[PATCH] block: change rq_integrity_vec to respect the iterator
 2024-05-02 11:25 UTC  (3+ messages)

[PATCH v3 00/14] Zone write plugging fixes and cleanup
 2024-05-02  9:37 UTC  (31+ messages)
` [PATCH v3 01/14] dm: Check that a zoned table leads to a valid mapped device
` [PATCH v3 02/14] block: Exclude conventional zones when faking max open limit
` [PATCH v3 03/14] block: Fix zone write plug initialization from blk_revalidate_zone_cb()
` [PATCH v3 04/14] block: Fix reference counting for zone write plugs in error state
` [PATCH v3 05/14] block: Hold a reference on zone write plugs to schedule submission
` [PATCH v3 06/14] block: Unhash a zone write plug only if needed
` [PATCH v3 07/14] block: Do not remove zone write plugs still in use
` [PATCH v3 08/14] block: Fix flush request sector restore
` [PATCH v3 09/14] block: Fix handling of non-empty flush write requests to zones
` [PATCH v3 10/14] block: Improve blk_zone_write_plug_bio_merged()
` [PATCH v3 11/14] block: Improve zone write request completion handling
` [PATCH v3 12/14] block: Simplify blk_zone_write_plug_bio_endio()
` [PATCH v3 13/14] block: Simplify zone write plug BIO abort
` [PATCH v3 14/14] block: Cleanup blk_revalidate_zone_cb()

[PATCH v2 00/14] Zone write plugging fixes and cleanup
 2024-05-01  9:14 UTC  (17+ messages)
` [PATCH v2 01/14] dm: Check that a zoned table leads to a valid mapped device
` [PATCH v2 02/14] block: Exclude conventional zones when faking max open limit
` [PATCH v2 03/14] block: Fix zone write plug initialization from blk_revalidate_zone_cb()
` [PATCH v2 04/14] block: Fix reference counting for zone write plugs in error state
` [PATCH v2 05/14] block: Hold a reference on zone write plugs to schedule submission
` [PATCH v2 06/14] block: Unhash a zone write plug only if needed
` [PATCH v2 07/14] block: Do not remove zone write plugs still in use
` [PATCH v2 08/14] block: Fix flush request sector restore
` [PATCH v2 09/14] block: Fix handling of non-empty flush write requests to zones
` [PATCH v2 10/14] block: Improve blk_zone_write_plug_bio_merged()
` [PATCH v2 11/14] block: Improve zone write request completion handling
` [PATCH v2 12/14] block: Simplify blk_zone_write_plug_bio_endio()
` [PATCH v2 13/14] block: Simplify zone write plug BIO abort
` [PATCH v2 14/14] block: Cleanup blk_revalidate_zone_cb()

[PATCH 00/13] Zone write plugging fixes and cleanup
 2024-05-01  4:57 UTC  (28+ messages)
` [PATCH 02/13] block: Exclude conventional zones when faking max open limit
` [PATCH 03/13] block: Fix zone write plug initialization from blk_revalidate_zone_cb()
` [PATCH 05/13] block: Hold a reference on zone write plugs to schedule submission
` [PATCH 06/13] block: Unhash a zone write plug only if needed
` [PATCH 07/13] block: Do not remove zone write plugs still in use
` [PATCH 09/13] block: Fix handling of non-empty flush write requests to zones
` [PATCH 10/13] block: Improve blk_zone_write_plug_bio_merged()
` [PATCH 11/13] block: Improve zone write request completion handling
` [PATCH 12/13] block: Simplify blk_zone_write_plug_bio_endio()
` [PATCH 13/13] block: Simplify zone write plug BIO abort

[PATCH] dm-table:remove the restriction on zone sector being align to pow2
 2024-04-30 22:35 UTC  (3+ messages)

delete on snapshot does not free space
 2024-04-30 20:35 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).