From owner-freebsd-current@FreeBSD.ORG Mon Nov 22 11:46:59 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 1D5E416A4D0 for ; Mon, 22 Nov 2004 11:46:59 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A41E443D49 for ; Mon, 22 Nov 2004 11:46:58 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iAMBkoPV034466; Mon, 22 Nov 2004 06:46:50 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iAMBkodi034461; Mon, 22 Nov 2004 06:46:50 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Mon, 22 Nov 2004 06:46:50 -0500 (EST) From: Jeff Roberson To: Ivan Voras In-Reply-To: <41A1C3BD.4010903@fer.hr> Message-ID: <20041122064318.Y18094@mail.chesapeake.net> References: <20041120000743.G18094@mail.chesapeake.net> <41A1C3BD.4010903@fer.hr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org 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: Mon, 22 Nov 2004 11:46:59 -0000 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? :-) > _______________________________________________ > 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" >