summaryrefslogtreecommitdiffstats
path: root/source/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.
* 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!
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+75
Jeremy.