From owner-freebsd-fs@FreeBSD.ORG Wed Apr 25 08:12:43 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DABD16A400 for ; Wed, 25 Apr 2007 08:12:43 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id EEE6713C469 for ; Wed, 25 Apr 2007 08:12:42 +0000 (UTC) (envelope-from kometen@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so198020nza for ; Wed, 25 Apr 2007 01:12:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f/WcSTOtn4y4n9pNKB9BGVzPQtsDRkgdjF/z1ecKw/ubfZFslAOPpupzyb8AFIQs62N26x8q5KzIQVdZgY8bIqMmzhLF7R6ol66m0DT2ei327YI6crVcJSZQwieBE5iiA1CJlVZsitDyZTdUAe7VnHJn6hO7upoVbAqklvn+6BE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ojsgxzX4rZLMZCNqWl3MEeXPsmJm/UISCX/0NFSpYka6heMugs6ZbPfkTQeNsqkDFZ01VuX3bpWMAMQA8YIEO7ozSDmrdmUD8aM8ioZSiH6plARsJCqY10e6CGpWai5qYeU42gYEjy63OPh8PXbnSr7fLuRSeXqBI33ldAFNB+A= Received: by 10.114.240.1 with SMTP id n1mr125129wah.1177487294979; Wed, 25 Apr 2007 00:48:14 -0700 (PDT) Received: by 10.114.194.12 with HTTP; Wed, 25 Apr 2007 00:48:14 -0700 (PDT) Message-ID: Date: Wed, 25 Apr 2007 09:48:14 +0200 From: "Claus Guttesen" To: "Pawel Jakub Dawidek" In-Reply-To: <20070424173302.GI28017@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070422232514.GP52622@garage.freebsd.pl> <20070424173302.GI28017@garage.freebsd.pl> Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: Wondering what you can do for FreeBSD/ZFS? 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, 25 Apr 2007 08:12:43 -0000 > > You'll find the answer here: > > > > http://wiki.freebsd.org/ZFS > > > > There is a list of things that we need to work on. Yes, _we_ :) > > I just committed fixed for 'slow mmap' and 'FreeBSD namecache' tasks. > These were very important ones, but there are other waiting for takers! > > If you are testing ZFS, please update and report all problems you find. > Those changes worked fine for me, but they weren't trivial and they > might be some negative consequences. Hi Pawel. I updated last night and the changes you comitted tripled the performance. Yesterday a rsync of a folder with 22.468 files and folders weighing 22 GB would copy at approx. 11 MB/s. Now it's 31 MB. Nice work :-) regards Claus