summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add pvid_from_devname() lvmcache function.Dave Wysochanski2010-05-192-0/+21
* Add is_global_vg and split out from is_orphan_vg.Alasdair Kergon2010-05-195-7/+8
* Validate orphan and VG_GLOBAL lock order too.Alasdair Kergon2010-05-194-3/+19
* Note that orphan lock is always obtained lastAlasdair Kergon2010-05-191-1/+2
* Accept orphan VG names as parameters to lock_vol() and related functions.Alasdair Kergon2010-05-193-17/+15
* Use is_orphan_vg in place of hard-coded prefix tests.Alasdair Kergon2010-05-194-6/+6
* pre-releaseAlasdair Kergon2010-05-171-0/+1
* Disallow toggling the cluster attribute of a volume group if thereJonathan Earl Brassow2010-05-143-2/+29
* Another one internal device layer fix...Milan Broz2010-05-141-3/+2
* Fix empty layer detection is scan devices.Milan Broz2010-05-141-1/+1
* Fix device_is_usable to properly detect only internal LV names.Milan Broz2010-05-141-5/+13
* Skip also special lvm devices in scan (if ignore suspended is used).Milan Broz2010-05-133-7/+17
* 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