xfs
[Top] [All Lists]

Re: XFS Release-1.0test3 images now available.

To: Jan-Frode Myklebust <janfrode@xxxxxxxxxxxxxxx>
Subject: Re: XFS Release-1.0test3 images now available.
From: Russell Cattelan <cattelan@xxxxxxxxxxx>
Date: Tue, 24 Apr 2001 19:54:11 -0400
Cc: linux-xfs@xxxxxxxxxxx
References: <15072.55588.1178.59143@xxxxxxxxxxxxxxxxxxxxxxx> <20010421142607.A3841@xxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
Jan-Frode Myklebust wrote:

> On Fri, Apr 20, 2001 at 07:49:39PM -0500, Russell Cattelan wrote:
> > After some discussion by the XFS team the rpms for this latest test release
> > has changed direction a bit; they are now stock RH7.1 + XFS.
> > RedHat adds a significant amount of driver additions, bug fixes, and 
> > stability fixes.
> >
>
> It would be great if you could post a minor changelog, so that we know
> what might be important to fix on machines where we've already installed
> the test2 release on.

Right! sorry about the delay ... catching up on things.

This is a bit wordy but...

--
Russell Cattelan
--
Digital Elves inc. -- Currently on loan to SGI
Linux XFS core developer.


mod 2.4.x-xfs-r1.0:slinx:92465a header
=======================================
 - linux:
 - linux/kernel/ksyms.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     change names of exported kiobuf allocation functions.
 - linux/fs/iobuf.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     replace kiobuf allocation functions with versions which take a
     gfp_mask as an extra parameter. Names are changed to _ versions
     and the original functions become inlines in iobuf.h and use
     the default mask of SLAB_KERNEL.
 - linux/include/linux/iobuf.h:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     replace kiobuf allocation functions with versions which take a
     gfp_mask as an extra parameter. Names are changed to _ versions
     and the original functions become inlines in iobuf.h and use  
     the default mask of SLAB_KERNEL.
 - linux/fs/pagebuf/page_buf.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     use GFP_PAGE_IO in memory allocations from within transactions.

mod 2.4.x-xfs-r1.0:slinx:92465a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92523a header
=======================================
 - linux:
 - linux/kernel/ksyms.c:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Export free_shortage to modules, pagebuf wants it now.
 - linux/fs/xfs/xfs_buf.h:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     change xfs_baread to call pagebuf_readahead - passing in PBF_DONT_BLOCK
     so that if we do come into the pagebuf_get path from a transaction and
     memory pressure has suddenly increased that we do not end up deadlocking
     again.
 - linux/include/linux/page_buf.h:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Add flags parameter pagebuf_readahead()
 - linux/fs/pagebuf/page_buf.c:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Create a readahead wrapper for pagebuf_get which is aware of memory
     pressure and will not do the readahead if memory is low, i.e. don't
     rob peter to pay paul.

mod 2.4.x-xfs-r1.0:slinx:92523a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92673a header
=======================================
 - linux:
 - linux/fs/xfs/xfs_vnodeops.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).
 - linux/fs/xfs/xfs_dquot.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix an incorrect comment.
 - linux/fs/xfs/xfs_qm.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).
 - linux/fs/xfs/xfs_inode.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     abstract group inheritance test into a sharable macro.
 - linux/fs/xfs/xfs_inode.h:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     abstract group inheritance test into a sharable macro.
 - linux/fs/xfs/xfs_quota.h:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).

mod 2.4.x-xfs-r1.0:slinx:92673a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92150a header
=======================================
 - linux:
 - linux/fs/xfs/linux/xfs_file.c:
   Merge of 2.4.x-xfs:slinx:92150a by lord.
   
     Fix readdir not to leave garbage after names

mod 2.4.x-xfs-r1.0:slinx:92150a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92979a header
=======================================
 - linux:
 - linux/fs/xfs/linux/xfs_super.c:
   Merge of 2.4.x-xfs:slinx:92979a by lord.
   
     Fill in s_maxbytes

