]> sourceware.org Git - lvm2.git/commit
device-mapper: Fork libdm internally.
authorJoe Thornber <ejt@redhat.com>
Mon, 14 May 2018 11:16:43 +0000 (12:16 +0100)
committerJoe Thornber <ejt@redhat.com>
Wed, 16 May 2018 12:00:50 +0000 (13:00 +0100)
commitccc35e2647b3b78f2fb0d62c25f21fcccbf58950
treeb0fc56a0f74b6c6b17c0eeaffa00a921d704b8ec
parent7f97c7ea9ade36bab817aca9eeee5c5177550127
device-mapper: Fork libdm internally.

The device-mapper directory now holds a copy of libdm source.  At
the moment this code is identical to libdm.  Over time code will
migrate out to appropriate places (see doc/refactoring.txt).

The libdm directory still exists, and contains the source for the
libdevmapper shared library, which we will continue to ship (though
not neccessarily update).

All code using libdm should now use the version in device-mapper.
87 files changed:
Makefile.in
configure
configure.ac
daemons/clvmd/Makefile.in
daemons/cmirrord/Makefile.in
daemons/cmirrord/cluster.h
daemons/cmirrord/functions.h
daemons/dmeventd/Makefile.in
daemons/dmeventd/dmeventd.c
daemons/dmeventd/libdevmapper-event.c
daemons/dmeventd/libdevmapper-event.pc.in
daemons/dmeventd/plugins/lvm2/Makefile.in
daemons/dmeventd/plugins/mirror/Makefile.in
daemons/dmeventd/plugins/raid/Makefile.in
daemons/dmeventd/plugins/snapshot/Makefile.in
daemons/dmeventd/plugins/thin/Makefile.in
daemons/dmfilemapd/Makefile.in
daemons/dmfilemapd/dmfilemapd.c
daemons/lvmetad/Makefile.in
daemons/lvmlockd/Makefile.in
daemons/lvmlockd/lvmlockd-core.c
daemons/lvmpolld/Makefile.in
device-mapper/Makefile [deleted file]
device_mapper/Makefile [new file with mode: 0644]
device_mapper/datastruct/bitset.c [new file with mode: 0644]
device_mapper/datastruct/hash.c [new file with mode: 0644]
device_mapper/datastruct/list.c [new file with mode: 0644]
device_mapper/ioctl/libdm-iface.c [new file with mode: 0644]
device_mapper/ioctl/libdm-targets.h [new file with mode: 0644]
device_mapper/libdevmapper.h [new file with mode: 0644]
device_mapper/libdm-common.c [new file with mode: 0644]
device_mapper/libdm-common.h [new file with mode: 0644]
device_mapper/libdm-config.c [new file with mode: 0644]
device_mapper/libdm-deptree.c [new file with mode: 0644]
device_mapper/libdm-file.c [new file with mode: 0644]
device_mapper/libdm-report.c [new file with mode: 0644]
device_mapper/libdm-stats.c [new file with mode: 0644]
device_mapper/libdm-string.c [new file with mode: 0644]
device_mapper/libdm-targets.c [new file with mode: 0644]
device_mapper/libdm-timestamp.c [new file with mode: 0644]
device_mapper/misc/dm-ioctl.h [new file with mode: 0644]
device_mapper/misc/dm-log-userspace.h [new file with mode: 0644]
device_mapper/misc/dm-logging.h [new file with mode: 0644]
device_mapper/misc/dmlib.h [new file with mode: 0644]
device_mapper/misc/kdev_t.h [new file with mode: 0644]
device_mapper/mm/dbg_malloc.c [new file with mode: 0644]
device_mapper/mm/pool-debug.c [new file with mode: 0644]
device_mapper/mm/pool-fast.c [new file with mode: 0644]
device_mapper/mm/pool.c [new file with mode: 0644]
device_mapper/regex/matcher.c [new file with mode: 0644]
device_mapper/regex/parse_rx.c [new file with mode: 0644]
device_mapper/regex/parse_rx.h [new file with mode: 0644]
device_mapper/regex/ttree.c [new file with mode: 0644]
device_mapper/regex/ttree.h [new file with mode: 0644]
device_mapper/vdo/status.c [moved from device-mapper/vdo/status.c with 99% similarity]
device_mapper/vdo/target.h [moved from device-mapper/vdo/target.h with 100% similarity]
lib/config/config.h
lib/device/bcache.c
lib/device/bcache.h
lib/device/dev-cache.c
lib/metadata/pv.h
lib/metadata/vg.h
lib/misc/lib.h
lib/report/properties.h
libdaemon/client/config-util.c
libdaemon/client/daemon-client.c
libdm/Makefile.in
libdm/make.tmpl.in [new file with mode: 0644]
liblvm/Makefile.in
liblvm/lvm_misc.h
liblvm/lvm_prop.c
make.tmpl.in
scripts/Makefile.in
test/api/Makefile.in
test/unit/Makefile.in
test/unit/bitset_t.c
test/unit/config_t.c
test/unit/dmlist_t.c
test/unit/dmstatus_t.c
test/unit/framework.h
test/unit/matcher_t.c
test/unit/percent_t.c
test/unit/string_t.c
test/unit/vdo_t.c
tools/Makefile.in
tools/dmsetup.c
tools/tool.h
This page took 0.053535 seconds and 5 git commands to generate.