1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00
lvm2/libdm
Zdenek Kabelac cdcd482fa4 libdm: use 'unsigned' for major minor
Although linux uses 'dev_t' as 'unsigned long int' on 64bit,
it's easier to print with just '%u' instead of '%lu'.
2024-05-27 15:35:58 +02:00
..
datastruct const: array of const values 2024-05-08 01:55:20 +02:00
dm-tools gcc: same signess 2024-05-14 17:59:26 +02:00
ioctl libdm: parse only block section for proc_devices 2024-05-27 15:16:25 +02:00
misc libdm: use 'unsigned' for major minor 2024-05-27 15:35:58 +02:00
mm cov: replace strcpy with memcpy 2024-05-08 01:55:21 +02:00
regex build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
.exported_symbols libdm: Use wrappers for all malloc functions. 2015-07-22 23:11:48 +01:00
.exported_symbols.Base symver: restore and uncomment some symbols 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_97 libdm: new dm_task_get_info with internal_suspend 2015-05-15 16:48:22 +02:00
.exported_symbols.DM_1_02_98 libdm: Add dm_task_get_errno to return ioctl errno. 2015-05-26 15:13:49 +01:00
.exported_symbols.DM_1_02_99 libdm: add dm_tree_node_set_thin_pool_read_only 2015-06-18 15:15:39 +02:00
.exported_symbols.DM_1_02_100 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_101 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_103 libdm: Use wrappers for all malloc functions. 2015-07-22 23:11:48 +01:00
.exported_symbols.DM_1_02_104 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_105 pre-release 2015-08-17 17:20:14 +01:00
.exported_symbols.DM_1_02_106 symver: restore and uncomment some symbols 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_107 libdm: add latency histogram support 2015-09-02 20:48:59 +01:00
.exported_symbols.DM_1_02_110 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_113 libdm: introduce dm_get_status_mirror 2015-12-01 13:00:43 +01:00
.exported_symbols.DM_1_02_124 libdm: Add dm_udev_wait_immediate. 2016-04-28 00:54:27 +01:00
.exported_symbols.DM_1_02_128 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_129 symver: restore and uncomment some symbols 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_131 libdm: add dm_stats_create_regions_from_fd() 2016-07-08 14:34:41 +01:00
.exported_symbols.DM_1_02_133 libdm: report: add dm_report_group_output_and_pop_all 2016-08-09 18:24:45 +02:00
.exported_symbols.DM_1_02_135 libdm: add dm_config_parse_without_dup_node_check 2016-09-21 18:15:18 +02:00
.exported_symbols.DM_1_02_138 symver: sorting 2021-04-06 21:26:57 +02:00
.exported_symbols.DM_1_02_141 libdm: implement dm_percent_to_round_float 2017-06-24 17:44:40 +02:00
.exported_symbols.DM_1_02_147 libdm: Introduce dm_malloc_aligned 2018-01-10 15:48:03 +00:00
.exported_symbols.DM_1_02_172 libdm: add dm_tree_node_add_thin_pool_target_v1 2021-02-01 14:52:32 +01:00
.exported_symbols.DM_1_02_181 libdm: dmsetup measure support for IMA 2021-09-23 16:49:28 +02:00
.exported_symbols.DM_1_02_197 libdm: versionion symbol for enhanced dm_task_run 2023-10-14 01:04:10 +02:00
libdevmapper.h libdm: report: support reporting field IDs in headings 2023-08-28 15:44:57 +02:00
libdevmapper.pc.in makefiles: add pthread to libdevmapper pkgconfig 2023-02-23 16:46:35 +01:00
libdm-common.c libdm: fix invalid conversion 2024-05-08 10:16:01 +02:00
libdm-common.h build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
libdm-config.c libdm: drop allocation 2024-05-27 15:35:57 +02:00
libdm-deptree.c cleanup: local const arrays 2024-05-13 12:58:37 +02:00
libdm-file.c cov: hide some false positives 2023-05-10 16:19:46 +02:00
libdm-report.c cov: ensure pointer has defined value 2024-05-13 17:32:46 +02:00
libdm-stats.c cleanup: local const arrays 2024-05-13 12:58:37 +02:00
libdm-string.c cov: use safer version with size limitation 2024-04-10 00:03:09 +02:00
libdm-targets.c gcc: use proper commnent 2024-05-14 17:59:26 +02:00
libdm-timestamp.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
make.tmpl.in makefiles: change condition 2024-04-25 17:06:07 +02:00
Makefile.in makefile: avoid creating shared lib for static only build 2024-04-26 21:37:51 +02:00