and --force when converting an inactive log. - Better support of noninteractive shell execution of fsadm. - Fix usage of --yes flag for ReiserFS resize in fsadm. - Fix detection of mounted filesystems for fsadm when udev is used. - Fix assignment of default value to LVM variable in fsadm. - Fix support for --yes flag for fsadm. - Do not execute lvresize from fsadm --dry-run. - Fix fsadm return error code from user's break action. - Return const pointer from dm_basename() in libdevmapper. - Add dm_zalloc and use it and dm_pool_zalloc throughout. - Add dm_task_set_newuuid to set uuid of mapped device post-creation. - Fix missing variable initialization in cluster_send() function from cmirrord. - Fix pointer for VG name in _pv_resize_single error code path. - Fix vg_read memory leak with directory-based metadata. - Fix memory leak of config_tree in reinitialization code path. - Fix pool destruction order in dmeventd_lvm2_exit() to avoid leak debug mesg. - Remove dependency on libm by replacing floor() by an integer-based algorithm. - Refactor and add 'get' functions for pv, vg and lv properties/fields. - Add pv_get_property and create generic internal _get_property function. - Make generic GET_*_PROPERTY_FN macros with secondary macro for vg, pv & lv.