summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* support 16KB page sizedev-dct-16KB-page-sizeDavid Teigland2023-04-071-0/+3
* vdo: use fixed size vdopool wrapperZdenek Kabelac2023-04-061-1/+1
* cleanup: rename functionZdenek Kabelac2023-04-061-2/+2
* cleanup: simplifyZdenek Kabelac2023-04-061-4/+3
* integrity: hide creation of internal LVsZdenek Kabelac2023-04-061-2/+3
* raidintegrity: allow writecache and cacheDavid Teigland2023-04-051-0/+9
* vg_read: keep MISSING_PV when device with no mda reappearsDavid Teigland2023-03-081-6/+0
* lvresize: fix check for mounted and renamed LV to handle spacesDavid Teigland2023-02-231-9/+32
* cov: avoid using strcpyZdenek Kabelac2023-02-173-10/+10
* pvscan: filter does not need to be checked for symlink namesDavid Teigland2023-02-153-51/+1
* filesystem: use PATH_MAX for linux pathsZdenek Kabelac2023-02-121-6/+6
* metadata-exported.h: correcting definitionZdenek Kabelac2023-02-101-1/+1
* lvm: fix typosZdenek Kabelac2023-02-102-7/+7
* device_id: ignore quotes in device idDavid Teigland2023-02-062-2/+10
* vg_read: remove unused code for md componentsDavid Teigland2023-02-021-43/+1
* archive: update messageZdenek Kabelac2023-02-011-1/+1
* pvscan: recognize "pci" as a common symlink component in filtersDavid Teigland2023-01-311-0/+2
* vgchange autoactivation: skip regex filter containing symlinksDavid Teigland2023-01-314-0/+66
* pvscan: use alternate device names from DEVLINKS to check filterDavid Teigland2023-01-312-1/+2
* lvresize: fail early if crypt device is missingDavid Teigland2023-01-303-1/+20
* lvresize: fail early if mounted LV was renamedDavid Teigland2023-01-263-0/+115
* Revert "lvresize: enable crypt resizing with --force"David Teigland2023-01-251-7/+3
* lvresize: enable crypt resizing with --forceDavid Teigland2023-01-201-3/+7
* lvresize: only resize crypt when fs resize is enabledDavid Teigland2023-01-193-1/+31
* vdo: resize requires active vdopool volumeZdenek Kabelac2023-01-161-0/+10
* vdo: fix and enhance vdo constain checkingZdenek Kabelac2023-01-163-23/+82
* vdo: read live vdo size configurationZdenek Kabelac2023-01-165-0/+107
* vdo: check memory only in non critical sectionZdenek Kabelac2023-01-161-1/+3
* lvresize: use standard extent conversion functionZdenek Kabelac2023-01-161-1/+2
* fix typolilinjie2023-01-111-3/+3
* lvmlockd: Fix syntax error in previous commitMarian Csontos2023-01-111-1/+1
* lvmlockd: fix report of lv_active_exclusively for special lv typesDavid Teigland2023-01-103-23/+44
* cov: remove unused header filesZdenek Kabelac2022-12-203-3/+0
* lvextend: fix overprovisioning check for thin lvsDavid Teigland2022-12-151-2/+3
* writecache: support settings metadata_only and pause_writebackDavid Teigland2022-12-082-0/+28
* 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
* lvmcache: fix strncpy len for wwidDavid Teigland2022-12-011-5/+5
* report: query lvmlockd for lv_active_exclusivelycorubba2022-11-113-5/+28
* report: adjust lv_active_remotely for shared VGscorubba2022-11-111-1/+2
* devices: factor common list functionsDavid Teigland2022-11-077-57/+95
* device_id: handle duplicate serial numbersDavid Teigland2022-11-075-0/+400
* device_id: look for serial number in other locationsDavid Teigland2022-11-073-2/+105
* dev_manager: accept misalined vdo pools.Zdenek Kabelac2022-11-022-11/+7
* device_id: remove debug traceDavid Teigland2022-10-241-1/+1
* cmd: save device_id_sysfs_dirDavid Teigland2022-10-243-3/+3
* lvmnotify.c: Check to see if dbus daemon is runningTony Asleson2022-10-191-0/+68
* lvreduce: change error message about --fs optionsDavid Teigland2022-10-121-1/+1