[Ocfs2-tools-commits] branch, ocfs2-tools-1.4, updated. ocfs2-tools-1.4.0-386-g63a2475

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Mar 28 20:20:06 PDT 2010


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, ocfs2-tools-1.4 has been updated
       via  63a24757d368c03cc03a02ba3d2ed3ac18a7bea8 (commit)
       via  926d86110e31ae0666eab9c50980151754d5f077 (commit)
       via  94b7778a4efaeb4b23a1e6f99c140e01b7536807 (commit)
       via  4fe9b1f8f15f7f3ddf9cbabafb7c005953fcc978 (commit)
       via  97ab8f4838916dc55dccc4085314b5dff3b24dbe (commit)
      from  b6f5545dda007c317e01033dc78bc0caf754a6c6 (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 63a24757d368c03cc03a02ba3d2ed3ac18a7bea8
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Mar 11 18:02:23 2010 +0800

    Fswreck: Implement corruption code CLUSTER_ALLOC_BIT.
    
    Simply corrupt the global bitmap by allocating a new cluster,
    without actually using it later.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 926d86110e31ae0666eab9c50980151754d5f077
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Mon Mar 29 10:59:31 2010 +0800

    Fswreck: Implement code DIR_DOTDOT.
    
    Corrupt dir's dotdot entry's ino by increasing the number
    by 10.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 94b7778a4efaeb4b23a1e6f99c140e01b7536807
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Mar 11 18:02:21 2010 +0800

    Fswreck: Doing cleanup for unimplemented code CLUSTER_ALLOC_BIT.
    
    It would be better to remove corresponding codes in corrupt.c to
    stop confusing the reader unitl the code get implemented one day.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 4fe9b1f8f15f7f3ddf9cbabafb7c005953fcc978
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Mon Mar 29 10:49:59 2010 +0800

    Fswreck: Rename code INODE_LINK_NOT_CONNECTED to INODE_NOT_CONNECTED.
    
    The philoshopy of fswreck is to match the fsck.ocfs2 as much as possible,
    Having said that, we'd better remove code INODE_LINK_NOT_CONNECTED, and let
    the unimplemented code INODE_NOT_CONNECTED prevail. since latter one is the
    exact name of corruption in fsck.ocfs2.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 97ab8f4838916dc55dccc4085314b5dff3b24dbe
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Mar 11 18:02:19 2010 +0800

    Fswreck: Remove unused codes in old fashion.
    
    function corrupt_chains() and mess_up_chains() served fswreck in an old
    fashion, which was using numeric codes for corruption, while now it was
    no long used after new fsck codes being introduced, we therefore need to
    remove such redundant codes.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 fswreck/chain.c             |  147 -------------------------------------------
 fswreck/corrupt.c           |   63 ++----------------
 fswreck/dir.c               |   20 ++++++-
 fswreck/group.c             |   21 ++++++
 fswreck/include/chain.h     |    1 -
 fswreck/include/corrupt.h   |    1 -
 fswreck/include/dir.h       |    2 +
 fswreck/include/fsck_type.h |    5 +-
 fswreck/include/group.h     |    2 +
 fswreck/inode.c             |    2 +-
 fswreck/main.c              |   14 ++---
 11 files changed, 60 insertions(+), 218 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list