xfs
[Top] [All Lists]

[PATCH] XFS core for 2.5.32

To: linux-kernel@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx
Subject: [PATCH] XFS core for 2.5.32
From: Christoph Hellwig <hch@xxxxxx>
Date: Wed, 28 Aug 2002 03:12:22 +0200
Cc: linux-xfs@xxxxxxxxxxx
Mail-followup-to: Christoph Hellwig <hch@xxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, linux-xfs@xxxxxxxxxxx
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
This patch includes only the core functionality of the SGI XFS
filesystem for Linux 2.5.32.  It does NOT include changes for Posix
ACLs, dmapi, kdb or other code included in the XFS CVS tree.

The patch adds the self-contained XFS code and makes almost no modifications
to existing kernel code.  Diffstat output with new files stripped:

 Documentation/Changes              |   16
 Documentation/filesystems/00-INDEX |    2
 MAINTAINERS                        |    8
 fs/Config.help                     |   66
 fs/Config.in                       |    9
 fs/Makefile                        |    1
 include/linux/sched.h              |    1
 include/linux/sysctl.h             |    2
 kernel/ksyms.c                     |    1

Please send any comments to the patch or xfs code to linux-xfs@xxxxxxxxxxxx
We know that there are still issues left that need addressing, but feel
free to add your items.

The patches can be found at:

        
ftp://ftp.kernel.org/pub/linux/kernel/people/hch/patches/v2.5/2.5.32/linux-2.5.32-xfs.patch.gz
        
ftp://ftp.kernel.org/pub/linux/kernel/people/hch/patches/v2.5/2.5.32/linux-2.5.32-xfs.patch.bz2


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] XFS core for 2.5.32, Christoph Hellwig <=