summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rename P_global to P_#globalAlasdair Kergon2008-04-151-1/+1
* Don't attempt remote metadata backups of non-clustered VGs. (2.02.29)Alasdair Kergon2008-04-141-2/+4
* Don't store fid in VG metadata cache to avoid clvmd segfault. (2.02.34)Alasdair Kergon2008-04-142-4/+7
* Add lv_is_active() to determine whether an lv is active.Dave Wysochanski2008-04-102-0/+33
* more pre-release cleanupAlasdair Kergon2008-04-101-0/+2
* fix 3rd copyAlasdair Kergon2008-04-101-1/+1
* make list_move consistent with other list fnsAlasdair Kergon2008-04-103-9/+13
* .Alasdair Kergon2008-04-101-1/+1
* Fix vgdisplay 'Cur LV' field to match lvdisplay output.Alasdair Kergon2008-04-103-2/+30
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-109-11/+11
* Use clustered mirror log with pvmove in clustered VGs, if available.Alasdair Kergon2008-04-092-4/+8
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-087-52/+115
* create fids for internal orphan VGsAlasdair Kergon2008-04-071-0/+9
* Update lvmcache VG lock state for all locking types now.Milan Broz2008-04-073-27/+14
* Fix output if overriding command_names on cmdline.Milan Broz2008-04-071-10/+17
* Add detection of clustered mirror log capability.Milan Broz2008-04-0710-18/+45
* Add check to vg_commit() to ensure lock is held before writing new VG metadata.Dave Wysochanski2008-04-041-0/+6
* Add some basic internal VG lock validation.Alasdair Kergon2008-04-032-4/+30
* fix vd->virtblkAlasdair Kergon2008-04-031-1/+1
* enable vg metadata cache by defaultAlasdair Kergon2008-04-021-0/+1
* Add per-command flags to control which commands use the VG metadata cache.Alasdair Kergon2008-04-022-1/+3
* Cache VG metadata internally while VG lock is held.Alasdair Kergon2008-04-016-23/+131
* Add find_lv_in_lv_list() and find_pv_in_pv_list().Dave Wysochanski2008-03-283-2/+29
* Use list_move() in applicable places.Dave Wysochanski2008-03-261-4/+2
* Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.Dave Wysochanski2008-03-264-3/+5
* Add list_move() support function for list manipulation.Dave Wysochanski2008-03-261-0/+10
* preparation for vg cacheAlasdair Kergon2008-03-176-13/+39
* Const cleanups in find_* functions.Dave Wysochanski2008-03-132-14/+24
* Refactor text format initialisation into _init_text_import.Alasdair Kergon2008-03-131-14/+14
* Escape double quotes and backslashes in external metadata and config data.Alasdair Kergon2008-03-125-23/+150
* Use return_0 in a couple more places.Alasdair Kergon2008-03-102-3/+3
* add vd to filtersAlasdair Kergon2008-03-051-0/+1
* Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV.Alasdair Kergon2008-02-221-0/+2
* Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)Alasdair Kergon2008-02-221-0/+14
* Add missing no-longer-used segs_using_this_lv test to check_lv_segments.Alasdair Kergon2008-02-221-0/+3
* is_orphan: make parameter "const" to avoid compiler warningJim Meyering2008-02-132-2/+2
* split orphan VG by format typeAlasdair Kergon2008-02-0616-51/+68
* a couple more compiler warningsAlasdair Kergon2008-01-312-3/+3
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-316-10/+48
* only read labels once between each lock eventAlasdair Kergon2008-01-301-0/+10
* undo a few 'stack' movesAlasdair Kergon2008-01-301-2/+4
* Some whitespace tidy-ups.Alasdair Kergon2008-01-3061-234/+234
* Use stack return macros throughout.Alasdair Kergon2008-01-3047-1352/+687
* Rely upon internally-cached PV labels while corresponding VG lock is held.Alasdair Kergon2008-01-297-19/+82
* Fix two check_lv_segments error messages to show whole segment.Alasdair Kergon2008-01-261-5/+6
* Refactor mirror log attachment code.Alasdair Kergon2008-01-263-34/+29
* suppress compiler warningAlasdair Kergon2008-01-221-1/+1
* Fix vgsplit - print error if vgcreate option given w/existing vg destinationDave Wysochanski2008-01-221-0/+14
* Fix lvcreate --nosync not to wait for non-happening sync.Alasdair Kergon2008-01-182-3/+7
* add lvconvert messagesAlasdair Kergon2008-01-182-1/+30