[PATCH] OCFS2: The Second Oracle Cluster Filesystem
authorKurt Hackel <kurt.hackel@oracle.com>
Thu, 15 Dec 2005 22:31:23 +0000 (14:31 -0800)
committerJoel Becker <joel.becker@oracle.com>
Tue, 3 Jan 2006 19:45:47 +0000 (11:45 -0800)
commit6714d8e86bf443f6f7af50f9d432025649f091f5
tree2c484bd1894a90cad7020869c7054f192d3bf34d
parent98211489d4147e41b11703e4245846d60b3acce4
[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>
17 files changed:
fs/ocfs2/dlm/Makefile [new file with mode: 0644]
fs/ocfs2/dlm/dlmapi.h [new file with mode: 0644]
fs/ocfs2/dlm/dlmast.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmcommon.h [new file with mode: 0644]
fs/ocfs2/dlm/dlmconvert.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmconvert.h [new file with mode: 0644]
fs/ocfs2/dlm/dlmdebug.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmdebug.h [new file with mode: 0644]
fs/ocfs2/dlm/dlmdomain.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmdomain.h [new file with mode: 0644]
fs/ocfs2/dlm/dlmlock.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmmaster.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmrecovery.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmthread.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmunlock.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmver.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmver.h [new file with mode: 0644]