summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix to preserve exclusive activation of mirror while up-converting.Jonathan Earl Brassow2011-06-232-4/+21
* Fail allocation if number of extents not divisible by area countMilan Broz2011-06-231-0/+7
* Fix issue preventing cluster mirror creation.Jonathan Earl Brassow2011-06-223-13/+6
* Disable udev fallback by default and add activation/udev_fallback to lvm.conf.Peter Rajnoha2011-06-174-0/+32
* Code move of vg_mark_partial() up in stackZdenek Kabelac2011-06-172-5/+7
* Remove unused internal flag ACTIVATE_EXCL from the codeZdenek Kabelac2011-06-174-11/+0
* Remove test for status flagZdenek Kabelac2011-06-171-2/+1
* Add couple FIXMEs around suspicious codeZdenek Kabelac2011-06-172-1/+4
* Use lv_activate_opts struct instead of ACTIVATE_EXCL status flagZdenek Kabelac2011-06-173-10/+10
* Use lv_activate_opts struct instead of ACTIVATE_EXCL status flag.Zdenek Kabelac2011-06-171-2/+1
* Add lv_activate_opts structureZdenek Kabelac2011-06-1712-110/+167
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-153-8/+49
* Fix last snapshot removal to avoid table reload while a device is suspended.Alasdair Kergon2011-06-132-16/+40
* Maintain a count of the number of suspended devices in libdevmapperAlasdair Kergon2011-06-131-19/+19
* Disable critical section internal errors until this can be fixed properlyAlasdair Kergon2011-06-121-1/+2
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-119-40/+143