From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 2414D7F3F for ; Fri, 29 May 2015 14:02:44 -0500 (CDT) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay2.corp.sgi.com (Postfix) with ESMTP id 119A3304059 for ; Fri, 29 May 2015 12:02:40 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id DkdFVdCW6Y9l6AL6 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 29 May 2015 12:02:40 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 722AAB7A89 for ; Fri, 29 May 2015 19:02:39 +0000 (UTC) Received: from liberator.sandeen.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4TJ2c1X010551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 May 2015 15:02:39 -0400 Message-ID: <5568B7CE.9030709@redhat.com> Date: Fri, 29 May 2015 14:02:38 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH 0/4] xfsprogs: mini patch-bomb List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com This short series is aimed at cleaning up xfs_metadump's log handling, so that if the log is clean, it's zeroed out and not included, and if it's not clean, the user is alerted that metadata in the log won't be obfuscated. We get there by first making a common log helper, and converting xfs_repair and xfs_db to use it as well. Thanks, -Eric _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs