[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>
Showing
fs/ocfs2/dlm/Makefile
0 → 100644
fs/ocfs2/dlm/dlmapi.h
0 → 100644
fs/ocfs2/dlm/dlmast.c
0 → 100644
fs/ocfs2/dlm/dlmcommon.h
0 → 100644
fs/ocfs2/dlm/dlmconvert.c
0 → 100644
fs/ocfs2/dlm/dlmconvert.h
0 → 100644
fs/ocfs2/dlm/dlmdebug.c
0 → 100644
fs/ocfs2/dlm/dlmdebug.h
0 → 100644
fs/ocfs2/dlm/dlmdomain.c
0 → 100644
fs/ocfs2/dlm/dlmdomain.h
0 → 100644
fs/ocfs2/dlm/dlmlock.c
0 → 100644
fs/ocfs2/dlm/dlmmaster.c
0 → 100644
fs/ocfs2/dlm/dlmrecovery.c
0 → 100644
fs/ocfs2/dlm/dlmthread.c
0 → 100644
fs/ocfs2/dlm/dlmunlock.c
0 → 100644
fs/ocfs2/dlm/dlmver.c
0 → 100644
fs/ocfs2/dlm/dlmver.h
0 → 100644
Please register or sign in to comment