summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releaseold-dm_v1_02_26dm_v1_02_26Alasdair Kergon2008-06-061-2/+2
* switch to single quotes rather than double for nameprefixesAlasdair Kergon2008-06-061-2/+2
* nameprefixesAlasdair Kergon2008-06-061-1/+1
* change --prefixes to --nameprefixesAlasdair Kergon2008-06-062-7/+7
* back out unnecessary changes for this releasev2_02_37old-v2_02_37Alasdair Kergon2008-06-069-57/+6
* pre-releaseAlasdair Kergon2008-06-061-4/+4
* cleaner LCK_LV decodingAlasdair Kergon2008-06-061-9/+8
* cache dropping needs to use old name not newAlasdair Kergon2008-06-061-11/+12
* * lvm-utils.sh (init_root_dir_): Correct a diagnostic.Jim Meyering2008-06-061-2/+2
* Drop cached metadata when renaming a VG.Alasdair Kergon2008-06-062-0/+3
* 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-062-1/+2
* Initialise params buffer to empty string in _emit_segment.Alasdair Kergon2008-06-052-1/+2
* Decode numbers in clvmd debugging output.Alasdair Kergon2008-06-054-11/+156
* Add missing deactivation after activation failure in lvcreate -Zy.Alasdair Kergon2008-06-052-1/+2
* When activating, if precommitted metadata is still cached, assume it's live.Alasdair Kergon2008-06-053-3/+24
* When removing LV symlinks, skip any where the VG name is not determined.Alasdair Kergon2008-06-052-0/+4
* Drop metadata cache if update fails in vg_revert or vg_commit.Alasdair Kergon2008-06-032-1/+7
* Correct config file line numbers in messages when parsing comments. (kabi)Alasdair Kergon2008-06-032-3/+2
* suppress warning on silent failure with ECMD_PROCESSEDAlasdair Kergon2008-06-032-3/+3
* Trivial fix to lvchange man pg for consistency.Dave Wysochanski2008-06-021-1/+1
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-305-1/+37
* fix setpriority int errorAlasdair Kergon2008-05-281-1/+1
* Avoid spurious duplicate VG messages referring to VGs that are gone.Alasdair Kergon2008-05-283-10/+49
* Skip add_dev_node when ioctls disabled.Alasdair Kergon2008-05-214-5/+12
* Temporarily disable dmeventd mirror monitoring during lvchange --resync.Alasdair Kergon2008-05-212-0/+8
* revert accidental checkinAlasdair Kergon2008-05-195-1759/+534
* Refactor some vginfo manipulation code.Alasdair Kergon2008-05-197-572/+1825
* more cleanupAlasdair Kergon2008-05-094-9/+22
* More P_ and V_ lock cleanup.Alasdair Kergon2008-05-097-16/+27
* Add missing mutex around clvmd lvmcache_drop_metadata library call.Alasdair Kergon2008-05-095-5/+21
* Fix uninitialised mutex in clvmd if all daemons are not running at startup.Christine Caulfield2008-05-092-8/+11
* Make clvmd-cman use a hash rather than an array for node updown info.Christine Caulfield2008-05-092-33/+23
* Avoid unnecessary unlock attempts with LCK_CACHE pseudo-locks.Alasdair Kergon2008-05-082-2/+7
* When asked to drop cached committed VG metadata, invalidate cached PV labels.Alasdair Kergon2008-05-082-1/+28
* Drop metadata cache before writing precommitted metadata instead of after.Alasdair Kergon2008-05-082-7/+11
* remove unused lvmcache_drop_vg prototypeAlasdair Kergon2008-05-081-1/+0
* Don't touch /dev in vgrename if activation is disabled.Alasdair Kergon2008-04-302-1/+2
* post-release - reinstate incomplete enhancementsAlasdair Kergon2008-04-295-5/+20
* pre-release (bug fixes only - enhancements excluded)v2_02_36old-v2_02_36Alasdair Kergon2008-04-296-21/+9
* fixing fsadm usage with older blockdev,blkid,readline toolsZdeněk Kabeláč2008-04-293-5/+24
* . remove_lock_wait.diff remove the definition of "struct lock_wait",Christine Caulfield2008-04-292-8/+2
* The attached patch is a try to make clvmd work correctly on openais stack.Christine Caulfield2008-04-282-6/+27
* Exclude VG_GLOBAL from internal concurrent VG lock counter.Alasdair Kergon2008-04-242-4/+6
* Add test for rhbz440405 - lvconvert -m0 fails incorrectly if all PEs allocated.Dave Wysochanski2008-04-231-0/+10
* Fix vgsplit internal counting of snapshot LVs.Dave Wysochanski2008-04-233-2/+19
* Update test function _check_{vg|lv|pv}_field to aid in test debug.Dave Wysochanski2008-04-231-3/+3
* Fix internal snapshot_count when vgmerge with snapshots in source VG.Dave Wysochanski2008-04-232-0/+2
* Simplify locking code by using saLckResourceLock rather thanChristine Caulfield2008-04-232-65/+17