Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 14/44] libmpathutil: add cleanup_vector(), (continued)
- [PATCH 14/44] libmpathutil: add cleanup_vector(), Martin Wilck
- [PATCH 15/44] libmultipath: add cleanup helpers for struct multipath, Martin Wilck
- [PATCH 17/44] libmultipath: add libmp_mapinfo(), Martin Wilck
- [PATCH 16/44] libmultipath: add cleanup_dm_task(), and use it in devmapper.c, Martin Wilck
- [PATCH 19/44] libmultipath: implement dm_get_info() and dm_map_present() with new API, Martin Wilck
- [PATCH 21/44] libmultipath: is_mpath_part(): improve parsing, Martin Wilck
- [PATCH 20/44] libmultipath: remove dm_get_prefixed_uuid(), Martin Wilck
- [PATCH 18/44] libmultipath tests: add tests for libmp_mapinfo(), Martin Wilck
- [PATCH 23/44] libmultipath: improve dm_get_wwid() return value logic, Martin Wilck
- [PATCH 22/44] libmultipath: rename dm_get_uuid() -> dm_get_wwid(), Martin Wilck
- [PATCH 24/44] libmultipath: reimplement dm_map_name() with new API, Martin Wilck
- [PATCH 25/44] libmultipath: reimplement dm_map_present_by_uuid(), Martin Wilck
- [PATCH 26/44] libmultipath: reimplement dm_get_opencount() with new API, Martin Wilck
- [PATCH 27/44] libmpathpersist: skip redundant dm_map_present() call, Martin Wilck
- [PATCH 28/44] libmultipath: implement dm_is_mpath() with new API, Martin Wilck
- [PATCH 29/44] libmultipath: implement dm_get_multipath() with new API, Martin Wilck
- [PATCH 31/44] libmultipath: add is_mpath_uuid() helper, Martin Wilck
- [PATCH 30/44] libmultipath: use libmp_mapinfo() in _dm_flush_map(), Martin Wilck
- [PATCH 32/44] libmultipath: add is_mpath_part_uuid() helper, Martin Wilck
- [PATCH 33/44] libmultipath: add dmp_errstr() helper, Martin Wilck
- [PATCH 34/44] libmultipath: use libmp_mapinfo() in do_foreach_partmaps(), Martin Wilck
- [PATCH 35/44] libmultipath: use libmp_pathinfo() in update_multipath_table(), Martin Wilck
- [PATCH 37/44] libmultipath: drop extra call to dm_map_present() in domap(), Martin Wilck
- [PATCH 36/44] libmultipath: update mpp->dmi in update_multipath_table(), Martin Wilck
- [PATCH 38/44] libmultipath: split off update_multipath_table__(), Martin Wilck
- [PATCH 40/44] multipathd: implement add_map_without_path() with libmp_mapinfo(), Martin Wilck
- [PATCH 39/44] multipath: implement check_usable_paths() with libmp_pathinfo(), Martin Wilck
- [PATCH 41/44] libmultipath: simplify dm_get_maps(), Martin Wilck
- [PATCH 42/44] llibmultipath: fix return code check for dm_is_suspended(), Martin Wilck
- [PATCH 44/44] libmpathpersist: use mpp->alias in do_mpath_persistent_reserve_out(), Martin Wilck
- [PATCH 43/44] libmpathpersist: use libmp_mapinfo() in get_mpvec(), Martin Wilck
- Re: [PATCH 00/44] multipath-tools: devmapper API refactored, Benjamin Marzinski
- [PATCH] dm-table:fix zone block_device not aligned with zonesize,
Li Dong
- [no subject], Unknown
- [PATCH v2 0/5] Remove zone reset all emulation,
Damien Le Moal
- [PATCH 0/5] Remove zone reset all emulation,
Damien Le Moal
- [PATCH 5/5] block: Remove blk_alloc_zone_bitmap(), Damien Le Moal
[PATCH 0/2] Remove unused dm_target fields,
Damien Le Moal
[PATCH] dm-verity: fix dm_is_verity_target() when dm-verity is builtin,
Eric Biggers
VDO fixes for 6.11, Matthew Sakai
[PATCH v2] dm-verity: provide dma_alignment limit in io_hints,
Eric Biggers
[PATCH] dm-crypt: limit the size of encryption requests, Mikulas Patocka
[PATCH 0/7] dm-verity cleanups and optimizations,
Eric Biggers
[no subject], Unknown
dm-crypt performance regression due to workqueue changes,
Mikulas Patocka
[PATCH 2/2] dm-integrity: introduce the Inline mode,
Mikulas Patocka
[PATCH 1/2] dm: introduce the target flag mempool_needs_integrity, Mikulas Patocka
md: set md-specific flags for all queue limits, Christoph Hellwig
[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement,
kernel test robot
[PATCH] dm: stop using blk_limits_io_{min,opt}, Christoph Hellwig
[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression,
kernel test robot
Re: blktests dm/002 always fails for me,
Shinichiro Kawasaki
[PATCH v2] multipath: display the correct configuration when dumpping config,
303146950
[PATCH v6 00/15] Optimize dm-verity and fsverity using multibuffer hashing,
Eric Biggers
- [PATCH v6 01/15] crypto: shash - add support for finup_mb, Eric Biggers
- [PATCH v6 02/15] crypto: testmgr - generate power-of-2 lengths more often, Eric Biggers
- [PATCH v6 03/15] crypto: testmgr - add tests for finup_mb, Eric Biggers
- [PATCH v6 04/15] crypto: x86/sha256-ni - add support for finup_mb, Eric Biggers
- [PATCH v6 05/15] crypto: arm64/sha256-ce - add support for finup_mb, Eric Biggers
- [PATCH v6 06/15] fsverity: improve performance by using multibuffer hashing, Eric Biggers
- [PATCH v6 07/15] dm-verity: move hash algorithm setup into its own function, Eric Biggers
- [PATCH v6 08/15] dm-verity: move data hash mismatch handling into its own function, Eric Biggers
- [PATCH v6 09/15] dm-verity: make real_digest and want_digest fixed-length, Eric Biggers
- [PATCH v6 10/15] dm-verity: provide dma_alignment limit in io_hints, Eric Biggers
- [PATCH v6 11/15] dm-verity: always "map" the data blocks, Eric Biggers
- [PATCH v6 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request, Eric Biggers
- [PATCH v6 13/15] dm-verity: hash blocks with shash import+finup when possible, Eric Biggers
- [PATCH v6 14/15] dm-verity: reduce scope of real and wanted digests, Eric Biggers
- [PATCH v6 15/15] dm-verity: improve performance by using multibuffer hashing, Eric Biggers
[PATCH] multipath: do not change configuration when dumpping config, 303146950
[PATCH] dm init: Handle minors larger than 255, Benjamin Marzinski
[Patch v9 00/10] block atomic writes,
John Garry
- [Patch v9 02/10] block: Generalize chunk_sectors support as boundary support, John Garry
- [Patch v9 01/10] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [Patch v9 04/10] fs: Add initial atomic write support info to statx, John Garry
- [Patch v9 03/10] fs: Initial atomic write support, John Garry
- [Patch v9 07/10] block: Add fops atomic write support, John Garry
- [Patch v9 06/10] block: Add atomic write support for statx, John Garry
- [Patch v9 08/10] scsi: sd: Atomic write support, John Garry
- [Patch v9 05/10] block: Add core atomic write support, John Garry
- [Patch v9 10/10] nvme: Atomic write support, John Garry
- [Patch v9 09/10] scsi: scsi_debug: Atomic write support, John Garry
- Re: [Patch v9 00/10] block atomic writes, Jens Axboe
misc queue_limits fixups,
Christoph Hellwig
[PATCH] dm verity: add support for signature verification with platform keyring,
luca . boccassi
move features flags into queue_limits v2,
Christoph Hellwig
- [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 02/26] sd: remove sd_is_zoned, Christoph Hellwig
- [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 06/26] loop: regularize upgrading the block size for direct I/O, Christoph Hellwig
- [PATCH 07/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_writes flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the features field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the features field, Christoph Hellwig
- Re: move features flags into queue_limits v2, Jens Axboe
[PATCH 0/3] dm_io cleanup,
Benjamin Marzinski
[PATCH v2] dm: Add support for escaped characters in str_field_delimit(),
Abhinav Jain
[PATCH v3] dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume, Benjamin Marzinski
move integrity settings to queue_limits v3,
Christoph Hellwig
- [PATCH 01/12] block: initialize integrity buffer to zero before writing it to media, Christoph Hellwig
- [PATCH 02/12] md/raid0: don't free conf on raid0_run failure, Christoph Hellwig
- [PATCH 03/12] md/raid1: don't free conf on raid0_run failure, Christoph Hellwig
- [PATCH 04/12] dm-integrity: use the nop integrity profile, Christoph Hellwig
- [PATCH 06/12] block: remove the blk_flush_integrity call in blk_integrity_unregister, Christoph Hellwig
- [PATCH 05/12] block: remove the blk_integrity_profile structure, Christoph Hellwig
- [PATCH 08/12] block: use kstrtoul in flag_store, Christoph Hellwig
- [PATCH 09/12] block: don't require stable pages for non-PI metadata, Christoph Hellwig
- [PATCH 10/12] block: bypass the STABLE_WRITES flag for protection information, Christoph Hellwig
- [PATCH 07/12] block: factor out flag_{store,show} helper for integrity, Christoph Hellwig
- [PATCH 11/12] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags, Christoph Hellwig
- [PATCH 12/12] block: move integrity information into queue_limits, Christoph Hellwig
- Re: move integrity settings to queue_limits v3, Jens Axboe
- Re: move integrity settings to queue_limits v3, Jens Axboe
[PATCH v2] dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume,
Benjamin Marzinski
[PATCH] multipath.conf.5: fix the description of prio_args for path_latency prio,
303146950
[PATCH] dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume,
Benjamin Marzinski
[PATCH v2 md-6.11 00/12] md: refacotor and some fixes related to sync_thread,
Yu Kuai
- [PATCH v2 md-6.11 01/12] md: rearrange recovery_flags, Yu Kuai
- [PATCH v2 md-6.11 02/12] md: add a new enum type sync_action, Yu Kuai
- [PATCH v2 md-6.11 03/12] md: add new helpers for sync_action, Yu Kuai
- [PATCH v2 md-6.11 04/12] md: factor out helper to start reshape from action_store(), Yu Kuai
- [PATCH v2 md-6.11 05/12] md: replace sysfs api sync_action with new helpers, Yu Kuai
- [PATCH v2 md-6.11 06/12] md: remove parameter check_seq for stop_sync_thread(), Yu Kuai
- [PATCH v2 md-6.11 08/12] md: use new helers in md_do_sync(), Yu Kuai
- [PATCH v2 md-6.11 09/12] md: replace last_sync_action with new enum type, Yu Kuai
- [PATCH v2 md-6.11 07/12] md: don't fail action_store() if sync_thread is not registered, Yu Kuai
- [PATCH v2 md-6.11 10/12] md: factor out helpers for different sync_action in md_do_sync(), Yu Kuai
- [PATCH v2 md-6.11 11/12] md: pass in max_sectors for pers->sync_request(), Yu Kuai
- [PATCH v2 md-6.11 12/12] md/raid5: avoid BUG_ON() while continue reshape after reassembling, Yu Kuai
- Re: [PATCH v2 md-6.11 00/12] md: refacotor and some fixes related to sync_thread, Paul Menzel
kernel WARNING on lvm2 testsuite due to MD recovery running,
Benjamin Marzinski
move features flags into queue_limits,
Christoph Hellwig
- [PATCH 01/26] sd: fix sd_is_zoned, Christoph Hellwig
- [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O, Christoph Hellwig
- [PATCH 06/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_write flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the feature field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the feature field, Christoph Hellwig
[PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing,
Eric Biggers
- [PATCH v5 01/15] crypto: shash - add support for finup_mb, Eric Biggers
- [PATCH v5 02/15] crypto: testmgr - generate power-of-2 lengths more often, Eric Biggers
- [PATCH v5 03/15] crypto: testmgr - add tests for finup_mb, Eric Biggers
- [PATCH v5 04/15] crypto: x86/sha256-ni - add support for finup_mb, Eric Biggers
- [PATCH v5 05/15] crypto: arm64/sha256-ce - add support for finup_mb, Eric Biggers
- [PATCH v5 06/15] fsverity: improve performance by using multibuffer hashing, Eric Biggers
- [PATCH v5 07/15] dm-verity: move hash algorithm setup into its own function, Eric Biggers
- [PATCH v5 08/15] dm-verity: move data hash mismatch handling into its own function, Eric Biggers
- [PATCH v5 09/15] dm-verity: make real_digest and want_digest fixed-length, Eric Biggers
- [PATCH v5 10/15] dm-verity: provide dma_alignment limit in io_hints, Eric Biggers
- [PATCH v5 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request, Eric Biggers
- [PATCH v5 11/15] dm-verity: always "map" the data blocks, Eric Biggers
- [PATCH v5 13/15] dm-verity: hash blocks with shash import+finup when possible, Eric Biggers
- [PATCH v5 15/15] dm-verity: improve performance by using multibuffer hashing, Eric Biggers
- [PATCH v5 14/15] dm-verity: reduce scope of real and wanted digests, Eric Biggers
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Ard Biesheuvel
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Sami Tolvanen
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Mikulas Patocka
[PATCH v8 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
[PATCH 0/2] dm raid: fix stripe adding reshape size issues,
heinzm
[PATCH v8 00/10] block atomic writes,
John Garry
- [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support, John Garry
- [PATCH v8 06/10] block: Add atomic write support for statx, John Garry
- [PATCH v8 03/10] fs: Initial atomic write support, John Garry
- [PATCH v8 05/10] block: Add core atomic write support, John Garry
- [PATCH v8 04/10] fs: Add initial atomic write support info to statx, John Garry
- [PATCH v8 10/10] nvme: Atomic write support, John Garry
- [PATCH v8 07/10] block: Add fops atomic write support, John Garry
- [PATCH v8 08/10] scsi: sd: Atomic write support, John Garry
- [PATCH v8 09/10] scsi: scsi_debug: Atomic write support, John Garry
- Re: [PATCH v8 00/10] block atomic writes, Martin K. Petersen
[PATCH v7 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
[PATCH] dm: Add support for escaped characters in str_field_delimit(),
Abhinav Jain
move integrity settings to queue_limits v2,
Christoph Hellwig
- [PATCH 01/11] dm-integrity: use the nop integrity profile, Christoph Hellwig
- [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags, Christoph Hellwig
- [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag, Christoph Hellwig
- [PATCH 04/11] block: remove the blk_integrity_profile structure, Christoph Hellwig
- [PATCH 05/11] block: remove the blk_flush_integrity call in blk_integrity_unregister, Christoph Hellwig
- [PATCH 06/11] block: factor out flag_{store,show} helper for integrity, Christoph Hellwig
- [PATCH 07/11] block: use kstrtoul in flag_store, Christoph Hellwig
- [PATCH 08/11] block: don't require stable pages for non-PI metadata, Christoph Hellwig
- [PATCH 09/11] block: bypass the STABLE_WRITES flag for protection information, Christoph Hellwig
- [PATCH 10/11] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags, Christoph Hellwig
- [PATCH 11/11] block: move integrity information into queue_limits, Christoph Hellwig
- Re: move integrity settings to queue_limits v2, Mike Snitzer
[PATCH] block: Optimize disk zone resource cleanup,
Damien Le Moal
[PATCH v6 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
[PATCH v5 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
Re: [PATCH v20 03/12] block: add copy offload support, Christoph Hellwig
[PATCH 0/7] multipath-tools: cli_add_map cleanup and misc fixes,
Benjamin Marzinski
Reproducible system lockup, extracting files into XFS on dm-raid5 on dm-integrity on HDD,
Zack Weinberg
[PATCH v4 0/3] Fix DM zone resource limits stacking,
Damien Le Moal
[PATCH v3 0/2] Fix DM zone resource limits stacking,
Damien Le Moal
move integrity settings to queue_limits,
Christoph Hellwig
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]