Searched hist:"830 f1111d90e8770fcfad8bd5628e8ae6fecec06" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | Kconfig | diff 830f1111d90e8770fcfad8bd5628e8ae6fecec06 Wed Mar 30 19:00:07 CDT 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Replace readdir's use of xxhash() with hash_64()
Both xxhash() and hash_64() appear to give similarly low collision rates with a standard linearly increasing readdir offset. They both give similarly higher collision rates when applied to ext4's offsets.
So switch to using the standard hash_64().
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|
H A D | dir.c | diff 830f1111d90e8770fcfad8bd5628e8ae6fecec06 Wed Mar 30 19:00:07 CDT 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Replace readdir's use of xxhash() with hash_64()
Both xxhash() and hash_64() appear to give similarly low collision rates with a standard linearly increasing readdir offset. They both give similarly higher collision rates when applied to ext4's offsets.
So switch to using the standard hash_64().
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|