summaryrefslogtreecommitdiff
path: root/docs/htmldocs/manpages
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2009-03-13 21:27:21 +0000
committerbubulle <bubulle@alioth.debian.org>2009-03-13 21:27:21 +0000
commit60b302fa20e00a1f5645783f95efaa7d8f0ee34e (patch)
treedda0835f9a209c5a487570b8c08d6c2e1224e26f /docs/htmldocs/manpages
parent7a15735eaa209f8dba887ffa180eb770389694de (diff)
downloadsamba-60b302fa20e00a1f5645783f95efaa7d8f0ee34e.tar.gz
Load samba-3.3.2 into branches/samba/upstream.upstream/3.3.2
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2649 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages')
-rw-r--r--docs/htmldocs/manpages/index.html1
-rw-r--r--docs/htmldocs/manpages/smb.conf.5.html2
-rw-r--r--docs/htmldocs/manpages/vfs_preopen.8.html28
3 files changed, 30 insertions, 1 deletions
diff --git a/docs/htmldocs/manpages/index.html b/docs/htmldocs/manpages/index.html
index e5913176f4..28b419ce07 100644
--- a/docs/htmldocs/manpages/index.html
+++ b/docs/htmldocs/manpages/index.html
@@ -78,6 +78,7 @@
</p></dd><dt><span class="term"><a class="ulink" href="vfs_netatalk.8.html" target="_top">vfs_netatalk(8)</a></span></dt><dd><p>hide .AppleDouble files from CIFS clients
</p></dd><dt><span class="term"><a class="ulink" href="vfs_notify_fam.8.html" target="_top">vfs_notify_fam(8)</a></span></dt><dd><p>FAM support for file change notifications
</p></dd><dt><span class="term"><a class="ulink" href="vfs_prealloc.8.html" target="_top">vfs_prealloc(8)</a></span></dt><dd><p>preallocate matching files to a predetermined size
+</p></dd><dt><span class="term"><a class="ulink" href="vfs_preopen.8.html" target="_top">vfs_preopen(8)</a></span></dt><dd><p>Hide read latencies for applications reading numbered files
</p></dd><dt><span class="term"><a class="ulink" href="vfs_readahead.8.html" target="_top">vfs_readahead(8)</a></span></dt><dd><p>pre-load the kernel buffer cache
</p></dd><dt><span class="term"><a class="ulink" href="vfs_readonly.8.html" target="_top">vfs_readonly(8)</a></span></dt><dd><p>make a Samba share read only for a specified time period
</p></dd><dt><span class="term"><a class="ulink" href="vfs_recycle.8.html" target="_top">vfs_recycle(8)</a></span></dt><dd><p>Samba VFS recycle bin
diff --git a/docs/htmldocs/manpages/smb.conf.5.html b/docs/htmldocs/manpages/smb.conf.5.html
index 39f21beb44..8631778ab9 100644
--- a/docs/htmldocs/manpages/smb.conf.5.html
+++ b/docs/htmldocs/manpages/smb.conf.5.html
@@ -954,7 +954,7 @@ client lanman auth (G)
Windows 95/98) will be able to be connected from the Samba client.</p><p>The LANMAN encrypted response is easily broken, due to its
case-insensitive nature, and the choice of algorithm. Clients
without Windows 95/98 servers are advised to disable
- this option. </p><p>Disabling this option will also disable the <code class="literal">client plaintext auth</code> option</p><p>Likewise, if the <code class="literal">client ntlmv2
+ this option. </p><p>Disabling this option will also disable the <code class="literal">client plaintext auth</code> option.</p><p>Likewise, if the <code class="literal">client ntlmv2
auth</code> parameter is enabled, then only NTLMv2 logins will be
attempted.</p><p>Default: <span class="emphasis"><em><em class="parameter"><code>client lanman auth</code></em> = <code class="literal">no</code>
</em></span>
diff --git a/docs/htmldocs/manpages/vfs_preopen.8.html b/docs/htmldocs/manpages/vfs_preopen.8.html
new file mode 100644
index 0000000000..d919cd5c08
--- /dev/null
+++ b/docs/htmldocs/manpages/vfs_preopen.8.html
@@ -0,0 +1,28 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>vfs_preopen</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="vfs_preopen.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>vfs_preopen &#8212; Hide read latencies for applications reading numbered files</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">vfs objects = preopen</code></p></div></div><div class="refsect1" lang="en"><a name="id2522929"></a><h2>DESCRIPTION</h2><p>This VFS module is part of the
+ <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p>This module assists applications that want to read numbered
+ files in sequence with very strict latency requirements. One area
+ where this happens in video streaming applications that want to read
+ one file per frame.</p><p>When you use this module, a number of helper processes is
+ started that speculatively open files and read a number of bytes to
+ prime the file system cache, so that later on when the real
+ application's request comes along, no disk access is necessary.</p><p>This module is stackable.</p></div><div class="refsect1" lang="en"><a name="id2522965"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">preopen:names = /pattern/</span></dt><dd><p>
+ preopen:names specifies the file name pattern which should
+ trigger the preopen helpers to do their work. We assume that
+ the files are numbered incrementally. So if your file names
+ are numbered FRAME00000.frm FRAME00001.frm and so on you would
+ list them as <code class="literal">preopen:names=/FRAME*.frm/</code>
+ </p></dd><dt><span class="term">preopen:num_bytes = BYTES</span></dt><dd><p>
+ Specifies the number of bytes the helpers should speculatively
+ read, defaults to 1.
+ </p></dd><dt><span class="term">preopen:helpers = NUM-PROCS</span></dt><dd><p>
+ Number of forked helper processes, defaults to 1.
+ </p></dd><dt><span class="term">preopen:queuelen = NUM-FILES</span></dt><dd><p>
+ Number of files that should be speculatively opened. Defaults
+ to the 10 subsequent files.
+ </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483413"></a><h2>VERSION</h2><p>This man page is correct for version 3.3 of the Samba suite.
+ </p></div><div class="refsect1" lang="en"><a name="id2483540"></a><h2>AUTHOR</h2><p>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.</p><p>The PREOPEN VFS module was created with contributions from
+ Volker Lendecke and the developers at IBM.
+ </p></div></div></body></html>