1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/format_text
Zdenek Kabelac a66a09696f text_import: use radix tree to find lv_names
Replace dm_hash usage with  radix_tree to quickly find LV name
with a vg and also  index PV name with set of available PVs.
This PV index is only needed during the import, but instead
of passing 'radix_tree *' everywhere, just keep this with
a VG struct as well and once the parsing is finished, release
radix_tree.  This also makes it easier to replace this stucture
in future if needed.
2024-10-15 14:44:49 +02:00
..
archive.c cleanup: unlink passes with ENOENT 2024-05-01 10:55:17 +02:00
archiver.c cleanup: unlink passes with ENOENT 2024-05-01 10:55:17 +02:00
archiver.h build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
export.c export: use radix_tree for write formater 2024-10-15 14:44:49 +02:00
flags.c cleanup: typos in comments 2024-08-30 16:51:15 +02:00
format-text.c cleanup: typos in comments 2024-08-30 16:51:15 +02:00
format-text.h vgck: fix updatemetadata writing different descriptions 2019-10-11 12:57:32 -05:00
import_vsn1.c text_import: use radix tree to find lv_names 2024-10-15 14:44:49 +02:00
import-export.h const: _ops text_vg_version 2024-05-04 01:01:57 +02:00
import.c config_file: remove unused code 2024-07-02 16:24:12 -05:00
layout.h cleanup: typos in comments 2024-08-30 16:51:15 +02:00
text_export.h cleanup: easier print of historical lv 2021-03-10 01:11:52 +01:00
text_import.h text_import: use radix tree to find lv_names 2024-10-15 14:44:49 +02:00
text_label.c cleanup: some missed public symbols static 2024-05-13 12:58:19 +02:00