summaryrefslogtreecommitdiff
path: root/lib/device
Commit message (Expand)AuthorAgeFilesLines
* filter-mpath: use multipath blacklistDavid Teigland2022-04-221-11/+170
* devices file: remove extraneous unlock in vgchange -uDavid Teigland2022-04-131-4/+3
* filter: remove unused EAGAIN case and flagDavid Teigland2022-04-066-39/+3
* lvmdevices: --deldev using device idDavid Teigland2022-04-062-3/+4
* change messages about filtered devicesDavid Teigland2022-04-011-3/+3
* devices file: warn about missing multipath entryDavid Teigland2022-04-014-4/+20
* devices: use dev-cache aliases handling from label scan functionsDavid Teigland2022-02-282-2/+3
* devices: fix dev_name assumptionsDavid Teigland2022-02-242-2/+14
* devices: initial use of existing optionDavid Teigland2022-02-241-2/+2
* devices: drop incorrect paths from aliases listDavid Teigland2022-02-244-98/+164
* devices: simplify dev_cache_get_by_devtDavid Teigland2022-02-242-56/+6
* devices file: do not clear PVID of unread devicesDavid Teigland2022-02-102-0/+15
* lvmdevices: make deldev work for missing deviceDavid Teigland2022-02-032-3/+4
* lvmdevices: fix checks when adding entriesDavid Teigland2022-01-251-105/+48
* device_id: fix search for renamed device when the wwid is ignoredDavid Teigland2022-01-251-9/+30
* lvmdevices check: error exit if update is neededDavid Teigland2022-01-141-1/+2
* hash: raise hash table sizeZdenek Kabelac2021-12-201-1/+1
* devices: recognise rbd (ceph rados block device)наб2021-12-131-0/+1
* device_id: handle wwid with spaces or control charactersDavid Teigland2021-12-021-9/+7
* pvscan: fix error message for invalid devnameDavid Teigland2021-12-011-1/+6
* devices file: don't write in test modeDavid Teigland2021-12-011-0/+3
* devices: exclude multipath components based on matching wwidDavid Teigland2021-11-184-4/+84
* device_id: searched_devnames improvementsDavid Teigland2021-11-161-2/+26
* device_id: fix search on filtered deviceDavid Teigland2021-11-161-2/+14
* device_id: match different dm device namesDavid Teigland2021-11-121-12/+69
* online files: fix vgname checkDavid Teigland2021-11-121-1/+10
* pvs_online: include devname in pvid filesDavid Teigland2021-11-094-33/+159
* vgchange -aay: improve unexpected command variationsDavid Teigland2021-11-082-1/+7
* fix device name from devno for partitionsDavid Teigland2021-11-051-1/+2
* vgchange -aay: optimize device list using pvs_online filesDavid Teigland2021-11-054-7/+129
* move code from pvscan.c to online.cDavid Teigland2021-11-042-0/+352
* rename pvscan_cache_single to expect_missing_vg_device in cmdDavid Teigland2021-11-041-3/+2
* pvscan: only add device args to dev cacheDavid Teigland2021-10-194-29/+209
* dev-cache: enhance dir scan also for non-udev buildZdenek Kabelac2021-10-181-1/+9
* dev-cache: better detection of filesystemZdenek Kabelac2021-10-181-9/+13
* dev-cache: skip different filesystems on dir scanZdenek Kabelac2021-10-181-0/+9
* cov: check device_ids_write return codeZdenek Kabelac2021-10-151-2/+3
* toollib: remove all devices list from process_each_pvDavid Teigland2021-10-131-0/+1
* devices file: unmatching system id should just be warningDavid Teigland2021-10-131-5/+1
* device_id: update stacked PVs for vgchange uuidDavid Teigland2021-10-042-0/+63
* make: opened can be needed for either defines caseZdenek Kabelac2021-09-271-1/+3
* gcc: use more zero length arraysZdenek Kabelac2021-09-221-1/+1
* cov: mask some warning about leakageZdenek Kabelac2021-09-201-1/+3
* cov: ignore syscallZdenek Kabelac2021-09-201-1/+1
* cov: ensure data is not derefencedZdenek Kabelac2021-09-201-4/+6
* cov: handle teoretical sysconf failureZdenek Kabelac2021-09-201-7/+13
* gcc-fanalyzer: notices 'du' could be NULLZdenek Kabelac2021-09-201-1/+2
* cov: make it aware we need these headers for muslCZdenek Kabelac2021-09-131-0/+1
* cov: add some initializersZdenek Kabelac2021-09-131-1/+1
* devices: restrict device id types to specific major numbersDavid Teigland2021-08-231-4/+49