This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster gfs-kernel/src/gfs/ops_file.c gfs2-ker ...


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-11-21 16:41:23

Modified files:
	gfs-kernel/src/gfs: ops_file.c 
	gfs2-kernel/src/gfs2: ops_file.c 

Log message:
	Check in Kevin Anderson's mount sync patch:
	Without the patch, there is a large performance hit when using the -o sync
	mount option on gfs filesystems. The problem is that pages are not being
	flushed to disk when the gfs_writepage routine is invoked due to the
	transaction not yet being completed. Ref: bugzilla 173147.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_file.c.diff?cvsroot=cluster&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ops_file.c.diff?cvsroot=cluster&r1=1.31&r2=1.32


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]