1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/libdm
Zdenek Kabelac 4b79aeb0ea Initialize pool object for each row
Fix assert abort of dmsetup (when compiled with pool debug)
dmsetup splitname --nameprefixes --noheadings --rows gvg-a2

Move pool begin in the inner loop - otherwise it would using
already 'ended' pool object.
2011-01-25 21:51:30 +00:00
..
datastruct Add dm_zalloc and use it and dm_pool_zalloc throughout. 2010-09-30 21:06:50 +00:00
ioctl Export DM_CONTROL_NODE_UMASK and use it while creating /dev/mapper/control. 2011-01-04 14:43:53 +00:00
misc Use a more-generic name for the new kernel flag so list_devices can share it. 2010-10-25 11:44:20 +00:00
mm Use static indentifier for internal functions 2010-10-26 08:59:05 +00:00
regex Use const char* const * for dm_regex_create() 2010-12-20 13:23:11 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h Define DM_COOKIE_AUTO_CREATE 2011-01-10 13:42:31 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80) 2011-01-12 20:42:50 +00:00
libdm-common.h Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout. 2010-12-13 10:43:56 +00:00
libdm-deptree.c Remove dead assignment in _mirror_emit_segment_line 2010-11-29 12:42:10 +00:00
libdm-file.c Implement dmeventd -R, allowing dmeventd to be restarted without losing 2010-10-20 15:12:12 +00:00
libdm-report.c Initialize pool object for each row 2011-01-25 21:51:30 +00:00
libdm-string.c Move va_end(ap) so we do not leave with return -1 without calling it. 2010-11-23 15:00:52 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00