Author: snb
Date: Thu Oct 8 09:03:04 2009
New Revision: 197852
URL: http://svn.freebsd.org/changeset/base/197852
Log:
MFC r193375, r194387, r195003:
Add vm_lowmem event handler for dirhash. This will cause dirhashes to be
deleted when the system is low on memory. This ought to allow an
Author: snb
Date: Mon Jul 20 16:19:42 2009
New Revision: 195783
URL: http://svn.freebsd.org/changeset/base/195783
Log:
MFC r195003:
Fix a bug reported by pho@ where one can induce a panic by decreasing
vfs.ufs.dirhash_maxmem below the current amount of memory used by dirhash.
When
ufsd
Author: snb
Date: Thu Jun 25 20:40:13 2009
New Revision: 195003
URL: http://svn.freebsd.org/changeset/base/195003
Log:
Fix a bug reported by pho@ where one can induce a panic by decreasing
vfs.ufs.dirhash_maxmem below the current amount of memory used by dirhash.
When
ufsdirhash_build() is
Author: snb
Date: Wed Jun 17 18:55:29 2009
New Revision: 194387
URL: http://svn.freebsd.org/changeset/base/194387
Log:
Keep dirhash tailq locked throughout the entirety of ufsdirhash_destroy() to
fix
a potential race pointed out by pjd. Also use TAILQ_FOREACH_SAFE to iterate
over
dirhashes
Author: snb
Date: Wed Jun 3 09:44:22 2009
New Revision: 193375
URL: http://svn.freebsd.org/changeset/base/193375
Log:
Add vm_lowmem event handler for dirhash. This will cause dirhashes to be
deleted when the system is low on memory. This ought to allow an increase to
vfs.ufs.dirhash_maxmem
Author: snb
Date: Tue May 5 15:03:19 2009
New Revision: 191822
URL: http://svn.freebsd.org/changeset/base/191822
Log:
Add myself as a mentee of dwmalone for the committers graph. Also add my
birthday to the calendar.
Approved by: dwmalone (mentor)
Modified:
head/share/misc/committers