1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Zdenek Kabelac cc344c3e69 dev_cache: replace dm_hash with radix_tree
For large device sets our dm_hash can produce larger amounf of mapping
collision and we would need to further increase our has size.

So instead use the radix_tree code which is immune agains growing size
of devices and uses memory more effiecently to store all the paths.
2024-06-21 11:28:54 +02:00
..
2024-06-03 15:30:05 +02:00
2020-09-18 15:10:11 -05:00
2021-03-10 01:34:27 +01:00
2024-05-04 01:01:57 +02:00
2023-07-13 21:31:18 +02:00