main
indent: remove trailing whitespace
sanitizer: initial support
libdm: move _dm_ioctl_timestamp to struct dm_task
libdm: add parentheses around macro arguments in MAJOR/MINOR/MKDEV
libdm: add pthread_once guard for page size init
libdm: add RAID functionality from device_mapper
libdm: remove unreachable return in _closure_term
vdo_parse: harden vdo_parse_uint64 input validation
libdm: Use wrappers for all malloc functions.
libdm: restore missing symbols
symver: sorting
pre-release
symver: restore and uncomment some symbols
libdm: add latency histogram support
libdm: introduce dm_get_status_mirror
libdm: Add dm_udev_wait_immediate.
libdm: add dm_stats_create_regions_from_fd()
libdm: report: add dm_report_group_output_and_pop_all
libdm: add dm_config_parse_without_dup_node_check
libdm: implement dm_percent_to_round_float
libdm: Introduce dm_malloc_aligned
libdm: add dm_tree_node_add_thin_pool_target_v1
libdm: dmsetup measure support for IMA
libdm: versionion symbol for enhanced dm_task_run
device_mapper: add dm_config_parse_only_section
libdm: add VDO stats parsing API
vdo: add kernel formatting path with LV_VDOFORMAT metadata flag
libdm: new dm_task_get_info with internal_suspend
libdm: Add dm_task_get_errno to return ioctl errno.
libdm: add dm_tree_node_set_thin_pool_read_only
vdo: fix index_memory_size_mb quantization and report minimum pool size
makefiles: add pthread to libdevmapper pkgconfig
libdm: add per-thread storage for udev sync settings
libdm: parenthesize macro parameters in DEV_NAME/DEV_UUID
coverity: replace strcpy/strcat with bounded alternatives
coverity: use define for repeated log message strings
cppcheck: silence false positive warnings
cppcheck: drop redundant checks and assigns
lvm: indent updates