summaryrefslogtreecommitdiff
path: root/tools/pvscan.c
Commit message (Expand)AuthorAgeFilesLines
* cov: remove unneeded header file inclusionZdenek Kabelac2023-05-101-1/+0
* pvscan: remove warning about excluded root devDavid Teigland2023-02-151-29/+0
* pvscan: filter does not need to be checked for symlink namesDavid Teigland2023-02-151-2/+1
* vgchange autoactivation: skip regex filter containing symlinksDavid Teigland2023-01-311-46/+3
* pvscan: use alternate device names from DEVLINKS to check filterDavid Teigland2023-01-311-24/+36
* pvscan: free unused device_idZdenek Kabelac2022-12-201-0/+2
* devices: factor common list functionsDavid Teigland2022-11-071-1/+1
* vgremove: remove online files in run dirDavid Teigland2022-09-141-16/+1
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+2
* pvscan: warn about /dev/sda excluded by devices fileDavid Teigland2022-04-011-0/+28
* change messages about filtered devicesDavid Teigland2022-04-011-2/+2
* pvscan: don't use udev for external device infoDavid Teigland2022-03-091-5/+3
* pvscan: fix filter symlink checksDavid Teigland2021-12-011-7/+11
* pvscan: limit md device_hint for slow autoactivationDavid Teigland2021-11-301-2/+3
* pvscan: match device arg to filter symlinkDavid Teigland2021-11-291-0/+63
* pvscan: consistent creation of pvs_lookup fileDavid Teigland2021-11-121-13/+30
* pvs_online: include devname in pvid filesDavid Teigland2021-11-091-23/+18
* vgchange -aay: optimize device list using pvs_online filesDavid Teigland2021-11-051-1/+1
* move code from pvscan.c to online.cDavid Teigland2021-11-041-335/+25
* vgchange -aay: optimize device scan using pvs_online filesDavid Teigland2021-11-041-2/+32
* rename pvscan_cache_single to expect_missing_vg_device in cmdDavid Teigland2021-11-041-1/+1
* add hints interface to the pvs_online file informationDavid Teigland2021-11-041-5/+7
* pvscan: fix messages from coverity changesDavid Teigland2021-10-201-2/+2
* pvscan: only add device args to dev cacheDavid Teigland2021-10-191-22/+36
* gcc: always initialize vg_completeZdenek Kabelac2021-10-151-1/+1
* debug: reduce some debugging noiseZdenek Kabelac2021-10-141-4/+4
* pvscan: add options listlvs listvg checkcompleteDavid Teigland2021-10-071-97/+321
* cov: check dev_get_size resultZdenek Kabelac2021-09-211-2/+6
* cov: make read buffer obviously zero endedZdenek Kabelac2021-09-201-0/+1
* cov: check fid instance is createdZdenek Kabelac2021-09-201-1/+6
* cov: clean up pvid and vgid usageDavid Teigland2021-08-161-4/+6
* pvscan: only match devices file for command argsDavid Teigland2021-08-051-2/+44
* devices file: avoid updating entry dev names in some casesDavid Teigland2021-08-051-0/+2
* devices file: limit warnings about devices file entries not foundDavid Teigland2021-08-051-0/+2
* pvscan: narrow the previous commit slightlyDavid Teigland2021-07-131-5/+13
* pvscan: do nothing for device removal and event_activation=0David Teigland2021-07-131-6/+5
* devices: rework libudev usageDavid Teigland2021-07-131-11/+1
* pvscan: skip indexing devices used by LVsDavid Teigland2021-07-061-0/+2
* label_read_pvid: separate error and no-pvidDavid Teigland2021-04-231-1/+9
* cov: ensure fid is not nullZdenek Kabelac2021-04-231-1/+2
* pvscan: fix memleakZdenek Kabelac2021-04-231-1/+1
* cleanup: use already set vg_completeZdenek Kabelac2021-03-111-5/+2
* cov: variable initializationZdenek Kabelac2021-03-101-1/+1
* cleanup: no backtraces needed after log_errorZdenek Kabelac2021-03-101-1/+1
* device usage based on devices fileDavid Teigland2021-02-231-4/+44
* pvscan: support disabled event_activationZdenek Kabelac2021-02-081-0/+6
* md component detection changesDavid Teigland2021-02-051-7/+23
* pvscan: enhance _count_pvid_files_from_lookup_fileZdenek Kabelac2021-02-011-31/+25
* pvscan: ensure read buffer ends with 0Zdenek Kabelac2021-01-221-11/+8
* pvscan: make ret value definedZdenek Kabelac2021-01-221-2/+1