summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_dirhash.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Stop using dirhash when a directory is removed, and ensure that weiedowse2001-08-261-0/+4
* Disable the dirhash sanity check that panics if an unused directoryiedowse2001-07-271-0/+8
* Return a locked struct buf from ufsdirhash_lookup() to avoid oneiedowse2001-07-131-3/+4
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-101-0/+1049
OpenPOWER on IntegriCloud