Home
last modified time | relevance | path

Searched hist:"830 f1111" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfs/
H A DKconfig830f1111 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 Ddir.c830f1111 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>