summaryrefslogtreecommitdiffstats
path: root/lib/label/label.c
Commit message (Expand)AuthorAgeFilesLines
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-1/+2
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-11/+11
* Use dm_list_iterate_items_safeZdenek Kabelac2012-02-081-11/+4
* Report sector containing label in verbose message.Alasdair Kergon2011-06-011-2/+4
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-2/+2
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+1
* Speed up CRC32 calculations by using a larger lookup table.Alasdair Kergon2010-09-271-4/+4
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-6/+6
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-1/+1
* Suppress warning on 64-bit big-endian computers (Sparc 64).Mikulas Patocka2009-07-131-1/+1
* Make exit paths more robust when some init function fails.Dave Wysochanski2009-07-081-1/+1
* Provide da and mda locations in debug message when writing text format label.Alasdair Kergon2009-02-201-2/+3
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-10/+10
* revert unnecessary 'stack'sAlasdair Kergon2008-09-151-1/+1
* Not detecing label on disc is not error, remove <backtrace> from debug logMilan Broz2008-08-281-3/+3
* split orphan VG by format typeAlasdair Kergon2008-02-061-3/+6
* a couple more compiler warningsAlasdair Kergon2008-01-311-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-16/+8
* Rely upon internally-cached PV labels while corresponding VG lock is held.Alasdair Kergon2008-01-291-4/+9
* 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-12/+18
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-6/+6
* Fix a label_verify error path.Alasdair Kergon2006-11-141-3/+1
* Fix an extra dev_close in a label_read error path.Alasdair Kergon2006-06-081-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+3
* When choosing between identically-named VGs, also consider creation_host.Alasdair Kergon2006-04-131-3/+6
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-3/+3
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-3/+3
* Use lvmcache_update_vgname_and_id throughout.Alasdair Kergon2006-04-111-3/+3
* Whenever vgname is captured, also capture vgid.Alasdair Kergon2006-04-111-18/+34
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-5/+4
* Basic support for mirrors.Alasdair Kergon2005-06-011-10/+3
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-2/+10
* read/write may be macrosAlasdair Kergon2005-03-101-2/+2
* Begin to separate out segment types.Alasdair Kergon2004-05-041-0/+3
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Cope better when format functions are missing.Alasdair Kergon2003-08-261-2/+9
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-19/+17
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-2/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-2/+4
* Some new features.Alasdair Kergon2002-11-181-26/+228
* Merge with text format branch.Alasdair Kergon2002-04-241-5/+3
* Remove a duplicate disk read (can_handle).Alasdair Kergon2002-01-161-8/+10
* Reduce 'no label found' message severity to debug level.Alasdair Kergon2002-01-161-2/+2
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-5/+3
* o split the uuid -> device map out from vgcacheJoe Thornber2002-01-151-1/+5
* o label.c now compiles.Joe Thornber2002-01-111-16/+16
* o _read_id function for import.cJoe Thornber2002-01-101-1/+1
* More steps towards successful compilation.Alasdair Kergon2002-01-101-1/+3
* o Moved the current label.[hc] sideways to lvm2_label.[hc]Joe Thornber2002-01-101-456/+85