[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-206-g8ea2e7e

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Nov 18 14:37:23 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, master has been updated
       via  8ea2e7eb37bfbaa0c79db25aa856aa9cd516bbbd (commit)
       via  3989db30b7da64a77df302d430b6518468d3a1dc (commit)
       via  349d41788ed5a0fdba74ec8271f376fdbda56778 (commit)
       via  ace926e3debe180412f97bc099f1104f795d2578 (commit)
       via  27920f1c97a8b983a0436a3ecf6178e511a0b0f5 (commit)
      from  fb7df74d25c89aefdaea2f7d39df8687cd2c8ced (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 8ea2e7eb37bfbaa0c79db25aa856aa9cd516bbbd
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Nov 18 14:08:33 2008 -0800

    mkfs: Make 8 slots the default for most volume sizes
    
    Patch updates the code that determines the default number of slots
    for a volume. It now chooses 8 slots for volumes ranging from 10G to 1T.
    Earlier the tool used to default to 4 slots. This change is long overdue
    as the average size of the clusters is now greater than 4 nodes.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 3989db30b7da64a77df302d430b6518468d3a1dc
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Nov 18 14:08:28 2008 -0800

    debugfs: Allows users to print selected fs_locks
    
    dlm_locks allows printing specific locknames. This patch adds the same
    functionality to fs_locks.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 349d41788ed5a0fdba74ec8271f376fdbda56778
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Nov 18 14:08:21 2008 -0800

    debugfs: Make do_dlm_locks() use stringlist
    
    Patch makes do_dlm_locks() make use of the utility functions
    added to manage a list of strings.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit ace926e3debe180412f97bc099f1104f795d2578
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Nov 18 14:08:16 2008 -0800

    debugfs: Add utility functions to manage a list of strings
    
    Patch adds utility functions to manage a list of strings. This
    will be used in the upcoming patch that allows users to specify
    a list of locknames for the fs_locks and dlm_locks commands.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 27920f1c97a8b983a0436a3ecf6178e511a0b0f5
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Nov 18 14:08:11 2008 -0800

    debugfs.ocfs2: Fix lockname encoding and decoding
    
    debugfs.ocfs2 allows users to encode and decode various locknames
    used by OCFS2. This patch makes the tool understand the new locknames
    flock, open and dentry introduced in the filesystem.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/commands.c               |  104 ++++++++++++-------------
 debugfs.ocfs2/dump_dlm_locks.c         |   20 +-----
 debugfs.ocfs2/dump_fs_locks.c          |   26 +++++--
 debugfs.ocfs2/include/dump_dlm_locks.h |    7 +--
 debugfs.ocfs2/include/dump_fs_locks.h  |    3 +-
 debugfs.ocfs2/include/utils.h          |   10 +++
 debugfs.ocfs2/main.c                   |   49 +++++++-----
 debugfs.ocfs2/utils.c                  |  102 +++++++++++++++++++++----
 include/ocfs2-kernel/ocfs2_lockid.h    |   35 ++++++++
 include/ocfs2/ocfs2.h                  |   10 ++-
 libocfs2/dlm.c                         |    8 +-
 libocfs2/lockid.c                      |  133 +++++++++++++++++++-------------
 mkfs.ocfs2/mkfs.c                      |   21 +++---
 13 files changed, 333 insertions(+), 195 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list