From 8f4813ff3070858cfa7e7da6fb703294bdedabed Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 28 Nov 2014 22:44:29 +0100 Subject: vfs_fruit: add AAPL options Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Dec 5 00:34:01 CET 2014 on sn-devel-104 --- docs-xml/manpages/vfs_fruit.8.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index 47caeb008e..a9e2e6d2a5 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -153,6 +153,41 @@ + + fruit:aapl = yes | no + + A global option whether to enable Apple's SMB2+ + extension codenamed AAPL. Default + yes. This extension enhances + several deficiencies when connecting from Macs: + + + directory enumeration is enriched with + Mac relevant filesystem metadata (UNIX mode, + FinderInfo, resource fork size and effective + permission), as a result the Mac client doesn't need + to fetch this metadata individuallly per directory + entry resulting in an often tremendous performance + increase. + + The ability to query and modify the + UNIX mode of directory entries. + + + There's a set of per share options that can be + used to disable the computation of specific Mac metadata + in the directory enumeration context, all are enabled by + default: + + + readdir_attr:aapl_rsize = true | false + readdir_attr:aapl_finder_info = true | false + readdir_attr:aapl_max_access = true | false + + + + + -- cgit