summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_dirhash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-301-3/+8
* Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).iedowse2002-05-181-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Two minor changes to dirhash, which result in some marginal benchmarkdwmalone2002-03-201-3/+15
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-8/+9
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* 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