xfs
[Top] [All Lists]

[ANNOUNCE] xfs: for-next branch updated to 2cdb958

To: xfs@xxxxxxxxxxx
Subject: [ANNOUNCE] xfs: for-next branch updated to 2cdb958
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2016 07:39:08 +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 is the last update for the 4.6 merge
window - after it has sat in linux-next for a couple of days I'll
tag it and ask Linus to pull.

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

2cdb958 Merge branch 'xfs-misc-fixes-4.6-4' into for-next

New Commits:

Brian Foster (4):
      [801cc4e] xfs: debug mode forced buffered write failure
      [b2706a0] xfs: update freeblocks counter after extent deletion
      [a9bd24a] xfs: refactor delalloc indlen reservation split into helper
      [d34999c] xfs: borrow indirect blocks from freed extent when available

Christoph Hellwig (1):
      [355cced] xfs: always set rvalp in xfs_dir2_node_trim_free

Dave Chinner (1):
      [2cdb958] Merge branch 'xfs-misc-fixes-4.6-4' into for-next

Eric Sandeen (1):
      [cc07eed] xfs: ensure committed is initialized in xfs_trans_roll


Code Diffstat:

 fs/xfs/libxfs/xfs_bmap.c      | 157 
++++++++++++++++++++++++++++++++------------
 fs/xfs/libxfs/xfs_dir2_node.c |   4 +-
 fs/xfs/xfs_aops.c             |   9 ++-
 fs/xfs/xfs_mount.h            |  25 +++++++
 fs/xfs/xfs_sysfs.c            |  78 +++++++++++++++++++---
 fs/xfs/xfs_trans.c            |   4 +-
 6 files changed, 221 insertions(+), 56 deletions(-)
-- 
Dave Chinner
david@xxxxxxxxxxxxx

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