1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/cache
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
..
lvmcache.c dev_cache: replace dm_hash with radix_tree 2024-06-21 11:28:54 +02:00
lvmcache.h cleanup: remove lvmcache_has_bad_metadata 2024-03-30 00:17:39 +01:00