Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 2007-10-10 | 1 | -74/+0 |
| | | | | | | a customer hash function for this tdb (yes it does make a difference on benchmarks). Remove the no longer used hash.c code. Jeremy. | ||||
* | Signed/unsigned fix from HEAD | Andrew Bartlett | 2003-02-24 | 1 | -2/+2 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 2001-09-25 | 1 | -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 Allison | 2000-01-26 | 1 | -0/+75 |
Jeremy. |