summaryrefslogtreecommitdiff
path: root/lib/label
Commit message (Expand)AuthorAgeFilesLines
* cov: remove unneeded header file inclusionZdenek Kabelac2023-05-101-1/+0
* cleanup: correcting some log_printZdenek Kabelac2023-05-061-11/+12
* pvscan: filter does not need to be checked for symlink namesDavid Teigland2023-02-151-4/+1
* vgchange autoactivation: skip regex filter containing symlinksDavid Teigland2023-01-311-0/+17
* cov: remove unused headersZdenek Kabelac2022-07-111-1/+0
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-2/+2
* change messages about filtered devicesDavid Teigland2022-04-011-2/+2
* devices: only close PVs on LVs when scan_lvs is enabledDavid Teigland2022-03-011-2/+4
* devices: use dev-cache aliases handling from label scan functionsDavid Teigland2022-02-281-110/+33
* devices: fix dev_name assumptionsDavid Teigland2022-02-242-1/+24
* devices: simplify dev_cache_get_by_devtDavid Teigland2022-02-241-3/+3
* devices file: do not clear PVID of unread devicesDavid Teigland2022-02-102-0/+22
* label: cache dm device listZdenek Kabelac2021-12-202-0/+36
* device_id: searched_devnames improvementsDavid Teigland2021-11-161-0/+10
* vgchange autoactivation: error path cleanupDavid Teigland2021-11-151-3/+60
* vgchange autoactivation: lock vg early to avoid second label scanDavid Teigland2021-11-101-4/+0
* pvs_online: include devname in pvid filesDavid Teigland2021-11-091-13/+5
* vgchange -aay: improve unexpected command variationsDavid Teigland2021-11-082-16/+36
* vgchange -aay: fall back to dev_cache_scan if optimization failsDavid Teigland2021-11-051-6/+37
* vgchange -aay: optimize device list using pvs_online filesDavid Teigland2021-11-054-120/+195
* move code from pvscan.c to online.cDavid Teigland2021-11-041-2/+1
* add hints interface to the pvs_online file informationDavid Teigland2021-11-042-1/+123
* lvmdevices: increase open file limitDavid Teigland2021-11-032-2/+4
* hints: remove the cmd hints listDavid Teigland2021-11-012-7/+2
* fix segfault handling duplicate PVsDavid Teigland2021-10-142-3/+3
* toollib: remove all devices list from process_each_pvDavid Teigland2021-10-131-0/+1
* gcc: use more zero length arraysZdenek Kabelac2021-09-221-1/+1
* gcc-fanalyzer: zallocate memory for clean bufferZdenek Kabelac2021-09-211-1/+1
* cov: add some initializersZdenek Kabelac2021-09-131-1/+1
* cov: clean up pvid and vgid usageDavid Teigland2021-08-161-3/+2
* scan: retry reading metadata on errorDavid Teigland2021-07-062-0/+6
* scan: don't hold bcache block during scanDavid Teigland2021-07-061-33/+38
* label_read_pvid: separate error and no-pvidDavid Teigland2021-04-232-5/+11
* cleanup: indentZdenek Kabelac2021-04-231-1/+1
* cov: explicitely ignore return valueZdenek Kabelac2021-04-231-1/+1
* debug: drop stack from regular code flowZdenek Kabelac2021-03-151-1/+1
* debug: more tracingZdenek Kabelac2021-03-101-2/+4
* hints: keep strings aligned in structureZdenek Kabelac2021-03-081-3/+3
* label: check only with active device for rescanZdenek Kabelac2021-03-021-6/+6
* device usage based on devices fileDavid Teigland2021-02-233-25/+94
* scan: wipe filters when dropping scanned dataDavid Teigland2021-02-101-13/+1
* label: avoid rescaning unusable DM devicesZdenek Kabelac2021-02-101-0/+13
* md component detection changesDavid Teigland2021-02-051-28/+12
* label_scan: fix missing free of filtered_devsDavid Teigland2021-01-181-0/+5
* pvcreate: clean up opening and filtering of argsDavid Teigland2020-10-262-12/+14
* add label_scan_devs_cachedDavid Teigland2020-10-212-0/+16
* add label_read_pvidDavid Teigland2020-10-212-0/+49
* lvmcache: rename label_read label_scan_devDavid Teigland2020-10-212-3/+2
* scanning: improve filtering controlDavid Teigland2020-10-211-48/+70
* debug: no backtraceZdenek Kabelac2020-10-021-1/+1