From owner-freebsd-fs@FreeBSD.ORG Sat Jun 12 08:23:01 2010 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B3E8106566B for ; Sat, 12 Jun 2010 08:23:01 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (core.vx.sk [188.40.32.143]) by mx1.freebsd.org (Postfix) with ESMTP id 8008A8FC1A for ; Sat, 12 Jun 2010 08:23:00 +0000 (UTC) Received: from core.vx.sk (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 70947162D7 for ; Sat, 12 Jun 2010 10:22:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk ([127.0.0.1]) by core.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hkLYKna0c+rp for ; Sat, 12 Jun 2010 10:22:57 +0200 (CEST) Received: from [10.9.8.1] (chello089173000055.chello.sk [89.173.0.55]) by mail.vx.sk (Postfix) with ESMTPSA id D5519162C8 for ; Sat, 12 Jun 2010 10:22:56 +0200 (CEST) Message-ID: <4C1343E2.1000102@FreeBSD.org> Date: Sat, 12 Jun 2010 10:22:58 +0200 From: Martin Matuska User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sk; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: freebsd-fs@FreeBSD.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=windows-1250 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ZFS vendor bugfix patches on my TODO-list 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: Sat, 12 Jun 2010 08:23:01 -0000 Here is a list of not yet commited vendor ZFS patches on my todo list. All patches are from OpenSolaris and fix known bugs. delphij@ has already reviewed these, I am waiting for currently waiting for pjd's final words. If you run into any of these issues please try the corresponding patch. All 9 patches bundled: http://people.freebsd.org/~mm/patches/zfs/8.1/head-aggregated.patch Individual patches and problem descriptions: 1. http://people.freebsd.org/~mm/patches/zfs/8.1/head-8890.patch Synopsis: Unable to remove a file over NFS after hitting refquota limit Bug-ID: 6798878 Onnv revision: 8890:8c2bd5f17bf2 2. http://people.freebsd.org/~mm/patches/zfs/8.1/head-9409.patch Synopsis: zfs destroy fails to free object in open context, stops up txg train Bug-ID: 6809683 Onnv revision: 9409:9dc3f17354ed 3. http://people.freebsd.org/~mm/patches/zfs/8.1/head-9434.patch Synopsis: incomplete resilvering after disk replacement (raidz) Bug-ID: 6794570 Onnv revision: 9434:3bebded7c76a 4. http://people.freebsd.org/~mm/patches/8.1/head-9722.patch Synopsis: vdev_probe() starvation brings txg train to a screeching halt Bug-ID: 6844069 Onnv revision: 9722:e3866bad4e96 5. http://people.freebsd.org/~mm/patches/zfs/8.1/head-9774.patch Synopsis: ZFS panic deadlock: cycle in blocking chain via zfs_zget Bug-ID: 6788152 Onnv revision: 9774:0bb234ab2287 6. http://people.freebsd.org/~mm/patches/zfs/8.1/head-9997.patch Synopsis: zpool resilver stalls with spa_scrub_thread in a 3 way deadlock Bug-ID: 6843235 Onnv revision: 9997:174d75a29a1c 7. http://people.freebsd.org/~mm/patches/zfs/8.1/head-10040.patch Synopsis: zfs panics on zpool import Bug-ID: 6857012 Onnv revision: 10040:38b25aeeaf7a 8. http://people.freebsd.org/~mm/patches/zfs/8.1/head-10295.patch Synopsis: panic in zfs_getsecattr Bug-ID: 6870564 Onnv revision: 10295:f7a18a1e9610 9. http://people.freebsd.org/~mm/patches/zfs/8.1/head-10839.patch Synopsis: arc_read_done may try to byteswap undefined data (sparc-related) Bug-ID: 6836714 Onnv revision: 10839:cf83b553a2ab Cheers, mm