public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: kpreslan@sourceware.org
To: cluster-cvs@sources.redhat.com
Subject: cluster/gfs2-kernel/src/gfs2 bmap.c glock.c gl ...
Date: Sat, 07 May 2005 06:43:00 -0000	[thread overview]
Message-ID: <20050507064318.18452.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	kpreslan@sourceware.org	2005-05-07 06:43:18

Modified files:
	gfs2-kernel/src/gfs2: bmap.c glock.c glock.h glops.c incore.h 
	                      inode.c ioctl.c log.c meta_io.c ops_file.c 
	                      ops_fstype.c ops_super.c ops_vm.c 
	                      recovery.c super.c trans.c util.h 

Log message:
	Fix problem of writepage() needing to map blocks at weird times when
	another process might be changing the metadata tree.  Added some locking
	so the writepage never sees an inconsistent tree.
	
	Plus some cleanups in the recusive glocking code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/bmap.c.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/glock.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/glock.h.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/glops.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/incore.h.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/inode.c.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ioctl.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/log.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/meta_io.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ops_file.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ops_fstype.c.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ops_super.c.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/ops_vm.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/recovery.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/super.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/trans.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2-kernel/src/gfs2/util.h.diff?cvsroot=cluster&r1=1.2&r2=1.3


                 reply	other threads:[~2005-05-07  6:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050507064318.18452.qmail@sourceware.org \
    --to=kpreslan@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).