[Ocfs2-tools-commits] branch, metaecc, created. ocfs2-tools-1.4.0-196-g8a1f0ce

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Oct 17 19:18:34 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  8a1f0ce381f363b650b447001ce33dc208e8b5b5 (commit)

- Log -----------------------------------------------------------------
commit 8a1f0ce381f363b650b447001ce33dc208e8b5b5
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Oct 17 14:50:21 2008 -0700

    libocfs2: Bring i_check in line with the kernel.
    
    The xattr code has required a move of i_check.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit e313667cc25218d916e33e99219752b7467cc2f7
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 5467814edb80a6c5a771421908439e11ab51295a
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Aug 27 18:59:53 2008 -0700

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

commit d538584ebb0ff46617785c381209876b3c425caf
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 6bac46b795996c6edb3044a7c62ada74760441ac
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 0708996112452187547292ce7f7901225b154163
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 77d347d9bbe5a9df1b559eee6f01d4d7a1432e63
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 9398b529770ef46e2ce33f663c77e0cccf482153
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 4143a204a549b92ca60663b1c58192b0114d44f7
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 c83d33fdfa645ef0c2423c97df946082e0de2449
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 e8ddf610e2aa1d339a0138d701ee601d3cdad4aa
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 cead79296cf997a978e396e7223e006a3682c643
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 b583c3b4d36d68c3f660b72eb93a8fea188b7a9a
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 505fe707f31798b940d69a7aac92770056dc9ba3
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 354c4b95093f429aa31a6d39ba10f1458c83e4a4
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 8e03b7d2b90fa3a089a1c1a898863c749616604f
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 28919a0ea86eaa7b514d31db8fe07a887b7948a8
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 6b506d4d687ddf9adfbd3fef1a50ed1d26ac9e48
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 efb1d283a63fa989b62e6e16bf26c65b12f6c19d
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