summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_13old-v2_02_13Alasdair Kergon2006-10-272-2/+2
* dd couple of missing files to tools/Makefile CLEAN_TARGETS.Alasdair Kergon2006-10-262-1/+3
* When adding snapshot leave cow LV mapped device active after zeroing.Alasdair Kergon2006-10-262-9/+9
* .Alasdair Kergon2006-10-241-0/+1
* - likely cut and paste error. Fix wrong function name in debugJonathan Earl Brassow2006-10-241-1/+1
* Add dev_flush() to set_lv()Alasdair Kergon2006-10-242-0/+2
* resync alphabetical orderAlasdair Kergon2006-10-241-3/+3
* try forcesync -> resyncAlasdair Kergon2006-10-245-11/+11
* reword --resync desc a bitAlasdair Kergon2006-10-241-6/+6
* fix forcesync local active detectionAlasdair Kergon2006-10-241-4/+5
* Add lvchange --forcesync.Alasdair Kergon2006-10-235-7/+178
* Perform high-level free space check before each allocation attempt.Alasdair Kergon2006-10-234-1/+27
* Don't allow a node to remove an LV that's exclusively active on anther node.Patrick Caulfield2006-10-232-0/+11
* Cope if same PV is included more than once in cmdline PE range list.Alasdair Kergon2006-10-213-38/+68
* getline debug freeAlasdair Kergon2006-10-191-0/+1
* Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.Alasdair Kergon2006-10-192-2/+22
* Set PV size to current device size if it is found to be zero.Alasdair Kergon2006-10-195-6/+49
* Add segment parameter to target_present functions.Alasdair Kergon2006-10-1811-10/+11
* post-releaseAlasdair Kergon2006-10-162-1/+4
* revertv2_02_12old-v2_02_12Alasdair Kergon2006-10-161-5/+5
* pre-releaseAlasdair Kergon2006-10-163-7/+7
* Fix pvdisplay to use vg_read() for non-orphansAlasdair Kergon2006-10-162-4/+31
* Fall back to internal locking if external locking lib is missing or fails.Alasdair Kergon2006-10-142-5/+6
* Retain activation state after changing LV minor number with --force.Alasdair Kergon2006-10-132-10/+10
* post-release.Alasdair Kergon2006-10-131-0/+3
* pre-releaseold-dm_v1_02_12dm_v1_02_12Alasdair Kergon2006-10-131-2/+2
* Avoid deptree attempting to suspend a device that's already suspended.Alasdair Kergon2006-10-132-1/+2
* Propagate clustered flag in vgsplit and require resizeable flag.Alasdair Kergon2006-10-132-0/+10
* post-releaseAlasdair Kergon2006-10-123-1/+7
* fix realtime msg alignmentv2_02_11old-v2_02_11Alasdair Kergon2006-10-122-2/+2
* pre-releaseAlasdair Kergon2006-10-122-3/+3
* .old-dm_v1_02_11dm_v1_02_11Alasdair Kergon2006-10-121-1/+1
* missing mesgAlasdair Kergon2006-10-121-0/+1
* pre-releaseAlasdair Kergon2006-10-121-2/+2
* noflush code fixes: missing debug log; non-standard variable nameAlasdair Kergon2006-10-122-4/+5
* remove unused variableAlasdair Kergon2006-10-121-3/+1
* fix dmsetup usage display (missing \n and --noflush wrong place)Alasdair Kergon2006-10-121-4/+3
* Add suspend noflush support.v1_02_13v1_02_12v1_02_11old-v1_02_13old-v1_02_12old-v1_02_11Alasdair Kergon2006-10-127-16/+283
* Test message to lvm-devel list.Alasdair Kergon2006-10-101-1/+1
* Add clvmd call to return the cluster name.Patrick Caulfield2006-10-097-1/+34
* add cling allocation policyAlasdair Kergon2006-10-086-15/+91
* .Alasdair Kergon2006-10-071-0/+1
* check_contiguous to use for_each_pvAlasdair Kergon2006-10-072-40/+72
* More work towards pv->size always holding the same value in internal metadata.Alasdair Kergon2006-10-073-2/+18
* rely on pv_setup functions to fix up pe_countAlasdair Kergon2006-10-071-4/+1
* Accept regionsize with lvconvert.Alasdair Kergon2006-10-071-1/+2
* more refactoringAlasdair Kergon2006-10-071-24/+37
* Extend _for_each_pv() to allow termination without error.Alasdair Kergon2006-10-072-13/+27
* abstract _is_contiguous()Alasdair Kergon2006-10-071-4/+15
* move _for_each_pv()Alasdair Kergon2006-10-071-52/+52