summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move function up fileAlasdair Kergon2010-04-201-15/+15
* Do not reset position in metadata ring buffer on vgrename and vgcfgrestore.Peter Rajnoha2010-04-144-8/+37
* Use UUIDs instead of names while processing event handlers.Peter Rajnoha2010-04-146-69/+64
* Add pv->vg to solidify link between a pv and a vg.Dave Wysochanski2010-04-132-0/+19
* Use del_pvl_from_vgs() in vgreduce paths.Dave Wysochanski2010-04-131-2/+1
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-132-9/+5
* Add del_pvl_from_vgs() and move prototypes into metadata-exported.hDave Wysochanski2010-04-133-1/+9
* Move increment of vg->pv_count from import_pool_vg() to import_pool_pvs().Dave Wysochanski2010-04-131-1/+1
* Remove unnecessary parameter from import_pool_pvs().Dave Wysochanski2010-04-133-4/+4
* Mask LCK_HOLD flag in cluster VG locks for compatibility reasons.Milan Broz2010-04-131-0/+7
* Add --stripes to lvconvert too.Alasdair Kergon2010-04-131-1/+2
* Don't ignore error if resuming any LV fails in resume_lvs.Alasdair Kergon2010-04-122-3/+8
* INSTALL rules updatesZdenek Kabelac2010-04-096-40/+16
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-096-6/+0
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-094-56/+97
* Check for duplicate paths (pvids) on the commandline of vgcreate.Dave Wysochanski2010-04-081-3/+12
* missing ?:Alasdair Kergon2010-04-081-1/+1
* suppress bogus compiler warningAlasdair Kergon2010-04-081-1/+1
* Fix pvmove allocation to take existing parallel stripes into account.Alasdair Kergon2010-04-088-28/+48
* Fix incorrect removal of symlinks after LV deactivation fails.Alasdair Kergon2010-04-071-2/+0
* Fix is_partitioned_dev not to attempt to reopen device.Alasdair Kergon2010-04-061-10/+1
* Add add_pvl_to_vgs() - helper function to add a pv to a vg list.Dave Wysochanski2010-04-064-7/+11
* Refactor format1 vg->pvs list add and vg->pv_count.Dave Wysochanski2010-04-063-8/+6
* Refactor _read_pv() code that updates vg->extent_count and vg->free_count.Dave Wysochanski2010-04-061-4/+2
* Add pv to vg->pvs after check for maximum value of vg->extent_count.Dave Wysochanski2010-04-061-3/+3
* remove compiler warningAlasdair Kergon2010-04-021-1/+0
* A few more log_error to log_warn changes for mirrors.Alasdair Kergon2010-04-011-12/+12
* Better debug message for Un/Locked memory size.Zdenek Kabelac2010-04-011-1/+2
* temporarily downgrade the 'open while suspended' error till we fix it properlyAlasdair Kergon2010-04-011-1/+2
* Try to fix tracking of whether or not log extents need allocating.Alasdair Kergon2010-04-011-30/+27
* Set ret value to success initially.Zdenek Kabelac2010-04-011-1/+1
* Avoid endless loop if lv->segments list is corruptedAlasdair Kergon2010-04-011-6/+13
* initialise log_allocated to 0Alasdair Kergon2010-04-011-1/+1
* Limit number of error messages when checking LV segments.Alasdair Kergon2010-04-011-20/+26
* Improve vg_validate to detect some loops in lists.Alasdair Kergon2010-04-011-0/+6
* Improve vg_validate to detect some loops in lists.Alasdair Kergon2010-04-011-7/+43
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-018-38/+37
* Attempt to fix non-ALLOC_ANYWHERE allocation code after recent changes brokeAlasdair Kergon2010-03-311-7/+7
* Always use blocking lock for VGs and orphan locks.Milan Broz2010-03-311-4/+2
* Fix all segments memory is allocated from vg private mempool.Milan Broz2010-03-315-14/+18
* Do not traverse PV segment list twice.Milan Broz2010-03-312-19/+27
* Optimise PV segments search.Milan Broz2010-03-313-15/+14
* Remove vg_validate call when parsing cached metadata.Milan Broz2010-03-311-2/+1
* Use hash table for quick lv reference when reading metadata.Milan Broz2010-03-311-12/+32
* A missing space in the error message.Mikulas Patocka2010-03-312-2/+2
* Count only readable size for memlock stats.Zdenek Kabelac2010-03-301-25/+12
* Update memlockZdenek Kabelac2010-03-301-13/+22
* Fix --alloc contiguous policy only to allocate one set of parallel areas.Alasdair Kergon2010-03-291-1/+1
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-0/+2
* Update cflow file generation - support build dir and use $(top_srcdir)Zdenek Kabelac2010-03-291-10/+3