summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
Commit message (Collapse)AuthorAgeFilesLines
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
| | | | lvm.conf *and* lvmetad is running.
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* Add 'scan_sector' parameter to label_read and _find_labeller to addDave Wysochanski2007-04-231-1/+2
| | | | flexibility in searching for disk labels.
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-4/+4
| | | | (Some of the changes are probably unnecessary.)
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+2
| | | | | | | Fix some memory leaks in error paths found by coverity. Use C99 struct initialisers. Move DEFS into configure.h. Clean-ups to remove miscellaneous compiler warnings.
* Begin to separate out segment types.Alasdair Kergon2004-05-041-1/+2
|
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
|
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1
|
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-1/+0
|
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-1/+1
| | | | | | Clear many compiler warnings (i386) & associated bugs - hopefully without introducing too many new bugs:-) (Same exercise required for other archs.) Default compilation has optimisation - or else use ./configure --enable-debug
* Some new features.Alasdair Kergon2002-11-181-28/+34
|
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-1/+1
|
* o split the uuid -> device map out from vgcacheJoe Thornber2002-01-151-3/+9
| | | | | | | o roll vgcache back to agk's implementation, we'll revisit this as part of the cluster integration. o change the extra_info field in a label to be a void *
* o label.c now compiles.Joe Thornber2002-01-111-3/+3
|
* o _read_id function for import.cJoe Thornber2002-01-101-1/+1
|
* More steps towards successful compilation.Alasdair Kergon2002-01-101-1/+1
|
* o Moved the current label.[hc] sideways to lvm2_label.[hc]Joe Thornber2002-01-101-22/+73
| | | | | o First pass at low level labelling switch. This allows us to register different label types (eg, lvm1, lvm2).
* Write the location of both labels in the labels so we can check them. I don't doPatrick Caulfield2001-12-141-0/+2
| | | | | much with this ATM (apart from check that they all match up). Use a different CRC routine.
* Use a proper CRC calculation.Patrick Caulfield2001-12-121-1/+1
|
* - Change label format to include a string disk_type and a version number.Patrick Caulfield2001-12-111-8/+15
| | | | | | | | - The iterator can find labels by string and also appropriate version number (==, <= or any) if you want. - Add labels_match() call that compares the two labels and returns an error if they do not match. - Write labels in sector 1 & last rather than 2 & last as per Joe.
* Label reading/writing code.Patrick Caulfield2001-12-111-0/+24
Not tested the filter yet.