[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-319-g13b7182

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jul 8 00:27:01 PDT 2009


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  13b71820692596984a83295b19803a57758f4a7e (commit)
       via  3e70aaa2c02254de94dcb712171d8cf7e2a1c20b (commit)
       via  e1f0d2eaecb53b39f1ce8ab4c8a157f9e2932318 (commit)
      from  e5655467587de25583a8935b9c767a49adb2ef7f (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 13b71820692596984a83295b19803a57758f4a7e
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Fri Jul 3 12:16:48 2009 +0800

    Ocfs2-tools: Implement new prompt codes of journal for fswreck.
    
    We want fswreck to support journal's corruptions as fsck.ocfs2
    has had such kind of prompt codes already.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 3e70aaa2c02254de94dcb712171d8cf7e2a1c20b
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Fri Jul 3 12:47:56 2009 +0800

    Ocfs2-tools: Implement new prompt codes of sparse file for fswreck.
    
    Adding new corruptions of sparse file for fswreck after fsck.ocfs2
    supported new separated prompt codes.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit e1f0d2eaecb53b39f1ce8ab4c8a157f9e2932318
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Thu Jul 2 12:21:15 2009 +0800

    Ocfs2-tools: Implement new prompt codes of inline-data for fswreck.
    
    After adding new prompt codes for inline-data in fsck.ocfs2, we also
    want fswreck to support such kind of corruptions.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 fswreck/Makefile                                   |    3 +-
 fswreck/corrupt.c                                  |   20 ++-
 fswreck/include/fsck_type.h                        |   18 ++-
 fswreck/include/inode.h                            |    2 +-
 .../include/xattr.h => fswreck/include/journal.h   |   13 +-
 fswreck/include/main.h                             |    1 +
 fswreck/inode.c                                    |   86 ++++++++--
 fswreck/journal.c                                  |  174 ++++++++++++++++++++
 fswreck/main.c                                     |   19 ++-
 9 files changed, 305 insertions(+), 31 deletions(-)
 copy fsck.ocfs2/include/xattr.h => fswreck/include/journal.h (75%)
 create mode 100644 fswreck/journal.c


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



More information about the Ocfs2-tools-commits mailing list