summaryrefslogtreecommitdiff
path: root/lib/device
Commit message (Expand)AuthorAgeFilesLines
* cov: validate dev_get_primary_dev resultZdenek Kabelac2023-05-101-1/+2
* cov: remove unused but set variablesZdenek Kabelac2023-05-062-4/+3
* cleanup: correcting some log_printZdenek Kabelac2023-05-067-19/+19
* cov: some initializersZdenek Kabelac2023-05-062-6/+6
* lvresize: fix check for mounted and renamed LV to handle spacesDavid Teigland2023-02-231-9/+32
* filesystem: use PATH_MAX for linux pathsZdenek Kabelac2023-02-121-6/+6
* device_id: ignore quotes in device idDavid Teigland2023-02-062-2/+10
* lvresize: fail early if crypt device is missingDavid Teigland2023-01-302-1/+16
* lvresize: fail early if mounted LV was renamedDavid Teigland2023-01-262-0/+112
* lvresize: only resize crypt when fs resize is enabledDavid Teigland2023-01-192-0/+14
* cov: remove unused header filesZdenek Kabelac2022-12-203-3/+0
* device_id: fix segfault verifying serial for non-pvDavid Teigland2022-12-021-2/+4
* device_id: check return value of label_read_pvidDavid Teigland2022-12-011-2/+3
* device_id: _get_devs_with_serial_numbers add missing freeDavid Teigland2022-12-011-7/+9
* device_id: add null id->name null checkDavid Teigland2022-12-011-2/+2
* devices: factor common list functionsDavid Teigland2022-11-073-14/+81
* device_id: handle duplicate serial numbersDavid Teigland2022-11-073-0/+383
* device_id: look for serial number in other locationsDavid Teigland2022-11-073-2/+105
* device_id: remove debug traceDavid Teigland2022-10-241-1/+1
* cmd: save device_id_sysfs_dirDavid Teigland2022-10-241-3/+1
* lvmdevices: use deviceidtype option strictlyDavid Teigland2022-10-102-4/+13
* device id: add new types using values from vpd_pg83David Teigland2022-10-103-2/+107
* device id: change space handling in t10 wwidDavid Teigland2022-10-101-3/+58
* device id wwid adjustmentsDavid Teigland2022-10-105-192/+244
* blkid: fix BLKID_SUBLKS_FSINFO usageDavid Teigland2022-09-291-7/+8
* lvresize: let env var set lvresize_fs_helper_pathDavid Teigland2022-09-271-3/+16
* remove unused variablesDavid Teigland2022-09-271-7/+0
* change messages about libblkid featuresDavid Teigland2022-09-271-9/+0
* vgremove: remove online files in run dirDavid Teigland2022-09-142-0/+58
* lvresize: add new options and defaults for fs handlingDavid Teigland2022-09-134-0/+543
* remove libblkid flag BLKID_SUBLKS_FSINFODavid Teigland2022-09-091-1/+1
* fix fs block size detectionDavid Teigland2022-09-092-13/+55
* vgimportdevices: fix locking when creating devices fileDavid Teigland2022-08-302-4/+4
* devices file: fix pvcreate --uuid matching pvid entry with no device idDavid Teigland2022-08-191-3/+4
* devices: drop double // from sysfs pathZdenek Kabelac2022-08-192-6/+6
* cov: remove unused headersZdenek Kabelac2022-07-111-1/+0
* filter-mpath: get wwids from sysfs vpd_pg83David Teigland2022-06-087-43/+453
* filter-mpath: handle other wwid types in blacklistDavid Teigland2022-06-061-5/+6
* devices file: fail if --devicesfile filename doesn't existDavid Teigland2022-05-271-0/+9
* 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