1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Peter Rajnoha 584d1fb7d1 Support udev flags even when udev_sync is disabled or not compiled in.
This provides better support for environments where udev rules are installed
but udev_sync is not compiled in (however, using udev_sync is highly
recommended). It also provides consistent and expected functionality even
when '--noudevsync' option is used.

There is still requirement for kernel >= 2.6.31 for the flags to work though
(it uses DM cookies to pass the flags into the kernel and set them in udev
event environment that we can read in udev rules).
2009-11-13 12:43:21 +00:00
..
datastruct Fix hash lookup segfault when keys compared are different lengths. 2009-11-03 00:45:35 +00:00
ioctl Support udev flags even when udev_sync is disabled or not compiled in. 2009-11-13 12:43:21 +00:00
misc Add support for querying a device's inactive table. 2009-11-06 00:43:08 +00:00
mm Add log_errno to set a specific errno and replace log_error in due course. 2009-07-16 00:52:06 +00:00
regex more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
.exported_symbols Add support for querying a device's inactive table. 2009-11-06 00:43:08 +00:00
libdevmapper.h Support udev flags even when udev_sync is disabled or not compiled in. 2009-11-13 12:43:21 +00:00
libdevmapper.pc.in Only include selinux libs in libdevmapper.pc when selinux build enabled. 2009-10-05 12:11:30 +00:00
libdm-common.c Support udev flags even when udev_sync is disabled or not compiled in. 2009-11-13 12:43:21 +00:00
libdm-common.h Several changes to udev support code: 2009-10-26 14:29:33 +00:00
libdm-deptree.c Support udev flags even when udev_sync is disabled or not compiled in. 2009-11-13 12:43:21 +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 Separate PV label attributes which do not need parse metadata when reporting. 2009-02-09 09:45:49 +00:00
libdm-string.c Make mempool optional in dm_split_lvm_name() 2009-06-03 11:40:23 +00:00
Makefile.in Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00