[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-404-ga99d039

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Nov 20 18:50:31 PST 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  a99d039270e951541f5d12bfe5321b1648a80de7 (commit)
      from  f0b3304449ad0adbe93c544c66ceb7384a736758 (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 a99d039270e951541f5d12bfe5321b1648a80de7
Author: Goldwyn Rodrigues <rgoldwyn at gmail.com>
Date:   Fri Oct 16 15:03:08 2009 -0500

    Add compress dirs option in fsck.ocfs2 [v3]
    
    This patch adds the option to compress directories (-D) in fsck.
    The option compresses the directory entries and consolidates a hole at
    the end of the directory block. This consolidated hole increases the
    chance of ocfs2_prepare_dir_for_insert (kmp) to find a hole using
    ocfs2_find_dir_space_* functions while inserting a new directory entry
    in the directory.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.de>
    Acked-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

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

Summary of changes:
 fsck.ocfs2/fsck.c         |   12 +++++++++++-
 fsck.ocfs2/include/fsck.h |    3 ++-
 fsck.ocfs2/pass2.c        |   26 +++++++++++++++++++++++++-
 libocfs2/dir_iterate.h    |    7 +++++++
 4 files changed, 45 insertions(+), 3 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list