summaryrefslogtreecommitdiffstats
path: root/source3/include/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-251-1/+1
| | | | | | ran out of primes and used a power of two hash modulus. It ended up sticking all the entries in just a few buckets. Yuck! (This used to be commit fdc9952391027e209fbd24f7794b1c2b551b1f9f)
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+75
Jeremy. (This used to be commit b62a1bd6328f5894ae1a2fef3ef6fc66304ade52)