summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* Fix reading byte from char params[-1] positionZdenek Kabelac2011-03-081-2/+4
* Move secure flag warning to verbose level.Milan Broz2011-03-051-2/+2
* Lower severity of selabel_lookup and matchpathcon failure to log_debug.Peter Rajnoha2011-03-031-2/+4
* Indent case part properlyZdenek Kabelac2011-03-021-2/+2
* Add missing returnZdenek Kabelac2011-03-021-0/+2
* Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.Alasdair Kergon2011-03-023-3/+12
* Fix _create_and_load_v4 not to lose the --addnodeoncreate setting (1.02.62).Alasdair Kergon2011-03-011-0/+1
* Fix void pointer arithmetic warning in pool debug codeZdenek Kabelac2011-02-281-1/+1
* Add inactive table query support for kernel driver >= 4.11.6 (RHEL 5.7).Mike Snitzer2011-02-211-1/+18
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-182-22/+22
* Add debug message for open_count failureZdenek Kabelac2011-02-181-1/+4
* API change - support more const argZdenek Kabelac2011-02-182-2/+2
* Revert DEBUG_MEM cleanup commitZdenek Kabelac2011-02-081-4/+0
* pre-releaseAlasdair Kergon2011-02-041-2/+3
* Warn if secure data flag requested but not supported by kernel.Alasdair Kergon2011-02-041-1/+5
* Add --addnodeonresume, --addnodeoncreateZdenek Kabelac2011-02-043-1/+26
* Fix operation node stacking for consecutive dm opsZdenek Kabelac2011-02-041-8/+66
* Suport DM_SECURE_DATA_FLAG.Milan Broz2011-02-045-3/+23
* Add a debug message when uevent is not generated and we call udev_complete in...Peter Rajnoha2011-01-311-1/+4
* Compile code for memory debuging only with DEBUG_MEMZdenek Kabelac2011-01-281-0/+4
* Skip NULL check before dm_freeZdenek Kabelac2011-01-281-13/+4
* Initialize pool object for each rowZdenek Kabelac2011-01-251-5/+5
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-1/+1
* Define DM_COOKIE_AUTO_CREATEZdenek Kabelac2011-01-101-0/+5
* Export DM_CONTROL_NODE_UMASK and use it while creating /dev/mapper/control.Peter Rajnoha2011-01-042-0/+3
* Use const char* for offset calculationZdenek Kabelac2010-12-201-1/+1
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-202-2/+2
* HAVE_SELINUX againPeter Rajnoha2010-12-131-2/+2
* #ifdef HAVE_SELINUX and #ifdef HAVE_SELINUX_LABEL_HPeter Rajnoha2010-12-131-1/+3
* Missing #elif HAVE_SELINUXPeter Rajnoha2010-12-131-1/+1
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-134-16/+91
* Add stack trace for error pathZdenek Kabelac2010-11-301-3/+4
* Add error path stack tracesZdenek Kabelac2010-11-301-2/+9
* Optimize lookup table readZdenek Kabelac2010-11-291-5/+5
* Remove dead assignment in _step_matcherZdenek Kabelac2010-11-291-1/+1
* Remove dead assignment in _mirror_emit_segment_lineZdenek Kabelac2010-11-291-2/+1
* Remove dead assignment in dm_tree_node_add_mirror_target_logZdenek Kabelac2010-11-291-3/+1
* Cleanup remove test for NULLZdenek Kabelac2010-11-291-10/+4
* Do not call dm_task_destroy with NULLZdenek Kabelac2010-11-231-1/+0
* Move va_end(ap) so we do not leave with return -1 without calling it.Zdenek Kabelac2010-11-231-2/+3
* Fix _output_field crash from field_id free with DEBUG_MEM. (Phillip Susi)Alasdair Kergon2010-11-191-1/+1
* lost lineAlasdair Kergon2010-11-021-0/+1
* Fix regex optimiser not to ignore RHS of OR nodes in _find_leftmost_common.Alasdair Kergon2010-11-021-4/+7
* Use dm_strdup/dm_free instead of strdup/free.Peter Rajnoha2010-11-011-3/+3
* Allocate buffer for reporting functions dynamically to support long outputs.Peter Rajnoha2010-11-011-10/+42
* Use static indentifier for internal functionsZdenek Kabelac2010-10-261-4/+4
* Use const pointer for return value of dm_basenameZdenek Kabelac2010-10-252-4/+4
* Use a more-generic name for the new kernel flag so list_devices can share it.Alasdair Kergon2010-10-252-2/+2
* Implement dmeventd -R, allowing dmeventd to be restarted without losingPetr Rockai2010-10-201-3/+10
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-155-8/+48