From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12656 invoked by alias); 16 Sep 2007 17:17:58 -0000 Received: (qmail 12637 invoked by uid 9582); 16 Sep 2007 17:17:58 -0000 Date: Sun, 16 Sep 2007 17:17:00 -0000 Message-ID: <20070916171758.12636.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs2 fsck/metawalk.c libgfs2/libgfs2.h ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00393.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-16 17:17:58 Modified files: gfs2/fsck : metawalk.c gfs2/libgfs2 : libgfs2.h structures.c Log message: Resolves: bz 287901: GFS2: fsck errors and corruption with files > 945MB The gfs2_fsck program wasn't following enough levels of indirection when walking metadata. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.7&r2=1.3.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.10&r2=1.7.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/structures.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.5&r2=1.5.2.6