[GIT PULL] XFS update for 2.6.27

Previous thread: Re: [RFC][Resend] Make NFS-Client readahead tunable by Martin Knoblauch on Thursday, September 18, 2008 - 12:42 am. (2 messages)

Next thread: [PATCH] add sysctl from printk_tag by Yinghai Lu on Thursday, September 18, 2008 - 1:05 am. (3 messages)
From: Lachlan McIlroy
Date: Thursday, September 18, 2008 - 12:58 am

The following changes since commit 45e9c0de2e86485f8b6633fd64ab19cfbff167f6:
  Arjan van de Ven (1):
        warn: Turn the netdev timeout WARN_ON() into a WARN()

are available in the git repository at:

  git://oss.sgi.com:8090/xfs/linux-2.6 master

Christoph Hellwig (1):
      [XFS] Fix regression introduced by remount fixup

David Chinner (2):
      [XFS] Fix barrier status change detection.
      [XFS] Prevent lockdep false positives when locking two inodes.

Lachlan McIlroy (4):
      [XFS] Move memory allocations for log tracing out of the critical path
      [XFS] Prevent direct I/O from mapping extents beyond eof
      [XFS] Fix use-after-free with buffers
      [XFS] Don't do I/O beyond eof when unreserving space

 fs/xfs/linux-2.6/xfs_aops.c  |    4 +++
 fs/xfs/linux-2.6/xfs_super.c |   20 +++++++++++++
 fs/xfs/xfs_buf_item.c        |   44 +++++++++++++----------------
 fs/xfs/xfs_dfrag.c           |    9 +++++-
 fs/xfs/xfs_log.c             |   62 +++++++++++++++++++++++++++--------------
 fs/xfs/xfs_log_priv.h        |    1 -
 fs/xfs/xfs_vnodeops.c        |   26 +++++++++++++++++
 7 files changed, 119 insertions(+), 47 deletions(-)
--

Previous thread: Re: [RFC][Resend] Make NFS-Client readahead tunable by Martin Knoblauch on Thursday, September 18, 2008 - 12:42 am. (2 messages)

Next thread: [PATCH] add sysctl from printk_tag by Yinghai Lu on Thursday, September 18, 2008 - 1:05 am. (3 messages)