DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 12:39:48 to 2024-04-08 15:53:33 UTC [more...]

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

[PATCH] block: allow device to have both virt_boundary_mask and max segment size
 2024-04-08 12:48 UTC  (8+ messages)
`  "

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

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

[PATCH] kpartx: Add -N option to allow specifying a devmapping name
 2024-04-05 16:52 UTC  (2+ messages)

[PATCH] README.md: Add libmount to list of build prerequisites
 2024-04-05 16:39 UTC  (2+ messages)

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-04-05  7:02 UTC  (26+ messages)
` [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
` [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 6/9] dm-linear: "
` [RFC 7/9] selftests: block_seek_hole: add dm-linear test
` [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support

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

[PATCH] dm vdo murmurhash: remove unneeded semicolon
 2024-04-04 22:12 UTC 

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

[PATCH 00/11] multipath udev rules changes for dm rules V3
 2024-04-04 15:17 UTC  (14+ 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 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update
` [PATCH 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED

[PATCH v4 00/28] Zone write plugging
 2024-04-03  8:15 UTC  (27+ messages)
` [PATCH v4 02/28] block: Remove req_bio_endio()
` [PATCH v4 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v4 07/28] block: Introduce zone write plugging
` [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v4 17/28] null_blk: Introduce fua attribute
` [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v4 26/28] block: Remove zone write locking
` [PATCH v4 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v4 28/28] block: Do not special-case plugging of zone write operations

[PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-04-03  5:10 UTC  (5+ messages)
` [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
` [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider


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