dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
[PATCH v20 00/12] Implement copy offload support
 2024-05-21 14:48 UTC  (33+ 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

[PATCH] dm: retain stacked max_sectors when setting queue_limits
 2024-05-22  2:51 UTC 

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

Kernel namespaces for device mapper targets and block devices?
 2024-05-21 23:19 UTC  (5+ messages)

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-21 21:42 UTC  (14+ messages)
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 20/21] Documentation: add ipe documentation

[git pull] device mapper fixes for 6.10-rc1
 2024-05-21 18:53 UTC  (2+ messages)

[REGRESSION] dm: use queue_limits_set
 2024-05-21 15:29 UTC  (14+ messages)
`  "

[bug report] INFO: task mdX_resync:42168 blocked for more than 122 seconds
 2024-05-21 11:39 UTC  (14+ messages)

[PATCH] tests/dm: add dm-dust general functionality test
 2024-05-21  5:16 UTC  (2+ messages)

[PATCH 0/2] multipathd: accept more multipath device names
 2024-05-20 23:38 UTC  (3+ messages)
` [PATCH 1/2] libmultipath: accept poorly chosen aliases in find_mp_by_str
` [PATCH 2/2] libmultipath: accept wwids "

[PATCH] dm-integrity: set discard_granularity to logical block size
 2024-05-20 15:02 UTC  (2+ messages)

[RFC PATCH 0/2] dm-crypt support for per-sector NVMe metadata
 2024-05-20 13:19 UTC  (8+ 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 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: "

[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  (3+ 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).