public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs-kernel/src/gfs super.c
@ 2006-09-20  4:45 wcheng
  0 siblings, 0 replies; 7+ messages in thread
From: wcheng @ 2006-09-20  4:45 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	wcheng@sourceware.org	2006-09-20 04:45:48

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Bugzilla 199984: This kmalloc to vmalloc change seems to cause panic in
	x86_64 machine. Cause unknown but will reset back until
	the problem is figured out.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.4&r2=1.12.2.5


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

* cluster/gfs-kernel/src/gfs super.c
@ 2007-02-06 22:08 wcheng
  0 siblings, 0 replies; 7+ messages in thread
From: wcheng @ 2007-02-06 22:08 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	wcheng@sourceware.org	2007-02-06 22:08:37

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Bugzilla 220622:
	
	Allow vmalloc in stat_gfs_async() (as in RHEL5) to alleviate statfs
	performance issue. This should allow statfs_slot tunable to take
	more asynchronous locks. Hopefully "df" and "ls" could run a little
	bit faster with this.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.6&r2=1.12.2.7


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

* cluster/gfs-kernel/src/gfs super.c
@ 2006-08-09 20:28 rpeterso
  0 siblings, 0 replies; 7+ messages in thread
From: rpeterso @ 2006-08-09 20:28 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso@sourceware.org	2006-08-09 20:28:51

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Fix compile error with vmalloc.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&r1=1.20&r2=1.21


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

* cluster/gfs-kernel/src/gfs super.c
@ 2006-08-02  1:37 wcheng
  0 siblings, 0 replies; 7+ messages in thread
From: wcheng @ 2006-08-02  1:37 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	wcheng@sourceware.org	2006-08-02 01:37:17

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Bugzilla 199984: Increasing gt_statfs_slots tunable could significantly
	boost gfs "df" performance; e.g. set it to 128 from current default (64)
	could cut the "df" wall time in half with larger filesystem size. However,
	the kmalloc call within stat_gfs_async() has the possibility to fail due
	to increased gt_statfs_slots. There is really no need for this array to
	be on a piece of contiguous memory. Switch to vmalloc().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&r1=1.19&r2=1.20


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

* cluster/gfs-kernel/src/gfs super.c
@ 2006-08-02  1:29 wcheng
  0 siblings, 0 replies; 7+ messages in thread
From: wcheng @ 2006-08-02  1:29 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	wcheng@sourceware.org	2006-08-02 01:28:57

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Bugzilla 199984: Increasing gt_statfs_slots tunable could significantly
	boost gfs "df" performance; e.g. set it to 128 from current default (64)
	could cut the "df" wall time in half with larger filesystem size. However,
	the kmalloc call within stat_gfs_async() has the possibility to fail due
	to increased gt_statfs_slots. There is really no need for this array to
	be on a piece of contiguous memory. Switch to vmalloc().

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


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

* cluster/gfs-kernel/src/gfs super.c
@ 2006-02-22 17:37 wcheng
  0 siblings, 0 replies; 7+ messages in thread
From: wcheng @ 2006-02-22 17:37 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	wcheng@sourceware.org	2006-02-22 17:37:32

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Fix typo in previous check in.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.12.2.1.4.1.2.2&r2=1.12.2.1.4.1.2.3


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

* cluster/gfs-kernel/src/gfs super.c
@ 2005-04-19 15:02 kpreslan
  0 siblings, 0 replies; 7+ messages in thread
From: kpreslan @ 2005-04-19 15:02 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	kpreslan@sourceware.org	2005-04-19 15:02:45

Modified files:
	gfs-kernel/src/gfs: super.c 

Log message:
	Fix bug #155318
	If we're cleaning up from an error, don't try to keep doing the statfs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12&r2=1.12.2.1


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-20  4:45 cluster/gfs-kernel/src/gfs super.c wcheng
  -- strict thread matches above, loose matches on Subject: below --
2007-02-06 22:08 wcheng
2006-08-09 20:28 rpeterso
2006-08-02  1:37 wcheng
2006-08-02  1:29 wcheng
2006-02-22 17:37 wcheng
2005-04-19 15:02 kpreslan

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