summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_28old-v2_02_28Alasdair Kergon2007-08-244-34/+38
* Fix clvmd logging so you can get lvm-level debugging out of it.Patrick Caulfield2007-08-242-1/+14
* Locking P_global causes a cache refresh.Patrick Caulfield2007-08-232-5/+13
* Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.Alasdair Kergon2007-08-236-4/+31
* Force a device scan after init_full_scan_done() per agk.Patrick Caulfield2007-08-231-0/+2
* Call init_full_scan_done() when refreshing the cache. This should fix clvmd -R.Patrick Caulfield2007-08-232-1/+7
* Change lvconvert_mirrors to use mirror segtype not striped.Alasdair Kergon2007-08-222-6/+4
* Fix lvconvert_mirrors detection of number of existing mirrors.Alasdair Kergon2007-08-222-1/+2
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-2239-211/+218
* Avoid static link failure with some SELinux libraries.Jim Meyering2007-08-211-0/+1
* Fix (C) !Alasdair Kergon2007-08-212-2/+7
* Clean up mirrorlog argument processing.Alasdair Kergon2007-08-219-172/+162
* Remove obsolete dmfs code from tree and update INSTALL.Alasdair Kergon2007-08-212-5/+2
* Move guts of vgremove into lvm library.Dave Wysochanski2007-08-214-65/+71
* post-releaseAlasdair Kergon2007-08-211-0/+3
* Prepare to move guts of vgremove into lvm library.Dave Wysochanski2007-08-213-16/+26
* pre-releaseold-dm_v1_02_22dm_v1_02_22Alasdair Kergon2007-08-211-2/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-2133-89/+76
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-20198-640/+678
* Update WHATS_NEW for last checkinDave Wysochanski2007-08-201-0/+1
* Move lv_remove_single() into library (lv_manip.c, metadata-exported.h).Dave Wysochanski2007-08-207-148/+153
* Prepare to move guts of lvremove into lvm libraryDave Wysochanski2007-08-202-18/+37
* factor out some duplication -- mostly I/O redirectionJim Meyering2007-08-201-33/+28
* Allow clvmd debug to be turned on in a running daemon using clvmd -dPatrick Caulfield2007-08-178-22/+163
* Update to use autoconf 2.61, while still supporting 2.57.Alasdair Kergon2007-08-148-5145/+5665
* Remove unneeded WHATS_NEW entryDave Wysochanski2007-08-101-1/+0
* Fix "lvconvert -s" from always failing with argument error message.Dave Wysochanski2007-08-102-1/+2
* - change new log_ARG variable to more explicit mirrorlog_ARG.Jonathan Earl Brassow2007-08-094-10/+10
* minor updates to the lvcreate/lvconvert man pages.Jonathan Earl Brassow2007-08-092-7/+13
* Add more cluster/clvmd information to lvmdumpPatrick Caulfield2007-08-092-2/+33
* Remove extra checks for sub LV renaming.Dave Wysochanski2007-08-081-26/+12
* A few more cleanups for lvrename of mirrors checkin:Dave Wysochanski2007-08-071-7/+12
* Some simple fixups for last checkin:Dave Wysochanski2007-08-071-21/+20
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-0722-121/+134
* Update a few commentsDave Wysochanski2007-08-061-7/+2
* Add entry for last checkin of lvrename mirror supportDave Wysochanski2007-08-061-0/+1
* Add support for renaming mirrored LVs.Dave Wysochanski2007-08-061-8/+134
* For consistency, rename local variable: s/newname/new_name/g.Jim Meyering2007-08-064-13/+13
* improve changelogAlasdair Kergon2007-08-062-7/+5
* Make lv_rename's interface "const correct".Jim Meyering2007-08-062-2/+2
* Use NULL not 0.Alasdair Kergon2007-08-051-8/+2
* Factor out core of lvrename to lv_rename library function.Dave Wysochanski2007-08-034-60/+71
* Fix a possible segfault in libdevmapper-event. Thanks to Brian J. WoodPetr Rockai2007-08-022-1/+4
* This patch changes the arguments that specify the mirrorJonathan Earl Brassow2007-08-017-33/+106
* - cleanup excessive indentation in tools/lvconvert.c:lvconvert_mirrorsJonathan Earl Brassow2007-08-011-121/+147
* lib/activate/activate.c:_lv_activate tries to monitor a deviceJonathan Earl Brassow2007-08-012-1/+2
* Don't leak a file descriptor in fcntl_lock_file(), when fcntl fails.Jim Meyering2007-07-282-0/+2
* Remove create_dir function; use now-equivalent dm_create_dir instead.Jim Meyering2007-07-287-62/+7
* Export dm_create_dir (was create_dir) to help fix LVM2 link errorv1_02_22old-v1_02_22Jim Meyering2007-07-285-2/+10
* Make the libdevmapper version of create_dir equivalent to the LVM2 one.Jim Meyering2007-07-282-2/+5