From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 16 Jul 2013 07:56:07 -0500 Subject: [Cluster-devel] [gfs2-utils PATCH 0/7] fsck.gfs2: cannot fix directory with same leaf at multiple different offsets in hash table Message-ID: <1373979374-20650-1-git-send-email-rpeterso@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Here is a set of 7 patches that address some recently discovered problems in fsck.gfs2. Most of these problems had to do with directory metadata in which the same leaf block appeared multiple times within the same hash table (I've only seen one instance): [gfs2-utils PATCH 1/7] fsck.gfs2: Fix reference to uninitialized [gfs2-utils PATCH 2/7] fsck.gfs2: fix some log messages [gfs2-utils PATCH 3/7] fsck.gfs2: Fix directory link on relocated [gfs2-utils PATCH 4/7] fsck.gfs2: Fix infinite loop in pass1b caused [gfs2-utils PATCH 5/7] fsck.gfs2: don't check newly created [gfs2-utils PATCH 6/7] fsck.gfs2: avoid negative number in leaf depth [gfs2-utils PATCH 7/7] fsck.gfs2: Detect and fix duplicate references Regards, Bob Peterson Red Hat File Systems