public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nathan Scott <nathans@sgi.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com
Subject: XFS for 2.4
Date: Mon, 1 Dec 2003 17:20:52 +1100	[thread overview]
Message-ID: <20031201062052.GA2022@frodo> (raw)

Hi Marcelo,

Please do a

	bk pull http://xfs.org:8090/linux-2.4+coreXFS

This will merge the core 2.4 kernel changes required for supporting
the XFS filesystem, as listed below.  If this all looks acceptable,
then please also pull the filesystem-specific code (fs/xfs/*)

	bk pull http://xfs.org:8090/linux-2.4+justXFS

cheers.

-- 
Nathan


linux-2.4+coreXFS updates the following files:

 Documentation/Changes              |   16 ++
 Documentation/Configure.help       |   84 +++++++++++++
 Documentation/filesystems/00-INDEX |    2 
 Documentation/filesystems/xfs.txt  |  226 +++++++++++++++++++++++++++++++++++--
 MAINTAINERS                        |    8 +
 drivers/block/ll_rw_blk.c          |    3 
 fs/Config.in                       |    7 +
 fs/Makefile                        |    4 
 fs/buffer.c                        |   59 ++++++++-
 fs/inode.c                         |   46 +++----
 fs/namei.c                         |   13 +-
 fs/open.c                          |   13 ++
 include/linux/dqblk_xfs.h          |    9 -
 include/linux/fs.h                 |   50 +++++++-
 include/linux/posix_acl_xattr.h    |   67 ++++++++++
 include/linux/sched.h              |    1 
 kernel/ksyms.c                     |   12 +
 mm/filemap.c                       |   63 +++++++++-
 18 files changed, 618 insertions(+), 65 deletions(-)

through these ChangeSets:

<nathans@bruce.melbourne.sgi.com> (03/11/24 1.1183.1.1)
   VFS support for filesystems which implement POSIX ACLs.
   
   This involves an inode flag which directs the VFS to skip application
   of the umask so that the filesystem ACL code can do this according to
   the POSIX rules, and a new header file defining the contents of the 2
   system ACL extended attributes.  This is a backport from 2.6.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1194)
   Fix utimes(2) and immutable/append-only files.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1195)
   Remove some unused macros and related comment from the XFS quota header.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1196)
   Add a process flag to identify a process performing a transaction.
   Used by XFS and backported from 2.6.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1197)
   Support for delayed allocation.  Used by XFS and backported from 2.6.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1198)
   Provide a simple try-lock based dirty page flushing routine.

<nathans@bruce.melbourne.sgi.com> (03/11/25 1.1199)
   Provide an iget variant without unlocking the inode and without the
   read_inode call (iget_locked).  Used by XFS and backported from 2.6.

<nathans@bruce.melbourne.sgi.com> (03/11/26 1.1200)
   Export several kernel symbols used by the XFS filesystem.

<nathans@bruce.melbourne.sgi.com> (03/11/26 1.1201)
   Add XFS documentation and incorporate XFS into the kernel build.

<nathans@bruce.melbourne.sgi.com> (03/12/01 1.1202.1.1)
   [XFS] Document the XFS noikeep option, make ikeep the default.


             reply	other threads:[~2003-12-01  6:22 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-01  6:20 Nathan Scott [this message]
2003-12-01  9:24 ` XFS for 2.4 Jens Axboe
2003-12-01  9:44   ` Stefan Smietanowski
2003-12-01  9:45     ` Jens Axboe
2003-12-01 14:06 ` Marcelo Tosatti
2003-12-01 22:10   ` Nathan Scott
2003-12-01 22:20     ` Larry McVoy
2003-12-02  0:23       ` Nathan Scott
2003-12-02 11:22         ` Marcelo Tosatti
2003-12-02 18:05           ` Austin Gonyou
2003-12-02 19:55           ` Stephan von Krawczynski
2003-12-02 20:05             ` Marcelo Tosatti
2003-12-02 20:16             ` Lawrence Walton
2003-12-03 19:01           ` bill davidsen
2003-12-03 20:45             ` Willy Tarreau
2003-12-03 21:17               ` bill davidsen
2003-12-03 21:48                 ` Joel Becker
2003-12-03 22:17                   ` bill davidsen
2003-12-03 22:08                 ` Ed Sweetman
2003-12-04  5:21                   ` Willy Tarreau
2003-12-04  0:34               ` Clemens Schwaighofer
2003-12-04  5:33                 ` Willy Tarreau
2003-12-04 10:13                   ` Clemens Schwaighofer
2003-12-02 11:18     ` Marcelo Tosatti
2003-12-02 11:48       ` Marcelo Tosatti
2003-12-02 15:34       ` Russell Cattelan
2003-12-02 15:50         ` Marcelo Tosatti
2003-12-02 16:10           ` Darrell Michaud
2003-12-02 16:21             ` Austin Gonyou
2003-12-02 16:28             ` Jeff Garzik
2003-12-02 16:57               ` venom
2003-12-02 17:41               ` Stefan Smietanowski
2003-12-02 18:01           ` Russell Cattelan
2003-12-02 16:13         ` Jeremy Jackson
2003-12-02  0:51   ` Clemens Schwaighofer
2003-12-02  1:26     ` Marcos D. Marado Torres
2003-12-14  1:08   ` 2.4 vs 2.6 Jan Rychter
2003-12-14  1:01     ` Roberto Sanchez
2003-12-14 11:23       ` Måns Rullgård
2003-12-14 18:09         ` Daniel Gryniewicz
2003-12-14  1:53     ` Daniel Gryniewicz
2003-12-14  2:01     ` coderman
2003-12-14 20:23       ` tabris
2003-12-14  7:05     ` Voicu Liviu
2003-12-14 16:01       ` Roberto Sanchez
2003-12-14 17:32         ` Voicu Liviu
2003-12-15  7:23           ` Harry McGregor
2003-12-15  7:51             ` Voicu Liviu
2003-12-14 11:24     ` Frederik Deweerdt
2003-12-01 21:00 ` XFS for 2.4 Dan Yocum
2003-12-01 21:50   ` Bryan Whitehead
2003-12-01 22:01     ` Jeffrey E. Hundstad
2003-12-01 22:13     ` Gerardo Exequiel Pozzi
2003-12-02  2:54     ` Joshua Schmidlkofer
2003-12-02 11:02   ` Maciej Soltysiak
  -- strict thread matches above, loose matches on Subject: below --
2003-12-02 17:45 Murthy Kambhampaty
2003-12-02 17:59 ` Jeff Garzik
2003-12-03 20:10   ` bill davidsen
2003-12-02 18:01 ` Marcelo Tosatti
2003-12-02 19:10   ` Tomas Szepe
2003-12-03  0:13     ` Eric Sandall
2003-12-03 20:12       ` bill davidsen
2003-12-02 18:02 ` Larry McVoy
2003-12-02 18:11   ` Christoph Hellwig
     [not found]     ` <20031202181146.A27567@adic.com>
2003-12-02 18:19       ` Steve Lord
2003-12-02 18:20     ` Larry McVoy
2003-12-02 18:23       ` Christoph Hellwig
2003-12-02 18:27         ` Christoph Hellwig
2003-12-02 19:12           ` Marcelo Tosatti
2003-12-02 20:10             ` Nathan Scott
2003-12-02 20:11         ` viro
2003-12-03 20:51       ` bill davidsen
2003-12-03 20:44   ` bill davidsen
2003-12-03 21:06     ` Marcelo Tosatti
2003-12-03 22:07     ` grundig
2003-12-03 22:48       ` bill davidsen
2003-12-02 18:34 Murthy Kambhampaty
2003-12-04  1:27 Xose Vazquez Perez
2003-12-04  2:40 ` Bernd Eckenfels

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=20031201062052.GA2022@frodo \
    --to=nathans@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@oss.sgi.com \
    --cc=marcelo.tosatti@cyclades.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