1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Peter Rajnoha 942d6ef29f Add support for new IMPORT{db} udev rule.
This rule appeared in udev v152 and it helps us to support spurious events
where we didn't have any flags set (events originated in udevadm trigger
or the watch rule). These flags are important to direct the rule application.
Now, with the help of this rule, we can regenerate old udev db content.
To implement this correctly, we need to flag all proper DM udev events with
DM_UDEV_PRIMARY_SOURCE_FLAG. That happens automatically for all ioctls
generating events originated in libdevmapper.
2010-04-28 13:37:36 +00:00
..
datastruct Add dm_bitset_equal to libdevmapper. 2010-04-20 13:58:22 +00:00
ioctl Add support for new IMPORT{db} udev rule. 2010-04-28 13:37:36 +00:00
misc Add support for ioctl's DM_UEVENT_GENERATED_FLAG. 2010-03-23 14:38:37 +00:00
mm Use INTERNAL_ERROR definition consistently in internal error messages. 2010-03-25 18:22:04 +00:00
regex don't optimise anything with TARGET_TRANS to avoid intefering with the matcher's counting 2010-04-22 23:09:18 +00:00
.exported_symbols Add dm_bitset_equal to libdevmapper. 2010-04-20 13:58:22 +00:00
libdevmapper.h Add support for new IMPORT{db} udev rule. 2010-04-28 13:37:36 +00:00
libdevmapper.pc.in Also include udev libs in libdevmapper.pc when udev_sync is enabled. 2010-04-26 09:05:50 +00:00
libdm-common.c Strictly require libudev if udev_sync is used. 2010-03-23 14:43:18 +00:00
libdm-common.h Several changes to udev support code: 2009-10-26 14:29:33 +00:00
libdm-deptree.c Only fail if the top-level LV fails to be deactivated - allow deactivation 2010-04-07 23:51:34 +00:00
libdm-file.c more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
libdm-report.c Fix dm_report_field_uint64 to really use 64bit. 2010-02-15 18:36:48 +00:00
libdm-string.c Make mempool optional in dm_split_lvm_name() 2009-06-03 11:40:23 +00:00
Makefile.in INSTALL rules updates 2010-04-09 21:42:48 +00:00