summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_nodeMartin Schwenke2019-08-164-34/+61
* ctdb-tcp: Rename fd -> out_fdMartin Schwenke2019-08-163-49/+72
* ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke2019-08-162-5/+21
* s3: VFS: vfs_default. Convert underlying system call to renameat().Jeremy Allison2019-08-161-4/+4
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-168-71/+1
* s3: VFS: vfs_time_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-21/+0
* s3: VFS: vfs_full_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-18/+0
* s3: VFS: vfs_virusfilter. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-35/+0
* s3: VFS: vfs_unityed_media. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-49/+0
* s3: VFS: vfs_syncops. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-22/+1
* s3: VFS: vfs_streams_xattr. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-89/+0
* s3: VFS: vfs_streams_depot: Change to using SMB_VFS_RENAMEAT() instead of SMB...Jeremy Allison2019-08-161-2/+5
* s3: VFS: vfs_streams_depot. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-53/+0
* s3: VFS: vfs_snapper. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-28/+0
* s3: VFS: vfs_shadow_copy2. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-44/+0
* s3: VFS: vfs_netatalk. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-39/+0
* s3: VFS: vfs_media_harmony. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-57/+0
* s3: VFS: vfs_glusterfs. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-9/+0
* s3: VFS: vfs_fruit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-55/+0
* s3: VFS: vfs_extd_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-25/+0
* s3: VFS: vfs_crossrename. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-27/+0
* s3: VFS: vfs_ceph_snapshots. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-33/+0
* s3: VFS: vfs_ceph. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-16/+0
* s3: VFS: vfs_catia. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-59/+0
* s3: VFS: vfs_cap. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-44/+0
* s3: VFS: vfs_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-18/+0
* s3: VFS: vfs_recycle. Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME().Jeremy Allison2019-08-161-1/+5
* s3: smbd: vfs_virusfilter: Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME.Jeremy Allison2019-08-161-1/+5
* s3: torture: Change cmd_vfs to call SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-1/+6
* s3: smbd: Change rename_internals_fsp() to call SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-1/+3
* s3: VFS: vfs_virusfilter. Implement renameat().Jeremy Allison2019-08-161-0/+42
* s3: VFS: vfs_unityed_media. Implement renameat().Jeremy Allison2019-08-161-0/+59
* s3: VFS: vfs_time_audit. Implement renameat().Jeremy Allison2019-08-161-0/+27
* s3: VFS: vfs_syncops. Implement renameat().Jeremy Allison2019-08-161-0/+27
* s3: VFS: vfs_streams_xattr. Implement renameat().Jeremy Allison2019-08-161-0/+94
* s3: VFS: vfs_streams_depot. Implement renameat().Jeremy Allison2019-08-161-0/+61
* s3: VFS: vfs_snapper. Implement renameat().Jeremy Allison2019-08-161-0/+35
* s3: VFS: vfs_shadow_copy2. Implement renameat().Jeremy Allison2019-08-161-0/+51
* s3: VFS: vfs_netatalk. Implement renameat().Jeremy Allison2019-08-161-0/+47
* s3: VFS: vfs_media_harmony. Implement renameat().Jeremy Allison2019-08-161-0/+65
* s3: VFS: vfs_glusterfs. Implement renameat().Jeremy Allison2019-08-161-0/+11
* s3: VFS: vfs_full_audit. Implement renameat().Jeremy Allison2019-08-161-0/+24
* s3: VFS: vfs_fruit. Implement renameat().Jeremy Allison2019-08-161-0/+65
* s3: VFS: vfs_extd_audit. Implement renameat().Jeremy Allison2019-08-161-0/+31
* s3: VFS: vfs_crossrename. Implement renameat().Jeremy Allison2019-08-161-1/+30
* s3: VFS: vfs_ceph_snapshots. Implement renameat().Jeremy Allison2019-08-161-0/+39
* s3: VFS: vfs_ceph. Implement renameat().Jeremy Allison2019-08-161-0/+18
* s3: VFS: vfs_catia. Implement renameat().Jeremy Allison2019-08-161-0/+66
* s3: VFS: vfs_cap. Implement renameat().Jeremy Allison2019-08-161-0/+50
* s3: VFS: vfs_audit. Implement renameat().Jeremy Allison2019-08-161-0/+25