From owner-cvs-sys Wed Feb 22 01:30:18 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA02239 for cvs-sys-outgoing; Wed, 22 Feb 1995 01:30:18 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA02227; Wed, 22 Feb 1995 01:30:15 -0800 Date: Wed, 22 Feb 1995 01:30:15 -0800 From: David Greenman Message-Id: <199502220930.BAA02227@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk 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