1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Zdenek Kabelac 4dc0ee8e56 export: use radix_tree for write formatter
Replace use of dm_hash with radix_tree when making PV index names.

Store just the index number itself and use pv%d for outf() string.

For lookup up a PV - use just the PV pointer itself, it's faster then
converint for it's ID to UUID format.
2024-10-22 19:36:00 +02:00
..
2024-08-30 16:51:15 +02:00
2024-08-30 16:51:15 +02:00
2024-09-27 13:42:45 +02:00
2024-08-30 16:51:15 +02:00
2024-05-27 15:16:26 +02:00
2024-08-30 16:51:15 +02:00
2018-06-08 13:40:53 +01:00
2024-08-30 16:51:15 +02:00
2024-09-30 15:00:03 +02:00
2024-08-30 16:51:15 +02:00
2024-10-22 19:36:00 +02:00
2024-09-27 13:42:45 +02:00
2024-08-30 16:51:15 +02:00
2024-06-03 15:30:05 +02:00
2024-09-26 16:25:12 +02:00
2024-05-04 01:01:57 +02:00