xfs
[Top] [All Lists]

[ANNOUNCE] xfsprogs: for-next branch updated to b488748

To: xfs@xxxxxxxxxxx
Subject: [ANNOUNCE] xfsprogs: for-next branch updated to b488748
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 3 Jul 2015 13:34:27 +1000
Delivered-to: xfs@xxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
Hi folks,

The for-next branch of the xfsprogs repository at
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been
updated.

This update brings the libxfs code up to the same state as what has
just been merged into the 4.2 kernel tree. This update was done
using the new libxfs-apply tool to pull the required kernel commits
across to the xfsprogs repository, hence the commits retain the
correct author and signoffs from the kernel commits. Some of the
patches required minor changes outside xfsprogs so I did them as
necessary.

-Dave.

The new head of the master branch is commit:

b488748 Merge branch 'libxfs-4.2-rc1-update' into for-next

New Commits:

Brian Foster (2):
      [ac2ed13] xfs: always log the inode on unwritten extent conversion
      [e736ab9] xfs: check min blks for random debug mode sparse allocations

Christoph Hellwig (1):
      [1817f86] xfs: return a void pointer from xfs_buf_offset

Dave Chinner (7):
      [70e6227] xfs: extent size hints can round up extents past MAXEXTLEN
      [7c128bd] xfs: xfs_attr_inactive leaves inconsistent attr fork state 
behind
      [fe57a2e] xfs: xfs_alloc_fix_freelist() can use incore perag structures
      [d37baa7] xfs: factor out free space extent length check
      [33f3851] xfs: sanitise error handling in xfs_alloc_fix_freelist
      [d29c243] xfs: clean up XFS_MIN_FREELIST macros
      [b488748] Merge branch 'libxfs-4.2-rc1-update' into for-next

George Wang (1):
      [b0e6012] xfs: use percpu_counter_read_positive for mp->m_icount


Code Diffstat:

 libxfs/libxfs_io.h       |   2 +-
 libxfs/libxfs_priv.h     |   5 +-
 libxfs/util.c            |   2 +-
 libxfs/xfs_alloc.c       | 239 ++++++++++++++++++++++++++---------------------
 libxfs/xfs_alloc.h       |   8 +-
 libxfs/xfs_attr_leaf.c   |   8 +-
 libxfs/xfs_attr_leaf.h   |   2 +-
 libxfs/xfs_bmap.c        |  44 ++++++---
 libxfs/xfs_format.h      |  13 ---
 libxfs/xfs_ialloc.c      |  24 +++--
 libxfs/xfs_ialloc.h      |   3 +-
 libxfs/xfs_inode_buf.c   |   8 +-
 libxfs/xfs_trans_resv.h  |   4 +-
 libxfs/xfs_trans_space.h |   2 +-
 mkfs/xfs_mkfs.c          |  12 ++-
 repair/phase5.c          |   3 +-
 repair/xfs_repair.c      |   7 +-
 17 files changed, 213 insertions(+), 173 deletions(-)
-- 
Dave Chinner
david@xxxxxxxxxxxxx

Attachment: signature.asc
Description: Digital signature

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