From 5c874251ff78708706c7b421bb24c00ccd995a65 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Mon, 26 May 2014 16:12:17 +0200 Subject: [PATCH] man vfs_streams_xattr: new options "prefix" and "store_stream_type" Add documentation for the two new options "streams_xattr:prefix" and "streams_xattr:store_stream_type". Signed-off-by: Ralph Boehme Reviewed-by: Christof Schmitt Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Fri Jun 13 15:51:43 CEST 2014 on sn-devel-104 --- docs-xml/manpages/vfs_streams_xattr.8.xml | 34 +++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/docs-xml/manpages/vfs_streams_xattr.8.xml b/docs-xml/manpages/vfs_streams_xattr.8.xml index 5aa5aa8a660..2deb802bcc1 100644 --- a/docs-xml/manpages/vfs_streams_xattr.8.xml +++ b/docs-xml/manpages/vfs_streams_xattr.8.xml @@ -33,8 +33,11 @@ alternate data streams in the file system. As a normal posix file system does not support the concept of multiple data streams per file, the streams_xattr module stores the data in posix extended attributes - (xattrs). The name of these attributes is - user.DosStream."ADS-NAME". + (xattrs). The name of these attributes by default is + user.DosStream."ADS-NAME". The prefix "user.DosStream." can be changed + with the module option streams_xattr:prefix, but be + aware that this will also expose those ADS over the SMB extended + attributes interface. The file system that is shared with this module enabled must support xattrs. @@ -46,6 +49,33 @@ + OPTIONS + + + + + streams_xattr:prefix = STRING + + Name prefix used when storing an ADS in an xattr, defaults to + user.DosStream.. Changing this will also + expose ADS over the SMB extended attributes interface. + + + + + streams_xattr:store_stream_type = [yes|no] + + Whether the xattr names for Alternate Data Streams of type + "$DATA" are suffixed by the stream type string ":$DATA". + The default is yes. + + + + + + + + EXAMPLES -- 2.11.4.GIT