Date: Wed, 22 Feb 1995 01:30:15 -0800 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199502220930.BAA02227@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/02/22 01:30:14 Modified: sys/kern vfs_bio.c Log: Added some code to make sure that buffers associated with directories and metadata aren't thrashed by regular file I/O. Added mechanism to limit the amount of outstanding I/O on a given vnode. Pagedaemon wakeup policy changed to skew priority a little in favor of file caching. Slight code reorganization to improve clarity. Added a few more comments. Submitted by: John Dyson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502220930.BAA02227>