[Ocfs2-tools-devel] [PATCH 0/12] ocfs2-tools: Add metaecc support

Joel Becker joel.becker at oracle.com
Mon Dec 29 19:23:36 PST 2008


This patch series adds support for metadata checksums and error
correction to the ocfs2 tools.  This includes support for directory
trailers.

libocfs2, mkfs.ocfs2, tunefs.ocfs2, debugfs.ocfs2, and fsck.ocfs2 are
all updated with support.

The kernel code is already in the merge queue for 2.6.29.

The patches are also available in the "metaecc" branch of the
ocfs2-tools git repository.

[View]
http://oss.oracle.com/git/?p=ocfs2-tools.git;a=shortlog;h=metaecc
[Pull]
git://oss.oracle.com/git/ocfs2-tools.git metaecc

Joel Becker (12):
      libocfs2: Bring in ocfs2_fs.h from the kernel.
      libocfs2: Pass the dinode to ocfs2_read/write_dir_block().
      libocfs2: Support directory block trailers.
      fsck.ocfs2: Add checking of directory trailers.
      debugfs.ocfs2: Dump directory block trailers.
      mkfs.ocfs2: Write directory trailers when necessary.
      libocfs2: Add blockcheck.[ch]
      libocfs2: Add support for metadata checksums and error correction.
      debugfs.ocfs2: Dump the ocfs2_block_check structure (metaecc)
      mkfs.ocfs2: Support the metaecc feature.
      tunefs.ocfs2: Enable and disable the metaecc feature.
      libocfs2:  Add META_ECC to the supported feature list





More information about the Ocfs2-tools-devel mailing list