Btrfs-progs: add btrfs send/receive commands
authorAlexander Block <ablock84@googlemail.com>
Wed, 25 Jul 2012 21:08:25 +0000 (23:08 +0200)
committerChris Mason <chris.mason@fusionio.com>
Thu, 26 Jul 2012 18:51:27 +0000 (14:51 -0400)
commitf1c24cd80dfd037407cdee85181646adca6dd5bb
treeb1174b91b561a3e0ec41dcd0be1da6e7ff5a541e
parenta55616ee6ccfc08605fcfc73b6b647588ec1e44a
Btrfs-progs: add btrfs send/receive commands

Add user space commands for btrfs send/receive.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
Reviewed-by: David Sterba <dave@jikos.cz>
Reviewed-by: Arne Jansen <sensille@gmx.net>
Reviewed-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Reviewed-by: Alex Lyakas <alex.bolshoy.btrfs@gmail.com>
Makefile
btrfs.c
cmds-receive.c [new file with mode: 0644]
cmds-send.c [new file with mode: 0644]
commands.h
send-stream.c [new file with mode: 0644]
send-stream.h [new file with mode: 0644]
send-utils.c [new file with mode: 0644]
send-utils.h [new file with mode: 0644]
send.h [new file with mode: 0644]