From 83e4ff9a4ed06bd60a902a3b2f385ab69356b35b Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 8 Mar 2013 11:47:56 +0100 Subject: [PATCH] doc: add vfs_btrfs man page Reviewed-by: Andrew Bartlett --- docs-xml/manpages/vfs_btrfs.8.xml | 85 +++++++++++++++++++++++++++++++ docs-xml/wscript_build | 1 + 2 files changed, 86 insertions(+) create mode 100644 docs-xml/manpages/vfs_btrfs.8.xml diff --git a/docs-xml/manpages/vfs_btrfs.8.xml b/docs-xml/manpages/vfs_btrfs.8.xml new file mode 100644 index 00000000000..3cd55d3b56a --- /dev/null +++ b/docs-xml/manpages/vfs_btrfs.8.xml @@ -0,0 +1,85 @@ + + + + + + vfs_btrfs + 8 + Samba + System Administration tools + 4.0 + + + + + vfs_btrfs + + Utilize features provided by the Btrfs filesystem + + + + + + vfs objects = btrfs + + + + + DESCRIPTION + + This VFS module is part of the + samba + 8 suite. + + + The vfs_btrfs VFS module exposes Btrfs + specific features for use by Samba. + + + + Btrfs allows for multiple files to share the same on-disk data + through the use cloned ranges. When an SMB client issues a + request to copy duplicate data (via FSCTL_SRV_COPYCHUNK), this + module maps the request to a Btrfs clone range IOCTL, instead + of performing reads and writes required by a traditional copy. + Doing so saves storage capacity and greatly reduces disk IO. + + + + This module is stackable. + + + + + CONFIGURATION + + + vfs_btrfs requires that the underlying share + path is a Btrfs filesystem. + + + + + btrfs + + + + + VERSION + + + This man page is correct for version 4.1.0 of the Samba suite. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 25e381e2ded..0c06531103d 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -48,6 +48,7 @@ manpages=''' manpages/vfs_aio_linux.8 manpages/vfs_aio_pthread.8 manpages/vfs_audit.8 + manpages/vfs_btrfs.8 manpages/vfs_cacheprime.8 manpages/vfs_cap.8 manpages/vfs_catia.8 -- 2.34.1