[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-491-g33af2d3

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Mar 23 18:49:59 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, master has been updated
       via  33af2d33b05467e95578be16519bf399ac4d51e8 (commit)
       via  ddd5898e1b62a4dd0f55e09912c1f8e8132820a0 (commit)
       via  cd3d281afa46cc9150acaac7f26aec6cf82dd037 (commit)
       via  81d40caffcdcd0ecd395199b5b39cbcb5b59ca37 (commit)
       via  098d5a609020d8ffe9d31a369601bb61fe85093b (commit)
      from  c46eec10c550e6569866d646827d8e2b7599c2d3 (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 33af2d33b05467e95578be16519bf399ac4d51e8
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: Joel Becker <joel.becker at oracle.com>

commit ddd5898e1b62a4dd0f55e09912c1f8e8132820a0
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Mar 11 02:02:22 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: Joel Becker <joel.becker at oracle.com>

commit cd3d281afa46cc9150acaac7f26aec6cf82dd037
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: Joel Becker <joel.becker at oracle.com>

commit 81d40caffcdcd0ecd395199b5b39cbcb5b59ca37
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Wed Mar 24 09:14:07 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: Joel Becker <joel.becker at oracle.com>

commit 098d5a609020d8ffe9d31a369601bb61fe85093b
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: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 fswreck/chain.c             |  147 -------------------------------------------
 fswreck/corrupt.c           |   63 ++----------------
 fswreck/dir.c               |   17 +++++
 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, 58 insertions(+), 217 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list