summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove no-longer-used headerAlasdair Kergon2010-01-191-121/+0
* remove no-longer-used filesAlasdair Kergon2010-01-192-101/+0
* more build fixesAlasdair Kergon2010-01-191-1/+1
* Off-by-one count was causing not all the mirror table parametersJonathan Earl Brassow2010-01-151-0/+3
* Cleanup gcc warning: cast discards qualifiers from pointer target typeZdenek Kabelac2010-01-142-19/+19
* Cleanup gcc warning: cast from function call of type 'struct dm_list *'Zdenek Kabelac2010-01-141-1/+1
* Add support for "snapshot-merge" target.Mike Snitzer2010-01-133-10/+67
* Add missing items to WHATS_NEW files.Alasdair Kergon2010-01-111-1/+1
* Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.Peter Rajnoha2010-01-113-4/+35
* Add activation/udev_rules config option in lvm.conf.Peter Rajnoha2010-01-073-6/+18
* Error message prints unrecognized key.Zdenek Kabelac2010-01-071-1/+1
* Show all fields for 'dmsetup info -c -o all'.Zdenek Kabelac2010-01-071-1/+4
* Return error to dm_tree_deactivate_children() callers.Mike Snitzer2010-01-051-2/+5
* Return error to dm_tree_suspend_children() callers.Mike Snitzer2010-01-051-2/+5
* Return error to dm_tree_preload_children() andMike Snitzer2010-01-051-4/+10