Linux Device-Mapper Development
[Prev Page][Next Page]
- Re: [PATCH v6 12/28] dm: Use the block layer zone append emulation, (continued)
- [PATCH v6 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v6 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v6 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v6 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v6 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v6 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v6 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v6 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v6 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v6 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v6 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v6 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v6 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v6 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v6 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v6 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: [PATCH v6 00/28] Zone write plugging, Dennis Maisenbacher
- Re: [PATCH v6 00/28] Zone write plugging, Martin K. Petersen
- [PATCH] kpartx: Add -N option to allow specifying a devmapping name,
Glenn Washburn
- [PATCH] README.md: Add libmount to list of build prerequisites,
Glenn Washburn
- [PATCH] dm vdo murmurhash: remove unneeded semicolon, Matthew Sakai
- [PATCH v2 00/11] multipath udev rules changes for dm rules V3,
Martin Wilck
- [PATCH v2 01/11] 11-dm-mpath.rules: explain logic for device becoming ready while suspended, Martin Wilck
- [PATCH v2 02/11] 11-dm-mpath.rules: don't import DM_NOSCAN from udev db, Martin Wilck
- [PATCH v2 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update, Martin Wilck
- [PATCH v2 03/11] 11-dm-mpath.rules: don't import ID_FS_VERSION from udev db, Martin Wilck
- [PATCH v2 06/11] 11-dm-mpath.rules: don't import properties with new 13-dm-disk.rules, Martin Wilck
- [PATCH v2 05/11] 11-dm-mpath.rules: adapt coldplug event handling ro 10-dm.rules update, Martin Wilck
- [PATCH v2 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED, Martin Wilck
- [PATCH v2 09/11] 11-dm-mpath.rules: simplify PATH_FAILED case, Martin Wilck
- [PATCH v2 08/11] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN, Martin Wilck
- [PATCH v2 10/11] 11-dm-mpath.rules: make label names more intuitive, Martin Wilck
- [PATCH v2 11/11] kpartx.rules: ignore DM_SUSPENDED, Martin Wilck
- [PATCH v5 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v5 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v5 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v5 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v5 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v5 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v5 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v5 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v5 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v5 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v5 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v5 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v5 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v5 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: [PATCH v5 00/28] Zone write plugging, Hans Holmberg
- [PATCH v4 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v4 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v4 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v4 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v4 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v4 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v4 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v4 08/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v4 09/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v4 10/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v4 12/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v4 13/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v4 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v4 15/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v4 16/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v4 17/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v4 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v4 19/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v4 20/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v4 21/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v4 22/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v4 23/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v4 24/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v4 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v4 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v4 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- [PATCH v4 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- Re: [PATCH v4 00/28] Zone write plugging, Hans Holmberg
- [PATCH] multipathd: make multipathd set priority to RLIMIT_RTPRIO,
Benjamin Marzinski
- [git pull] device mapper fixes for 6.9-rc2,
Mike Snitzer
- [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support,
Stefan Hajnoczi
- [RFC 1/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support, Stefan Hajnoczi
- [RFC 2/9] loop: add llseek(SEEK_HOLE/SEEK_DATA) support, Stefan Hajnoczi
- [RFC 3/9] selftests: block_seek_hole: add loop block driver tests, Stefan Hajnoczi
- [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support, Stefan Hajnoczi
- [RFC 5/9] selftests: block_seek_hole: add dm-zero test, Stefan Hajnoczi
- [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support, Stefan Hajnoczi
- [RFC 7/9] selftests: block_seek_hole: add dm-linear test, Stefan Hajnoczi
- [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support, Stefan Hajnoczi
- [RFC 9/9] selftests: block_seek_hole: add dm-thin test, Stefan Hajnoczi
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support, Eric Blake
- Re: [RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support, Christoph Hellwig
- [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [PATCH v16 01/20] security: add ipe lsm, Fan Wu
- [PATCH v16 04/20] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [PATCH v16 02/20] ipe: add policy parser, Fan Wu
- [PATCH v16 03/20] ipe: add evaluation loop, Fan Wu
- [PATCH v16 05/20] initramfs|security: Add a security hook to do_populate_rootfs(), Fan Wu
- [PATCH v16 06/20] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [PATCH v16 10/20] ipe: add permissive toggle, Fan Wu
- [PATCH v16 07/20] security: add new securityfs delete function, Fan Wu
- [PATCH v16 12/20] dm: add finalize hook to target_type, Fan Wu
- [PATCH v16 08/20] ipe: add userspace interface, Fan Wu
- [PATCH v16 15/20] security: add security_inode_setintegrity() hook, Fan Wu
- [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [PATCH v16 14/20] ipe: add support for dm-verity as a trust provider, Fan Wu
- [PATCH v16 13/20] dm verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook, Fan Wu
- [PATCH v16 18/20] scripts: add boot policy generation program, Fan Wu
- [PATCH v16 19/20] ipe: kunit test for parser, Fan Wu
- [PATCH v16 11/20] block|security: add LSM blob to block_device, Fan Wu
- [PATCH v16 09/20] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [PATCH v16 20/20] documentation: add ipe documentation, Fan Wu
- Re: [PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE), Jarkko Sakkinen
- [PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare,
Arnd Bergmann
- add a bio_list_merge_init helper,
Christoph Hellwig
- [PATCH v3 00/30] Zone write plugging,
Damien Le Moal
- [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio(), Damien Le Moal
- [PATCH v3 02/30] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v3 03/30] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v3 05/30] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v3 06/30] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v3 07/30] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v3 08/30] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v3 09/30] block: Pre-allocate zone write plugs, Damien Le Moal
- [PATCH v3 10/30] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v3 12/30] block: Implement zone append emulation, Damien Le Moal
- [PATCH v3 13/30] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v3 14/30] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v3 15/30] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH v3 19/30] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v3 24/30] block: Remove elevator required features, Damien Le Moal
- [PATCH v3 25/30] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry, Damien Le Moal
- [PATCH v3 28/30] block: Remove zone write locking, Damien Le Moal
- [PATCH v3 29/30] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v3 30/30] block: Do not special-case plugging of zone write operations, Damien Le Moal
- Re: (subset) [PATCH v3 00/30] Zone write plugging, Jens Axboe
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 5.4-stable tree, Sasha Levin
- FAILED: Patch "dm snapshot: fix lockup in dm_exception_table_exit" failed to apply to 4.19-stable tree, Sasha Levin
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 4.19-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 4.19-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 5.10-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 5.4-stable tree, Sasha Levin
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 5.10-stable tree, Sasha Levin
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 5.15-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 5.15-stable tree, Sasha Levin
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 6.1-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 6.1-stable tree, Sasha Levin
- FAILED: Patch "dm-raid: really frozen sync_thread during suspend" failed to apply to 6.6-stable tree, Sasha Levin
- FAILED: Patch "md/dm-raid: don't call md_reap_sync_thread() directly" failed to apply to 6.6-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 4.19-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 5.4-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 5.4-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 5.10-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 5.10-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 5.15-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 5.15-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.7-stable tree, Sasha Levin
- 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, Sasha Levin
- Patch "md/dm-raid: don't call md_reap_sync_thread() directly" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm-raid: add a new helper prepare_suspend() in md_personality" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm-raid: really frozen sync_thread during suspend" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm snapshot: fix lockup in dm_exception_table_exit" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm-raid: fix lockdep waring in "pers->hot_add_disk"" has been added to the 6.8-stable tree, Sasha Levin
- 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, Sasha Levin
- Patch "dm-raid: add a new helper prepare_suspend() in md_personality" has been added to the 6.8-stable tree, Sasha Levin
- Patch "md/dm-raid: don't call md_reap_sync_thread() directly" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm-raid: really frozen sync_thread during suspend" has been added to the 6.8-stable tree, Sasha Levin
- [merged mm-hotfixes-stable] maintainers-remove-incorrect-m-tag-for-dm-devel-listslinuxdev.patch removed from -mm tree, Andrew Morton
- [PATCH v2] dm vdo: use kernel byteswapping routines instead of GCC ones, Matthew Sakai
- [PATCH v2 00/28] Zone write plugging,
Damien Le Moal
- [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio(), Damien Le Moal
- [PATCH v2 02/28] block: Remove req_bio_endio(), Damien Le Moal
- [PATCH v2 14/28] scsi: sd: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v2 04/28] block: Introduce bio_straddle_zones() and bio_offset_from_zone_start(), Damien Le Moal
- [PATCH v2 05/28] block: Allow using bio_attempt_back_merge() internally, Damien Le Moal
- [PATCH v2 10/28] block: Allow zero value of max_zone_append_sectors queue limit, Damien Le Moal
- [PATCH v2 09/28] block: Fake max open zones limit when there is no limit, Damien Le Moal
- [PATCH v2 07/28] block: Introduce zone write plugging, Damien Le Moal
- [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs, Damien Le Moal
- [PATCH v2 11/28] block: Implement zone append emulation, Damien Le Moal
- [PATCH v2 06/28] block: Remember zone capacity when revalidating zones, Damien Le Moal
- [PATCH v2 13/28] dm: Use the block layer zone append emulation, Damien Le Moal
- [PATCH v2 15/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v2 19/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap, Damien Le Moal
- [PATCH v2 18/28] null_blk: Introduce fua attribute, Damien Le Moal
- [PATCH v2 20/28] block: Remove BLK_STS_ZONE_RESOURCE, Damien Le Moal
- [PATCH v2 21/28] block: Simplify blk_revalidate_disk_zones() interface, Damien Le Moal
- [PATCH v2 22/28] block: mq-deadline: Remove support for zone write locking, Damien Le Moal
- [PATCH v2 23/28] block: Remove elevator required features, Damien Le Moal
- [PATCH v2 26/28] block: Remove zone write locking, Damien Le Moal
- [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED, Damien Le Moal
- [PATCH v2 24/28] block: Do not check zone type in blk_check_zone_append(), Damien Le Moal
- [PATCH v2 28/28] block: Do not special-case plugging of zone write operations, Damien Le Moal
- [PATCH v2 01/28] block: Restore sector of flush requests, Damien Le Moal
- [PATCH v2 16/28] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature, Damien Le Moal
- [PATCH v2 25/28] block: Move zone related debugfs attribute to blk-zoned.c, Damien Le Moal
- [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute, Damien Le Moal
- [PATCH 00/11] multipath udev rules changes for dm rules V3,
Martin Wilck
- [PATCH 01/11] 11-dm-mpath.rules: don't set MPATH_DEVICE_READY=0 for suspended devices, Martin Wilck
- [PATCH 02/11] 11-dm-mpath.rules: don't import DM_NOSCAN from udev db, Martin Wilck
- [PATCH 03/11] 11-dm-mpath.rules: don't import ID_FS_VERSION from udev db, Martin Wilck
- [PATCH 04/11] 11-dm-mpath.rules: adapt MPATH_DEVICE_READY=0 logic to 10-dm.rules update, Martin Wilck
- [PATCH 05/11] 11-dm-mpath.rules: adapt coldplug event handling ro 10-dm.rules update, Martin Wilck
- [PATCH 07/11] 11-dm-mpath.rules: replace DM_SUSPENDED by .DM_SUSPENDED, Martin Wilck
- [PATCH 06/11] 11-dm-mpath.rules: don't import properties with new 13-dm-disk.rules, Martin Wilck
- [PATCH 08/11] 11-dm-mpath.rules: replace DM_NOSCAN by .DM_NOSCAN, Martin Wilck
- [PATCH 09/11] 11-dm-mpath.rules: simplify PATH_FAILED case, Martin Wilck
- [PATCH 11/11] kpartx.rules: ignore DM_SUSPENDED, Martin Wilck
- [PATCH 10/11] 11-dm-mpath.rules: make label names more intuitive, Martin Wilck
- Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm io: Support IO priority" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm: address indent/space issues" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm io: Support IO priority" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm io: Support IO priority" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm io: Support IO priority" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 4.19-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 4.19-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 5.4-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.4-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 5.10-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.10-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 5.15-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 5.15-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.7-stable tree, Sasha Levin
- Patch "dm: call the resume method on internal suspend" has been added to the 6.8-stable tree, Sasha Levin
- Patch "dm raid: fix false positive for requeue needed during reshape" has been added to the 6.8-stable tree, Sasha Levin
- [git pull] device mapper fixes for 6.9-rc1,
Mike Snitzer
- [PATCH] dm-integrity: align the outgoing bio in integrity_recheck,
Mikulas Patocka
- Re: block: fail unaligned bio from submit_bio_noacct(),
Mike Snitzer
- regression: mdadm detects dm-device as partition,
Mateusz Kusiak
- Cannot create dm-linear or dm-crypt mapping on scsi or mmc block device if mapping already exists on partition of device, Glenn Washburn
- [PATCH] dm vdo: use kernel byteswapping routines instead of GCC ones,
Matthew Sakai
- [PATCH] dm snapshot: add cond_resched to dm_exception_table_exit, Mikulas Patocka
- [PATCH v2 00/15] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v2 01/15] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v2 02/15] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v2 03/15] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v2 04/15] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v2 05/15] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v2 06/15] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH v2 07/15] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v2 08/15] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing, Kuan-Wei Chiu
- [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v2 15/15] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- Re: [PATCH v2 00/15] treewide: Refactor heap related implementation, Kent Overstreet
- + maintainers-remove-incorrect-m-tag-for-dm-devel-listslinuxdev.patch added to mm-hotfixes-unstable branch, Andrew Morton
- [PATCH] MAINTAINERS: Remove incorrect M: tag for dm-devel@xxxxxxxxxxxxxxx, Kuan-Wei Chiu
- [PATCH 00/13] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH 01/13] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH 02/13] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH 03/13] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH 04/13] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH 05/13] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH 06/13] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH 07/13] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH 10/13] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH 11/13] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH 12/13] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- Re: [PATCH 00/13] treewide: Refactor heap related implementation, Kent Overstreet
- Re: [RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode,
Matthew Sakai
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 4.19-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.4-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.10-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 5.15-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.1-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.6-stable tree, Sasha Levin
- Patch "dm-verity, dm-crypt: align "struct bvec_iter" correctly" has been added to the 6.7-stable tree, Sasha Levin
- [PATCH] dm-integrity: fix a memory leak when rechecking the data, Mikulas Patocka
- [RFC PATCH v15 00/21] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [RFC PATCH v15 03/21] ipe: add evaluation loop, Fan Wu
- [RFC PATCH v15 02/21] ipe: add policy parser, Fan Wu
- [RFC PATCH v15 04/21] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [RFC PATCH v15 01/21] security: add ipe lsm, Fan Wu
- [RFC PATCH v15 07/21] security: add new securityfs delete function, Fan Wu
- [RFC PATCH v15 06/21] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [RFC PATCH v15 13/21] dm: add finalize hook to target_type, Fan Wu
- [RFC PATCH v15 08/21] ipe: add userspace interface, Fan Wu
- [RFC PATCH v15 10/21] ipe: add permissive toggle, Fan Wu
- [RFC PATCH v15 12/21] security: add security_bdev_setintegrity() hook, Fan Wu
- [RFC PATCH v15 09/21] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [RFC PATCH v15 14/21] dm verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [RFC PATCH v15 05/21] initramfs|security: Add a security hook to do_populate_rootfs(), Fan Wu
- [RFC PATCH v15 17/21] fsverity: consume builtin signature via LSM hook, Fan Wu
- [RFC PATCH v15 19/21] scripts: add boot policy generation program, Fan Wu
- [RFC PATCH v15 11/21] block|security: add LSM blob to block_device, Fan Wu
- [RFC PATCH v15 18/21] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [RFC PATCH v15 16/21] security: add security_inode_setintegrity() hook, Fan Wu
- [RFC PATCH v15 20/21] ipe: kunit test for parser, Fan Wu
- [RFC PATCH v15 15/21] ipe: add support for dm-verity as a trust provider, Fan Wu
- [RFC PATCH v15 21/21] documentation: add ipe documentation, Fan Wu
- [RFC Patch] dm: make sure to wait for all dispatched requests in __dm_suspend(),
Martin Wilck
- Re: [GIT PULL] Block updates for 6.9-rc1,
Mike Snitzer
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]