summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add detect_internal_vg_cache_corruption to lvm.confZdenek Kabelac2011-08-115-1/+21
* Lock memory for shared VGZdenek Kabelac2011-08-112-0/+24
* Cache and share generated VG structsZdenek Kabelac2011-08-115-4/+59
* Fix possible format instance memory leaks and premature releases in _vg_read.Peter Rajnoha2011-08-111-4/+43
* Suppress locking error messages in monitoring init scripts.Peter Rajnoha2011-08-111-1/+1
* Need 'ifdef' checks around RAID monitoring functions as well to catch theJonathan Earl Brassow2011-08-111-1/+4
* Fix build of raid without dmeventd.Milan Broz2011-08-111-2/+6
* Add dmeventd monitoring for RAID devices.Jonathan Earl Brassow2011-08-112-1/+45
* Add RAID metadata devices to considered devices in _add_lv_to_dtree.Jonathan Earl Brassow2011-08-111-3/+12
* Fix renaming of RAID logical volumes.Jonathan Earl Brassow2011-08-112-0/+14
* Just add new lines between header commentZdenek Kabelac2011-08-101-0/+2
* Replace free_vg with release_vgZdenek Kabelac2011-08-1013-76/+82
* Remove INCONSISTENT_VG flagZdenek Kabelac2011-08-102-9/+3
* Fix compiler warning.Jonathan Earl Brassow2011-08-101-1/+1
* If anything bad happens and unlocking failsMilan Broz2011-08-101-9/+13
* autoreconfAlasdair Kergon2011-08-091-6/+0
* Suppress low-level locking errors and warnings while using --sysinit.Peter Rajnoha2011-08-097-33/+48
* Remove unused 'origin' variable in lv_remove_single function.Peter Rajnoha2011-08-051-2/+0
* Remove unused inconsistent_seqnoZdenek Kabelac2011-08-041-7/+4
* Remove meaningless const type qualifiers on cast typeZdenek Kabelac2011-08-042-2/+2
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-0215-123/+838
* Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used even without any config.Peter Rajnoha2011-08-021-1/+1
* Compare also file size to detect changed config fileZdenek Kabelac2011-07-211-1/+3
* Make it possible to represent type-correct single-item arrays in config trees.Petr Rockai2011-07-191-2/+2
* Add an API to config.h for creating values in the config_tree mempool.Petr Rockai2011-07-192-0/+7
* Remove and unneeded parameter from build_parallel_areas_from_lv()Jonathan Earl Brassow2011-07-193-8/+7
* Fix potential null ptr deref in 'origin_from_cow'Jonathan Earl Brassow2011-07-191-1/+3
* Revert the #include changes. Need to fix this at the #include site for now, andPetr Rockai2011-07-182-5/+0
* Slightly refactor the config code to allow better reuse (no functional change).Petr Rockai2011-07-184-14/+54
* Add a missing libdevmapper.h #include to lvm-types.h (for dm_list).Petr Rockai2011-07-181-0/+1
* Add a couple missing #includes in uuid.h.Petr Rockai2011-07-181-0/+4
* missing ifdef when new fn unusedAlasdair Kergon2011-07-081-0/+2
* Ignore activation/verify_udev_operations if dm kernel driver vsn < 4.18.Alasdair Kergon2011-07-081-0/+22
* Fix warning for pvcreate over MD linear.Milan Broz2011-07-081-4/+10
* Need to snapshot lookup by uuid instead of name in case it's renamed.Alasdair Kergon2011-07-081-3/+3
* Move snapshot deactivation logic into lib/activate, fixing theAlasdair Kergon2011-07-083-38/+39
* Cope with a PV only discovered missing when creating deptree.Alasdair Kergon2011-07-061-3/+11
* Abort operation if dm_tree_node_add_target_area fails.Alasdair Kergon2011-07-051-17/+12
* Always perform preload logic before suspending - not only in the case when weAlasdair Kergon2011-07-051-31/+29
* Snapshots LVs are never loaded in their own right, only along with theirAlasdair Kergon2011-07-051-1/+1
* Fix conditions using no_merging: only those using lv_is_merging_cow() shouldAlasdair Kergon2011-07-051-2/+2
* reinstate accidentally-removed lines to fix pvmove againAlasdair Kergon2011-07-041-4/+0
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-016-0/+29
* When suspending, automatically preload newly-visible existing LVsAlasdair Kergon2011-06-304-20/+57
* Reinstate correct permissions when creating mirrors.Alasdair Kergon2011-06-291-1/+2
* Append 'm' attribute to pv_attr for missing PVs.Alasdair Kergon2011-06-291-0/+1
* Remove enforcement of udev verification when using non-standard /dev location.Alasdair Kergon2011-06-281-49/+2
* Move _set_lvm_fallback into toolcontext, fix string comparison (/devtestAlasdair Kergon2011-06-271-6/+54
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-272-3/+3
* remove unused var after recent patchAlasdair Kergon2011-06-241-1/+0