Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 04/11] block: remove the blk_integrity_profile structure, (continued)
- [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
- [PATCH 01/12] dm-integrity: use the nop integrity profile, Christoph Hellwig
- [PATCH 02/12] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags, Christoph Hellwig
- [PATCH 03/12] block: remove the BIP_IP_CHECKSUM flag, Christoph Hellwig
- [PATCH 04/12] block: remove the blk_integrity_profile structure, Christoph Hellwig
- [PATCH 05/12] block: remove the blk_flush_integrity call in blk_integrity_unregister, Christoph Hellwig
- [PATCH 06/12] block: factor out flag_{store,show} helper for integrity, Christoph Hellwig
- [PATCH 07/12] block: use kstrtoul in flag_store, Christoph Hellwig
- [PATCH 08/12] block: don't pretend to generate/verify for non-PI metadata, 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 11/12] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags, Christoph Hellwig
- [PATCH 12/12] block: move integrity information into queue_limits, Christoph Hellwig
- [PATCH v2 0/2] Fix DM zone resource limits stacking,
Damien Le Moal
- Re: [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support,
Christoph Hellwig
- [PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing,
Eric Biggers
- [PATCH 00/12] md: refacotor and some fixes related to sync_thread,
Yu Kuai
- [PATCH 01/12] md: rearrange recovery_flags, Yu Kuai
- [PATCH 02/12] md: add a new enum type sync_action, Yu Kuai
- [PATCH 03/12] md: add new helpers for sync_action, Yu Kuai
- [PATCH 04/12] md: factor out helper to start reshape from action_store(), Yu Kuai
- [PATCH 05/12] md: replace sysfs api sync_action with new helpers, Yu Kuai
- [PATCH 06/12] md: remove parameter check_seq for stop_sync_thread(), Yu Kuai
- [PATCH 07/12] md: don't fail action_store() if sync_thread is not registered, Yu Kuai
- [PATCH 08/12] md: use new helers in md_do_sync(), Yu Kuai
- [PATCH 09/12] md: replace last_sync_action with new enum type, Yu Kuai
- [PATCH 10/12] md: factor out helpers for different sync_action in md_do_sync(), Yu Kuai
- [PATCH 11/12] md: pass in max_sectors for pers->sync_request(), Yu Kuai
- [PATCH 12/12] md/raid5: avoid BUG_ON() while continue reshape after reassembling, Yu Kuai
- [PATCH] md/dm-raid: don't clear MD_RECOVERY_FROZEN after setting frozen,
linan666
- [PATCH v2 0/7] multipath-tools man pages: add missing information,
Benjamin Marzinski
- xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 0/4] Zone write plugging and DM zone fixes,
Damien Le Moal
- [PATCH v2] dm vdo indexer: Use swap() in swap_open_chapter(), Jiapeng Chong
- dm-verity requires WQ_UNBOUND with mxs-dcp,
Sven
- [PATCH 0/2 v4] dm-crypt support for per-sector NVMe metadata,
Mikulas Patocka
- convert newly added dm-zone code to the atomic queue commit API v3,
Christoph Hellwig
- convert newly added dm-zone code to the atomic queue commit API v2,
Christoph Hellwig
- [PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [PATCH v19 03/20] ipe: add evaluation loop, Fan Wu
- [PATCH v19 01/20] security: add ipe lsm, Fan Wu
- [PATCH v19 04/20] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [PATCH v19 02/20] ipe: add policy parser, Fan Wu
- [PATCH v19 05/20] initramfs|security: Add a security hook to do_populate_rootfs(), Fan Wu
- [PATCH v19 07/20] security: add new securityfs delete function, Fan Wu
- [PATCH v19 10/20] ipe: add permissive toggle, Fan Wu
- [PATCH v19 06/20] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [PATCH v19 12/20] dm verity: expose root hash digest and signature data to LSMs, Fan Wu
- [PATCH v19 11/20] block,lsm: add LSM blob and new LSM hooks for block device, Fan Wu
- [PATCH v19 14/20] security: add security_inode_setintegrity() hook, Fan Wu
- [PATCH v19 08/20] ipe: add userspace interface, Fan Wu
- [PATCH v19 16/20] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [PATCH v19 18/20] ipe: kunit test for parser, Fan Wu
- [PATCH v19 09/20] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [PATCH v19 17/20] scripts: add boot policy generation program, Fan Wu
- [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs, Fan Wu
- [PATCH v19 13/20] ipe: add support for dm-verity as a trust provider, Fan Wu
- [PATCH v19 20/20] MAINTAINERS: ipe: add ipe maintainer information, Fan Wu
- [PATCH v19 19/20] Documentation: add ipe documentation, Fan Wu
- [PATCH v6 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [PATCH v6 01/16] perf/core: Fix several typos, Kuan-Wei Chiu
- [PATCH v6 02/16] bcache: Fix typo, Kuan-Wei Chiu
- [PATCH v6 03/16] bcachefs: Fix typo, Kuan-Wei Chiu
- [PATCH v6 04/16] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [PATCH v6 05/16] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [PATCH v6 06/16] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [PATCH v6 07/16] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [PATCH v6 08/16] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [PATCH v6 09/16] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v6 10/16] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [PATCH v6 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [PATCH v6 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [PATCH v6 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [PATCH v6 14/16] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [PATCH v6 15/16] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [PATCH v6 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- convert newly added dm-zone code to the atomic queue commit API,
Christoph Hellwig
- [PATCHv2] block: check for max_hw_sectors underflow,
Hannes Reinecke
- [PATCH] block: check for max_hw_sectors underflow,
Hannes Reinecke
- [PATCH] dm vdo indexer: Use swap() instead of open coding it,
Jiapeng Chong
- [PATCH] block: blk_set_stacking_limits() doesn't validate,
Hannes Reinecke
- [PATCH] dm vdo: remove unused struct 'uds_attribute',
linux
- [PATCH] dm cache metadata: remove unused struct 'thunk',
linux
- [PATCH 0/2 v3] dm-crypt support for per-sector NVMe metadata,
Mikulas Patocka
- [PATCH] dm: retain stacked max_sectors when setting queue_limits,
Mike Snitzer
- [git pull] device mapper fixes for 6.10-rc1,
Mike Snitzer
- [PATCH 0/2] multipathd: accept more multipath device names,
Benjamin Marzinski
- [PATCH] tests/dm: add dm-dust general functionality test,
Bryan Gurney
- [PATCH] dm-integrity: set discard_granularity to logical block size,
Mikulas Patocka
- [PATCH v20 00/12] Implement copy offload support,
Nitesh Shetty
- Message not available
Re: [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer., Christoph Hellwig
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH v20 00/12] Implement copy offload support, Bart Van Assche
Re: [PATCH v20 00/12] Implement copy offload support, Christoph Hellwig
<Possible follow-ups>
Re: [PATCH v20 00/12] Implement copy offload support, Christoph Hellwig
[REGRESSION] dm: use queue_limits_set,
Theodore Ts'o
[PATCH 0/2] dm: mpath dm_get_device fix,
Benjamin Marzinski
Kernel namespaces for device mapper targets and block devices?,
Eric Wheeler
Re: [bug report] INFO: task mdX_resync:42168 blocked for more than 122 seconds,
Ming Lei
[PATCH v4 0/5] dm: empty flush optimization,
Yang Yang
[PATCH v3 0/5] dm: empty flush optimization,
Yang Yang
[PATCH] dm: remove unneeded kvfree from alloc_targets,
Benjamin Marzinski
Useless test in alloc_multiple_bios,
Mikulas Patocka
[RFC PATCH 0/2] dm-crypt support for per-sector NVMe metadata,
Mikulas Patocka
[git pull] device mapper changes for 6.10,
Mike Snitzer
[PATCH 0/5] dm: empty flush optimization,
Yang Yang
[RESEND PATCH v5 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
- [RESEND PATCH v5 01/16] perf/core: Fix several typos, Kuan-Wei Chiu
- [RESEND PATCH v5 02/16] bcache: Fix typo, Kuan-Wei Chiu
- [RESEND PATCH v5 03/16] bcachefs: Fix typo, Kuan-Wei Chiu
- [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface, Kuan-Wei Chiu
- [RESEND PATCH v5 05/16] lib min_heap: Add min_heap_init(), Kuan-Wei Chiu
- [RESEND PATCH v5 06/16] lib min_heap: Add min_heap_peek(), Kuan-Wei Chiu
- [RESEND PATCH v5 07/16] lib min_heap: Add min_heap_full(), Kuan-Wei Chiu
- [RESEND PATCH v5 08/16] lib min_heap: Add args for min_heap_callbacks, Kuan-Wei Chiu
- [RESEND PATCH v5 09/16] lib min_heap: Add min_heap_sift_up(), Kuan-Wei Chiu
- [RESEND PATCH v5 10/16] lib min_heap: Add min_heap_del(), Kuan-Wei Chiu
- [RESEND PATCH v5 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values, Kuan-Wei Chiu
- [RESEND PATCH v5 12/16] lib min_heap: Rename min_heapify() to min_heap_sift_down(), Kuan-Wei Chiu
- [RESEND PATCH v5 13/16] lib min_heap: Update min_heap_push() to use min_heap_sift_up(), Kuan-Wei Chiu
- [RESEND PATCH v5 14/16] lib/test_min_heap: Add test for heap_del(), Kuan-Wei Chiu
- [RESEND PATCH v5 15/16] bcache: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
- [RESEND PATCH v5 16/16] bcachefs: Remove heap-related macros and switch to generic min_heap, Kuan-Wei Chiu
[PATCH v5 00/16] treewide: Refactor heap related implementation,
Kuan-Wei Chiu
[PATCH 0/7] multipath-tools man pages: add missing information,
Benjamin Marzinski
[PATCH] md: Reduce flag condition, Tse-Chia.Chang
[PATCH RFC md-6.10 0/9] md: refactor and cleanup for sync action,
Yu Kuai
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]