From owner-cvs-all Thu Dec 13 21:50:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86DAF37B41B; Thu, 13 Dec 2001 21:50:44 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5oiD51625; Thu, 13 Dec 2001 21:50:44 -0800 (PST) (envelope-from mckusick) Message-Id: <200112140550.fBE5oiD51625@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 Dec 2001 21:50:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disklabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2001/12/13 21:50:44 PST Modified files: sys/kern subr_disklabel.c Log: Add disk I/O scheduling for positively niced processes. When a positively niced process requests a disk I/O, make it wait for its nice value of ticks before scheduling its I/O request if there are any other processes with I/O requests in the disk queue. For all the gory details, see the ``Running fsck in the Background'' paper in the Usenix BSDCon 2002 Conference Proceedings, pages 55-64. Revision Changes Path 1.60 +25 -0 src/sys/kern/subr_disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message