Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs-xml/manpages-3/vfs_crossrename.8.xml

    r745 r862  
    3838        manual copy and delete operations. If the rename by copy is done by the
    3939        server this can be much more efficient. vfs_crossrename tries to do
    40         this server-side cross-device rename operation. There are however
    41         limitations that this module currently does not solve:
     40        this server-side cross-device rename operation.
     41        </para>
     42
     43        <para>There are however limitations that this module currently does not
     44        solve:</para>
    4245
    4346        <variablelist>
    4447                <varlistentry>
    45                 the ACLs of files are not preserved
     48                <para>The ACLs of files are not preserved,</para>
    4649                </varlistentry>
    4750                <varlistentry>
    48                 meta data in EAs are not preserved
     51                <para>meta data in EAs are not preserved,</para>
    4952                </varlistentry>
    5053                <varlistentry>
    51                 renames of whole subdirectories cannot be done recursively,
     54                <para>renames of whole subdirectories cannot be done recursively,
    5255                in that case we still return STATUS_NOT_SAME_DEVICE and
    53                 let the client decide what to do
     56                let the client decide what to do,</para>
    5457                </varlistentry>
    5558                <varlistentry>
    56                 rename operations of huge files can cause hangs on the
     59                <para>rename operations of huge files can cause hangs on the
    5760                client because clients expect a rename operation to
    58                 return fast
     61                return fast.</para>
    5962                </varlistentry>
    6063        </variablelist>
    61         </para>
    6264
    6365        <para>This module is stackable.</para>
Note: See TracChangeset for help on using the changeset viewer.