[Ocfs2-tools-commits] branch, tunefs-cleanup, updated. ocfs2-tools-1.4.0-144-g3a8e7a6

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jul 23 23:32:41 PDT 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, tunefs-cleanup has been updated
       via  3a8e7a611825f265f324723b0053e5964d291703 (commit)
       via  c4fd89fac0367f8bd5df8dfa68e42664cd9c2239 (commit)
       via  bde20eadaf50e214ed2dbdd7f8caaa5124e79f04 (commit)
       via  a8f4f9e523ce49216fc45f6459bae70aa2c9cd53 (commit)
       via  bcf3d94839d42cc21b7ff60867ad4bcb8e70c05e (commit)
       via  d2fd4d8b017d86fa1200adbc74086f50aabf2149 (commit)
       via  f314d988e13631f7804cd15357136d36b38c96bc (commit)
       via  2f6657bdec953f4cae8d6ed04b699c9a5a0bd902 (commit)
      from  54370de95e2dfeddfb363203af027bf0dd395ba7 (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 3a8e7a611825f265f324723b0053e5964d291703
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 23:32:29 2008 -0700

    ocfs2ne: Run the operations!
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit c4fd89fac0367f8bd5df8dfa68e42664cd9c2239
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 22:45:31 2008 -0700

    ocfs2ne: Push resize to the front.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit bde20eadaf50e214ed2dbdd7f8caaa5124e79f04
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 22:37:17 2008 -0700

    ocfs2ne: Create tunefs_op_run()
    
    tunefs_feature_run() grows to handle opening the ocfs2_filesys for the
    feature change.  tunefs_op_run() appears to do the same for operations.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit a8f4f9e523ce49216fc45f6459bae70aa2c9cd53
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 16:55:38 2008 -0700

    ocfs2ne: move about an option, clean up a malloc
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit bcf3d94839d42cc21b7ff60867ad4bcb8e70c05e
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 16:40:47 2008 -0700

    ocfs2ne: add journal options.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit d2fd4d8b017d86fa1200adbc74086f50aabf2149
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 16:08:15 2008 -0700

    ocfs2ne: Connect up resize units.
    
    ocfs2ne_resize_volume can now handle a new size in blocks, clusters, or
    bytes.  This is accomplished by prefixing the size with the unit.
    ocfs2ne uses the argument argument of -S to determine this.
    
    The default behavior is, as before, blocks for ocfs2ne.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit f314d988e13631f7804cd15357136d36b38c96bc
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 15:07:48 2008 -0700

    ocfs2ne: Change to_user_data to to_private.
    
    The callbacks for tunefs_operations are now passed a pointer to the
    operation itself.  They don't need user_data arguments anymore, and the
    operation structure turns that into a private pointer.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 2f6657bdec953f4cae8d6ed04b699c9a5a0bd902
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 23 14:10:00 2008 -0700

    ocfs2ne: Add handling of the resize optoin.
    
    Take the -S option and massage it before passing to resize_volume_op.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/libocfs2ne.c                   |  131 +++++---
 tunefs.ocfs2/libocfs2ne.h                   |   41 ++-
 tunefs.ocfs2/libocfs2ne_err.et              |    3 +
 tunefs.ocfs2/ocfs2ne.c                      |  496 ++++++++++++++++++++++-----
 tunefs.ocfs2/ocfs2ne_features.c             |   84 +++--
 tunefs.ocfs2/ocfs2ne_list_sparse_files.c    |    6 +-
 tunefs.ocfs2/ocfs2ne_reset_uuid.c           |    6 +-
 tunefs.ocfs2/ocfs2ne_resize_volume.c        |  102 +++++-
 tunefs.ocfs2/ocfs2ne_set_journal_size.c     |   45 ++-
 tunefs.ocfs2/ocfs2ne_set_label.c            |   14 +-
 tunefs.ocfs2/ocfs2ne_set_slot_count.c       |   28 +-
 tunefs.ocfs2/ocfs2ne_update_cluster_stack.c |    6 +-
 12 files changed, 723 insertions(+), 239 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list