summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* post-releaseAlasdair Kergon2008-06-064-1/+24
* back out unnecessary changes for this releaseAlasdair Kergon2008-06-064-24/+1
* fix _free_vginfo not to remove a ref to a *different* vginfo from the vgid cacheAlasdair Kergon2008-06-061-1/+2
* cope with volatile vginfo in vg_readAlasdair Kergon2008-06-062-1/+10
* Allow for vginfo changing during _vg_read.Alasdair Kergon2008-06-061-1/+1
* Decode numbers in clvmd debugging output.Alasdair Kergon2008-06-051-1/+2
* When activating, if precommitted metadata is still cached, assume it's live.Alasdair Kergon2008-06-052-3/+23
* When removing LV symlinks, skip any where the VG name is not determined.Alasdair Kergon2008-06-051-0/+3
* Drop metadata cache if update fails in vg_revert or vg_commit.Alasdair Kergon2008-06-031-1/+6
* Correct config file line numbers in messages when parsing comments. (kabi)Alasdair Kergon2008-06-031-3/+1
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-302-0/+16
* fix setpriority int errorAlasdair Kergon2008-05-281-1/+1
* Avoid spurious duplicate VG messages referring to VGs that are gone.Alasdair Kergon2008-05-282-10/+46
* Refactor some vginfo manipulation code.Alasdair Kergon2008-05-191-38/+65
* more cleanupAlasdair Kergon2008-05-092-6/+19
* More P_ and V_ lock cleanup.Alasdair Kergon2008-05-094-9/+18
* Add missing mutex around clvmd lvmcache_drop_metadata library call.Alasdair Kergon2008-05-091-1/+1
* Avoid unnecessary unlock attempts with LCK_CACHE pseudo-locks.Alasdair Kergon2008-05-081-2/+6
* When asked to drop cached committed VG metadata, invalidate cached PV labels.Alasdair Kergon2008-05-081-1/+27
* Drop metadata cache before writing precommitted metadata instead of after.Alasdair Kergon2008-05-081-5/+5
* remove unused lvmcache_drop_vg prototypeAlasdair Kergon2008-05-081-1/+0
* post-release - reinstate incomplete enhancementsAlasdair Kergon2008-04-292-1/+8
* pre-release (bug fixes only - enhancements excluded)Alasdair Kergon2008-04-292-8/+1
* Exclude VG_GLOBAL from internal concurrent VG lock counter.Alasdair Kergon2008-04-241-2/+3
* Fix vgsplit internal counting of snapshot LVs.Dave Wysochanski2008-04-231-1/+17
* Check lv_count in vg_validate.Alasdair Kergon2008-04-222-1/+12
* Fix metadata corruption writing lvm1-formatted metadata with snapshots.Alasdair Kergon2008-04-221-1/+1
* Add --prefixes to reporting tools for field name prefix output format.Alasdair Kergon2008-04-203-5/+15
* missing stackAlasdair Kergon2008-04-151-4/+4
* Drop cached VG metadata before and after committing changes to it.Milan Broz2008-04-157-2/+32
* rename P_global to P_#globalAlasdair Kergon2008-04-151-1/+1
* Don't attempt remote metadata backups of non-clustered VGs. (2.02.29)Alasdair Kergon2008-04-141-2/+4
* Don't store fid in VG metadata cache to avoid clvmd segfault. (2.02.34)Alasdair Kergon2008-04-142-4/+7
* Add lv_is_active() to determine whether an lv is active.Dave Wysochanski2008-04-102-0/+33
* more pre-release cleanupAlasdair Kergon2008-04-101-0/+2
* fix 3rd copyAlasdair Kergon2008-04-101-1/+1
* make list_move consistent with other list fnsAlasdair Kergon2008-04-103-9/+13
* .Alasdair Kergon2008-04-101-1/+1
* Fix vgdisplay 'Cur LV' field to match lvdisplay output.Alasdair Kergon2008-04-103-2/+30
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-109-11/+11
* Use clustered mirror log with pvmove in clustered VGs, if available.Alasdair Kergon2008-04-092-4/+8
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-087-52/+115
* create fids for internal orphan VGsAlasdair Kergon2008-04-071-0/+9
* Update lvmcache VG lock state for all locking types now.Milan Broz2008-04-073-27/+14
* Fix output if overriding command_names on cmdline.Milan Broz2008-04-071-10/+17
* Add detection of clustered mirror log capability.Milan Broz2008-04-0710-18/+45
* Add check to vg_commit() to ensure lock is held before writing new VG metadata.Dave Wysochanski2008-04-041-0/+6
* Add some basic internal VG lock validation.Alasdair Kergon2008-04-032-4/+30
* fix vd->virtblkAlasdair Kergon2008-04-031-1/+1
* enable vg metadata cache by defaultAlasdair Kergon2008-04-021-0/+1