linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: GFS2 patches for review
Date: Fri, 21 Apr 2006 17:07:14 +0100	[thread overview]
Message-ID: <1145635634.3856.91.camel@quoit.chygwyn.com> (raw)

Hi,

Please find in the following patches a new release of the GFS2 code. We
believe that we've addressed all the points which were brought up on
the list after the previous posting for review. If you think we've
missed something, please let us know :-)

This is a request for GFS2 to be considered for inclusion in -mm.

The latest GFS2 patches can be found in out git tree which is located at
(or see the following emails):
http://www.kernel.org/git/?p=linux/kernel/git/steve/gfs2-2.6.git;a=summary

Here is a summary of whats new since the last posting:

 - Various stylistic changes as per requests from our last posting

 - Cleaned up directory code (see patch 7/17 for more details)

 - ioctl() now changed so that its compatible with the ext2/3 ioctl.
   Also this introduces a new header file linux/iflags.h which is
   designed as a place to register the flags in a fs independant way.
   Assuming that this is considered the way to move forward, then
   I'll come up with some patches to redefine the flags for the other
   fs which use this interface in terms of the ones in iflags.h. See
   patch 5/17 for the details.

 - Various bugs now fixed (see the git tree at kernel.org for a full
   list)

 - The .gfs2_admin directory is no more. Its been replaced by a gfs2meta
   filesystem. Currently you can only mount the fs normally or mount the
   meta filesystem (not both at the same time). This will change in time
   but shouldn't be a big problem as you shouldn't need to access the
   gfs2meta filesystem in normal use anyway.

Still on our "todo before submission to Linus" list:

 - Some cleanups in the glock code, and to make it return AOP_TRUNCATED_PAGE
   at the right times. We've already introduced a flag GL_AOP which is used
   to signal to the glock code that the fs is holding a page lock when a
   glock is requested.

 - Selinux support

 - More testing :-)


Steve.



                 reply	other threads:[~2006-04-21 15:58 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=1145635634.3856.91.camel@quoit.chygwyn.com \
    --to=swhiteho@redhat.com \
    --cc=akpm@osdl.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 NNTP newsgroup(s).