summaryrefslogtreecommitdiffstats
path: root/lib/metadata/lv_manip.c
Commit message (Expand)AuthorAgeFilesLines
* Check lv_count in vg_validate.Alasdair Kergon2008-04-221-1/+2
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-1/+1
* Add find_lv_in_lv_list() and find_pv_in_pv_list().Dave Wysochanski2008-03-281-2/+1
* Add missing no-longer-used segs_using_this_lv test to check_lv_segments.Alasdair Kergon2008-02-221-0/+3
* undo a few 'stack' movesAlasdair Kergon2008-01-301-2/+4
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-84/+42
* Refactor mirror log attachment code.Alasdair Kergon2008-01-261-5/+2
* add lvconvert messagesAlasdair Kergon2008-01-181-1/+25
* pre-release review cleanupsAlasdair Kergon2008-01-171-20/+16
* rename lv_remap_errorAlasdair Kergon2008-01-171-1/+1
* lvconvert/vgreduce fixesAlasdair Kergon2008-01-171-0/+18
* additional safety check on new segment listAlasdair Kergon2008-01-161-0/+7
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-43/+91
* more fixesAlasdair Kergon2007-12-201-7/+18
* various cleanups in recent patchesAlasdair Kergon2007-12-201-2/+50
* stacked mirror support (incomplete)Alasdair Kergon2007-12-201-29/+91
* Major restructuring of pvmove and lvconvert layer manipulation codeAlasdair Kergon2007-12-201-102/+660
* export can_split parameter until rest of pvmove allocation restructuring gets...Alasdair Kergon2007-12-051-4/+7
* drop mirrored_pv/mirrored_pe from alloc handleAlasdair Kergon2007-11-221-30/+11
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-1/+1
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-1/+1
* fix new lvremove checks - mustn't fail when activation is disabledAlasdair Kergon2007-11-041-35/+27
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-1/+1
* Non-functional change - refactor lv_create_empty().Dave Wysochanski2007-10-111-2/+2
* Some const fixups for previous checkinsDave Wysochanski2007-09-241-1/+1
* Modify lvremove to prompt for removal if LV active on other cluster nodes.Dave Wysochanski2007-08-281-23/+35
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-15/+12
* Clean up mirrorlog argument processing.Alasdair Kergon2007-08-211-1/+0
* Prepare to move guts of vgremove into lvm library.Dave Wysochanski2007-08-211-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Move lv_remove_single() into library (lv_manip.c, metadata-exported.h).Dave Wysochanski2007-08-201-0/+112
* 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 support for renaming mirrored LVs.Dave Wysochanski2007-08-061-8/+134
* For consistency, rename local variable: s/newname/new_name/g.Jim Meyering2007-08-061-4/+4
* Make lv_rename's interface "const correct".Jim Meyering2007-08-061-1/+1
* Factor out core of lvrename to lv_rename library function.Dave Wysochanski2007-08-031-0/+61
* Fix create mirror with name longer than 22 chars.Milan Broz2007-01-051-1/+1
* When lvconvert allocates a mirror log, respect parallel area constraints.Alasdair Kergon2006-12-131-45/+30
* Fix detection of smallest area in _alloc_parallel_area() for cling policy.Alasdair Kergon2006-12-121-5/+5
* Fix high-level free space check for partial allocations.Alasdair Kergon2006-10-301-3/+3
* Perform high-level free space check before each allocation attempt.Alasdair Kergon2006-10-231-1/+10
* add cling allocation policyAlasdair Kergon2006-10-081-10/+78
* check_contiguous to use for_each_pvAlasdair Kergon2006-10-071-40/+71
* more refactoringAlasdair Kergon2006-10-071-24/+37
* Extend _for_each_pv() to allow termination without error.Alasdair Kergon2006-10-071-13/+25
* abstract _is_contiguous()Alasdair Kergon2006-10-071-4/+15
* move _for_each_pv()Alasdair Kergon2006-10-071-52/+52