summaryrefslogtreecommitdiffstats
path: root/lib/format1/lvm1-label.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-5/+4
| | | | lvmcache.c). No functional change.
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-4/+4
|
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-1/+0
|
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-3/+3
|
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
|
* split orphan VG by format typeAlasdair Kergon2008-02-061-4/+8
|
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
|
* Use stack return macros throughout.Alasdair Kergon2008-01-301-4/+2
|
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-4/+4
| | | | Remove several unused parameters from _allocate().
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-3/+3
| | | | (Some of the changes are probably unnecessary.)
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-10/+10
| | | | | | | 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.
* Check for libsepol.Alasdair Kergon2006-04-191-13/+13
| | | | | | Add some cflow & scope support. Separate out DEFS from CFLAGS. Remove inlines and use unique function names.
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-2/+6
|
* Capture vgid in more places.Alasdair Kergon2006-04-101-1/+6
|
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-2/+2
|
* Compress any (obsolete) long LVM1 pvids encountered.Alasdair Kergon2004-05-041-1/+2
|
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
|
* Some tidyups and minor fixes.Alasdair Kergon2003-08-201-1/+3
|
* Fix vgimport fix to work outside debug mode.Alasdair Kergon2003-07-151-1/+1
|
* Fix detection of exported LVM1 volume groups.Alasdair Kergon2003-07-131-0/+1
|
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-3/+3
|
* 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
* Refactoring.Alasdair Kergon2002-11-181-0/+106