summaryrefslogtreecommitdiffstats
path: root/lib/format1/disk-rep.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: uint64_t castsZdenek Kabelac2012-08-231-1/+1
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-23/+47
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-1/+1
* Fallback to full rescan for missing deviceZdenek Kabelac2010-12-011-1/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Recognise DRBD device part and handle it similar to MD devices.Milan Broz2009-10-271-3/+4
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-18/+18
* Rename a couple of variables that matched function names.Alasdair Kergon2008-11-031-3/+3
* revert unexplained removal of a '<backtrace>' messageAlasdair Kergon2008-09-191-1/+1
* revert unnecessary 'stack'sAlasdair Kergon2008-09-151-2/+2
* format1: Not detecing label on disc is not error, remove <backtrace> from deb...Milan Broz2008-08-281-3/+3
* split orphan VG by format typeAlasdair Kergon2008-02-061-5/+6
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-14/+14
* Use stack return macros throughout.Alasdair Kergon2008-01-301-29/+22
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-3/+3
* Add is_orphan_vg() and change all hardcoded checks to use it.Bryn M. Reeves2007-11-021-1/+1
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-4/+2
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-1/+1
* Add --trustcache option to reporting commands in preparation for supportingAlasdair Kergon2006-08-011-1/+1
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-111-1/+1
* Fix uuid_from_num() buffer overrun.Alasdair Kergon2006-05-101-1/+3
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-13/+13
* Check for libsepol.Alasdair Kergon2006-04-191-1/+1
* If two or more VGs are found with the same name, use one that is not exported.Alasdair Kergon2006-04-121-1/+1
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-6/+9
* Capture vgid in more places.Alasdair Kergon2006-04-101-22/+28
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-14/+13
* Add format1 dev_write debug messages.Alasdair Kergon2005-08-161-0/+19
* Basic support for mirrors.Alasdair Kergon2005-06-011-17/+11
* Cope with new devices appearing by rescanning /dev if a uuid can't be found.Alasdair Kergon2005-03-081-1/+1
* A quick sanity check on vg_disk struct when read in. More checks needed.Alasdair Kergon2004-05-111-0/+3
* Begin to separate out segment types.Alasdair Kergon2004-05-041-4/+4
* Compress any (obsolete) long LVM1 pvids encountered.Alasdair Kergon2004-05-041-29/+54
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* If PV/VG uuids are missing, generate them from the pv/vg numbers.Alasdair Kergon2004-01-091-0/+8
* Fix exported format1 VG recognition.Alasdair Kergon2003-10-211-5/+4
* Fix vgimport fix to work outside debug mode.Alasdair Kergon2003-07-151-4/+5
* Fix detection of exported LVM1 volume groups.Alasdair Kergon2003-07-131-9/+9
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-19/+18
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-3/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-24/+26
* Refactoring.Alasdair Kergon2002-11-181-30/+39
* Fix LVM1 backwards compatibility issue when LV with a low LV number is deleted.Alasdair Kergon2002-05-231-4/+9
* Merge with text format branch.Alasdair Kergon2002-04-241-54/+55
* o Use new LCK_HOLD flag to indicate whether lock should be held on returnAlasdair Kergon2002-03-051-5/+10
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-10/+39