public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/group/gfs_controld plock.c
@ 2006-11-03 15:33 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-03 15:33 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-11-03 15:33:46

Modified files:
	group/gfs_controld: plock.c 

Log message:
	When a new master joins the mountgroup, it retrieves plocks from
	the ckpt created by the old master, then unlinks and closes the
	ckpt so it can create another new ckpt later.
	
	Bug found by sdake where the ckpt close following the unlink was
	being skipped because the ckpt handle wasn't being set.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.24&r2=1.25


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

* cluster/group/gfs_controld plock.c
@ 2008-01-21 20:21 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2008-01-21 20:21 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2008-01-21 20:21:08

Modified files:
	group/gfs_controld: plock.c 

Log message:
	bz 429546
	
	Fix an alignment problem with ppc64.  Things work if we do the
	byte-swapping on the original structure and then copy it into the
	final buffer, instead of copying first and then trying to do the
	byte-swapping at an offset within the send buffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.36&r2=1.37


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

* cluster/group/gfs_controld plock.c
@ 2008-01-21 20:19 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2008-01-21 20:19 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL51
Changes by:	teigland@sourceware.org	2008-01-21 20:19:08

Modified files:
	group/gfs_controld: plock.c 

Log message:
	bz 429546
	
	Fix an alignment problem with ppc64.  Things work if we do the
	byte-swapping on the original structure and then copy it into the
	final buffer, instead of copying first and then trying to do the
	byte-swapping at an offset within the send buffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.25.2.6&r2=1.25.2.6.2.1


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

* cluster/group/gfs_controld plock.c
@ 2008-01-21 20:17 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2008-01-21 20:17 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland@sourceware.org	2008-01-21 20:17:44

Modified files:
	group/gfs_controld: plock.c 

Log message:
	bz 429546
	
	Fix an alignment problem with ppc64.  Things work if we do the
	byte-swapping on the original structure and then copy it into the
	final buffer, instead of copying first and then trying to do the
	byte-swapping at an offset within the send buffer.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.8&r2=1.25.2.9


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

* cluster/group/gfs_controld plock.c
@ 2007-11-30 16:20 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2007-11-30 16:20 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-11-30 16:20:56

Modified files:
	group/gfs_controld: plock.c 

Log message:
	change some log messages

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.35&r2=1.36


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

* cluster/group/gfs_controld plock.c
@ 2007-11-29 21:27 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2007-11-29 21:27 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-11-29 21:27:58

Modified files:
	group/gfs_controld: plock.c 

Log message:
	Testing revealed a couple more races I hadn't expected.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.34&r2=1.35


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

* cluster/group/gfs_controld plock.c
@ 2007-06-08 21:31 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2007-06-08 21:31 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland@sourceware.org	2007-06-08 21:31:56

Modified files:
	group/gfs_controld: plock.c 

Log message:
	Return 1 or 0 GETLK result to the kernel for conflict/no-conflict.
	We were always returning 0 before.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.5&r2=1.25.2.6


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

* cluster/group/gfs_controld plock.c
@ 2007-06-08 21:30 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2007-06-08 21:30 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-06-08 21:30:54

Modified files:
	group/gfs_controld: plock.c 

Log message:
	Return 1 or 0 GETLK result to the kernel for conflict/no-conflict.
	We were always returning 0 before.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.30&r2=1.31


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 21:29 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 21:29 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL50
Changes by:	teigland@sourceware.org	2006-11-20 21:29:50

Modified files:
	group/gfs_controld: plock.c 

Log message:
	use timersub() macro to subtract timevals instead of coding it

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.25.4.3&r2=1.25.4.4


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 21:29 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 21:29 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland@sourceware.org	2006-11-20 21:29:41

Modified files:
	group/gfs_controld: plock.c 

Log message:
	use timersub() macro to subtract timevals instead of coding it

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.3&r2=1.25.2.4


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 21:28 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 21:28 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-11-20 21:28:54

Modified files:
	group/gfs_controld: plock.c 

Log message:
	use timersub() macro to subtract timevals instead of coding it

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.28&r2=1.29


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 18:13 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 18:13 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL50
Changes by:	teigland@sourceware.org	2006-11-20 18:13:03

Modified files:
	group/gfs_controld: plock.c 

Log message:
	The plock rate limiting code should use the full timeval to measure
	the 1 sec limit interval instead of just the rough difference in
	tv_sec values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.25.4.1&r2=1.25.4.2


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 18:12 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 18:12 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland@sourceware.org	2006-11-20 18:12:54

Modified files:
	group/gfs_controld: plock.c 

