From owner-freebsd-stable@FreeBSD.ORG Thu Feb 15 01:22:24 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54F5116A401 for ; Thu, 15 Feb 2007 01:22:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB7613C467 for ; Thu, 15 Feb 2007 01:22:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (sccrmhc12) with ESMTP id <2007021501221901200pnfche>; Thu, 15 Feb 2007 01:22:23 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l1F1M5PN050536 for ; Wed, 14 Feb 2007 20:22:11 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.13.8/8.13.8/Submit) id l1F1M5UD050509 for freebsd-stable@freebsd.org; Wed, 14 Feb 2007 20:22:05 -0500 (EST) (envelope-from rodrigc) Date: Wed, 14 Feb 2007 20:21:43 -0500 From: Craig Rodrigues To: freebsd-stable@freebsd.org Message-ID: <20070215012143.GA50473@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [HEADSUP] New unionfs merged to RELENG_6 (stable) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 01:22:24 -0000 Hi, I have merged the new unionfs implementation from CURRENT to RELENG_6 (stable branch). This code was submitted by Daichi GOTO and Masanori OZAWA. Many, many thanks to GOTO-san and OZAWA-san for their work. This code solves a lot of crashing problems that the old unionfs implementation had. Reports from people running SMP systems would be appreciated. There probably is some room for performance optimization on SMP systems. Also, thanks a lot to Kostik Belousov, who recently fixed some deadlock problems in vfs_lookup.c, which helps a lot with unionfs. -- Craig Rodrigues rodrigc@crodrigues.org