[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-173-gd0455b3

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Sep 10 18:42:22 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, master has been updated
       via  d0455b3c783fcf39cde8058f3718b04dcc878182 (commit)
      from  b2ff5463592e398a4288c4f4ecedb215c8ea7e03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d0455b3c783fcf39cde8058f3718b04dcc878182
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Sep 11 09:13:41 2008 +0800

    Ocfs2-tools: Add new corruptions of inline-data for fswreck.v2
    
    Add two corruptions of inline-data for fswreck,their corruptions were 44 and 45,
    
    The former one attempts to mess up the inline-data flag for regular file and directory,
    that means create a inode with inline-data flag set on a noinline-data supported volume.
    
    The latter one will try to mess up the id_count,i_size and i_clusters for regular file and directory.
    that means it will mess up the flags in a inlined inode like this:
    
            id_count = 0;
            i_size = max_inline_sz + 1;
            i_clusters = 1;
    
    From v1 to v2,did following modification,
    
    Output readable info for users.
    check volume flag before corruption.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 fswreck/corrupt.c           |   11 +++-
 fswreck/dir.c               |    2 +-
 fswreck/include/dir.h       |    2 +
 fswreck/include/fsck_type.h |    6 ++
 fswreck/include/inode.h     |    2 +
 fswreck/include/main.h      |    3 +-
 fswreck/inode.c             |  137 ++++++++++++++++++++++++++++++++++++++-----
 fswreck/main.c              |    5 +-
 8 files changed, 149 insertions(+), 19 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list