summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Synchronize "remove" dm task while reverting unsuccessful "create" dm taskPeter Rajnoha2010-05-032-2/+14
* Add support for new IMPORT{db} udev rule.Peter Rajnoha2010-04-282-23/+46
* Also include udev libs in libdevmapper.pc when udev_sync is enabled.Peter Rajnoha2010-04-261-1/+1
* don't optimise anything with TARGET_TRANS to avoid intefering with the matche...Alasdair Kergon2010-04-223-3/+8
* Cache bitset locations to speed up _calc_states. (kabi)Alasdair Kergon2010-04-221-2/+11
* avoid ORs rightmostAlasdair Kergon2010-04-221-7/+1
* Move regex printing code from test to main tree (may use in debug messages).Alasdair Kergon2010-04-221-0/+85
* Don't walk rightmost through NULL pointers.Alasdair Kergon2010-04-221-3/+1
* Fix rightmost rotation, and use LEFT and RIGHT to make symmetry more obvious.Alasdair Kergon2010-04-221-38/+46
* fix leftmost rotationAlasdair Kergon2010-04-221-23/+38
* Still not satisfactory...Alasdair Kergon2010-04-221-19/+50
* Add a regex optimisation pass for shared character prefixes.Alasdair Kergon2010-04-201-5/+175
* Add dm_bitset_equal to libdevmapper.Alasdair Kergon2010-04-203-0/+14
* missed files from last commitAlasdair Kergon2010-04-202-0/+2
* Add dm_bit_and. (ejt)Alasdair Kergon2010-04-191-0/+7
* fix last commitAlasdair Kergon2010-04-191-1/+1
* Simplify dm_bitset_create. (ejt)Alasdair Kergon2010-04-191-5/+2
* Speed up dm_bit_get_next with ffs().Alasdair Kergon2010-04-191-10/+3
* INSTALL rules updatesZdenek Kabelac2010-04-091-36/+15
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Only fail if the top-level LV fails to be deactivated - allow deactivationAlasdair Kergon2010-04-071-9/+24
* Issue a message if the new type of deactivation failure happens.Alasdair Kergon2010-04-071-0/+3
* Fix incorrect removal of symlinks after LV deactivation fails.Alasdair Kergon2010-04-071-1/+6
* Wipe dm-ioctl parameters in memory after use.Milan Broz2010-04-071-35/+49
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-2/+2
* Update cflow file generation - support build dir and use $(top_srcdir)Zdenek Kabelac2010-03-291-0/+3
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-255-7/+7
* Strictly require libudev if udev_sync is used.Peter Rajnoha2010-03-231-16/+3
* Add support for ioctl's DM_UEVENT_GENERATED_FLAG.Peter Rajnoha2010-03-232-12/+33
* Use UDEV_LIBS, and link -ludev only when needed.Zdenek Kabelac2010-03-041-1/+1
* This patch add SELINUX_LIBS and STATIC_LIBS variables.Zdenek Kabelac2010-03-041-0/+2
* This patch moves inclusion of the make.tmpl before DEFS modification,Zdenek Kabelac2010-03-041-2/+2
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Fix dm_report_field_uint64 to really use 64bit.Zdenek Kabelac2010-02-151-4/+4
* * add more 'const' - fixes gcc constness warningZdenek Kabelac2010-02-151-2/+2
* Several changes in dmsetup and libdevmapper:Peter Rajnoha2010-02-154-3/+26