From owner-freebsd-fs Fri Sep 8 23: 9: 2 2000 Delivered-To: freebsd-fs@freebsd.org Received: from mail-relay.eunet.no (mail-relay.eunet.no [193.71.71.242]) by hub.freebsd.org (Postfix) with ESMTP id 575E937B50F for ; Fri, 8 Sep 2000 23:08:59 -0700 (PDT) Received: from login-1.eunet.no (login-1.eunet.no [193.75.110.2]) by mail-relay.eunet.no (8.9.3/8.9.3/GN) with ESMTP id IAA30097; Sat, 9 Sep 2000 08:06:17 +0200 (CEST) (envelope-from mbendiks@eunet.no) Received: from localhost (mbendiks@localhost) by login-1.eunet.no (8.9.3/8.8.8) with ESMTP id IAA63401; Sat, 9 Sep 2000 08:06:17 +0200 (CEST) (envelope-from mbendiks@eunet.no) X-Authentication-Warning: login-1.eunet.no: mbendiks owned process doing -bs Date: Sat, 9 Sep 2000 08:06:17 +0200 (CEST) From: Marius Bendiksen To: Christopher Stein Cc: freebsd-fs@FreeBSD.ORG Subject: Re: how mmap buffer writes handled? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > dirtied by mmap moved onto the dirty queue? IS this done > synchronously by some kind of software intercept of the > page table operations or are the buffers moved from the > clean to dirty queues in the background? As I recall, a periodic scan of the "modified" bits of the various page table entries will be made, and the buffers will be dirtied accordingly as the scan completes. Marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message