]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive
authorAlexander Block <ablock84@googlemail.com>
Wed, 25 Jul 2012 21:19:24 +0000 (23:19 +0200)
committerAlexander Block <ablock84@googlemail.com>
Wed, 25 Jul 2012 21:30:19 +0000 (23:30 +0200)
commite6ab399f9f7e91091ed3bce07bd29c1993174205
treea3e416143bd08d8daca762f85a6d260e49c56c61
parent6a2e26aab5af70a6a04dbaa423e7fc66f584c259
Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive

This patch introduces the BTRFS_IOC_SEND ioctl that is
required for send. It allows btrfs-progs to implement
full and incremental sends. Patches for btrfs-progs will
follow.

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>
fs/btrfs/Makefile
fs/btrfs/ioctl.c
fs/btrfs/ioctl.h
fs/btrfs/send.c [new file with mode: 0644]
fs/btrfs/send.h [new file with mode: 0644]