s3-vfs: add vfs_btrfs module
authorDavid Disseldorp <ddiss@samba.org>
Tue, 4 Sep 2012 13:27:38 +0000 (15:27 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 16:15:16 +0000 (18:15 +0200)
commit86555f69f3a75db8310b45813a8a32c69d7bc746
tree8637b41911252383ecfd8ec99e3f122a3bf62805
parent4d4287a9710de380fe8888801b98893d8a78120c
s3-vfs: add vfs_btrfs module

Currently it only plumbs itself into the copy_chunk call path,
translating such requests into BTRFS_IOC_CLONE_RANGE calls.

The ioctl definitions are taken from the GPLv2 licensed btrfs_ioctl.h.
Such interface definitions do not equate to copyrightable information;
therefore, they may remain part of the GPLv3 licensed Samba source.
source3/Makefile.in
source3/configure.in
source3/modules/vfs_btrfs.c [new file with mode: 0644]
source3/modules/wscript_build
source3/wscript