DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 20:37:31 to 2024-03-25 19:22:50 UTC [more...]

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

[PATCH v2 00/28] Zone write plugging
 2024-03-25  4:44 UTC  (29+ 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

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

[PATCH 00/11] multipath udev rules changes for dm rules V3
 2024-03-24 21:13 UTC  (12+ 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

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  (35+ messages)
` [PATCH v2 01/15] perf/core: Fix several typos
` [PATCH v2 02/15] bcache: Fix typo
` [PATCH v2 03/15] bcachefs: "
` [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  (8+ 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 

[RFC Patch] dm: make sure to wait for all dispatched requests in __dm_suspend()
 2024-03-20  9:51 UTC  (7+ messages)

[PATCH 00/13] treewide: Refactor heap related implementation
 2024-03-20  4:43 UTC  (33+ messages)
` [PATCH 01/13] perf/core: Fix several typos
` [PATCH 02/13] bcache: Fix typo
` [PATCH 03/13] bcachefs: "
` [PATCH 04/13] lib min_heap: Add type safe interface
` [PATCH 05/13] lib min_heap: Add min_heap_init()
` [PATCH 06/13] lib min_heap: Add min_heap_peek()
` [PATCH 07/13] lib min_heap: Add min_heap_full()
` [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks
` [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH 10/13] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH 11/13] lib min_heap: Add min_heap_del()
` [PATCH 12/13] lib min_heap: Add min_heap_sift_up()
` [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap

[RFC PATCH v15 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-03-19 23:00 UTC  (9+ messages)
` [RFC PATCH v15 17/21] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v15 18/21] ipe: enable support for fs-verity as a trust provider

[RFC PATCH v15 16/21] security: add security_inode_setintegrity() hook
 2024-03-19 23:00 UTC  (2+ messages)
` [PATCH RFC "

+ maintainers-remove-incorrect-m-tag-for-dm-devel-listslinuxdev.patch added to mm-hotfixes-unstable branch
 2024-03-19 20:34 UTC 

[PATCH] MAINTAINERS: Remove incorrect M: tag for dm-devel@lists.linux.dev
 2024-03-19 18:18 UTC 

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-19  2:27 UTC  (2+ messages)

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 4.19-stable tree
 2024-03-18 23:30 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.4-stable tree
 2024-03-18 23:29 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.10-stable tree
 2024-03-18 23:28 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.15-stable tree
 2024-03-18 23:08 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.1-stable tree
 2024-03-18 23:06 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.6-stable tree
 2024-03-18 23:03 UTC 

Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.7-stable tree
 2024-03-18 22:59 UTC 

[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-03-18 20:45 UTC  (2+ messages)
` [f2fs-dev] "


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