public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/dlm-kernel/src proc.c
@ 2007-08-06 18:28 cfeist
  0 siblings, 0 replies; 6+ messages in thread
From: cfeist @ 2007-08-06 18:28 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL45
Changes by:	cfeist@sourceware.org	2007-08-06 18:28:25

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	Fixes bz #240356 (cat /proc/cluster/dlm_locks crashes system)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.12.2.1&r2=1.12.2.1.4.1


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

* cluster/dlm-kernel/src proc.c
@ 2007-07-02 13:53 teigland
  0 siblings, 0 replies; 6+ messages in thread
From: teigland @ 2007-07-02 13:53 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2007-07-02 13:53:28

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	Print the owner pid of each lock when dumping /proc/cluster/dlm_locks.
	This changes the format of the proc output in case anyone is parsing it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.2&r2=1.12.2.3


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

* cluster/dlm-kernel/src proc.c
@ 2007-05-30 18:04 teigland
  0 siblings, 0 replies; 6+ messages in thread
From: teigland @ 2007-05-30 18:04 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2007-05-30 18:04:17

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	From jwhiter@redhat.com in bz 240356:
	Basically when you cat /proc/cluster/dlm_locks theres a possibility that while
	traversing the rsb list that an rsb could end up deleted before you print it
	out.  This patch moves the assigning of the di->rsb under the rsbtbl lock for
	that list and then grabs a reference to that rsb so it does not get removed out
	from underneath us, then we release the reference to the rsb after we've
	grabbed the next one.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.1&r2=1.12.2.2


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

* cluster/dlm-kernel/src proc.c
@ 2006-02-15 19:07 rpeterso
  0 siblings, 0 replies; 6+ messages in thread
From: rpeterso @ 2006-02-15 19:07 UTC (permalink / raw)
  To: cluster-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso@sourceware.org	2006-02-15 19:07:27

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	Fix for Bugzilla Bug 178453 – Slow memory leak in /proc/cluster/dlm_dir
	and /proc/cluster/dlm_locks

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&r1=1.12&r2=1.13


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

* cluster/dlm-kernel/src proc.c
@ 2006-02-15 18:56 rpeterso
  0 siblings, 0 replies; 6+ messages in thread
From: rpeterso @ 2006-02-15 18:56 UTC (permalink / raw)
  To: cluster-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	rpeterso@sourceware.org	2006-02-15 18:56:11

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	Fix for Bugzilla Bug 178453 – Slow memory leak in /proc/cluster/dlm_dir
	and /proc/cluster/dlm_locks

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.12&r2=1.12.8.1


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

* cluster/dlm-kernel/src proc.c
@ 2006-02-15 18:43 rpeterso
  0 siblings, 0 replies; 6+ messages in thread
From: rpeterso @ 2006-02-15 18:43 UTC (permalink / raw)
  To: cluster-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	rpeterso@sourceware.org	2006-02-15 18:43:28

Modified files:
	dlm-kernel/src : proc.c 

Log message:
	Fix for Bugzilla Bug 178453 – Slow memory leak in /proc/cluster/dlm_dir
	and /proc/cluster/dlm_locks

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12&r2=1.12.2.1


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

end of thread, other threads:[~2007-08-06 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06 18:28 cluster/dlm-kernel/src proc.c cfeist
  -- strict thread matches above, loose matches on Subject: below --
2007-07-02 13:53 teigland
2007-05-30 18:04 teigland
2006-02-15 19:07 rpeterso
2006-02-15 18:56 rpeterso
2006-02-15 18:43 rpeterso

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).