History log of /fs/ocfs2/dlm/dlmdebug.h
Revision Date Author Comments
02bd9c394ef64a16a313eb4d968a94b7000c5d00 21-Dec-2010 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Cleanup dlmdebug.c

Remove struct debug_buffer in dlmdebug.c/h.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
959040c37a8cae8117907d4aed87f1b01ff1ea19 13-May-2008 Sunil Mushran <sunil.mushran@oracle.com> [PATCH 2/3] ocfs2/dlm: Silence build warnings

This patch silences the build warnings concerning dlm_debug_init()
and friends when building without CONFIG_DEBUG_FS enabled.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
e5a0334cbd65e27f8dfd9985aa805874fe59e879 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c

This patch helps in consolidating debugging related functions in dlmdebug.c.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
7209300a9b987e017cae2ef9d7ef55b0fdd71869 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Dumps the purgelist into a debugfs file

This patch dumps all the lockres' on the purgelist it can fit in one page
into a debugfs file. Useful for debugging.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
d0129aceaecc2b1f5171b8e8036eb469b6e0fe81 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Dumps the mles into a debugfs file

This patch dumps all mles it can fit in one page into a debugfs file.
Useful for debugging.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
4e3d24ed1a1285fe3289653aacc965642706bacb 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Dumps the lockres' into a debugfs file

This patch dumps all the lockres' alongwith all the locks into
a debugfs file. Useful for debugging.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
007dce53a29ccffc000ab5373d188f73881390fd 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Dump the dlm state in a debugfs file

This patch dumps the dlm state (dlm_ctxt) into a debugfs file.
Useful for debugging.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
6325b4a22b8f5e40ea9353288b3d6a32181f9718 10-Mar-2008 Sunil Mushran <sunil.mushran@oracle.com> ocfs2/dlm: Create debugfs dirs

This patch creates the debugfs directories that will hold the
files to be used to dump the dlm state.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
3fb5a9891dbb553dda96783dbc0dc4e77cbb2529 16-May-2006 Adrian Bunk <bunk@stusta.de> [PATCH] fs/ocfs2/dlm/: cleanups

This patch #if 0's the no longer used dlm_dump_lock_resources().

Since this makes dlmdebug.h empty, this patch also removes this header.

Additionally, the needlessly global dlm_is_node_recovered() is made
static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
6714d8e86bf443f6f7af50f9d432025649f091f5 15-Dec-2005 Kurt Hackel <kurt.hackel@oracle.com> [PATCH] OCFS2: The Second Oracle Cluster Filesystem

A distributed lock manager built with the cluster file system use case
in mind. The OCFS2 dlm exposes a VMS style API, though things have
been simplified internally. The only lock levels implemented currently
are NLMODE, PRMODE and EXMODE.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>