[PATCH] OCFS2: The Second Oracle Cluster Filesystem
authorMark Fasheh <mark.fasheh@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)
commit8df08c89c668e1bd922a053fdb5ba1fadbecbb38
treeab1febb732c01a66c0a9bfe9c8952ba2bb66fba8
parent6714d8e86bf443f6f7af50f9d432025649f091f5
[PATCH] OCFS2: The Second Oracle Cluster Filesystem

dlmfs: A minimal dlm userspace interface implemented via a virtual
file system.
Most of the OCFS2 tools make use of this to take cluster locks when
doing operations on the file system.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Documentation/filesystems/00-INDEX
Documentation/filesystems/dlmfs.txt [new file with mode: 0644]
fs/ocfs2/dlm/Makefile
fs/ocfs2/dlm/dlmfs.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmfsver.c [new file with mode: 0644]
fs/ocfs2/dlm/dlmfsver.h [new file with mode: 0644]
fs/ocfs2/dlm/userdlm.c [new file with mode: 0644]
fs/ocfs2/dlm/userdlm.h [new file with mode: 0644]