From owner-cvs-all Thu Jul 11 0:10:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B2C37B400; Thu, 11 Jul 2002 00:10:48 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB2B43E52; Thu, 11 Jul 2002 00:10:47 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 3.36 #1) id 17SY7N-0006fj-00; Thu, 11 Jul 2002 09:12:01 +0200 Date: Thu, 11 Jul 2002 09:12:01 +0200 From: Sheldon Hearn To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_cluster.c vfs_subr.c src/sys/nfsclient nfs_bio.c src/sys/nfsserver nfs_serv.c src/sys/sys buf.h vnode.h Message-ID: <20020711071201.GD25502@starjuice.net> Mail-Followup-To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200207101702.g6AH2Xtl000528@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207101702.g6AH2Xtl000528@freefall.freebsd.org> User-Agent: Mutt/1.5.1i 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 On (2002/07/10 10:02), Matt Dillon wrote: > Log: > Replace the global buffer hash table with per-vnode splay trees using a > methodology similar to the vm_map_entry splay and the VM splay that Alan > Cox is working on. Extensive testing has appeared to have shown no > increase in overhead. [...] > Advantages > vnode->v_dirtyblkhd is now perfectly sorted, making > fsync/sync/filesystem syncer operate more efficiently. This is very good for MTAs, yes? Do you have any informal stats that suggest what kind of improvement this offers? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message