summaryrefslogtreecommitdiffstats
path: root/source/include/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-221-2/+2
| | | | | | make x_fwrite() match fwrite() in returning a size_t. Andrew Bartlett
* 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.