1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/label
Zdenek Kabelac b5245d3bcc dev-cache: switch use of btree to radix_tree
Use radix_tree instead of not so well efficient btree code.

This change allows to use more efficient  'radix_tree_iterate()',
so just easily visit every stored value within the tree.

To allow simple transtion, still provide  'dev_iter()' functionality
so not every code needs immediate rewrite and can use the old iteration
(with extra allocated memory for every tree value)
2024-06-03 15:32:17 +02:00
..
hints.c dev-cache: switch use of btree to radix_tree 2024-06-03 15:32:17 +02:00
hints.h vgchange -aay: optimize device list using pvs_online files 2021-11-05 12:19:35 -05:00
label.c dev-cache: switch use of btree to radix_tree 2024-06-03 15:32:17 +02:00
label.h label: make scan_bcache local 2024-05-13 02:21:37 +02:00