summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-309-21/+34
* Add macro definitions to report infrastructure for character array length.Dave Wysochanski2010-08-201-2/+7
* Fix dm-mod autoloading logic to not assume control node is set correctly.Peter Rajnoha2010-08-181-40/+76
* dm-mod autoloading support is in kernel 2.6.36 actually.Peter Rajnoha2010-08-161-1/+1
* [REGEX] fix a long standing off-by-one error (found by valgrind-pool)Joe Thornber2010-08-091-3/+3
* [MM] Make valgrind aware of the pool allocatorsJoe Thornber2010-08-092-8/+63
* [REGEX] fix bug in matcher that was causing segfault with chars of 0x80 and o...Joe Thornber2010-08-091-1/+1
* [REGEX] Parse regexes that contain chars with value > 0x80Joe Thornber2010-08-091-1/+1
* Fix 'void*' arithmetic warnings in dbg_malloc.c.Zdenek Kabelac2010-08-031-3/+3
* Fix 'void*' arithmetic warning in some functions from libdm-iface.c.Zdenek Kabelac2010-08-031-3/+3
* Use void parameter for function definition.Zdenek Kabelac2010-08-032-3/+3
* Clean generated files .exported_symbols_generated, example.conf for distclean.Zdenek Kabelac2010-08-031-1/+1
* Add check for kernel semaphore support and disable udev_sync if not available.Peter Rajnoha2010-08-031-4/+29
* Revert unsuccessful table load preparation in combined "create, load and resu...Peter Rajnoha2010-07-281-2/+4
* Fix dm_create_lockfile error paths - incorrectly unlinked in-use lockfile.Alasdair Kergon2010-07-271-11/+20
* It's not enough to check for the kernel module in the case of clusterJonathan Earl Brassow2010-07-212-0/+33
* [REGEX] calculate dfa states on demandJoe Thornber2010-07-212-30/+44
* [REGEX] remove the state_queue structure.Joe Thornber2010-07-211-27/+14
* [REGEX] factor _calc_state() out of _calc_states()Joe Thornber2010-07-211-66/+62
* [REGEX] reduce the number of charset nodes that are producedJoe Thornber2010-07-213-33/+87
* [REGEX] add a fingerprinting facility to allow test code to compare dfasJoe Thornber2010-07-202-0/+131
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-132-0/+90