summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Currently if clvmd is running and user issues vgscan,Milan Broz2010-05-134-5/+5
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-062-4/+2
* Install plugins to subdirsZdenek Kabelac2010-05-065-5/+5
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-056-9/+36
* Initialise _vginfos list staticaly so there is no problem with using uninitia...Zdenek Kabelac2010-04-301-1/+1
* Release pools for regex if there is error during processingZdenek Kabelac2010-04-301-2/+7
* Show string with invalid patternZdenek Kabelac2010-04-301-2/+2
* Remove no-longer-used arg_ptr_value.Alasdair Kergon2010-04-292-6/+21
* Fix comment from last commit. Additionally, there is no needJonathan Earl Brassow2010-04-271-1/+0
* Patch to fix bug 586021 and mantain historical behavior ofJonathan Earl Brassow2010-04-271-2/+9
* Disallow the direct removal of a merging snapshot.Mike Snitzer2010-04-233-6/+15
* Set appropriate udev flags for reserved LVs.Peter Rajnoha2010-04-233-29/+96
* When removing a snapshot avoid preloading the origin if theMike Snitzer2010-04-233-12/+22
* Disallow the primary mirror image from being removed when theJonathan Earl Brassow2010-04-211-4/+14
* 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