summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_btrfs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09s3-vfs: add vfs_btrfs moduleDavid Disseldorp1-0/+196
Currently it only plumbs itself into the copy_chunk call path, translating such requests into BTRFS_IOC_CLONE_RANGE calls. Reviewed-by: Andrew Bartlett <abartlet@samba.org>