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