From owner-cvs-src-old@FreeBSD.ORG Tue Feb 23 16:46:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EB02106566B for ; Tue, 23 Feb 2010 16:46:53 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8ED8FC0C for ; Tue, 23 Feb 2010 16:46:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1NGkrN6098865 for ; Tue, 23 Feb 2010 16:46:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1NGkr5U098864 for cvs-src-old@freebsd.org; Tue, 23 Feb 2010 16:46:53 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201002231646.o1NGkr5U098864@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Tue, 23 Feb 2010 16:46:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/boot/zfs zfssubr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 16:46:53 -0000 pjd 2010-02-23 16:46:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/boot/zfs zfssubr.c Log: SVN rev 204251 on 2010-02-23 16:46:34Z by pjd MFC r201684. Teach the (gpt)zfsboot and zfsloader raidz code to use its buffers more efficiently. Before this patch, in the worst case memory use would increase exponentially on the number of drives in the raidz vdev. Submitted by: Matt Reimer Sponsored by: VPOP Technologies, Inc. Silence from: dfr Revision Changes Path 1.5.2.3 +29 -21 src/sys/cddl/boot/zfs/zfssubr.c