summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* vgconvert is fixed now to work with the changes in metadata area handling - e...Peter Rajnoha2011-02-252-1/+5
* Allow only orphan PVs to be resized even with two metadata areas.Peter Rajnoha2011-02-252-0/+17
* Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha2011-02-252-106/+0
* Read PV metadata information from cache if pv_setup called with pv->fid == vg...Peter Rajnoha2011-02-253-24/+33
* Fix a bug in metadata location calculation, cleanup pv_add_metadata_area fn.Peter Rajnoha2011-02-251-40/+62
* %ld -> PRIu64Peter Rajnoha2011-02-211-1/+1
* Fix metadata balance code to work with recent changes in metadata handlingPeter Rajnoha2011-02-211-8/+12
* Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha2011-02-212-5/+6
* Fix vgconvert code to work with changes in metadata area handling and changesPeter Rajnoha2011-02-212-0/+106
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-214-17/+113
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-215-106/+70
* 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-217-193/+80
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-214-10/+119
* Add new pv_remove_metadata_area interface function.Peter Rajnoha2011-02-213-0/+33
* Add new pv_add_metadata_area interface function.Peter Rajnoha2011-02-213-0/+261
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-216-45/+18
* Add format instance support for pv_read code.Peter Rajnoha2011-02-211-5/+22
* Initialise a new PV-based format instance for a PV that is being created.Peter Rajnoha2011-02-212-0/+10
* Add vg_set_fid function to change VG format instance.Peter Rajnoha2011-02-213-1/+13
* Change the code throughout for recent changes in format_instance handling.Peter Rajnoha2011-02-215-27/+47
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-216-86/+248
* Change and generalise struct format_instance for PV and VG use.Peter Rajnoha2011-02-212-0/+44
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-183-28/+37
* Memory unlock allows 1 page differenceZdenek Kabelac2011-02-181-3/+9
* Const fixingZdenek Kabelac2011-02-1811-41/+44
* Void* arithmetic replaced with char*Zdenek Kabelac2011-02-181-2/+2
* Fix !DEVMAPPER_SUPPORT buildZdenek Kabelac2011-02-183-15/+34
* Remove fs_unlock after failed suspendZdenek Kabelac2011-02-181-1/+0
* Critical sectionZdenek Kabelac2011-02-1812-66/+124
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-187-8/+30
* Support 64bit ints in configZdenek Kabelac2011-02-182-0/+8
* Fix for bug 677739: removing final exclusive cmirror snapshot,Jonathan Earl Brassow2011-02-184-7/+27
* Fix an lv_postorder bug where it failed to clear temporary flags, making itPetr Rockai2011-02-141-12/+13
* Fix CRC32 calculation on big endian CPUZdenek Kabelac2011-02-081-1/+2
* Add configure option --with-device-nodes-onZdenek Kabelac2011-02-041-0/+3
* pre-releaseAlasdair Kergon2011-02-041-2/+3