summaryrefslogtreecommitdiffstats
path: root/lib/format_text/archiver.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-1/+1
* Add stack traces for lock_vol failuresZdenek Kabelac2012-02-271-1/+2
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-121-3/+3
* Use dm_snprintf and improve error handlingZdenek Kabelac2012-02-081-6/+9
* Thin until proper vgcfgrestore for thin is implementad, disable restore.Zdenek Kabelac2012-01-201-0/+12
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-3/+3
* Various cleanups for fid mem and ref_count changes.Peter Rajnoha2011-03-111-1/+4
* Make create_text_context fn static and move it inside create_instance fn.Peter Rajnoha2011-03-111-4/+10
* Rephrase backup message.Milan Broz2011-02-281-1/+1
* vgconvert is fixed now to work with the changes in metadata area handling - e...Peter Rajnoha2011-02-251-0/+4
* Read PV metadata information from cache if pv_setup called with pv->fid == vg...Peter Rajnoha2011-02-251-16/+3
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-4/+1
* Add vg_set_fid function to change VG format instance.Peter Rajnoha2011-02-211-1/+2
* Change the code throughout for recent changes in format_instance handling.Peter Rajnoha2011-02-211-11/+14
* Skip NULL check before dm_freeZdenek Kabelac2011-01-281-4/+2
* Add sys_debug loging for unlinkZdenek Kabelac2011-01-051-1/+3
* Add backtraces for archive and backup_locallyZdenek Kabelac2010-12-221-3/+6
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-3/+3
* Reinitialize archive and backup handling on toolcontext refresh.Peter Rajnoha2010-09-091-0/+4
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-1/+2
* Add error message if backup_to_file fails because of empty in_use mdas list.Dave Wysochanski2010-06-291-0/+5
* Rename fid->metadata_areas to fid->metadata_areas_in_use.Dave Wysochanski2010-06-281-3/+3
* Do not reset position in metadata ring buffer on vgrename and vgcfgrestore.Peter Rajnoha2010-04-141-0/+6
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-1/+1
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-301-1/+1
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-2/+2
* Make exit paths more robust when some init function fails.Dave Wysochanski2009-07-081-0/+4
* vgcfgrestore should not quietly fail when backup file has missing PVs.Milan Broz2009-05-191-5/+6
* Fix remote metadata backup for clvmdMilan Broz2009-04-221-2/+11
* Properly release VG memory pool in archiver code.Milan Broz2009-04-101-4/+9
* Save and restore the previous logging level when log level is changed.Takahiro Yasui2009-04-021-3/+4
* Fix segfault for vgcfgrestore on VG with missing PVs.Milan Broz2009-03-241-0/+6
* Restore log_suppress state when metadata backup file is up-to-date.Takahiro Yasui2009-03-231-1/+3
* Fix size and error message of memory allocation at backup initialization.Takahiro Yasui2009-03-231-2/+2
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-1/+1
* Remove backup_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+3
* Remove archive_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-2/+3
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-5/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-5/+5
* Use stack return macros throughout.Alasdair Kergon2008-01-301-24/+12
* Rely upon internally-cached PV labels while corresponding VG lock is held.Alasdair Kergon2008-01-291-1/+1
* 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
* Remove create_dir function; use now-equivalent dm_create_dir instead.Jim Meyering2007-07-281-2/+2
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-1/+1
* Allow vgcfgrestore to list metadata backup files using -fBryn M. Reeves2007-06-081-0/+11
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-4/+4
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-3/+3