linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET] The GFS2 filesystem (for review)
@ 2006-08-31 13:26 Steven Whitehouse
  2006-09-01 21:27 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Whitehouse @ 2006-08-31 13:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Russell Cattelan, Patrick Caulfield, David Teigland,
	Kevin Anderson, Ingo Molnar, hch

Hi,

Following on from this message are the 16 patches of GFS2 which we are
again posting for review. Since the last posting we have, I hope,
addressed all the issues raised as well as fixing a number of bugs. In
particular, we have now only one new exported symbol (see patch 16 of
the series).

It is now possible to mount the gfs2meta filesystem for a particular
gfs2 filesystem at the same time as the gfs2 filesystem is mounted. In
fact we enforce that rule at least for the time being due to
dependencies in mounting the two filesystems.

Christoph requested that we find a different way to deal with the
problem of the VFS checking the file size in the direct i/o read path
before handing control to GFS2 (in other words at a point when the size
may change). We have done this with a two line patch to filemap.c (also
in patch 16 of the series) so that its logic is now very similar to that
followed in the direct i/o write path. This has eliminated the need for
us to duplicate parts of the core VFS code inside GFS2.

As usual the git tree is at:

git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6.git

It is based off a fairly recent pull from Linus' tree and includes the
DLM which is not included in the patch set being posted here.

Steve.



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

* Re: [PATCHSET] The GFS2 filesystem (for review)
  2006-08-31 13:26 [PATCHSET] The GFS2 filesystem (for review) Steven Whitehouse
@ 2006-09-01 21:27 ` Pavel Machek
  2006-09-04 13:07   ` Steven Whitehouse
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2006-09-01 21:27 UTC (permalink / raw)
  To: Steven Whitehouse
  Cc: linux-kernel, Russell Cattelan, Patrick Caulfield,
	David Teigland, Kevin Anderson, Ingo Molnar, hch

Hi!

> Following on from this message are the 16 patches of GFS2 which we are
> again posting for review. Since the last posting we have, I hope,
> addressed all the issues raised as well as fixing a number of bugs. In
> particular, we have now only one new exported symbol (see patch 16 of
> the series).

I'm missing some Documentation/ so that I can learn what is gfs2 good
for...


-- 
Thanks for all the (sleeping) penguins.

-- 
VGER BF report: H 3.0955e-10

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

* Re: [PATCHSET] The GFS2 filesystem (for review)
  2006-09-01 21:27 ` Pavel Machek
@ 2006-09-04 13:07   ` Steven Whitehouse
  2006-09-04 19:42     ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Whitehouse @ 2006-09-04 13:07 UTC (permalink / raw)
  To: Pavel Machek
  Cc: linux-kernel, Russell Cattelan, Patrick Caulfield,
	David Teigland, Kevin Anderson, Ingo Molnar, hch

Hi,

On Fri, 2006-09-01 at 21:27 +0000, Pavel Machek wrote:
> Hi!
> 
> > Following on from this message are the 16 patches of GFS2 which we are
> > again posting for review. Since the last posting we have, I hope,
> > addressed all the issues raised as well as fixing a number of bugs. In
> > particular, we have now only one new exported symbol (see patch 16 of
> > the series).
> 
> I'm missing some Documentation/ so that I can learn what is gfs2 good
> for...
> 
> 
Documentation/filesystems/gfs2.txt does exist... it was in patch 13, or
are you requesting that it should be a more detailed document? The
Kconfig file also has a brief description of GFS2 and what it can be
used for,

Steve.



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

* Re: [PATCHSET] The GFS2 filesystem (for review)
  2006-09-04 13:07   ` Steven Whitehouse
@ 2006-09-04 19:42     ` Pavel Machek
  2006-09-05 13:59       ` Steven Whitehouse
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2006-09-04 19:42 UTC (permalink / raw)
  To: Steven Whitehouse
  Cc: linux-kernel, Russell Cattelan, Patrick Caulfield,
	David Teigland, Kevin Anderson, Ingo Molnar, hch

Hi!

> > > Following on from this message are the 16 patches of GFS2 which we are
> > > again posting for review. Since the last posting we have, I hope,
> > > addressed all the issues raised as well as fixing a number of bugs. In
> > > particular, we have now only one new exported symbol (see patch 16 of
> > > the series).
> > 
> > I'm missing some Documentation/ so that I can learn what is gfs2 good
> > for...

> Documentation/filesystems/gfs2.txt does exist... it was in patch 13, or
> are you requesting that it should be a more detailed document? The
> Kconfig file also has a brief description of GFS2 and what it can be
> used for,

Sorry, I missed it. Perhaps Documentation should be in patch #1? ;-)

							Pavel
-- 
Thanks for all the (sleeping) penguins.

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

* Re: [PATCHSET] The GFS2 filesystem (for review)
  2006-09-04 19:42     ` Pavel Machek
@ 2006-09-05 13:59       ` Steven Whitehouse
  0 siblings, 0 replies; 5+ messages in thread
From: Steven Whitehouse @ 2006-09-05 13:59 UTC (permalink / raw)
  To: Pavel Machek
  Cc: linux-kernel, Russell Cattelan, Patrick Caulfield,
	David Teigland, Kevin Anderson, Ingo Molnar, hch

Hi,

On Mon, 2006-09-04 at 19:42 +0000, Pavel Machek wrote:
> Hi!
> 
> > > > Following on from this message are the 16 patches of GFS2 which we are
> > > > again posting for review. Since the last posting we have, I hope,
> > > > addressed all the issues raised as well as fixing a number of bugs. In
> > > > particular, we have now only one new exported symbol (see patch 16 of
> > > > the series).
> > > 
> > > I'm missing some Documentation/ so that I can learn what is gfs2 good
> > > for...
> 
> > Documentation/filesystems/gfs2.txt does exist... it was in patch 13, or
> > are you requesting that it should be a more detailed document? The
> > Kconfig file also has a brief description of GFS2 and what it can be
> > used for,
> 
> Sorry, I missed it. Perhaps Documentation should be in patch #1? ;-)
> 
> 							Pavel
Perhaps - I'll make a note to do that next time,

Steve.



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

end of thread, other threads:[~2006-09-05 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-31 13:26 [PATCHSET] The GFS2 filesystem (for review) Steven Whitehouse
2006-09-01 21:27 ` Pavel Machek
2006-09-04 13:07   ` Steven Whitehouse
2006-09-04 19:42     ` Pavel Machek
2006-09-05 13:59       ` Steven Whitehouse

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 NNTP newsgroup(s).