0af388 device-mapper-multipath-0.8.4 base

Merged and Committed by Packit Service 3 years ago
252 files changed. 78764 lines added. 0 lines removed.
.gitignore
file added
+25
COPYING
file added
+1
LICENSES/GPL-2.0
file added
+339
LICENSES/GPL-3.0
file added
+674
LICENSES/LGPL-2.0
file added
+481
LICENSES/LGPL-2.1
file added
+502
Makefile
file added
+55
Makefile.inc
file added
+138
README
file added
+60
README.alua
file added
+21
kpartx/Makefile
file added
+53
kpartx/bsd.c
file added
+114
kpartx/byteorder.h
file added
+29
kpartx/crc32.c
file added
+393
kpartx/crc32.h
file added
+19
kpartx/dasd.c
file added
+297
kpartx/dasd.h
file added
+292
kpartx/del-part-nodes.rules
file added
+33
kpartx/devmapper.c
file added
+741
kpartx/devmapper.h
file added
+39
kpartx/dm-parts.rules
file added
+39
kpartx/dos.c
file added
+114
kpartx/dos.h
file added
+13
kpartx/efi.h
file added
+57
kpartx/gpt.c
file added
+640
kpartx/gpt.h
file added
+111
kpartx/kpartx.8
file added
+130
kpartx/kpartx.c
file added
+748
kpartx/kpartx.h
file added
+71
kpartx/kpartx.rules
file added
+37
kpartx/kpartx_id
file added
+100
kpartx/lopart.c
file added
+325
kpartx/lopart.h
file added
+5
kpartx/mac.c
file added
+48
kpartx/mac.h
file added
+30
kpartx/ps3.c
file added
+73
kpartx/solaris.c
file added
+68
kpartx/sun.c
file added
+128
kpartx/test-kpartx
file added
+335
kpartx/unixware.c
file added
+83
kpartx/xstrncpy.c
file added
+10
kpartx/xstrncpy.h
file added
+1
libdmmp/DEV_NOTES
file added
+41
libdmmp/Makefile
file added
+91
libdmmp/docs/doc-preclean.pl
file added
+28
libdmmp/docs/kernel-doc
file added
+2222
libdmmp/docs/libdmmp.h.3
file added
+113
libdmmp/docs/split-man.pl
file added
+40
libdmmp/libdmmp.c
file added
+490
libdmmp/libdmmp.pc.in
file added
+9
libdmmp/libdmmp/libdmmp.h
file added
+735
libdmmp/libdmmp_misc.c
file added
+91
libdmmp/libdmmp_mp.c
file added
+159
libdmmp/libdmmp_path.c
file added
+115
libdmmp/libdmmp_pg.c
file added
+208
libdmmp/libdmmp_private.h
file added
+211
libdmmp/test/Makefile
file added
+37
libdmmp/test/libdmmp_speed_test.c
file added
+49
libdmmp/test/libdmmp_test.c
file added
+194
libmpathcmd/Makefile
file added
+36
libmpathcmd/mpath_cmd.c
file added
+226
libmpathcmd/mpath_cmd.h
file added
+144
libmpathpersist/Makefile
file added
+47
libmpathpersist/mpath_persist.c
file added
+914
libmpathpersist/mpath_persist.h
file added
+286
libmpathpersist/mpath_persistent_reserve_in.3
file added
+116
libmpathpersist/mpath_persistent_reserve_out.3
file added
+136
libmpathpersist/mpath_pr_ioctl.c
file added
+547
libmpathpersist/mpath_pr_ioctl.h
file added
+109
libmpathpersist/mpath_updatepr.c
file added
+73
libmpathpersist/mpathpr.h
file added
+54
libmultipath/Makefile
file added
+86
libmultipath/alias.c
file added
+429
libmultipath/alias.h
file added
+17
libmultipath/blacklist.c
file added
+550
libmultipath/blacklist.h
file added
+49
libmultipath/byteorder.h
file added
+44
libmultipath/callout.c
file added
+221
libmultipath/callout.h
file added
+7
libmultipath/checkers.c
file added
+377
libmultipath/checkers.h
file added
+178
libmultipath/checkers/Makefile
file added
+41
libmultipath/checkers/cciss.h
file added
+141
libmultipath/checkers/cciss_tur.c
file added
+129
libmultipath/checkers/directio.c
file added
+399
libmultipath/checkers/directio.h
file added
+8
libmultipath/checkers/emc_clariion.c
file added
+320
libmultipath/checkers/emc_clariion.h
file added
+8
libmultipath/checkers/hp_sw.c
file added
+150
libmultipath/checkers/hp_sw.h
file added
+8
libmultipath/checkers/libsg.c
file added
+94
libmultipath/checkers/libsg.h
file added
+9
libmultipath/checkers/rdac.c
file added
+358
libmultipath/checkers/rdac.h
file added
+8
libmultipath/checkers/readsector0.c
file added
+44
libmultipath/checkers/readsector0.h
file added
+8
libmultipath/checkers/tur.c
file added
+429
libmultipath/checkers/tur.h
file added
+8
libmultipath/config.c
file added
+947
libmultipath/config.h
file added
+262
libmultipath/configure.c
file added
+1557
libmultipath/configure.h
file added
+62
libmultipath/debug.c
file added
+50
libmultipath/debug.h
file added
+13
libmultipath/defaults.c
file added
+9
libmultipath/defaults.h
file added
+75
libmultipath/devmapper.c
file added
+1653
libmultipath/devmapper.h
file added
+80
libmultipath/dict.c
file added
+1966
libmultipath/dict.h
file added
+21
libmultipath/discovery.c
file added
+2206
libmultipath/discovery.h
file added
+84
libmultipath/dm-generic.c
file added
+70
libmultipath/dm-generic.h
file added
+39
libmultipath/dmparser.c
file added
+571
libmultipath/dmparser.h
file added
+3
libmultipath/file.c
file added
+181
libmultipath/file.h
file added
+14
libmultipath/foreign.c
file added
+650
libmultipath/foreign.h
file added
+321
libmultipath/foreign/Makefile
file added
+31
libmultipath/foreign/nvme.c
file added
+955
libmultipath/generic.c
file added
+37
libmultipath/generic.h
file added
+134
libmultipath/hwtable.c
file added
+1285
libmultipath/hwtable.h
file added
+6
libmultipath/io_err_stat.c
file added
+790
libmultipath/io_err_stat.h
file added
+15
libmultipath/list.h
file added
+365
libmultipath/lock.c
file added
+8
libmultipath/lock.h
file added
+29
libmultipath/log.c
file added
+205
libmultipath/log.h
file added
+44
libmultipath/log_pthread.c
file added
+135
libmultipath/log_pthread.h
file added
+12
libmultipath/memory.c
file added
+444
libmultipath/memory.h
file added
+66
libmultipath/nvme-lib.c
file added
+49
libmultipath/nvme-lib.h
file added
+39
libmultipath/nvme/argconfig.h
file added
+99
libmultipath/nvme/json.h
file added
+87
libmultipath/nvme/linux/nvme.h
file added
+1528
libmultipath/nvme/linux/nvme_ioctl.h
file added
+67
libmultipath/nvme/nvme-ioctl.c
file added
+928
libmultipath/nvme/nvme-ioctl.h
file added
+158
libmultipath/nvme/nvme.h
file added
+240
libmultipath/nvme/plugin.h
file added
+36
libmultipath/parser.c
file added
+603
libmultipath/parser.h
file added
+86
libmultipath/pgpolicies.c
file added
+338
libmultipath/pgpolicies.h
file added
+34
libmultipath/print.c
file added
+2132
libmultipath/print.h
file added
+157
libmultipath/prio.c
file added
+187
libmultipath/prio.h
file added
+72
libmultipath/prioritizers/Makefile
file added
+52
libmultipath/prioritizers/alua.c
file added
+147
libmultipath/prioritizers/alua.h
file added
+9
libmultipath/prioritizers/alua_rtpg.c
file added
+428
libmultipath/prioritizers/alua_rtpg.h
file added
+30
libmultipath/prioritizers/alua_spc3.h
file added
+295
libmultipath/prioritizers/ana.c
file added
+234
libmultipath/prioritizers/const.c
file added
+10
libmultipath/prioritizers/datacore.c
file added
+105
libmultipath/prioritizers/emc.c
file added
+88
libmultipath/prioritizers/hds.c
file added
+175
libmultipath/prioritizers/hp_sw.c
file added
+102
libmultipath/prioritizers/iet.c
file added
+145
libmultipath/prioritizers/ontap.c
file added
+248
libmultipath/prioritizers/path_latency.c
file added
+303
libmultipath/prioritizers/random.c
file added
+17
libmultipath/prioritizers/rdac.c
file added
+98
libmultipath/prioritizers/sysfs.c
file added
+62
libmultipath/prioritizers/weightedpath.c
file added
+150
libmultipath/prioritizers/weightedpath.h
file added
+13
libmultipath/prkey.c
file added
+187
libmultipath/prkey.h
file added
+21
libmultipath/propsel.c
file added
+1237
libmultipath/propsel.h
file added
+40
libmultipath/sg_include.h
file added
+25
libmultipath/structs.c
file added
+704
libmultipath/structs.h
file added
+474
libmultipath/structs_vec.c
file added
+550
libmultipath/structs_vec.h
file added
+45
libmultipath/switchgroup.c
file added
+77
libmultipath/switchgroup.h
file added
+2
libmultipath/sysfs.c
file added
+353
libmultipath/sysfs.h
file added
+18
libmultipath/time-util.c
file added
+51
libmultipath/time-util.h
file added
+14
libmultipath/uevent.c
file added
+952
libmultipath/uevent.h
file added
+44
libmultipath/unaligned.h
file added
+54
libmultipath/util.c
file added
+471
libmultipath/util.h
file added
+69
libmultipath/uxsock.c
file added
+136
libmultipath/uxsock.h
file added
+13
libmultipath/vector.c
file added
+210
libmultipath/vector.h
file added
+90
libmultipath/version.h
file added
+37
libmultipath/wwids.c
file added
+456
libmultipath/wwids.h
file added
+32
mpathpersist/Makefile
file added
+35
mpathpersist/main.c
file added
+979
mpathpersist/main.h
file added
+30
mpathpersist/mpathpersist.8
file added
+300
multipath/11-dm-mpath.rules
file added
+111
multipath/Makefile
file added
+46
multipath/main.c
file added
+1163
multipath/multipath.8
file added
+288
multipath/multipath.conf.5
file added
+1845
multipath/multipath.rules
file added
+91
multipathd/Makefile
file added
+65
multipathd/cli.c
file added
+712
multipathd/cli.h
file added
+146
multipathd/cli_handlers.c
file added
+1625
multipathd/cli_handlers.h
file added
+54
multipathd/dmevents.c
file added
+403
multipathd/dmevents.h
file added
+13
multipathd/main.c
file added
+3307
multipathd/main.h
file added
+51
multipathd/multipathd.8
file added
+355
multipathd/multipathd.service
file added
+23
multipathd/multipathd.socket
file added
+10
multipathd/pidfile.c
file added
+65
multipathd/pidfile.h
file added
+1
multipathd/uxclnt.c
file added
+147
multipathd/uxclnt.h
file added
+1
multipathd/uxlsnr.c
file added
+453
multipathd/uxlsnr.h
file added
+12
multipathd/waiter.c
file added
+231
multipathd/waiter.h
file added
+17
tests/Makefile
file added
+96
tests/README.md
file added
+72
tests/alias.c
file added
+744
tests/blacklist.c
file added
+522
tests/directio.c
file added
+776
tests/dmevents.c
file added
+917
tests/globals.c
file added
+17
tests/hwtable.c
file added
+1781
tests/parser.c
file added
+474
tests/pgpolicy.c
file added
+1036
tests/test-lib.c
file added
+365
tests/test-lib.h
file added
+68
tests/test-log.c
file added
+27
tests/test-log.h
file added
+7
tests/uevent.c
file added
+331
tests/unaligned.c
file added
+96
tests/util.c
file added
+411
tests/vpd.c
file added
+806
third-party/valgrind/drd.h
file added
+571
third-party/valgrind/valgrind.h
file added
+6647
    device-mapper-multipath-0.8.4 base
    
        
