DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 14:54:53 to 2024-03-27 11:33:04 UTC [more...]

Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.6-stable tree
 2024-03-27 11:33 UTC 

Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.7-stable tree
 2024-03-27 11:28 UTC 

Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.7-stable tree
 2024-03-27 11:23 UTC 

Patch "dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape" has been added to the 6.7-stable tree
 2024-03-27 11:23 UTC 

Patch "dm-raid: add a new helper prepare_suspend() in md_personality" has been added to the 6.7-stable tree
 2024-03-27 11:23 UTC 

Patch "md/dm-raid: don't call md_reap_sync_thread() directly" has been added to the 6.7-stable tree
 2024-03-27 11:23 UTC 

Patch "dm-raid: really frozen sync_thread during suspend" has been added to the 6.7-stable tree
 2024-03-27 11:23 UTC 

Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.8-stable tree
 2024-03-27 11:18 UTC 

Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.8-stable tree
 2024-03-27 11:13 UTC 

Patch "dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape" has been added to the 6.8-stable tree
 2024-03-27 11:13 UTC 

Patch "dm-raid: add a new helper prepare_suspend() in md_personality" has been added to the 6.8-stable tree
 2024-03-27 11:13 UTC 

Patch "md/dm-raid: don't call md_reap_sync_thread() directly" has been added to the 6.8-stable tree
 2024-03-27 11:13 UTC 

Patch "dm-raid: really frozen sync_thread during suspend" has been added to the 6.8-stable tree
 2024-03-27 11:13 UTC 

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

[PATCH 00/11] multipath udev rules changes for dm rules V3
 2024-03-27  0:14 UTC  (24+ messages)
` [PATCH 01/11] 11-dm-mpath.rules: don't set MPATH_DEVICE_READY=0 for suspended devices
` [PATCH 02/11] 11-dm-mpath.rules: don't import DM_NOSCAN from udev db
` [PATCH 03/11] 11-dm-mpath.rules: don't import ID_FS_VERSION "
` [PATCH 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update
` [PATCH 05/11] 11-dm-mpath.rules: adapt coldplug event handling ro "
` [PATCH 06/11] 11-dm-mpath.rules: don't import properties with new 13-dm-disk.rules
` [PATCH 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED
` [PATCH 08/11] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN
` [PATCH 09/11] 11-dm-mpath.rules: simplify PATH_FAILED case
` [PATCH 10/11] 11-dm-mpath.rules: make label names more intuitive
` [PATCH 11/11] kpartx.rules: ignore DM_SUSPENDED

[merged mm-hotfixes-stable] maintainers-remove-incorrect-m-tag-for-dm-devel-listslinuxdev.patch removed from -mm tree
 2024-03-26 18:08 UTC 

[PATCH v2] dm vdo: use kernel byteswapping routines instead of GCC ones
 2024-03-25 19:22 UTC 

regression: mdadm detects dm-device as partition
 2024-03-25  2:41 UTC  (2+ messages)

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.1-stable tree
 2024-03-24 18:27 UTC 

Patch "dm io: Support IO priority" has been added to the 6.1-stable tree
 2024-03-24 18:27 UTC 

Patch "dm: address indent/space issues" has been added to the 6.1-stable tree
 2024-03-24 18:26 UTC 

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.1-stable tree
 2024-03-24 18:25 UTC 

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.6-stable tree
 2024-03-24 18:24 UTC 

Patch "dm io: Support IO priority" has been added to the 6.6-stable tree
 2024-03-24 18:24 UTC 

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.6-stable tree
 2024-03-24 18:23 UTC 

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.7-stable tree
 2024-03-24 18:20 UTC 

Patch "dm io: Support IO priority" has been added to the 6.7-stable tree
 2024-03-24 18:20 UTC 

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.7-stable tree
 2024-03-24 18:19 UTC 

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.8-stable tree
 2024-03-24 18:16 UTC 

Patch "dm io: Support IO priority" has been added to the 6.8-stable tree
 2024-03-24 18:16 UTC 

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.8-stable tree
 2024-03-24 18:15 UTC 

block: fail unaligned bio from submit_bio_noacct()
 2024-03-24  8:02 UTC  (7+ messages)

[PATCH v2 00/15] treewide: Refactor heap related implementation
 2024-03-23  2:19 UTC  (32+ messages)
` [PATCH v2 04/15] lib min_heap: Add type safe interface
` [PATCH v2 05/15] lib min_heap: Add min_heap_init()
` [PATCH v2 06/15] lib min_heap: Add min_heap_peek()
` [PATCH v2 07/15] lib min_heap: Add min_heap_full()
` [PATCH v2 08/15] lib min_heap: Add min_heap_del()
` [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
` [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks
` [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v2 15/15] bcachefs: "

[git pull] device mapper fixes for 6.9-rc1
 2024-03-22 20:04 UTC  (2+ messages)

Patch "dm: call the resume method on internal suspend" has been added to the 4.19-stable tree
 2024-03-22 18:52 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 4.19-stable tree
 2024-03-22 18:52 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 5.4-stable tree
 2024-03-22 18:47 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.4-stable tree
 2024-03-22 18:47 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 5.10-stable tree
 2024-03-22 18:41 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.10-stable tree
 2024-03-22 18:41 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 5.15-stable tree
 2024-03-22 18:32 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.15-stable tree
 2024-03-22 18:32 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 6.1-stable tree
 2024-03-22 18:20 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.1-stable tree
 2024-03-22 18:20 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 6.6-stable tree
 2024-03-22 18:00 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.6-stable tree
 2024-03-22 18:00 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 6.7-stable tree
 2024-03-22 17:34 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.7-stable tree
 2024-03-22 17:34 UTC 

Patch "dm: call the resume method on internal suspend" has been added to the 6.8-stable tree
 2024-03-22 17:09 UTC 

Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.8-stable tree
 2024-03-22 17:09 UTC 

[PATCH] dm-integrity: align the outgoing bio in integrity_recheck
 2024-03-22 15:53 UTC  (7+ messages)
      `  "

[RFC PATCH v15 12/21] security: add security_bdev_setintegrity() hook
 2024-03-21 17:25 UTC  (6+ messages)
` [PATCH RFC "

[PATCH] dm vdo: use kernel byteswapping routines instead of GCC ones
 2024-03-21 14:25 UTC  (4+ messages)

[PATCH v4 00/39] dm vdo: add the dm-vdo deduplication and compression DM target
 2024-03-20 22:59 UTC  (7+ messages)
` [PATCH v4 02/39] dm vdo: add the MurmurHash3 fast hashing algorithm

Cannot create dm-linear or dm-crypt mapping on scsi or mmc block device if mapping already exists on partition of device
 2024-03-20 21:56 UTC 

[RFC PATCH v15 14/21] dm verity: consume root hash digest and signature data via LSM hook
 2024-03-20 18:49 UTC  (6+ messages)
` [PATCH RFC "

[PATCH] dm snapshot: add cond_resched to dm_exception_table_exit
 2024-03-20 17:43 UTC 


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