summaryrefslogtreecommitdiff
path: root/lib/label/label.c
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
* 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-241-1/+22
* devices: simplify dev_cache_get_by_devtDavid Teigland2022-02-241-3/+3
* devices file: do not clear PVID of unread devicesDavid Teigland2022-02-101-0/+8
* label: cache dm device listZdenek Kabelac2021-12-201-0/+35
* 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-081-15/+33
* 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-051-0/+182
* add hints interface to the pvs_online file informationDavid Teigland2021-11-041-0/+3
* lvmdevices: increase open file limitDavid Teigland2021-11-031-2/+2
* hints: remove the cmd hints listDavid Teigland2021-11-011-6/+2
* fix segfault handling duplicate PVsDavid Teigland2021-10-141-2/+2
* 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
* 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-061-0/+5
* scan: don't hold bcache block during scanDavid Teigland2021-07-061-33/+38
* label_read_pvid: separate error and no-pvidDavid Teigland2021-04-231-4/+10
* cleanup: indentZdenek Kabelac2021-04-231-1/+1
* cov: explicitely ignore return valueZdenek Kabelac2021-04-231-1/+1
* debug: more tracingZdenek Kabelac2021-03-101-2/+4
* label: check only with active device for rescanZdenek Kabelac2021-03-021-6/+6
* device usage based on devices fileDavid Teigland2021-02-231-17/+44
* 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-261-11/+13
* add label_scan_devs_cachedDavid Teigland2020-10-211-0/+15
* add label_read_pvidDavid Teigland2020-10-211-0/+48
* lvmcache: rename label_read label_scan_devDavid Teigland2020-10-211-1/+1
* scanning: improve filtering controlDavid Teigland2020-10-211-48/+70
* debug: no backtraceZdenek Kabelac2020-10-021-1/+1
* scanning: keep open an lvm device with scanning problemDavid Teigland2020-09-281-5/+1
* devices: fix reopen for unopened deviceDavid Teigland2020-09-281-2/+2
* metadata: open rw fd before closing ro fdDavid Teigland2020-09-181-0/+63
* bcache: use indirection table for fdDavid Teigland2020-09-181-50/+65
* label: cleanup set_byte error exitDavid Teigland2020-09-161-9/+16
* Revert "label: use formaters FMTu64 and FMTsize_t"David Teigland2020-09-161-36/+37