dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/2] dm-crypt support for per-sector NVMe metadata
 2024-05-20 12:53 UTC  (7+ messages)
` [RFC PATCH 1/2] block: change rq_integrity_vec to respect the iterator
` [RFC PATCH 2/2] dm-crypt: support per-sector NVMe metadata

[PATCH RFC md-6.10 0/9] md: refactor and cleanup for sync action
 2024-05-20 11:51 UTC  (22+ 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()

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-20 12:31 UTC  (32+ 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 v20 00/12] Implement copy offload support
 2024-05-20 10:20 UTC  (13+ messages)
    ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v20 03/12] block: add copy offload support
    ` [PATCH v20 04/12] block: add emulation for copy
    ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v20 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v20 07/12] nvme: add copy offload support
    ` [PATCH v20 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v20 09/12] dm: Add support for copy offload
    ` [PATCH v20 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v20 11/12] null: Enable trace capability for null block
    ` [PATCH v20 12/12] null_blk: add support for copy offload

[bug report] INFO: task mdX_resync:42168 blocked for more than 122 seconds
 2024-05-20 10:47 UTC  (10+ messages)

[PATCH 0/5] dm: empty flush optimization
 2024-05-20  3:12 UTC  (18+ 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] dm: optimize flushes
` [PATCH 4/5] dm: Avoid sending redundant empty flush bios to the same block device
` [PATCH 5/5] dm linear: enable flush optimization function

[RESEND PATCH v5 00/16] treewide: Refactor heap related implementation
 2024-05-19 23:03 UTC  (20+ 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: "

Kernel namespaces for device mapper targets and block devices?
 2024-05-19 11:14 UTC  (4+ messages)

[REGRESSION] dm: use queue_limits_set
 2024-05-19  5:42 UTC  (3+ messages)
`  "

[PATCH 0/2] dm: mpath dm_get_device fix
 2024-05-17  0:41 UTC  (3+ messages)
` [PATCH 1/2] dm: factor out helper function from dm_get_device
` [PATCH 2/2] dm mpath: don't call dm_get_device in multipath_message

Useless test in alloc_multiple_bios
 2024-05-16  9:19 UTC  (2+ messages)

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

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

[PATCH] dm: remove unneeded kvfree from alloc_targets
 2024-05-15 18:53 UTC  (2+ messages)

[git pull] device mapper changes for 6.10
 2024-05-15  1:49 UTC  (2+ messages)

[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  (7+ 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  (7+ messages)
` [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


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