summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-2/+2
* minor whitespace indentationZdenek Kabelac2009-12-031-4/+4
* Remove unnecessary / duplicate dm_list macros and functions.Dave Wysochanski2009-11-251-208/+0
* Support udev flags even when udev_sync is disabled or not compiled in.Peter Rajnoha2009-11-134-5/+14
* Remove 'last_rule' from udev rules.Peter Rajnoha2009-11-131-3/+3
* Add support for querying a device's inactive table.Alasdair Kergon2009-11-066-4/+29
* Fix hash lookup segfault when keys compared are different lengths.Alasdair Kergon2009-11-031-1/+5
* Cleanup of previous commit with latest changes in udev support code.Peter Rajnoha2009-10-261-1/+2
* Several changes to udev support code:Peter Rajnoha2009-10-265-44/+105
* Use udev flags support in LVM and provide dm_tree_add_new_dev_with_udev_flags...Peter Rajnoha2009-10-223-15/+54
* Add udev flags support in libdevmapper and provide 'dmsetup udevflags' comman...Peter Rajnoha2009-10-224-11/+48