1 <samba:parameter name="aio write behind"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <para>If Samba has been built with asynchronous I/O support,
8 Samba will not wait until write requests are finished before returning
9 the result to the client for files listed in this parameter.
10 Instead, Samba will immediately return that the write
11 request has been finished successfully, no matter if the
12 operation will succeed or not. This might speed up clients without
13 aio support, but is really dangerous, because data could be lost
14 and files could be damaged.
17 The syntax is identical to the <smbconfoption name="veto files"/>
22 <value type="default"/>
23 <value type="example">/*.tmp/</value>