Home
last modified time | relevance | path

Searched hist:d1ce1558 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_transaction.cd1ce1558 Tue Jan 04 04:14:22 GMT 2011 Matthew Dillon <dillon@apollo.backplane.com> HAMMER VFS - Fix TAILQ bug

* Fix two cases where an ocp (object id allocation cache block for
directories) is kfree()'d without removing it from hmp->objid_cache_list.
These could cause a panic or lockup.

* Increase the inode allocation / directory hash matching bitmap fill
level from 50% to 75%.

* Properly account hmp->objid_cache_count in hammer_destroy_objid_cache().