summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.Alasdair Kergon2007-08-233-3/+13
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-2230-183/+191
* Clean up mirrorlog argument processing.Alasdair Kergon2007-08-212-1/+1
* Move guts of vgremove into lvm library.Dave Wysochanski2007-08-212-0/+70
* Prepare to move guts of vgremove into lvm library.Dave Wysochanski2007-08-212-4/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-20131-368/+366
* Move lv_remove_single() into library (lv_manip.c, metadata-exported.h).Dave Wysochanski2007-08-204-2/+151
* Prepare to move guts of lvremove into lvm libraryDave Wysochanski2007-08-201-0/+9
* Update to use autoconf 2.61, while still supporting 2.57.Alasdair Kergon2007-08-141-13/+6
* 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-0712-78/+86
* Update a few commentsDave Wysochanski2007-08-061-7/+2
* 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
* Make lv_rename's interface "const correct".Jim Meyering2007-08-062-2/+2
* Factor out core of lvrename to lv_rename library function.Dave Wysochanski2007-08-032-0/+64
* lib/activate/activate.c:_lv_activate tries to monitor a deviceJonathan Earl Brassow2007-08-011-1/+1
* Don't leak a file descriptor in fcntl_lock_file(), when fcntl fails.Jim Meyering2007-07-281-0/+1
* Remove create_dir function; use now-equivalent dm_create_dir instead.Jim Meyering2007-07-286-62/+6
* Add ps3disk devices.Alasdair Kergon2007-07-261-0/+1
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-247-17/+37
* Add CORRECT_INCONSISTENT and FAIL_INCONSISTENT flags to vg_lock_and_readDave Wysochanski2007-07-232-4/+15
* Add vg_lock_and_read() external library function.Dave Wysochanski2007-07-232-0/+37
* Fix loading of persistent cache if cache_dir is used. (2.02.23)Milan Broz2007-07-232-3/+6
* 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-204-0/+46
* Use gcc's printf attribute wherever possible.Jim Meyering2007-07-202-1/+4
* In _line_append, use "sizeof buf - 1" rather than equivalent "4095"Jim Meyering2007-07-201-2/+2
* Introduce is_same_inode macro, now including a comparison of st_dev.Jim Meyering2007-07-203-3/+7
* Don't leak a file descriptor in _lock_file when flock fails.Jim Meyering2007-07-201-0/+1
* Add SUN's LDOM virtual block device to filtersPatrick Caulfield2007-07-191-0/+1
* Split metadata-external.h out from metadata.h for the tools to use.Alasdair Kergon2007-07-189-385/+493
* Change pv_read_path to pv_by_pathDave Wysochanski2007-07-122-4/+5
* Turn _add_pv_to_vg() into external library function add_pv_to_vg()Dave Wysochanski2007-07-122-12/+27
* Refactor vg_extend error path.Dave Wysochanski2007-07-121-5/+7
* Add pv_read_path, a proposed external LVM library function to take a device p...Dave Wysochanski2007-07-112-4/+23
* Cope with find_seg_by_le() failure in check_lv_segments().Alasdair Kergon2007-07-101-3/+3
* tidyAlasdair Kergon2007-07-101-4/+4
* Fix pv_mda_count to cope with missing PV.Alasdair Kergon2007-07-101-3/+4
* Add vg_mda_count and pv_mda_count columns to reports.Alasdair Kergon2007-07-092-0/+27
* Fix dumpconfig to use log_print instead of stdout directly.Alasdair Kergon2007-07-081-30/+101
* Convert _add_pv_to_vg to usable LVM library function.Dave Wysochanski2007-07-021-3/+3
* Don't use index and rindex functions marked by SUSv3 as legacy - Jakub Bogusz...Dave Wysochanski2007-07-025-6/+6
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-289-24/+29
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-192-7/+7
* Add vg_status function and clean up vg->status in tools directoryDave Wysochanski2007-06-192-0/+9
* Make vg_extend() format_instance * parameter internal to vg_extend()Dave Wysochanski2007-06-192-6/+4
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-152-22/+22