summaryrefslogtreecommitdiff
path: root/lib/cache
Commit message (Expand)AuthorAgeFilesLines
* cleanup: correcting some log_printZdenek Kabelac2023-05-061-2/+2
* lvmcache: fix valgrind error when dropping md duplicateDavid Teigland2023-04-251-0/+7
* lvm: fix typosZdenek Kabelac2023-02-101-1/+1
* lvmcache: fix strncpy len for wwidDavid Teigland2022-12-011-5/+5
* devices: factor common list functionsDavid Teigland2022-11-072-37/+13
* device_id: handle duplicate serial numbersDavid Teigland2022-11-071-0/+16
* covscan: free wwid strings in lvmcacheDavid Teigland2022-09-211-15/+31
* apply multipath_component_detection=0 to duplicate PV handlingDavid Teigland2022-07-251-0/+3
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+2
* handle duplicate vgidsDavid Teigland2022-01-131-4/+16
* lvmcache: remove lvmcache_update_vg_from_writeDavid Teigland2022-01-132-45/+0
* Revert "handle duplicate vgids"David Teigland2022-01-111-16/+4
* handle duplicate vgidsDavid Teigland2022-01-061-4/+16
* devices: exclude md components when duplicate pvs are seenDavid Teigland2021-11-221-19/+149
* devices: exclude multipath components based on matching wwidDavid Teigland2021-11-181-7/+179
* vgchange -aay: optimize device list using pvs_online filesDavid Teigland2021-11-052-0/+12
* fix segfault handling duplicate PVsDavid Teigland2021-10-141-1/+1
* fix lvmcache_add log_debug pvidDavid Teigland2021-10-131-4/+6
* cleanup: all lvmcache_add users pass char with 0Zdenek Kabelac2021-10-061-9/+3
* handle bad metadata text in vg_read pathDavid Teigland2021-09-282-0/+16
* lvmcache: follow pv_id/pvid naming conventionDavid Teigland2021-09-201-2/+2
* gcc: avoid name colision with function pv_id() from metadata.hZdenek Kabelac2021-09-201-4/+4
* cov: clean up pvid and vgid usageDavid Teigland2021-08-162-103/+128
* devices: rework libudev usageDavid Teigland2021-07-131-3/+3
* skip indexing devices used by LVs in more commandsDavid Teigland2021-07-091-2/+2
* coverity cleanupsDavid Teigland2021-06-161-0/+5
* lvmcache: fix memory leakZdenek Kabelac2021-04-231-1/+1
* hash: use individual hint sizesZdenek Kabelac2021-03-081-3/+3
* filters: better message for excluding LVDavid Teigland2021-03-031-0/+2
* cleanup: free already checks for NULLZdenek Kabelac2021-03-021-2/+1
* device usage based on devices fileDavid Teigland2021-02-232-4/+86
* fix for md component detection changesDavid Teigland2021-02-081-16/+40
* lvmcache: remove unused variable from last commitDavid Teigland2021-02-081-1/+0
* md component detection changesDavid Teigland2021-02-052-16/+103
* lvmcache: rename label_read label_scan_devDavid Teigland2020-10-211-1/+1
* lvmcache: add lvmcache_get_dev_mdaDavid Teigland2020-10-212-0/+17
* debug: drop vgid from debugZdenek Kabelac2020-10-021-2/+2
* devices: support printing the filter that rejects a deviceDavid Teigland2020-10-012-0/+51
* tests: add case for metadata checksum differencesDavid Teigland2020-09-281-0/+3
* metadata: open rw fd before closing ro fdDavid Teigland2020-09-182-0/+17
* cleanup: matching declaration orderZdenek Kabelac2020-09-011-2/+2
* lvmcache: use uint32_t for seqno cachingZdenek Kabelac2020-08-281-4/+4
* improve info about vgck updatemetadataDavid Teigland2020-06-031-0/+4
* lvmcache: free vginfo lock_typeDavid Teigland2020-05-141-0/+2
* use refresh_filters only where neededDavid Teigland2020-04-221-10/+0
* lvmcache: rework handling of VGs with duplicate vgnamesDavid Teigland2020-04-212-257/+245
* pass cmd struct through more functionsDavid Teigland2020-04-212-7/+7
* lvmcache_get_mda: remove unused functionDavid Teigland2020-04-212-35/+0
* scanning: optimize by checking text offset and checksumDavid Teigland2019-11-262-0/+28
* cov: remove unused headersZdenek Kabelac2019-11-141-1/+0