xfs
[Top] [All Lists]

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

To: xfs@xxxxxxxxxxx
Subject: [ANNOUNCE] xfs: for-next branch updated to ab9d1e4
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 9 Mar 2016 08:28:47 +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.

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

ab9d1e4 Merge branch 'xfs-misc-fixes-4.6-3' into for-next

New Commits:

Darrick J. Wong (3):
      [49ca911] xfs: fix computation of inode btree maxlevels
      [5110cd8] xfs: use named array initializers for log item dumping
      [30cbc59] xfs: check sizes of XFS on-disk structures at compile time

Dave Chinner (2):
      [a798011] xfs: reinitialise per-AG structures if geometry changes during 
recovery
      [ab9d1e4] Merge branch 'xfs-misc-fixes-4.6-3' into for-next

Luis de Bethencourt (1):
      [a5fd276] xfs: remove impossible condition


Code Diffstat:

 fs/xfs/libxfs/xfs_bmap.c   |   5 +-
 fs/xfs/libxfs/xfs_ialloc.c |   4 +-
 fs/xfs/xfs_log.c           | 132 
++++++++++++++++++++++++-----------------------
 fs/xfs/xfs_log_recover.c   |  22 ++++----
 fs/xfs/xfs_ondisk.h        | 117 +++++++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_super.c         |   3 ++
 6 files changed, 204 insertions(+), 79 deletions(-)
 create mode 100644 fs/xfs/xfs_ondisk.h
-- 
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 ab9d1e4, Dave Chinner <=