summaryrefslogtreecommitdiffstats
path: root/lib/format_text
Commit message (Expand)AuthorAgeFilesLines
...
* Rename _check_versionAlasdair Kergon2011-03-271-2/+2
* Fix allocation of system_idZdenek Kabelac2011-03-131-1/+1
* Use format instance mempool where possible and adequate.Peter Rajnoha2011-03-111-13/+12
* Various cleanups for fid mem and ref_count changes.Peter Rajnoha2011-03-112-2/+4
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-112-9/+5
* Make create_text_context fn static and move it inside create_instance fn.Peter Rajnoha2011-03-114-55/+72
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-111-13/+11
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-111-11/+3
* Refactor vg allocation codeZdenek Kabelac2011-03-101-27/+11
* Use a copy if moving an mda from pv fid to vg fid.Peter Rajnoha2011-03-021-3/+5
* Make add_metadata_area_to_pv/remove_metadata_area_from_pv static.Peter Rajnoha2011-03-022-18/+10
* Rephrase backup message.Milan Broz2011-02-281-1/+1
* Use pv->vg_name directly instead of pv->vg->name in _text_pv_write.Peter Rajnoha2011-02-281-2/+1
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-12/+2
* vgconvert is fixed now to work with the changes in metadata area handling - e...Peter Rajnoha2011-02-251-0/+4
* Allow only orphan PVs to be resized even with two metadata areas.Peter Rajnoha2011-02-251-0/+11
* Read PV metadata information from cache if pv_setup called with pv->fid == vg...Peter Rajnoha2011-02-252-23/+32
* Fix a bug in metadata location calculation, cleanup pv_add_metadata_area fn.Peter Rajnoha2011-02-251-40/+62
* Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha2011-02-211-5/+5
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-0/+50
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-94/+62
* Remove unused _mda_setup fn. This functionality is covered by new pv_add_meta...Peter Rajnoha2011-02-211-153/+0
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-212-136/+47
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-211-0/+70
* Add new pv_remove_metadata_area interface function.Peter Rajnoha2011-02-212-0/+26
* Add new pv_add_metadata_area interface function.Peter Rajnoha2011-02-212-0/+250
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-14/+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-213-17/+23
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-212-70/+132
* Void* arithmetic replaced with char*Zdenek Kabelac2011-02-181-2/+2
* Critical sectionZdenek Kabelac2011-02-181-1/+1
* Increase hash table size to 1024 lv names and 64 pv uuidsZdenek Kabelac2011-02-031-2/+2
* Fix wipe size when seting up mda.Zdenek Kabelac2011-02-031-4/+4
* Skip NULL check before dm_freeZdenek Kabelac2011-01-281-4/+2
* Change import_vg_from_buffer to use config_treeZdenek Kabelac2011-01-101-7/+2
* Intentionaly ignore result from get_config_uint32Zdenek Kabelac2011-01-061-1/+1
* Add sys_debug loging for unlinkZdenek Kabelac2011-01-051-1/+3
* Remove check for existance of vg pointerZdenek Kabelac2010-12-221-8/+4
* Add backtraces for archive and backup_locallyZdenek Kabelac2010-12-221-3/+6
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
* Some const cleanupsZdenek Kabelac2010-12-201-1/+1
* Add more strict const pointers around config treeZdenek Kabelac2010-12-205-45/+46
* Fix scanning of VGs without in-PV mdas.Alasdair Kergon2010-12-101-12/+19
* Rename vg_release to free_vg.Alasdair Kergon2010-12-083-6/+6
* Fix memory leak when VG allocation policy in metadata is invalid.Alasdair Kergon2010-11-291-6/+11
* Fix memory leak in error pathZdenek Kabelac2010-11-291-29/+27
* Remove unused 'i' in _pv_analyze_mda_rawZdenek Kabelac2010-11-291-2/+1
* Fix NULL pointer dereference for too large MDA error pathZdenek Kabelac2010-10-261-1/+1
* Rename 'flags' to 'status' for struct metadata_area.Dave Wysochanski2010-10-052-4/+4