[Ocfs2-tools-commits] branch, metaecc, created. ocfs2-tools-1.4.0-189-g22e2c96

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Oct 9 16:33:02 PDT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tools to manage the ocfs2 filesystem.".

The branch, metaecc has been created
        at  22e2c968fde21f08414acf959235ae074336d503 (commit)

- Log -----------------------------------------------------------------
commit 22e2c968fde21f08414acf959235ae074336d503
Author: Joel Becker <joel.becker at oracle.com>
Date:   Thu Aug 28 12:43:54 2008 -0700

    blockcheck: Consolidate dumping of the CRC in debugfs.
    
    Make one function that dumps ocfs2_block_check and use it where needed.
    Also, print N/A if INCOMPAT_META_ECC is not set.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 12cabae3824f1423a6228c40b8769215bdb98082
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:59:53 2008 -0700

    blockchec: Use an unused value for META_ECC
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit dfc4a72955506a608551029c93b67c8a264b5c43
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:46:06 2008 -0700

    blockcheck: Print block check information in debugfs.ocfs2.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit fc573c3417025c4768173d3e0a1b846aff2853cd
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:45:24 2008 -0700

    blockcheck: Restore block check data
    
    ocfs2_block_check_validate() zeros the check data in the buffer before
    calculating the values.  It needs to restore that data to the buffer at
    exit.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 5d0884c4168b7a1b3c02be537f2fd26f43398fac
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:14:10 2008 -0700

    blockcheck: Enable mkfs to create filesystems with meta ecc
    
    mkfs has to compute ecc on the objects it creates before ocfs2_open()
    can be called.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 403364221c2419fdb5315d0f6f46652ece28820a
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:09:30 2008 -0700

    blockcheck: More ocfs2_read_super() fixes.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit eda598ffec8f6e262c798cdaa249711c6aef9fcf
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 17:43:12 2008 -0700

    blockcheck: Add META_ECC to the supported feature list
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 056b76a4cd791eb932114bd18443ace6ef25cd7e
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 17:41:06 2008 -0700

    blockcheck: Properly handle back checksums in openfs.
    
    read_super() can return ET_IO for back checksums.  This will always
    happen when we're scanning for the superblock, so ocfs2_open() needs to
    handle that case.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 89b37fdb2161751a4a3c7fe875ab2b9efe99cfca
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 17:23:12 2008 -0700

    blockcheck: Take fs out of the low-level block_check functions.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit ea72dc8be2835c0b04982415a8df543eafdd1b00
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 17:17:19 2008 -0700

    blockcheck: move the low-level block_check_compute/validate() functions
    
    mkfs needs the lower-level ocfs2_block_check_compute()/validate()
    functions.  Put them in ocfs2.h with a comment.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit e500f39a2444b4e8c32de82bd3019d427b3427d9
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 17:12:04 2008 -0700

    blockcheck: Fix ocfs2_read_super() to handle missing fs->fs_super.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 11de097e726dfd79bd4fd1e040bdb90016eb7f11
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 16:52:20 2008 -0700

    blockcheck: Add metaecc to feature_string.c
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 7c503a690daf149595996fd066fd9eb6eaf51e89
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 16:43:36 2008 -0700

    blockcheck: set/check meta ecc on disk structures
    
    Missing dirs, will get there later.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 0c3b64202fd72411854c6deaef696add3df8891b
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 16:26:29 2008 -0700

    blockcheck: Update sizetest
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 6cf3ba0b0279a66cfc8ea2feefb89d21f0dfa5d2
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 16:21:12 2008 -0700

    blockcheck: Add ocfs2_block_check to structures.
    
    Add the checksum structure to dinode/extent_block/group_descriptor.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 3e3b30a46b17f1487e7ed56ee56bc1575f03f7d8
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Aug 26 14:36:34 2008 -0700

    blockcheck: Grab the kernel's table-based crc32_le().
    
    The table-based one is probably better - it's exactly what kernelspace
    is using.  Also make ocfs2_hamming_encode() endian correct.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 11009098e594741bda5e7588116d8cdaa6d4cf2c
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Aug 26 12:57:37 2008 -0700

    blockcheck: Remove incompat check.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 449b7078dcf7f6cb993c6be171db84f8f9ddc934
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Aug 25 21:34:18 2008 -0700

    Add blockcheck.[ch]
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list