1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/metadata
Alasdair Kergon 15c325f06a o Use new LCK_HOLD flag to indicate whether lock should be held on return
from lock_vol() - otherwise it now attempts to acquire the lock and then
  immediately releases it.
o Extend the id field in struct logical_volume to hold VG uuid + LV uuid
  for format1. This unique lvid can be used directly when calling lock_vol().
o Add the VG uuid to vgcache to make VG uuid lookups possible.  (Another
  step towards using them instead of VG names internally.)
2002-03-05 20:03:09 +00:00
..
lv_manip.c o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
merge.c o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
metadata.c o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
metadata.h o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
pv_map.c o Similar changes for lv_list. 2002-01-21 16:49:32 +00:00
pv_map.h o Striped allocator 2001-11-29 18:45:35 +00:00
snapshot_manip.c o Remove the vg argument from find_cow 2002-02-25 11:55:39 +00:00