summaryrefslogtreecommitdiffstats
path: root/lib/metadata/metadata.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: add some missing stack backtracesZdenek Kabelac2012-08-231-9/+12
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-231-0/+5
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* activate: add autoactivation hooksPeter Rajnoha2012-06-281-1/+2
* Minor fixesZdenek Kabelac2012-03-281-2/+2
* Removing call of release_vg(NULL)Zdenek Kabelac2012-03-121-1/+0
* Switch to normal log_verbose messageZdenek Kabelac2012-03-121-2/+2
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-021-3/+11
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-021-0/+1
* Fix leak of FID structureZdenek Kabelac2012-03-011-3/+5
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-2/+2
* Fix a whitespace bug in the last checkin.Petr Rockai2012-02-291-1/+1
* Attempt a fix for lvm shell accumulating copies of orphan PVs with each "pvs"Petr Rockai2012-02-291-1/+4
* Test dm_hash_insert() failures mem failuresZdenek Kabelac2012-02-281-2/+5
* Check error from _lv_each_dependencyZdenek Kabelac2012-02-281-1/+2
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-2/+4
* Add stack traces for lock_vol failuresZdenek Kabelac2012-02-271-2/+4
* Just reindent with tabsZdenek Kabelac2012-02-271-4/+4
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-18/+56
* Check all tags and LV names are in a valid form in vg_validate.Alasdair Kergon2012-02-231-1/+28
* Add free_orphan_vgZdenek Kabelac2012-02-131-5/+6
* If the same fid is already same avoid ref_countingZdenek Kabelac2012-02-131-0/+6
* Add missing test for failure of lvmcache_foreach_pvZdenek Kabelac2012-02-131-1/+3
* Log error reporting for failing _alloc_pvZdenek Kabelac2012-02-131-13/+6
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-121-23/+17
* remove unused bits after fid changesAlasdair Kergon2012-02-121-7/+0
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-45/+23
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-52/+77
* Switch to return voidZdenek Kabelac2012-02-081-14/+6
* Thin dependency scan supportZdenek Kabelac2012-01-251-0/+4
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-8/+8
* Unlock memory for vg_writeZdenek Kabelac2011-11-181-0/+6
* Avoid lvextend to overflowZdenek Kabelac2011-11-041-4/+4
* Add last_segZdenek Kabelac2011-10-281-0/+10
* Don't print char type[8] as a plain stringZdenek Kabelac2011-10-241-1/+1
* Check for refresh_filter failureZdenek Kabelac2011-10-111-1/+3
* Abort if _finish_pvmove suspend_lvs fails instead of cleaning up incompletely.Alasdair Kergon2011-09-271-3/+1
* Minor change for pv_create apiZdenek Kabelac2011-09-071-1/+1
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
* Lock memory for shared VGZdenek Kabelac2011-08-111-0/+16
* Cache and share generated VG structsZdenek Kabelac2011-08-111-0/+6
* Fix possible format instance memory leaks and premature releases in _vg_read.Peter Rajnoha2011-08-111-4/+43
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-49/+33
* Remove INCONSISTENT_VG flagZdenek Kabelac2011-08-101-8/+3
* Remove unused inconsistent_seqnoZdenek Kabelac2011-08-041-7/+4
* Code move of vg_mark_partial() up in stackZdenek Kabelac2011-06-171-5/+0
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-151-6/+36
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-45/+84
* Make vg_mark_partial_lvs also clear existing PARTIAL_LV flags, so it can bePetr Rockai2011-05-071-4/+9
* Fix use of released vgname and vgidZdenek Kabelac2011-04-211-0/+3