summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce log_sys_* macros from LVM2.Jim Meyering2007-07-284-22/+18
* Add ps3disk devices.Alasdair Kergon2007-07-262-1/+2
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-248-17/+38
* Fix clvmd if compiled with gulm support. (2.02.26)Milan Broz2007-07-245-21/+22
* libdevmapper, dmeventd: be paranoid about detecting write failureJim Meyering2007-07-242-1/+2
* dm_fclose: new functionJim Meyering2007-07-244-0/+31
* Trivial fix to lvdisplay man pg to recommend lvsDave Wysochanski2007-07-241-1/+3
* Trivial fix to lvdisplay man pg to correct volume size unitsDave Wysochanski2007-07-242-1/+2
* Update lvconvert and lvrename to use vg_lock_and_readDave Wysochanski2007-07-232-24/+6
* Fix error introduced with previous checkinDave Wysochanski2007-07-231-1/+1
* Add CORRECT_INCONSISTENT and FAIL_INCONSISTENT flags to vg_lock_and_readDave Wysochanski2007-07-236-9/+25
* Add vg_lock_and_read() external library function.Dave Wysochanski2007-07-237-75/+57
* Fix loading of persistent cache if cache_dir is used. (2.02.23)Milan Broz2007-07-233-3/+8
* Fix compilation warning in util.c.Milan Broz2007-07-231-0/+3
* Eliminate uses of strdup+basename. Use last_path_component instead.Jim Meyering2007-07-208-11/+55
* Use gcc's printf attribute wherever possible.Jim Meyering2007-07-204-2/+7