The following changes since commit 559595a985e106d2fa9f0c79b7f5805453fed593:
Linus Torvalds (1):
Merge branch 'merge' of git://git.kernel.org/.../benh/powerpc
are available in the git repository at:
git://oss.sgi.com/xfs/xfs for-linus
Christoph Hellwig (3):
xfs: prevent kernel crash due to corrupted inode log format
xfs: prevent lockdep false positive in xfs_iget_cache_miss
xfs: only issues a cache flush on unmount if barriers are enabled
fs/xfs/linux-2.6/xfs_buf.c | 12 ++++++++++--
fs/xfs/linux-2.6/xfs_buf.h | 2 +-
fs/xfs/linux-2.6/xfs_super.c | 10 +++++-----
fs/xfs/xfs_iget.c | 15 ++++++++++-----
fs/xfs/xfs_log_recover.c | 17 +++++++++++++----
5 files changed, 39 insertions(+), 17 deletions(-)