Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 559180f7d30606d1999399d954ceedc798c669a4) | |||||
2007-10-10 | r24302: add a module that overloads the file_id_create VFS function | Stefan Metzmacher | 1 | -0/+288 | |
and alters the device id depending on the configured algorithm. The algorithm is configured via "fileid:algorithm": - "fsname" (default) uses a uint64 hash over the mount point - "fsid" uses the fsid returned from statfs() This is needed for "clustering = yes" on some clusterfilesystems metze (This used to be commit 30f9171cca3e4f523cde7dfc96096c32e5af50be) |