summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Keep the cache content when the exported vg buffer is matchingZdenek Kabelac2011-03-302-4/+14
* Few more files filtered from memory lockingZdenek Kabelac2011-03-301-0/+2
* Optimise error message write to _lvm_errmsgZdenek Kabelac2011-03-301-8/+23
* Valgrind updatesZdenek Kabelac2011-03-301-0/+8
* Fix reading of unitialized memoryZdenek Kabelac2011-03-301-1/+5
* Use id_equal instead of strncmp()Zdenek Kabelac2011-03-291-4/+3
* Fix access to released memoryZdenek Kabelac2011-03-291-10/+14
* Fix sending uninitilised bytes in cluster messagesZdenek Kabelac2011-03-291-2/+4
* Fix -Wold-style-definition gcc warningsZdenek Kabelac2011-03-292-13/+13
* Remove double bracesZdenek Kabelac2011-03-293-5/+5
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-295-8/+8
* Rename _check_versionAlasdair Kergon2011-03-271-2/+2
* Fix unhandled condition in _move_lv_segmentsJonathan Earl Brassow2011-03-251-1/+2
* Replace malloc with zalloc when creating segment_type'sJonathan Earl Brassow2011-03-258-9/+9
* In some cases, we could end up with a mirrored LV without a MIRRORED flag. InPetr Rockai2011-03-241-13/+46
* Mitigate some warnings if running as non-root user.Milan Broz2011-03-181-4/+2
* Add missing \0 for grown debug objectZdenek Kabelac2011-03-141-0/+6
* Revert this commitZdenek Kabelac2011-03-131-1/+1
* Fix allocation of system_idZdenek Kabelac2011-03-133-3/+3
* Use proper size of strncpyZdenek Kabelac2011-03-131-1/+1
* Fix buffer allocation size for uuid stringZdenek Kabelac2011-03-131-1/+1
* Fix usage of readlinkZdenek Kabelac2011-03-131-2/+4
* Use format instance mempool where possible and adequate.Peter Rajnoha2011-03-114-19/+16
* Various cleanups for fid mem and ref_count changes.Peter Rajnoha2011-03-114-12/+15
* Call destroy_instance for any PVs found in VG structure during vg_free call.Peter Rajnoha2011-03-111-0/+11
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-113-37/+92
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-116-18/+61
* 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-115-19/+44
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-115-41/+40
* Missed merge fix in vg_validate patchZdenek Kabelac2011-03-101-2/+2
* Optimise _eat_space and _get_tokenZdenek Kabelac2011-03-101-21/+21
* Refactor code for _lv_postoderZdenek Kabelac2011-03-101-15/+28
* Use hash tables for validating namesZdenek Kabelac2011-03-101-59/+81
* Refactor vg allocation codeZdenek Kabelac2011-03-106-198/+118
* Avoid possible endless loop in _free_vginfo when 4 or more VGs have same name.Alasdair Kergon2011-03-101-1/+1
* Use empty string instead of /dev// for LV path when there's no VG.Alasdair Kergon2011-03-091-0/+4
* Use lvm_getpagesize wrapperZdenek Kabelac2011-03-061-1/+1
* Fix hardcoded page size, fixing test fails with 8k page and new kernel.Milan Broz2011-03-061-1/+1
* Fix reading of released memoryZdenek Kabelac2011-03-054-6/+10
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-021-0/+1
* 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
* Fix some compile warnings on RHEL5Milan Broz2011-03-012-2/+2
* Rephrase backup message.Milan Broz2011-02-281-1/+1
* Add fall through commentsZdenek Kabelac2011-02-283-0/+3
* 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-284-18/+10
* Fix check for log-only allocation in new alloc normal loop.Alasdair Kergon2011-02-271-1/+1
* Various changes to the allocation algorithms: Expect some fallout.Alasdair Kergon2011-02-272-284/+594