[Ocfs2-tools-commits] branch, metaecc, updated. ocfs2-tools-1.4.0-257-gce41265

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Dec 28 03:28:38 PST 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 updated
       via  ce412650878b9c20bebf1ea8707419255ae7119b (commit)
       via  d8123bea189d78283ee0d2a34bb19807b914d77c (commit)
       via  99590ae6bd1cd0e40baf3aa6f8237e217dedb195 (commit)
      from  8f68215e9e3a86c74bfc6ce1aef514f8484db9c2 (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 ce412650878b9c20bebf1ea8707419255ae7119b
Author: Joel Becker <joel.becker at oracle.com>
Date:   Sun Dec 28 03:27:26 2008 -0800

    tunefs.ocfs2: Add the code to create trailered dirblocks.
    
    Walk the dirblocks, move any dirents out to new dirblocks when needed,
    then adjust the last dirent and install the trailer.  Doesn't write the
    changed blocks yet.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit d8123bea189d78283ee0d2a34bb19807b914d77c
Author: Joel Becker <joel.becker at oracle.com>
Date:   Sun Dec 21 16:24:11 2008 -0800

    tunefs.ocfs2: Some more metaecc work.
    
    Started to walk the dirblocks that need trailers.  Brain slowing down.
    Will finish later.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 99590ae6bd1cd0e40baf3aa6f8237e217dedb195
Author: Joel Becker <joel.becker at oracle.com>
Date:   Sun Dec 21 16:03:24 2008 -0800

    tunefs.ocfs2: Start the feature_metaecc program.
    
    The metaecc feature scans all the inodes for any metadata and also scans
    for directories that need to have trailers installed.  It takes pains to
    cache blocks it has seen, because it will need to re-write them with
    ecc.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/Makefile          |    1 +
 tunefs.ocfs2/feature_metaecc.c | 1144 ++++++++++++++++++++++++++++++++++++++++
 tunefs.ocfs2/op_features.c     |    2 +
 3 files changed, 1147 insertions(+), 0 deletions(-)
 create mode 100644 tunefs.ocfs2/feature_metaecc.c


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



More information about the Ocfs2-tools-commits mailing list