Imported Upstream version 0.8.7 upstream/0.8.7
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Jan 2022 04:50:20 +0000 (13:50 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Jan 2022 04:50:20 +0000 (13:50 +0900)
commit6a3706f97f14db2b51507e9cb0af751ade98abd5
tree7222459e61307b7bc712eed71d24cd434761edd6
parentf13259c2248dca04d7914ef4e0af5bfd17c2a955
Imported Upstream version 0.8.7
86 files changed:
.gitignore
Makefile.inc
README.alua
kpartx/kpartx.c
libdmmp/Makefile
libdmmp/docs/man/dmmp_context_free.3
libdmmp/docs/man/dmmp_context_log_func_set.3
libdmmp/docs/man/dmmp_context_log_priority_get.3
libdmmp/docs/man/dmmp_context_log_priority_set.3
libdmmp/docs/man/dmmp_context_new.3
libdmmp/docs/man/dmmp_context_timeout_get.3
libdmmp/docs/man/dmmp_context_timeout_set.3
libdmmp/docs/man/dmmp_context_userdata_get.3
libdmmp/docs/man/dmmp_context_userdata_set.3
libdmmp/docs/man/dmmp_flush_mpath.3
libdmmp/docs/man/dmmp_last_error_msg.3
libdmmp/docs/man/dmmp_log_priority_str.3
libdmmp/docs/man/dmmp_mpath_array_free.3
libdmmp/docs/man/dmmp_mpath_array_get.3
libdmmp/docs/man/dmmp_mpath_kdev_name_get.3
libdmmp/docs/man/dmmp_mpath_name_get.3
libdmmp/docs/man/dmmp_mpath_wwid_get.3
libdmmp/docs/man/dmmp_path_array_get.3
libdmmp/docs/man/dmmp_path_blk_name_get.3
libdmmp/docs/man/dmmp_path_group_array_get.3
libdmmp/docs/man/dmmp_path_group_id_get.3
libdmmp/docs/man/dmmp_path_group_priority_get.3
libdmmp/docs/man/dmmp_path_group_selector_get.3
libdmmp/docs/man/dmmp_path_group_status_get.3
libdmmp/docs/man/dmmp_path_group_status_str.3
libdmmp/docs/man/dmmp_path_status_get.3
libdmmp/docs/man/dmmp_path_status_str.3
libdmmp/docs/man/dmmp_reconfig.3
libdmmp/docs/man/dmmp_strerror.3
libmpathpersist/mpath_persist.c
libmultipath/Makefile
libmultipath/alias.c
libmultipath/blacklist.c
libmultipath/checkers.c
libmultipath/configure.c
libmultipath/configure.h
libmultipath/devmapper.c
libmultipath/devmapper.h
libmultipath/dict.c
libmultipath/dict.h
libmultipath/discovery.c
libmultipath/dmparser.c
libmultipath/dmparser.h
libmultipath/foreign.c
libmultipath/foreign.h
libmultipath/foreign/nvme.c
libmultipath/generic.c
libmultipath/generic.h
libmultipath/hwtable.c
libmultipath/libmultipath.version
libmultipath/parser.c
libmultipath/parser.h
libmultipath/print.c
libmultipath/print.h
libmultipath/prioritizers/weightedpath.c
libmultipath/propsel.c
libmultipath/strbuf.c [new file with mode: 0644]
libmultipath/strbuf.h [new file with mode: 0644]
libmultipath/structs.c
libmultipath/structs.h
libmultipath/structs_vec.c
libmultipath/structs_vec.h
libmultipath/sysfs.c
libmultipath/uevent.c
libmultipath/util.c
libmultipath/util.h
libmultipath/version.h
multipath/main.c
multipath/multipath.8
multipath/multipath.conf.5
multipathd/Makefile
multipathd/cli.c
multipathd/cli_handlers.c
multipathd/dmevents.c
multipathd/main.c
multipathd/main.h
multipathd/multipathd.service
tests/Makefile
tests/alias.c
tests/dmevents.c
tests/strbuf.c [new file with mode: 0644]