summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update pov2_00_26old-v2_00_26Alasdair Kergon2004-11-231-3/+3
* pool debuggingAlasdair Kergon2004-11-2319-32/+87
* 2.00.26Alasdair Kergon2004-11-232-3/+3
* fix a md filter log mesgAlasdair Kergon2004-11-231-1/+2
* update pofileAlasdair Kergon2004-11-231-221/+254
* Detect partition table signature.Alasdair Kergon2004-11-235-50/+92
* Only wipe signature bytes when destroying md superblock, so processAlasdair Kergon2004-11-191-1/+1
* pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.)Alasdair Kergon2004-11-196-12/+68
* Separate out md superblock detection code.Alasdair Kergon2004-11-185-29/+78
* Prevent snapshot origin resizing.Alasdair Kergon2004-11-182-0/+7
* Improve a vgremove error message.Alasdair Kergon2004-11-182-9/+9
* More tagging documentation, with some cluster examples.Alasdair Kergon2004-11-171-0/+165
* More lvm.conf and tagging documentation.Alasdair Kergon2004-11-171-4/+162
* More man page updates.Alasdair Kergon2004-11-1613-43/+118
* Tidy the socket callbacks so that all the work is done outside thePatrick Caulfield2004-11-164-34/+26
* update WHATS_NEWAlasdair Kergon2004-11-121-0/+2
* Update some man pages.Alasdair Kergon2004-11-1212-51/+156
* Also accept y/n with -ae.Alasdair Kergon2004-11-121-2/+4
* Report detailed errors in cluster initialisation to syslog, and point the userPatrick Caulfield2004-11-112-4/+5
* Can now build a gulm version of clvmd instead of a cman one. usePatrick Caulfield2004-11-039-949/+1789
* updateAlasdair Kergon2004-10-151-0/+1
* Fixes to lvcreate vgname processing.Alasdair Kergon2004-10-152-4/+19
* Add --noheadings option to dmsetup -c for colon-separated output.Alasdair Kergon2004-10-122-4/+32
* Fix size of dm_name string.Alasdair Kergon2004-10-112-5/+7
* Make clvmd -V display the lvm version number too rather than justPatrick Caulfield2004-10-062-3/+8
* Revert the fork back to where it was as it seems to confuse pthreads.Patrick Caulfield2004-10-062-19/+72
* Change some perror() calls to log_error() so they'll appear inPatrick Caulfield2004-10-061-4/+4
* Check the UUID length when readingthe output of the "lvs" command at startup.Patrick Caulfield2004-10-042-2/+5
* Support device referencing by uuid or major/minor.Alasdair Kergon2004-10-013-79/+185
* printf->fprintfAlasdair Kergon2004-10-012-1/+2
* Make clvmd cope with large gaps in nodeIDsPatrick Caulfield2004-09-302-4/+8
* Fork a little later in the startup sequence so that we can returnPatrick Caulfield2004-09-301-6/+9
* post-2.00.25Alasdair Kergon2004-09-292-1/+4
* 2.00.25v2_00_25old-v2_00_25Alasdair Kergon2004-09-293-24/+21
* Use macro in vgremove locking fix.Alasdair Kergon2004-09-271-1/+1
* Hold VG lock while doing vgremove.Patrick Caulfield2004-09-241-2/+2
* Remove spurious trailing dot in man page.Patrick Caulfield2004-09-242-1/+3
* Keep client locks (VG locks usually) in their own hash table soPatrick Caulfield2004-09-245-19/+93
* Update WHATS_NEW with latest clvmd changePatrick Caulfield2004-09-231-0/+2
* Make the thread handling a little less cavalier. In particular, callingPatrick Caulfield2004-09-231-2/+2
* Don't use hold_lock for VG locks as that doesn't stop processes contendingPatrick Caulfield2004-09-231-4/+6
* Fix return code from rm_link for vgmknodes.Alasdair Kergon2004-09-222-6/+8
* Put some locking round the LV hash table as it could be accessed byPatrick Caulfield2004-09-221-1/+15
* post-2.00.24Alasdair Kergon2004-09-162-1/+4
* 2.00.24v2_00_24old-v2_00_24Alasdair Kergon2004-09-162-2/+2
* Fix pool_empty so it really does empty the memory pool.Alasdair Kergon2004-09-162-2/+3
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-1624-22/+27
* Some fixes to memory debugging code.Alasdair Kergon2004-09-164-9/+17
* post-2.00.23Alasdair Kergon2004-09-152-1/+4
* 2.00.23v2_00_23old-v2_00_23Alasdair Kergon2004-09-153-254/+284