[GIT PULL] XFS update for 3.5-rc4

From: Ben Myers
Date: Fri Jun 22 2012 - 12:37:22 EST


Hi Linus,

Please pull in these fixes for XFS for 3.5-rc4. This includes:

* Fix stale data exposure with unwritten extents
* Fix a warning in xfs_alloc_vextent with ODEBUG
* Fix overallocation and alignment of pages for xfs_bufs
* Fix a cursor leak
* Fix a log hang
* Fix a crash related to xfs_sync_worker
* Rename xfs log structure from struct log to struct xlog so we can
use crash dumps effectively

I thought I'd try a signed tag this time around. My key ID is D5ABA64E:

gpg --keyserver pgp.mit.edu --recv-keys D5ABA64E

Hopefully I got it right.

Thanks,
Ben

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

Linux 3.5-rc1 (2012-06-02 18:29:26 -0700)

are available in the git repository at:

git://oss.sgi.com/xfs/xfs.git tags/for-linus-Jun-21-2012

for you to fetch changes up to f7bdf03a99efc083608cd9c0c3e03abff311c79e:

xfs: rename log structure to xlog (2012-06-21 14:21:11 -0500)

----------------------------------------------------------------
Fixes for 3.5-rc

----------------------------------------------------------------
Alain Renaud (1):
xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)

Ben Myers (1):
xfs: shutdown xfs_sync_worker before the log

Brian Foster (1):
xfs: check for stale inode before acquiring iflock on push

Dave Chinner (1):
xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near

Jan Kara (1):
xfs: Fix overallocation in xfs_buf_allocate_memory()

Jeff Liu (1):
xfs: fix debug_object WARN at xfs_alloc_vextent()

Mark Tinguely (1):
xfs: rename log structure to xlog

fs/xfs/xfs_alloc.c | 3 +-
fs/xfs/xfs_aops.c | 11 +++++--
fs/xfs/xfs_buf.c | 16 ++--------
fs/xfs/xfs_inode_item.c | 17 +++++------
fs/xfs/xfs_log.c | 77 ++++++++++++++++++++++++++++--------------------
fs/xfs/xfs_log_cil.c | 22 +++++++-------
fs/xfs/xfs_log_priv.h | 46 +++++++++++++++++++----------
fs/xfs/xfs_log_recover.c | 38 ++++++++++++------------
fs/xfs/xfs_mount.h | 4 +--
fs/xfs/xfs_sync.c | 32 ++++++++++----------
fs/xfs/xfs_trace.h | 18 +++++------
11 files changed, 153 insertions(+), 131 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/