]> sourceware.org Git - lvm2.git/commit
Add internal cache holding a 'hint' list of the PVs belonging to each VG.
authorAlasdair Kergon <agk@redhat.com>
Thu, 13 Dec 2001 00:07:29 +0000 (00:07 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 13 Dec 2001 00:07:29 +0000 (00:07 +0000)
commitfaa556e75922e2992a17c9ada4e1fd1c884847b6
tree3d5a324b15f371c41e20d49665615af34495294c
parent394fae7fc50f36432ae6e2cb66bcfa30258415c5
Add internal cache holding a 'hint' list of the PVs belonging to each VG.
A substantial speed-up - particularly in readline mode.
If the hints turn out to be wrong, the relevant parts get thrown away.
vgscan destroys it totally.  In both cases it then rebuilds itself as
required.
include/.symlinks
lib/Makefile.in
lib/format1/disk-rep.c
lib/format1/import-extents.c
lib/metadata/lv_manip.c
lib/mm/dbg_malloc.h
lib/vgcache/vgcache.c [new file with mode: 0644]
lib/vgcache/vgcache.h [new file with mode: 0644]
tools/lvm.c
tools/vgscan.c
This page took 0.028855 seconds and 5 git commands to generate.