summaryrefslogtreecommitdiffstats
path: root/lib/format_text/text_label.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-5/+5
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-90/+113
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-1/+1
* Void* arithmetic replaced with char*Zdenek Kabelac2011-02-181-2/+2
* Rename 'flags' to 'status' for struct metadata_area.Dave Wysochanski2010-10-051-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-5/+5
* more mda ignore cleanupsAlasdair Kergon2010-06-301-2/+1
* Improve various log messages.Alasdair Kergon2010-06-301-4/+4
* Add --metadataignore to pvcreate.Dave Wysochanski2010-06-301-2/+4
* Add some log_verbose debug statements related to metadataignore.Dave Wysochanski2010-06-291-0/+4
* Implement ignore of mda if bit set by skipping r/w of metadata.Dave Wysochanski2010-06-281-0/+6
* Ensure in-memory state matches on-disk state of mda ignore bit.Dave Wysochanski2010-06-281-0/+2
* Allow raw_read_mda_header to be called from text_label.c.Dave Wysochanski2010-06-281-2/+13
* Move dev_open/dev_close outside vgname_from_mda().Dave Wysochanski2010-06-281-0/+6
* Add location independent flag and functions to ignore mdas.Dave Wysochanski2010-06-281-0/+1
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-1/+1
* Switch status from 32-bit to 64-bitMike Snitzer2009-11-241-1/+1
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-1/+1
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-0/+6
* Provide da and mda locations in debug message when writing text format label.Alasdair Kergon2009-02-201-0/+51
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-19/+19
* split orphan VG by format typeAlasdair Kergon2008-02-061-1/+3
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Add pv_mda_free and vg_mda_free fields to reports for raw text format.Alasdair Kergon2007-11-051-1/+3
* 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
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-5/+9
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-10/+10
* Check for libsepol.Alasdair Kergon2006-04-191-13/+13
* When choosing between identically-named VGs, also consider creation_host.Alasdair Kergon2006-04-131-2/+4
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-3/+5
* Use lvmcache_update_vgname_and_id throughout.Alasdair Kergon2006-04-111-4/+3
* Whenever vgname is captured, also capture vgid.Alasdair Kergon2006-04-111-6/+7
* Capture vgid in more places.Alasdair Kergon2006-04-101-0/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-14/+14
* Basic support for mirrors.Alasdair Kergon2005-06-011-9/+3
* Begin to separate out segment types.Alasdair Kergon2004-05-041-0/+1
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Some tidyups and minor fixes.Alasdair Kergon2003-08-201-4/+4
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-6/+6
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-4/+4
* Some new features.Alasdair Kergon2002-11-181-0/+280