file added
+25
file added
+1
file added
+339
file added
+674
file added
+481
file added
+502
file added
+55
file added
+138
file added
+60
file added
+21
file added
+53
file added
+114
file added
+29
file added
+393
file added
+19
file added
+297
file added
+292
file added
+741
file added
+39
file added
+114
file added
+13
file added
+57
file added
+640
file added
+111
file added
+130
file added
+748
file added
+71
file added
+37
file added
+100
file added
+325
file added
+5
file added
+48
file added
+30
file added
+73
file added
+68
file added
+128
file added
+335
file added
+83
file added
+10
file added
+1
file added
+41
file added
+91
file added
+2222
file added
+490
file added
+159
file added
+115
file added
+208
file added
+36
file added
+429
file added
+17
file added
+221
file added
+947
file added
+262
file added
+50
file added
+13
file added
+1966
file added
+21
file added
+181
file added
+14
file added
+650
file added
+321
file added
+134
file added
+1285
file added
+365
file added
+8
file added
+29
file added
+205
file added
+44
file added
+444
file added
+603
file added
+2132
file added
+157
file added
+187
file added
+72
file added
+187
file added
+21
file added
+1237
file added
+704
file added
+474
file added
+353
file added
+18
file added
+952
file added
+471
file added
+69
file added
+136
file added
+210
file added
+456
file added
+32
file added
+979
file added
+30
file added
+46
file added
+1163
file added
+288
file added
+65
file added
+712
file added
+146
file added
+403
file added
+3307
file added
+51
file added
+65
file added
+147
file added
+1
file added
+453
file added
+12
file added
+231
file added
+17
file added
+96
file added
+72
file added
+744
file added
+522
file added
+776
file added
+917
file added
+17
file added
+1781
file added
+474
file added
+1036
file added
+365
file added
+68
file added
+27
file added
+7
file added
+331
file added
+96
file added
+411
file added
+806