linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* XFS for 2.4
@ 2003-12-01  6:20 Nathan Scott
  2003-12-01 14:06 ` Marcelo Tosatti
  0 siblings, 1 reply; 15+ messages in thread
From: Nathan Scott @ 2003-12-01  6:20 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, linux-xfs

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.


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

end of thread, other threads:[~2003-12-15 17:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fa.iaibikf.1l5injd@ifi.uio.no>
     [not found] ` <fa.m5245vp.h0ukb5@ifi.uio.no>
2003-12-15 10:56   ` 2.4 vs 2.6 Anssi Saari
2003-12-15 17:25     ` David Ford
2003-12-01  6:20 XFS for 2.4 Nathan Scott
2003-12-01 14:06 ` Marcelo Tosatti
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

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).