1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/format1
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
..
disk-rep.c o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
disk-rep.h First cut on "pvcreate -s" 2002-02-15 01:26:16 +00:00
format1.c o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
format1.h iospace restructured 2001-11-12 15:10:01 +00:00
import-export.c o Use new LCK_HOLD flag to indicate whether lock should be held on return 2002-03-05 20:03:09 +00:00
import-extents.c Basic support for (read-only) partial activation if any PVs are 2002-01-30 15:33:12 +00:00
layout.c o Remove redundant dbg_free. 2002-01-31 15:28:30 +00:00
lvm1_label.c o pvcreate --uuid to specify the uuid (required before using vgcfgrestore 2002-01-16 18:10:08 +00:00
lvm1_label.h o split the uuid -> device map out from vgcache 2002-01-15 10:24:48 +00:00
vg_number.c Avoid using VG metadata on PVs that are not in VGs. 2002-01-23 15:50:34 +00:00