summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes issues with improper udev flags on sub-LVs.Jonathan Earl Brassow2011-10-062-0/+14
* Move defines to headerZdenek Kabelac2011-10-062-17/+19
* Name changesZdenek Kabelac2011-10-042-10/+10
* Add intial code to check transaction_idZdenek Kabelac2011-10-032-4/+74
* Move priority check in frontZdenek Kabelac2011-10-031-3/+3
* Update error path tracing for _resume_nodeZdenek Kabelac2011-10-031-8/+11
* Transaction_id is property of thin_poolZdenek Kabelac2011-10-032-2/+2
* Add supporting function for thinpZdenek Kabelac2011-09-292-1/+131
* Just add warning about potential problem exteding dm_segtypesZdenek Kabelac2011-09-291-0/+5
* Introduce revert_lv for better pvmove cleanup.Alasdair Kergon2011-09-271-0/+2
* Add log_error even for general device in use when we can't do the sysfs checks.Peter Rajnoha2011-09-261-2/+9
* Remove test for NULLZdenek Kabelac2011-09-251-3/+1
* Add missing log_error messagesZdenek Kabelac2011-09-251-6/+14
* Add backtrace when allocation fails for _typeZdenek Kabelac2011-09-251-1/+2
* Replace test for NULL of root->child with test for NULL lZdenek Kabelac2011-09-251-1/+1
* Simplier attribute formatZdenek Kabelac2011-09-251-2/+1
* Chheck for failing filename strdupZdenek Kabelac2011-09-251-2/+7
* Use NULL for pointersZdenek Kabelac2011-09-251-10/+10
* readlink does not append a null byte to the output string!Peter Rajnoha2011-09-241-0/+1
* explain why we may now retryAlasdair Kergon2011-09-231-0/+11
* Initialize 'retryable' variable.Peter Rajnoha2011-09-221-1/+1
* Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree.Peter Rajnoha2011-09-222-3/+19
* Replace open_count check with holders/mounted_fs check on lvremove path.Peter Rajnoha2011-09-221-2/+28
* Add dm_device_has_holders fn to to check use of the device by another device.Peter Rajnoha2011-09-223-0/+135
* Add dm_set_sysfs_dir to libdevmapper to set sysfs location.Peter Rajnoha2011-09-222-8/+36
* Add dm_task_retry_remove fn to use retry logic for device removal.Peter Rajnoha2011-09-223-20/+32
* Fix memory overwriteZdenek Kabelac2011-09-141-1/+1
* Retry DM_DEVICE_REMOVE ioctl if device is busy.Peter Rajnoha2011-09-131-0/+15
* Remove unused passed parametersZdenek Kabelac2011-09-071-6/+3
* Move cascade inside libdm etc.Alasdair Kergon2011-09-022-5/+43
* Comments, FIXMEs, name changes.Alasdair Kergon2011-09-012-24/+36
* Add comments & remove always-included header.Alasdair Kergon2011-09-011-4/+24
* Use const casting when it's neededZdenek Kabelac2011-09-011-7/+7
* Mark unreleased memory pools as internal errorZdenek Kabelac2011-09-011-0/+1
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-312-6/+44
* Fix warnings and constness handling in lvmetad-core (adjusting thePetr Rockai2011-08-312-9/+9
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-304-0/+1603
* spaces->tabsAlasdair Kergon2011-08-192-38/+38
* revert incomplete inconsistent log message change for nowAlasdair Kergon2011-08-191-2/+1
* restrict dm_tree_node_add_null_areaAlasdair Kergon2011-08-192-0/+20
* Add ability to merge back a RAID1 image that has been split w/ --trackchangesJonathan Earl Brassow2011-08-181-2/+3
* Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)Jonathan Earl Brassow2011-08-182-3/+16
* Add the ability to split an image from the mirror and track changes.Jonathan Earl Brassow2011-08-182-4/+27
* Fix memleak of geometry bufferZdenek Kabelac2011-08-111-0/+1
* Add some log_error msg's and fix potential segfaultJonathan Earl Brassow2011-08-111-0/+3
* Add memory pool locking functionsZdenek Kabelac2011-08-114-3/+216
* Remove support for the original dm ioctl interface version 1.Alasdair Kergon2011-08-093-591/+2
* Add missing check for allocation failureZdenek Kabelac2011-08-041-0/+5
* Remove meaningless const type qualifiers on cast typeZdenek Kabelac2011-08-041-3/+3
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-022-3/+124