X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mADA2vZa032613 for ; Thu, 13 Nov 2008 02:03:00 -0800 X-ASG-Debug-ID: 1226570577-724400740000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 74C6715563C4; Thu, 13 Nov 2008 02:02:57 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id p6Rla2xxEMYWinPB; Thu, 13 Nov 2008 02:02:57 -0800 (PST) X-ASG-Whitelist: Client Received: from hch by bombadil.infradead.org with local (Exim 4.68 #1 (Red Hat Linux)) id 1L0Z2O-0008IW-Ip; Thu, 13 Nov 2008 10:02:56 +0000 Date: Thu, 13 Nov 2008 05:02:56 -0500 From: Christoph Hellwig To: Lachlan McIlroy Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com, akpm@linux-foundation.org X-ASG-Orig-Subj: Re: [GIT PULL] XFS update for 2.6.28 Subject: Re: [GIT PULL] XFS update for 2.6.28 Message-ID: <20081113100256.GA28659@infradead.org> References: <20081111035805.EEC4B58FA24A@chook.melbourne.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081111035805.EEC4B58FA24A@chook.melbourne.sgi.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html X-Barracuda-Connect: bombadil.infradead.org[18.85.46.34] X-Barracuda-Start-Time: 1226570577 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on oss.sgi.com X-Virus-Status: Clean Linus, whats preventing this from going in? On Tue, Nov 11, 2008 at 02:58:05PM +1100, Lachlan McIlroy wrote: > This pull request is a little more conservative than the last one! Just > critical bug fixes this time. > > The following changes since commit 3ad4f597058301c97f362e500a32f63f5c950a45: > Linus Torvalds (1): > Merge branch 'for-linus' of git://git.kernel.org/.../tiwai/sound-2.6 > > are available in the git repository at: > > git://oss.sgi.com:8090/xfs/xfs for-linus > > Dave Chinner (1): > [XFS] handle memory allocation failures during log initialisation > > David Chinner (2): > [XFS] Account for allocated blocks when expanding directories > [XFS] XFS: Check for valid transaction headers in recovery > > Lachlan McIlroy (2): > [XFS] Fix use-after-free with log and quotas > [XFS] Wait for all I/O on truncate to zero file size > > fs/xfs/xfs_da_btree.c | 5 +++++ > fs/xfs/xfs_dir2.c | 6 ++++++ > fs/xfs/xfs_inode.c | 2 +- > fs/xfs/xfs_log.c | 39 ++++++++++++++++++++++++++++++++++++--- > fs/xfs/xfs_log_recover.c | 8 +++++++- > fs/xfs/xfs_mount.c | 5 +++-- > 6 files changed, 58 insertions(+), 7 deletions(-) > > ---end quoted text---