Log message:
	The plock rate limiting code should use the full timeval to measure
	the 1 sec limit interval instead of just the rough difference in
	tv_sec values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.1&r2=1.25.2.2


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

* cluster/group/gfs_controld plock.c
@ 2006-11-20 18:10 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-11-20 18:10 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-11-20 18:10:00

Modified files:
	group/gfs_controld: plock.c 

Log message:
	The plock rate limiting code should use the full timeval to measure
	the 1 sec limit interval instead of just the rough difference in
	tv_sec values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.26&r2=1.27


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

* cluster/group/gfs_controld plock.c
@ 2006-10-09 21:51 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-10-09 21:51 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-10-09 21:51:49

Modified files:
	group/gfs_controld: plock.c 

Log message:
	if we get a plock request from the kernel when plocks are disabled,
	return -ENOSYS for the request

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.22&r2=1.23


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

* cluster/group/gfs_controld plock.c
@ 2006-08-17 19:39 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-17 19:39 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-17 19:39:17

Modified files:
	group/gfs_controld: plock.c 

Log message:
	change debug messages related to storing/retrieving plocks to/from
	checkpoints to see more details about the ckpt

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.16&r2=1.17


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

* cluster/group/gfs_controld plock.c
@ 2006-08-16 19:30 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-16 19:30 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-16 19:30:37

Modified files:
	group/gfs_controld: plock.c 

Log message:
	after unlinking a ckpt, don't try to close it if we don't have it open,
	(no big problem, the close would just fail) and go back to syslogging
	ckpt close errors

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.15&r2=1.16


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

* cluster/group/gfs_controld plock.c
@ 2006-08-16 17:05 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-16 17:05 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-16 17:05:24

Modified files:
	group/gfs_controld: plock.c 

Log message:
	change log_plock() to log_group() for packing/unpacking plocks in
	checkpoint

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.14&r2=1.15


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

* cluster/group/gfs_controld plock.c
@ 2006-08-15 22:21 rpeterso
  0 siblings, 0 replies; 23+ messages in thread
From: rpeterso @ 2006-08-15 22:21 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso@sourceware.org	2006-08-15 22:21:29

Modified files:
	group/gfs_controld: plock.c 

Log message:
	Fixed segfault in gfs_controld.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.13&r2=1.14


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

* cluster/group/gfs_controld plock.c
@ 2006-08-14 20:15 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-14 20:15 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-14 20:15:25

Modified files:
	group/gfs_controld: plock.c 

Log message:
	remove a couple log_error's

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.12&r2=1.13


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

* cluster/group/gfs_controld plock.c
@ 2006-08-08 19:37 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-08 19:37 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-08 19:37:33

Modified files:
	group/gfs_controld: plock.c 

Log message:
	if a node has a saved ckpt when it unmounts, it needs to unlink it
	so another node can create a new ckpt for the next mounter

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.9&r2=1.10


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

* cluster/group/gfs_controld plock.c
@ 2006-08-08 18:43 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-08 18:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-08 18:43:25

Modified files:
	group/gfs_controld: plock.c 

Log message:
	use the correct (global) handle when unlinking a checkpoint

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.8&r2=1.9


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

* cluster/group/gfs_controld plock.c
@ 2006-08-02 19:23 teigland
  0 siblings, 0 replies; 23+ messages in thread
From: teigland @ 2006-08-02 19:23 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-08-02 19:23:42

Modified files:
	group/gfs_controld: plock.c 

Log message:
	do byte-swapping

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.4&r2=1.5


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

end of thread, other threads:[~2008-01-21 20:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-03 15:33 cluster/group/gfs_controld plock.c teigland
  -- strict thread matches above, loose matches on Subject: below --
2008-01-21 20:21 teigland
2008-01-21 20:19 teigland
2008-01-21 20:17 teigland
2007-11-30 16:20 teigland
2007-11-29 21:27 teigland
2007-06-08 21:31 teigland
2007-06-08 21:30 teigland
2006-11-20 21:29 teigland
2006-11-20 21:29 teigland
2006-11-20 21:28 teigland
2006-11-20 18:13 teigland
2006-11-20 18:12 teigland
2006-11-20 18:10 teigland
2006-10-09 21:51 teigland
2006-08-17 19:39 teigland
2006-08-16 19:30 teigland
2006-08-16 17:05 teigland
2006-08-15 22:21 rpeterso
2006-08-14 20:15 teigland
2006-08-08 19:37 teigland
2006-08-08 18:43 teigland
2006-08-02 19:23 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).