From 73c7dac1a8620a5248127f7c5259235d7bfb52b4 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 24 Oct 2024 17:28:31 +0200 Subject: [PATCH] WHATS_NEW: update --- WHATS_NEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATS_NEW b/WHATS_NEW index e69554303..0544823cf 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,8 @@ Version 2.03.28 - ================== + Replace use of dm_hash with radix_tree for lv names and uuids. + Refactor vg_validate with uniq_insert and better use of CPU caches. + Add radix_tree_uniq_insert. Update DM cache when taking next VG lock instead of dropping it. Generate json string id only for json reporting. For vgsummary use new API call dm_config_parse_only_section().