479cab5 Fork dattobd to volsnap

Authored and Committed by ngompa 2 years ago
48 files changed. 620 lines added. 678 lines removed.
.gitignore
file modified
+1 -1
INSTALL.md
file modified
+5 -73
LICENSING.md
file modified
+8 -6
Makefile
file modified
+4 -4
README.md
file modified
+20 -20
app/Makefile
file modified
+4 -4
app/bash_completion.d/vlsctlapp/bash_completion.d/dbdctl
file renamed
+2 -2
app/vlsctl.capp/dbdctl.c
file renamed
+17 -17
dist/copyright
file modified
+4 -4
dist/dattobd-modprobe-conf
file removed
-2
dist/initramfs/dracut/install
file modified
+1 -1
dist/initramfs/dracut/module-setup.sh
file modified
+2 -2
dist/initramfs/dracut/volsnap.shdist/initramfs/dracut/dattobd.sh
file renamed
+4 -4
dist/initramfs/initramfs-tools/hooks/volsnapdist/initramfs/initramfs-tools/hooks/dattobd
file renamed
+1 -1
dist/initramfs/initramfs-tools/scripts/volsnapdist/initramfs/initramfs-tools/scripts/dattobd
file renamed
+4 -4
dist/initramfs/initrd/boot-volsnap.shdist/initramfs/initrd/boot-dattobd.sh
file renamed
+7 -7
dist/initramfs/initrd/setup-volsnap.shdist/initramfs/initrd/setup-dattobd.sh
file renamed
+1 -1
dist/kernel.postinst.d/50-volsnapdist/kernel.postinst.d/50-dattobd
file renamed
+9 -9
dist/libvolsnap.pc.indist/libdattobd.pc.in
file renamed
+2 -2
dist/volsnap-dkms-confdist/dattobd-dkms-conf
file renamed
+2 -2
dist/volsnap-modprobe-conf
file added
+2
dist/volsnap-sysconfig-modulesdist/dattobd-sysconfig-modules
file renamed
+2 -2
dist/volsnap.rpmlintrcdist/dattobd.rpmlintrc
file renamed
+0 -0
dist/volsnap.specdist/dattobd.spec
file renamed
+58 -50
doc/STRUCTURE.md
file modified
+4 -4
doc/update-img.8
file modified
+4 -4
doc/update-img.8.html
file modified
+4 -4
doc/update-img.8.md
file modified
+4 -4
doc/vlsctl.8doc/dbdctl.8
file renamed
+24 -24
doc/vlsctl.8.htmldoc/dbdctl.8.html
file renamed
+27 -27
doc/vlsctl.8.mddoc/dbdctl.8.md
file renamed
+22 -22
lib/Makefile
file modified
+3 -3
lib/libvolsnap.clib/libdattobd.c
file renamed
+20 -20
lib/libvolsnap.hlib/libdattobd.h
file renamed
+13 -13
src/Makefile
file modified
+2 -2
src/genconfig.sh
file modified
+2 -2
src/includes.h
file modified
+2 -2
src/volsnap.csrc/dattobd.c
file renamed
+201 -201
src/volsnap.hsrc/dattobd.h
file renamed
+15 -15
tests/devicetestcase.py
file modified
+2 -2
tests/test_destroy.py
file modified
+24 -24
tests/test_setup.py
file modified
+22 -22
tests/test_snapshot.py
file modified
+13 -13
tests/test_transition_incremental.py
file modified
+19 -19
tests/vlstest.shtests/dbdtest.sh
file renamed
+1 -1
tests/volsnap.pytests/dattobd.py
file renamed
+22 -22
utils/Makefile
file modified
+2 -2
utils/update-img.c
file modified
+8 -8
    Fork dattobd to volsnap
    
        
file modified
+1 -1
file modified
+5 -73
file modified
+8 -6
file modified
+4 -4
file modified
+20 -20
file modified
+4 -4
app/bash_completion.d/vlsctl app/bash_completion.d/dbdctl
file renamed
+2 -2
app/vlsctl.c app/dbdctl.c
file renamed
+17 -17
file modified
+4 -4
dist/initramfs/dracut/volsnap.sh dist/initramfs/dracut/dattobd.sh
file renamed
+4 -4
dist/initramfs/initramfs-tools/hooks/volsnap dist/initramfs/initramfs-tools/hooks/dattobd
file renamed
+1 -1
dist/initramfs/initramfs-tools/scripts/volsnap dist/initramfs/initramfs-tools/scripts/dattobd
file renamed
+4 -4
dist/initramfs/initrd/boot-volsnap.sh dist/initramfs/initrd/boot-dattobd.sh
file renamed
+7 -7
dist/initramfs/initrd/setup-volsnap.sh dist/initramfs/initrd/setup-dattobd.sh
file renamed
+1 -1
dist/kernel.postinst.d/50-volsnap dist/kernel.postinst.d/50-dattobd
file renamed
+9 -9
dist/libvolsnap.pc.in dist/libdattobd.pc.in
file renamed
+2 -2
dist/volsnap-dkms-conf dist/dattobd-dkms-conf
file renamed
+2 -2
dist/volsnap-sysconfig-modules dist/dattobd-sysconfig-modules
file renamed
+2 -2
dist/volsnap.rpmlintrc dist/dattobd.rpmlintrc
file renamed
file was renamed with no change to the file
dist/volsnap.spec dist/dattobd.spec
file renamed
+58 -50
file modified
+4 -4
file modified
+4 -4
file modified
+4 -4
file modified
+4 -4
doc/vlsctl.8 doc/dbdctl.8
file renamed
+24 -24
doc/vlsctl.8.html doc/dbdctl.8.html
file renamed
+27 -27
doc/vlsctl.8.md doc/dbdctl.8.md
file renamed
+22 -22
file modified
+3 -3
lib/libvolsnap.c lib/libdattobd.c
file renamed
+20 -20
lib/libvolsnap.h lib/libdattobd.h
file renamed
+13 -13
file modified
+2 -2
file modified
+2 -2
file modified
+2 -2
src/volsnap.c src/dattobd.c
file renamed
+201 -201
src/volsnap.h src/dattobd.h
file renamed
+15 -15
file modified
+2 -2
file modified
+24 -24
file modified
+22 -22
file modified
+13 -13
tests/vlstest.sh tests/dbdtest.sh
file renamed
+1 -1
tests/volsnap.py tests/dattobd.py
file renamed
+22 -22
file modified
+2 -2
file modified
+8 -8