From owner-freebsd-fs@FreeBSD.ORG Wed Mar 29 20:38:49 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962D316A401 for ; Wed, 29 Mar 2006 20:38:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E45343D46 for ; Wed, 29 Mar 2006 20:38:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k2TKciU3002109; Wed, 29 Mar 2006 13:38:46 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <442AF04E.7070907@samsco.org> Date: Wed, 29 Mar 2006 13:38:38 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kostik Belousov References: <20060329152608.GB1375@deviant.kiev.zoral.com.ua> In-Reply-To: <20060329152608.GB1375@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: freebsd-fs@freebsd.org Subject: Re: [patch] giant-less quotas for UFS X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 20:38:49 -0000 Kostik Belousov wrote: > I already mailed about my development of the patch that > allows for UFS with quotas to operate without Giant. Sorry if the > repeat would be annoying. > > I have spent time from my previous announcement testing the patch > and bringing it up with HEAD. With current version, patched system > successfully builds/tests the perl 5.8.8 simultaneously with cycle like > > while quotaon && quotaoff ; do : ; done > > and periodical quota editing for the user owning the build processes. This > includes the lowering/increasing inode/block quotas below/over current > allocation numbers. > > I think that the patch is stable enough to ask for the wider testing > and review. > > For the description of the patch, see > http://kostikbel.narod.ru/quotagiant/ > > Current (as of today) version of the patch: > http://kostikbel.narod.ru/quotagiant/quotas-20060329-1738.patch > > Please, could you give the patch more testing and exposure ? > Your criticism and suggestions are strongly appreciated. > > Best regards, > Kostik Belousov. I'm not terribly interested in quotas themselves, but I am interested in UFS. If no one else contacts you about picking up these patches, let me know. Scott