[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-10-g64e8d3e

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri May 23 14:53:43 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, master has been updated
       via  64e8d3eb9503e0f56db3d3c2578dad507711c8c0 (commit)
       via  0914a8dfb9ae818124d737bb4d35f8a015cc62e4 (commit)
       via  fa0c8034ab21b37bcd48f850bc4a6b2549e8ba86 (commit)
      from  90502fd27369d08d16a0912dfe73dcbee0e001f0 (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 64e8d3eb9503e0f56db3d3c2578dad507711c8c0
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri May 23 14:30:48 2008 -0700

    debugfs: Code cleanup
    
    Consolidated code dealing with the accessing the files on the debugfs fs,
    to utils.c.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

commit 0914a8dfb9ae818124d737bb4d35f8a015cc62e4
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri May 23 14:29:35 2008 -0700

    debugfs: Add option to limit fs_locks to dump only busy locks
    
    This patch enhances the fs_locks command in debugfs.ocfs2 to limit
    the output to only the busy locks. This is useful in debugging hangs
    in a cluster operation as it allows the user to limit the dump to
    only the locks that could be relevant to the issue.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

commit fa0c8034ab21b37bcd48f850bc4a6b2549e8ba86
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri May 23 14:27:52 2008 -0700

    debugfs: Add dlm_locks command to debugfs.ocfs2 tool
    
    This patch adds the ability to debugfs.ocfs2 to read the dlm locking
    state file, lockres, and dump the lock information in a readable manner.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/Makefile                 |    6 +-
 debugfs.ocfs2/commands.c               |   68 +++++-
 debugfs.ocfs2/dump_dlm_locks.c         |  463 ++++++++++++++++++++++++++++++++
 debugfs.ocfs2/dump_fs_locks.c          |  102 ++------
 debugfs.ocfs2/include/dump_dlm_locks.h |   85 ++++++
 debugfs.ocfs2/include/dump_fs_locks.h  |    4 +-
 debugfs.ocfs2/include/main.h           |    5 +-
 debugfs.ocfs2/include/utils.h          |    7 +-
 debugfs.ocfs2/utils.c                  |   70 +++++-
 9 files changed, 716 insertions(+), 94 deletions(-)
 create mode 100644 debugfs.ocfs2/dump_dlm_locks.c
 create mode 100644 debugfs.ocfs2/include/dump_dlm_locks.h


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



More information about the Ocfs2-tools-commits mailing list