xfs
[Top] [All Lists]

[ANNOUNCE] xfs: for-next branch updated to dde7f55

To: xfs@xxxxxxxxxxx
Subject: [ANNOUNCE] xfs: for-next branch updated to dde7f55
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Tue, 12 Jan 2016 09:36:11 +1100
Delivered-to: xfs@xxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
Hi folks,

The for-next branch of the xfs kernel repository at

git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git

has just been updated. This should be the last update before asking
Linus to pull the branch for the current merge window. If nothing
shows up in the next couple of days, I'll send out a pull request...

-Dave.

The new head of the for-next branch is commit:

dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next

New Commits:

Dave Chinner (5):
      [121e213] xfs: add tracepoints to readpage calls
      [e354381] xfs: bmapbt checking on debug kernels too expensive
      [b79f4a1] xfs: inode recovery readahead can race with inode buffer 
creation
      [7d6a13f] xfs: handle dquot buffer readahead in log recovery correctly
      [dde7f55] Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next

Eric Sandeen (1):
      [f6106ef] xfs: eliminate committed arg from xfs_bmap_finish


Code Diffstat:

 fs/xfs/libxfs/xfs_attr.c        | 141 +++++++---------------------------------
 fs/xfs/libxfs/xfs_attr_remote.c |  31 ++-------
 fs/xfs/libxfs/xfs_bmap.c        |  16 +++--
 fs/xfs/libxfs/xfs_bmap.h        |   2 +-
 fs/xfs/libxfs/xfs_dquot_buf.c   |  36 ++++++++--
 fs/xfs/libxfs/xfs_inode_buf.c   |  14 ++--
 fs/xfs/libxfs/xfs_quota_defs.h  |   2 +-
 fs/xfs/libxfs/xfs_shared.h      |   1 +
 fs/xfs/xfs_aops.c               |   2 +
 fs/xfs/xfs_bmap_util.c          |  43 +++++-------
 fs/xfs/xfs_buf.c                |   7 ++
 fs/xfs/xfs_dquot.c              |  13 ++--
 fs/xfs/xfs_inode.c              |  25 +++----
 fs/xfs/xfs_iomap.c              |  10 ++-
 fs/xfs/xfs_log_recover.c        |   9 ++-
 fs/xfs/xfs_rtalloc.c            |   3 +-
 fs/xfs/xfs_symlink.c            |  12 +---
 fs/xfs/xfs_trace.h              |  26 ++++++++
 18 files changed, 159 insertions(+), 234 deletions(-)
-- 
Dave Chinner
david@xxxxxxxxxxxxx

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>
  • [ANNOUNCE] xfs: for-next branch updated to dde7f55, Dave Chinner <=