dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/dlm
David Teigland e7fd41792f [DLM] The core of the DLM for GFS2/CLVM
This is the core of the distributed lock manager which is required
to use GFS2 as a cluster filesystem. It is also used by CLVM and
can be used as a standalone lock manager independantly of either
of these two projects.

It implements VAX-style locking modes.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
2006-01-18 09:30:29 +00:00
..
Kconfig [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
Makefile [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
ast.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
ast.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
config.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
config.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
debug_fs.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
device.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
dir.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
dir.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
dlm_internal.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lock.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lock.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lockspace.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lockspace.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lowcomms.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lowcomms.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
lvb_table.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
main.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
member.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
member.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
memory.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
memory.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
midcomms.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
midcomms.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
rcom.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
rcom.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
recover.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
recover.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
recoverd.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
recoverd.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
requestqueue.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
requestqueue.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
util.c [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00
util.h [DLM] The core of the DLM for GFS2/CLVM 2006-01-18 09:30:29 +00:00