X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00, FH_DATE_PAST_20XX autolearn=no version=3.3.0-rupdated Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o236IHr3048445 for ; Wed, 3 Mar 2010 00:18:17 -0600 X-ASG-Debug-ID: 1267597182-7a1101bf0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from mail.internode.on.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id F014F13ED2BC for ; Tue, 2 Mar 2010 22:19:43 -0800 (PST) Received: from mail.internode.on.net (bld-mail16.adl2.internode.on.net [150.101.137.101]) by cuda.sgi.com with ESMTP id LxH9nLzIT9PnxiAX for ; Tue, 02 Mar 2010 22:19:43 -0800 (PST) Received: from discord (unverified [121.44.103.80]) by mail.internode.on.net (SurgeMail 3.8f2) with ESMTP id 15685376-1927428 for ; Wed, 03 Mar 2010 16:49:42 +1030 (CDT) Received: from disturbed ([192.168.1.9]) by discord with esmtp (Exim 4.69) (envelope-from ) id 1Nmhvi-0003N4-4a for xfs@oss.sgi.com; Wed, 03 Mar 2010 17:19:34 +1100 Received: from dave by disturbed with local (Exim 4.71) (envelope-from ) id 1Nmhva-00039j-QN for xfs@oss.sgi.com; Wed, 03 Mar 2010 17:19:26 +1100 From: Dave Chinner To: xfs@oss.sgi.com X-ASG-Orig-Subj: [PATCH 0/3] xfsqa: new tests and fixes Subject: [PATCH 0/3] xfsqa: new tests and fixes Date: Wed, 3 Mar 2010 17:19:19 +1100 Message-Id: <1267597162-12092-1-git-send-email-david@fromorbit.com> X-Mailer: git-send-email 1.6.5 X-Barracuda-Connect: bld-mail16.adl2.internode.on.net[150.101.137.101] X-Barracuda-Start-Time: 1267597184 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0024 1.0000 -2.0055 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.01 X-Barracuda-Spam-Status: No, SCORE=-2.01 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.23880 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean Two new tests - an enospc exerciser for delalloc writes and a repost of the fiemap exerciser that Josef and Eric put together in July last year. One fix - small scratch filesystems were not being correctly specified so they weren't being made small at all.