public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs/lock_dlm/daemon lock_dlm.h main.c  ...
@ 2005-09-28 14:02 teigland
  0 siblings, 0 replies; 5+ messages in thread
From: teigland @ 2005-09-28 14:02 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-09-28 14:02:50

Modified files:
	gfs/lock_dlm/daemon: lock_dlm.h main.c recover.c 

Log message:
	handle sysfs dirs for both gfs1 and gfs2

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/lock_dlm.h.diff?cvsroot=cluster&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/main.c.diff?cvsroot=cluster&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/recover.c.diff?cvsroot=cluster&r1=1.17&r2=1.18


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/gfs/lock_dlm/daemon lock_dlm.h main.c  ...
@ 2006-03-23 17:12 teigland
  0 siblings, 0 replies; 5+ messages in thread
From: teigland @ 2006-03-23 17:12 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-03-23 17:12:54

Modified files:
	gfs/lock_dlm/daemon: lock_dlm.h main.c member_cman.c 

Log message:
	Exit if we get POLLHUP from cman.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/lock_dlm.h.diff?cvsroot=cluster&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/main.c.diff?cvsroot=cluster&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/member_cman.c.diff?cvsroot=cluster&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/gfs/lock_dlm/daemon lock_dlm.h main.c  ...
@ 2006-03-17 20:03 teigland
  0 siblings, 0 replies; 5+ messages in thread
From: teigland @ 2006-03-17 20:03 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-03-17 20:03:26

Modified files:
	gfs/lock_dlm/daemon: lock_dlm.h main.c member_cman.c 

Log message:
	Respond to cman's TRY_SHUTDOWN callback.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/lock_dlm.h.diff?cvsroot=cluster&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/main.c.diff?cvsroot=cluster&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/member_cman.c.diff?cvsroot=cluster&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/gfs/lock_dlm/daemon lock_dlm.h main.c  ...
@ 2006-03-09 20:48 teigland
  0 siblings, 0 replies; 5+ messages in thread
From: teigland @ 2006-03-09 20:48 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-03-09 20:48:46

Modified files:
	gfs/lock_dlm/daemon: lock_dlm.h main.c withdraw.c 

Log message:
	changing lock_dlmd to gfs_controld in various places

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/lock_dlm.h.diff?cvsroot=cluster&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/main.c.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/withdraw.c.diff?cvsroot=cluster&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/gfs/lock_dlm/daemon lock_dlm.h main.c  ...
@ 2005-09-27 22:53 teigland
  0 siblings, 0 replies; 5+ messages in thread
From: teigland @ 2005-09-27 22:53 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-09-27 22:53:14

Modified files:
	gfs/lock_dlm/daemon: lock_dlm.h main.c recover.c 

Log message:
	update to work with new sysfs organization
	(doesn't work for gfs1 yet)

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/lock_dlm.h.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/main.c.diff?cvsroot=cluster&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/lock_dlm/daemon/recover.c.diff?cvsroot=cluster&r1=1.16&r2=1.17


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-23 17:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-28 14:02 cluster/gfs/lock_dlm/daemon lock_dlm.h main.c teigland
  -- strict thread matches above, loose matches on Subject: below --
2006-03-23 17:12 teigland
2006-03-17 20:03 teigland
2006-03-09 20:48 teigland
2005-09-27 22:53 teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).