DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 07:29:32 to 2024-03-20 04:44:01 UTC [more...]

[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] dm: make sure to wait for all dispatched requests in __dm_suspend()
 2024-03-20  3:03 UTC  (6+ messages)

[RFC PATCH v15 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-03-20  2:19 UTC  (34+ messages)
` [RFC PATCH v15 01/21] security: add ipe lsm
` [RFC PATCH v15 02/21] ipe: add policy parser
` [RFC PATCH v15 03/21] ipe: add evaluation loop
` [RFC PATCH v15 04/21] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v15 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v15 06/21] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v15 07/21] security: add new securityfs delete function
` [RFC PATCH v15 08/21] ipe: add userspace interface
` [RFC PATCH v15 09/21] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v15 10/21] ipe: add permissive toggle
` [RFC PATCH v15 11/21] block|security: add LSM blob to block_device
` [RFC PATCH v15 12/21] security: add security_bdev_setintegrity() hook
  ` [PATCH RFC "
` [RFC PATCH v15 13/21] dm: add finalize hook to target_type
` [RFC PATCH v15 14/21] dm verity: consume root hash digest and signature data via LSM hook
  ` [PATCH RFC "
` [RFC PATCH v15 15/21] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v15 16/21] security: add security_inode_setintegrity() hook
  ` [PATCH RFC "
` [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 19/21] scripts: add boot policy generation program
` [RFC PATCH v15 20/21] ipe: kunit test for parser
` [RFC PATCH v15 21/21] documentation: add ipe documentation

+ 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 v4 00/39] dm vdo: add the dm-vdo deduplication and compression DM target
 2024-03-19  1:14 UTC  (6+ messages)
` [PATCH v4 02/39] dm vdo: add the MurmurHash3 fast hashing algorithm

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] "

[PATCH] dm-integrity: fix a memory leak when rechecking the data
 2024-03-18 17:35 UTC 

[git pull] device mapper changes for 6.9
 2024-03-13 17:04 UTC  (5+ messages)
` [git pull] device mapper changes to switch to BH workqueue "
` [git pull] device mapper changes to add VDO target "

[git pull v2] device mapper changes for 6.9
 2024-03-13 17:04 UTC  (2+ messages)

[GIT PULL] Block updates for 6.9-rc1
 2024-03-13 13:11 UTC  (8+ messages)

[REGRESSION] LVM-on-LVM: error while submitting device barriers
 2024-03-12 22:54 UTC  (15+ messages)
              `  "

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-12 20:07 UTC  (36+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 02/19] ipe: add policy parser
` [RFC PATCH v14 03/19] ipe: add evaluation loop
` [RFC PATCH v14 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

[PATCH] dm: call the resume method on internal suspend
 2024-03-11 14:06 UTC 

[PATCH] dm: set the correct discard_sectors limit
 2024-03-11 13:04 UTC  (3+ messages)
`  "

[PATCH] dm vdo doc: document metadata size
 2024-03-07 22:42 UTC 

remove calls to blk_queue_max_integrity_segments
 2024-03-06 21:57 UTC  (6+ messages)
` [PATCH 1/3] nvdimm: remove nd_integrity_init
` [PATCH 2/3] nvdimm/btt: always set max_integrity_segments
` [PATCH 3/3] dm-integrity: set max_integrity_segments in dm_integrity_io_hints

[GIT PULL] md-6.9 20240305
 2024-03-06 18:16 UTC  (5+ messages)

[PATCH md-6.8 v2 0/9] dm-raid, md/raid: fix v6.7 regressions part2
 2024-03-06 16:39 UTC  (14+ messages)
` [PATCH md-6.8 v2 1/9] md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
` [PATCH md-6.8 v2 2/9] md: export helpers to stop sync_thread
` [PATCH md-6.8 v2 3/9] md: export helper md_is_rdwr()
` [PATCH md-6.8 v2 4/9] md: add a new helper reshape_interrupted()
` [PATCH md-6.8 v2 5/9] dm-raid: really frozen sync_thread during suspend
` [PATCH md-6.8 v2 6/9] md/dm-raid: don't call md_reap_sync_thread() directly
` [PATCH md-6.8 v2 7/9] dm-raid: add a new helper prepare_suspend() in md_personality
` [PATCH md-6.8 v2 8/9] dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
` [PATCH md-6.8 v2 9/9] dm-raid: fix lockdep waring in "pers->hot_add_disk"

[PATCH v2 0/7] device mapper udev rules rework
 2024-03-05 21:17 UTC  (10+ messages)
` [PATCH v2 1/7] 13-dm-disk.rules: import ID_FS_TYPE
` [PATCH v2 2/7] 10-dm.rules: test DISK_RO after importing properties
` [PATCH v2 3/7] 10-dm-rules: don't restore DM_UDEV_DISABLE_OTHER_RULES_FLAG from db
` [PATCH v2 4/7] 11-dm-lvm.rules: "
` [PATCH v2 5/7] dm udev rules: don't export and save DM_SUSPENDED
` [PATCH v2 6/7] dm udev rules: don't export and save DM_NOSCAN
` [PATCH v2 7/7] 10-dm.rules: bump DM_UDEV_RULES_VSN to 3

[GIT PULL] md-6.8 20240305
 2024-03-05 20:30 UTC  (4+ messages)

[RFC PATCH 0/7] device mapper udev rules rework
 2024-03-05  9:28 UTC  (17+ messages)
` [RFC PATCH 2/7] 10-dm.rules: don't deactivate devices for DISK_RO=1
` [RFC PATCH 5/7] dm udev rules: don't export and save DM_SUSPENDED
` [RFC PATCH 7/7] 10-dm.rules: bump DM_UDEV_RULES_VSN to 3


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