summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix read-only identical table reload supression.Alasdair Kergon2011-07-241-1/+1
* Downgrade error message - it isn't strictly an internal error in theAlasdair Kergon2011-07-081-3/+5
* Log cookie values when incrementing/decrementing to give clues about races.Alasdair Kergon2011-07-081-6/+30
* decode cookie flags in debug msgsAlasdair Kergon2011-07-051-2/+55
* Report internal error if suspending a device using an already-suspended dev.Alasdair Kergon2011-07-021-3/+94
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-014-1/+29
* Report internal error when parameters are missing on table loadZdenek Kabelac2011-06-301-0/+4
* debug log readonly flag with ioctlsAlasdair Kergon2011-06-291-1/+2
* Remove temporary failures now, but continue to give INTERNAL_ERROR.Alasdair Kergon2011-06-291-3/+1
* Temporary conversion to internal error and failure, to see how manyAlasdair Kergon2011-06-291-2/+4
* more fixes to readahead etc.Alasdair Kergon2011-06-281-9/+13
* Extend debug log messages to distinguish between the 3 states:Alasdair Kergon2011-06-272-8/+19
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-274-68/+89
* Return immediately dm_lib_exit() if called more than once.Alasdair Kergon2011-06-242-1/+11
* Add check for library fallback in _deactivate_node.Peter Rajnoha2011-06-221-2/+3
* Fix fields in warning message.Alasdair Kergon2011-06-131-4/+4
* Maintain a count of the number of suspended devices in libdevmapperAlasdair Kergon2011-06-135-5/+59
* Fix 'pvs -o pv_all' to include label fields. (Also removed recursion.)Alasdair Kergon2011-06-121-18/+17