From owner-freebsd-current@FreeBSD.ORG Tue Nov 23 01:30:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E869C16A4CF for ; Tue, 23 Nov 2004 01:30:56 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BD7C43D54 for ; Tue, 23 Nov 2004 01:30:56 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 48577 invoked from network); 23 Nov 2004 01:30:55 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 23 Nov 2004 01:30:55 -0000 X-pair-Authenticated: 80.164.63.199 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.1/8.13.1) with ESMTP id iAN1Usc4038860; Tue, 23 Nov 2004 02:30:54 +0100 (CET) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.1/8.13.1/Submit) id iAN1Usx0038859; Tue, 23 Nov 2004 02:30:54 +0100 (CET) (envelope-from pho) Date: Tue, 23 Nov 2004 02:30:54 +0100 From: Peter Holm To: Jeff Roberson Message-ID: <20041123013054.GA38804@peter.osted.lan> References: <20041120000743.G18094@mail.chesapeake.net> <41A1C3BD.4010903@fer.hr> <20041122064318.Y18094@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041122064318.Y18094@mail.chesapeake.net> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org cc: Ivan Voras Subject: Re: Giantless VFS. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 01:30:57 -0000 On Mon, Nov 22, 2004 at 06:46:50AM -0500, Jeff Roberson wrote: > On Mon, 22 Nov 2004, Ivan Voras wrote: > > > Jeff Roberson wrote: > > > > > The short description: > > > This patch removes Giant from the read(), write(), and fstat() syscalls, > > > as well as page faults, and bufdone (io interrupts) when using FFS. It > > > > What is the plan re: RELENG_5? Will things like this (giantless vm, fs) > > be merged into it? > > The giantless vm was already merged back to RELENG_5 and enabled on amd64, > and i386. I hope to merge the giantless vfs back after a month or so of > no problems on -current. I hope to commit it to -current this week. > > I haven't received any feedback from the list though. I hope people are > testing it. Perhaps the silence indicates universal success? :-) > Here's a problem I ran into during stress test: http://www.holm.cc/stress/log/jeff01.html Let me know if you need more gdb output. - Peter > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"