mod 2.4.x-xfs-r1.0:slinx:92979a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:93131a header
=======================================
 - linux:
 - linux/fs/posix_acl.c:
   Merge of 2.4.x-xfs:slinx:93131a by lord.
   
     jen{lord}: p_integrate linux/fs/posix_acl.c
     p_integrate: Info:Drop reference counts after acl processing.

mod 2.4.x-xfs-r1.0:slinx:93131a header
=======================================
mod 2.4.x-xfs-r1.0:slinx:92465a header
=======================================
 - cmd:
 - linux/kernel/ksyms.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     change names of exported kiobuf allocation functions.
 - linux/fs/iobuf.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     replace kiobuf allocation functions with versions which take a
     gfp_mask as an extra parameter. Names are changed to _ versions
     and the original functions become inlines in iobuf.h and use
     the default mask of SLAB_KERNEL.
 - linux/include/linux/iobuf.h:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     replace kiobuf allocation functions with versions which take a
     gfp_mask as an extra parameter. Names are changed to _ versions
     and the original functions become inlines in iobuf.h and use  
     the default mask of SLAB_KERNEL.
 - linux/fs/pagebuf/page_buf.c:
   Merge of 2.4.x-xfs:slinx:92465a by lord.
   
     use GFP_PAGE_IO in memory allocations from within transactions.

mod 2.4.x-xfs-r1.0:slinx:92465a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92523a header
=======================================
 - cmd:
 - linux/kernel/ksyms.c:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Export free_shortage to modules, pagebuf wants it now.
 - linux/fs/xfs/xfs_buf.h:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     change xfs_baread to call pagebuf_readahead - passing in PBF_DONT_BLOCK
     so that if we do come into the pagebuf_get path from a transaction and
     memory pressure has suddenly increased that we do not end up deadlocking
     again.
 - linux/include/linux/page_buf.h:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Add flags parameter pagebuf_readahead()
 - linux/fs/pagebuf/page_buf.c:
   Merge of 2.4.x-xfs:slinx:92523a by lord.
   
     Create a readahead wrapper for pagebuf_get which is aware of memory
     pressure and will not do the readahead if memory is low, i.e. don't
     rob peter to pay paul.

mod 2.4.x-xfs-r1.0:slinx:92523a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92673a header
=======================================
 - cmd:
 - linux/fs/xfs/xfs_vnodeops.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).
 - linux/fs/xfs/xfs_dquot.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix an incorrect comment.
 - linux/fs/xfs/xfs_qm.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).
 - linux/fs/xfs/xfs_inode.c:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     abstract group inheritance test into a sharable macro.
 - linux/fs/xfs/xfs_inode.h:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     abstract group inheritance test into a sharable macro.
 - linux/fs/xfs/xfs_quota.h:
   Merge of 2.4.x-xfs:slinx:92673a by nathans.
   
     fix group inheritance and quota interaction (bug #821412).

mod 2.4.x-xfs-r1.0:slinx:92673a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92150a header
=======================================
 - cmd:
 - linux/fs/xfs/linux/xfs_file.c:
   Merge of 2.4.x-xfs:slinx:92150a by lord.
   
     Fix readdir not to leave garbage after names

mod 2.4.x-xfs-r1.0:slinx:92150a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:92979a header
=======================================
 - cmd:
 - linux/fs/xfs/linux/xfs_super.c:
   Merge of 2.4.x-xfs:slinx:92979a by lord.
   
     Fill in s_maxbytes

mod 2.4.x-xfs-r1.0:slinx:92979a header
=======================================

mod 2.4.x-xfs-r1.0:slinx:93131a header
=======================================
 - cmd:
 - linux/fs/posix_acl.c:
   Merge of 2.4.x-xfs:slinx:93131a by lord.
   
     jen{lord}: p_integrate linux/fs/posix_acl.c
     p_integrate: Info:Drop reference counts after acl processing.

mod 2.4.x-xfs-r1.0:slinx:93131a header
=======================================
<Prev in Thread] Current Thread [Next in Thread>