kernel-hacking-2024-linux-s.../fs/dlm
David Teigland d7db923ea4 [DLM] dlm_device interface changes [3/6]
Change the user/kernel device interface used by libdlm:
- Add ability for userspace to check the version of the interface.  libdlm
  can now adapt to different versions of the kernel interface.
- Increase the size of the flags passed in a lock request so all possible
  flags can be used from userspace.
- Add an opaque "xid" value for each lock.  This "transaction id" will be
  used later to associate locks with each other during deadlock detection.
- Add a "timeout" value for each lock.  This is used along with the
  DLM_LKF_TIMEOUT flag.

Also, remove a fragment of unused code in device_read().

This patch requires updating libdlm which is backward compatible with
older kernels.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2007-07-09 08:22:36 +01:00
..
ast.c [DLM] fs/dlm/ast.c should #include "ast.h" 2007-05-01 09:11:25 +01:00
ast.h
config.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
config.h [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
debug_fs.c [DLM] keep dlm from panicing when traversing rsb list in debugfs 2007-07-09 08:22:29 +01:00
dir.c
dir.h
dlm_internal.h [DLM] dlm_device interface changes [3/6] 2007-07-09 08:22:36 +01:00
Kconfig DLM must depend on SYSFS 2007-07-07 14:17:43 -07:00
lock.c [DLM] dlm_device interface changes [3/6] 2007-07-09 08:22:36 +01:00
lock.h [DLM] dlm_device interface changes [3/6] 2007-07-09 08:22:36 +01:00
lockspace.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
lockspace.h
lowcomms.c [DLM] lowcomms style 2007-05-01 09:11:51 +01:00
lowcomms.h
lvb_table.h
main.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
Makefile [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
member.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
member.h
memory.c
memory.h
midcomms.c
midcomms.h
netlink.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
rcom.c
rcom.h
recover.c
recover.h
recoverd.c [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
recoverd.h
requestqueue.c
requestqueue.h
user.c [DLM] dlm_device interface changes [3/6] 2007-07-09 08:22:36 +01:00
user.h
util.c
util.h