In preparation for adding cifs.ko support to xfstests, this patch series extends the cloner binary to support SMB2 server-side copies via CIFS_IOC_COPYCHUNK_FILE, in addition to the existing Btrfs COW clone functionality. This could be split into a separate binary if deemed necessary, but given the code overlap, I though it suitable to share the same source. Feedback appreciated. -- David Disseldorp (2): src/cloner: check filesystem type src/cloner: add CIFS_IOC_COPYCHUNK_FILE support configure.ac | 1 + src/cloner.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 114 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html