summaryrefslogtreecommitdiffstats
path: root/lib/format_text/export.c
Commit message (Expand)AuthorAgeFilesLines
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+3
* Instrument code that pointer are already releasedZdenek Kabelac2012-01-251-2/+6
* Add support to keep info about creation time and host for each LVZdenek Kabelac2012-01-191-0/+15
* Use size_t return typeZdenek Kabelac2011-09-011-3/+3
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-6/+6
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-3/+18
* Add missing printf attributesZdenek Kabelac2011-04-081-0/+3
* Fix memory leak in error pathZdenek Kabelac2010-11-291-29/+27
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-5/+2
* Use dynamic allocation for metadata's tag buffer (removes 4096 char. limit).Peter Rajnoha2010-09-201-10/+16
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Make vg->mda_copies persistent in on disk vg metadata.Dave Wysochanski2010-06-281-0/+1
* Export function out_text_with_comment() and add outfc() macro that checksZdenek Kabelac2010-01-071-3/+3
* Add macros outsize() for out_size() and outhint() for out_hint() that checkZdenek Kabelac2010-01-071-14/+9
* #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
* Export functions out_inc_indent(), out_dec_indent() for creatingZdenek Kabelac2009-11-031-0/+18
* Handle metadata with unknown segment types more gracefully.Petr Rockai2009-10-161-0/+10
* Use PV UUID in hash for device name when exporting metadata.Milan Broz2009-05-191-8/+21
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-2/+2
* Move tools/version.h to lib/misc/lvm-version.h.Alasdair Kergon2009-02-221-2/+2
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-11/+11
* Add "flags" metadata field (akin to "status") for backward-compatible flags.Petr Rockai2008-07-101-6/+17
* Cache VG metadata internally while VG lock is held.Alasdair Kergon2008-04-011-0/+5
* Escape double quotes and backslashes in external metadata and config data.Alasdair Kergon2008-03-121-2/+17
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-106/+53
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-1/+23
* Add LVM2 version to 'Generated by' comment in metadata.Alasdair Kergon2007-11-041-1/+2
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-3/+3
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add -Wformat-security and change one fprintf() to fputs().Alasdair Kergon2007-04-271-2/+2
* Add some missing bounds checks on 32 bit extent counters.Alasdair Kergon2006-11-101-0/+2
* More work towards pv->size always holding the same value in internal metadata.Alasdair Kergon2006-10-071-0/+5
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-2/+2
* Add DISTCLEAN_TARGETS to make template for configure.h.Alasdair Kergon2006-05-161-38/+17
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-4/+5
* Check for libsepol.Alasdair Kergon2006-04-191-2/+1
* Fix automatic text metadata buffer expansion (using macro). [stdarg usage bug]Alasdair Kergon2005-10-231-27/+40
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-21/+19
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-0/+3
* Remove hard-coded 64k text metadata writing restriction.Alasdair Kergon2005-06-071-33/+61
* Basic support for mirrors.Alasdair Kergon2005-06-011-68/+78
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-2/+3
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-86/+0
* store snapshot id as lvid internallyAlasdair Kergon2005-04-071-1/+1
* Store snapshot and origin sizes separately.Alasdair Kergon2005-01-191-1/+1
* pool debuggingAlasdair Kergon2004-11-231-1/+1
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1