[Ocfs2-tools-commits] branch, progress, updated. ocfs2-tools-1.4.0-234-ga7089d4

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 2 18:28:47 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, progress has been updated
       via  a7089d4e13b60b616b894d0907a12a769fa0d78e (commit)
       via  0dbd96947bd7a878eb9c06b0ba0f42a171b677eb (commit)
       via  7f64c55facc3186a8e6ff63e3026209f575332c2 (commit)
       via  98f025b57a69cf7d716f927195022aa93e8299c0 (commit)
       via  c06da8c109f15620696902f9955856323b13aae4 (commit)
       via  8aefd803b86c725863bd039c6af03c64ca48ef6f (commit)
       via  8ab7d777fcc9b0f01789044c64285417458cbd61 (commit)
      from  0284ea3732782fe83db887c6a64c96ab5254feb9 (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 a7089d4e13b60b616b894d0907a12a769fa0d78e
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:24:37 2009 -0800

    tunefs.ocfs2: Display progress when changing the number of slots.
    
    Display progress when adding or removing slots.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 0dbd96947bd7a878eb9c06b0ba0f42a171b677eb
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:23:53 2009 -0800

    tunefs.ocfs2: Display progress when changing the size of journals.
    
    Progress indication for adjusting journal sizes.  This benefits
    op_set_journal_size and op_set_slot_count.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 7f64c55facc3186a8e6ff63e3026209f575332c2
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:23:24 2009 -0800

    tunefs.ocfs2: Progress display for enable/disable of inline-data.
    
    Display progress when changing the inline-data feature.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 98f025b57a69cf7d716f927195022aa93e8299c0
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:22:51 2009 -0800

    tunefs.ocfs2: Add progress display for enable/disable of sparse files.
    
    The progress bar for enabling and disabling sparse files.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit c06da8c109f15620696902f9955856323b13aae4
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:22:24 2009 -0800

    tunefs.ocfs2: Fix metaecc progress banner.
    
    Just make it consistent with our other feature banners.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 8aefd803b86c725863bd039c6af03c64ca48ef6f
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:21:28 2009 -0800

    tunefs.ocfs2: Display progress of the high-level tunefs operations.
    
    At the toplevel, tunefs.ocfs2 just shows the percentage of operations
    complete.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 8ab7d777fcc9b0f01789044c64285417458cbd61
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:19:36 2009 -0800

    libtools-internal: Handle interactive mode + progress correctly
    
    We weren't clearing the progress bar to take interactive input.  Fix
    that.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 libtools-internal/libtools-internal.h |    1 +
 libtools-internal/progress.c          |    5 ++
 libtools-internal/verbose.c           |   13 ++++++
 tunefs.ocfs2/feature_inline_data.c    |   54 +++++++++++++++++++++++++
 tunefs.ocfs2/feature_metaecc.c        |    7 ++-
 tunefs.ocfs2/feature_sparse_files.c   |   71 +++++++++++++++++++++++++++++++--
 tunefs.ocfs2/libocfs2ne.c             |   18 ++++++++-
 tunefs.ocfs2/ocfs2ne.c                |   20 +++++++++
 tunefs.ocfs2/op_set_slot_count.c      |   34 ++++++++++++++++
 9 files changed, 215 insertions(+), 8 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list