summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-096-11/+11
* Minor optimalization of _test_word.Zdenek Kabelac2010-07-081-2/+2
* Add parentheses to some libdevmapper.h macro arguments.Alasdair Kergon2010-07-051-8/+8
* Add printf format attributes to yes_no_prompt & dm_{sn,as}printf and fix a calleAlasdair Kergon2010-07-022-8/+11
* Generate liblvm2app and libdevmapper exported symbols from header files.Alasdair Kergon2010-06-252-175/+3
* In some C++ standards, typeof is not reserved.Alasdair Kergon2010-06-231-7/+11
* Fix typo: "INTERNAL ERROR" -> "INTERNAL_ERROR"Zdenek Kabelac2010-06-231-1/+1
* Use flexible data[] in cmirrord request to prevent abort in runtime size checks.Milan Broz2010-06-221-1/+1
* Use early udev synchronisation and update of dev nodes for clustered mirrors.Peter Rajnoha2010-06-211-0/+27
* Remove C++ private keyword from headers.Milan Broz2010-06-162-5/+12
* Add support for dm-mod module autoload.Peter Rajnoha2010-06-012-15/+83
* Use expected union semun for arguments in selected semaphore operations.Peter Rajnoha2010-05-271-1/+16
* Fix copy&paste detection of kernel release version.Zdenek Kabelac2010-05-251-2/+4
* Replace strncmp kernel version number checks with proper onesAlasdair Kergon2010-05-241-5/+4
* Choose between clustered log versions based on kernel version.Alasdair Kergon2010-05-241-0/+1
* Update Copyright date for resently modifed filesZdenek Kabelac2010-05-241-1/+1
* Replicator: check open_count for parents of presuspend_nodeZdenek Kabelac2010-05-211-1/+43
* Replicator: support deactivate of replicator-dev nodesZdenek Kabelac2010-05-213-0/+25
* Replicator: libdm supportZdenek Kabelac2010-05-213-5/+328
* Do not print encryption key in message debug output.Milan Broz2010-05-131-2/+14
* Add pkgconfigdir for placement of .pc filesZdenek Kabelac2010-05-111-1/+1
* Switch to use Requires.private for devmapper.pc and lvm2app.pcZdenek Kabelac2010-05-111-1/+1
* Add dm_list_splice() to join two lists.Zdenek Kabelac2010-05-063-1/+29
* Specify exactly which ioctl doesn't have a cookie set (for better debugging).Peter Rajnoha2010-05-031-3/+5