summaryrefslogtreecommitdiffstats
path: root/lib/cache
Commit message (Expand)AuthorAgeFilesLines
* lvmetad: Implement --test (fixes #832033).Petr Rockai2012-07-301-4/+4
* activate: add autoactivation hooksPeter Rajnoha2012-06-282-16/+42
* lvmetad: check for fid existanceZdenek Kabelac2012-06-221-0/+3
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-2/+0
* Check if info struct returned is not NULL.Peter Rajnoha2012-04-101-2/+3
* Minor fixesZdenek Kabelac2012-03-281-2/+1
* Just move declarationZdenek Kabelac2012-03-141-1/+2
* Scan all devices for lvmetad if 'pvscan --cache' used without device list.Alasdair Kergon2012-03-032-56/+13
* a fixmeAlasdair Kergon2012-03-021-0/+1
* fix non-lvmetad pvscan macroAlasdair Kergon2012-03-021-1/+1
* missing reply freesAlasdair Kergon2012-03-021-7/+12
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-022-42/+100
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-021-1/+1
* Allow multiple device names with pvscan --lvmetad.Alasdair Kergon2012-03-022-30/+32
* Check allocated pointersZdenek Kabelac2012-03-011-24/+25
* Check pointer before deref in debug messageZdenek Kabelac2012-03-011-2/+2
* Explicitely ignore fail from this label_readZdenek Kabelac2012-03-011-1/+1
* Use 64 bit integers for device size & label sector in _pv_populate_lvmcache inPetr Rockai2012-03-011-2/+2
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-2/+5
* Invert some return codes (which used to get ignored anyway) in cases whenAlasdair Kergon2012-02-281-3/+16
* Bypass lvmetad fns when not configured to use lvmetad.Alasdair Kergon2012-02-281-2/+20
* If lvmetad fails, don't set _has_scannedAlasdair Kergon2012-02-281-3/+8
* Check result of export_vg_to_bufferZdenek Kabelac2012-02-281-1/+5
* Add stacktrace for init_lvmcache_orphans fail pathZdenek Kabelac2012-02-281-1/+2
* Explicitely ignore errors in label_read iteration.Zdenek Kabelac2012-02-281-2/+2
* Check id_write_format resultZdenek Kabelac2012-02-271-4/+9
* Fix a possible SEGV in lvmetad client code, and a minor leak in pvscanPetr Rockai2012-02-261-2/+5
* A bit of documentation for lvmetad_vg_lookup.Petr Rockai2012-02-261-1/+6
* - Improve error reporting on lvmetad connection failure.Petr Rockai2012-02-261-3/+11
* Drop backtrace after log_errorZdenek Kabelac2012-02-231-1/+1
* Remaing code sufflingZdenek Kabelac2012-02-231-3/+4
* Fix regression from cleanup commitZdenek Kabelac2012-02-231-1/+2
* Some reformating for lvmetad uddatesZdenek Kabelac2012-02-232-107/+134
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-234-10/+817
* Add internal error to guard vgname2 NULL dereferenceZdenek Kabelac2012-02-131-2/+6
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-121-1/+1
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-2/+0
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-102-81/+392
* Some fixmesZdenek Kabelac2012-02-081-0/+1
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-1/+1
* When dropping the VG metadata from the cache during a VG revert, we mustAlasdair Kergon2011-12-081-0/+4
* Check for refresh_filter failureZdenek Kabelac2011-10-111-5/+3
* Use size_t return typeZdenek Kabelac2011-09-011-2/+2
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-302-4/+4
* Add detect_internal_vg_cache_corruption to lvm.confZdenek Kabelac2011-08-111-1/+2
* Lock memory for shared VGZdenek Kabelac2011-08-111-0/+8
* Cache and share generated VG structsZdenek Kabelac2011-08-112-4/+42
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Slightly refactor the config code to allow better reuse (no functional change).Petr Rockai2011-07-181-2/+1
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-012-21/+27