2008-11-11 03:58:22

by Lachlan McIlroy

[permalink] [raw]
Subject: [GIT PULL] XFS update for 2.6.28

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


2008-11-13 10:03:15

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [GIT PULL] XFS update for 2.6.28

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

2008-11-13 13:10:27

by Damien Wyart

[permalink] [raw]
Subject: Re: [GIT PULL] XFS update for 2.6.28

Hello,

* Christoph Hellwig <[email protected]> [2008-11-13 05:02]:
> 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.

This went in two days ago:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=04ca2c17e3fae2d3f73aa5ad533242d556cadf5a

--
Damien Wyart

2008-11-13 14:16:51

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [GIT PULL] XFS update for 2.6.28

On Thu, Nov 13, 2008 at 02:01:54PM +0100, Damien Wyart wrote:
> Hello,
>
> * Christoph Hellwig <[email protected]> [2008-11-13 05:02]:
> > 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.
>
> This went in two days ago:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=04ca2c17e3fae2d3f73aa5ad533242d556cadf5a

Thanks, missed it when watching the git pull stats.

2008-11-13 16:07:35

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] XFS update for 2.6.28



On Thu, 13 Nov 2008, Christoph Hellwig wrote:
>
> Linus, whats preventing this from going in?

Umm. It's in. And it was in when you sent that email, so you just didn't
look. See commit 04ca2c17e3fae2d3f73aa5ad533242d556cadf5a.

Linus