Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the for-next branch is commit: 4a201dcfa1ff xfs: update the pag for the last AG at recovery time 7 new commits: Christoph Hellwig (6): [82742f8c3f1a] xfs: pass the exact range to initialize to xfs_initialize_perag [aa67ec6a2561] xfs: merge the perag freeing helpers [6a18765b54e2] xfs: update the file system geometry after recoverying superblock buffers [b882b0f8138f] xfs: error out when a superblock buffer update reduces the agcount [069cf5e32b70] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag [4a201dcfa1ff] xfs: update the pag for the last AG at recovery time Darrick J. Wong (1): [af8512c5277d] xfs: don't fail repairs on metadata files with no attr fork Code Diffstat: fs/xfs/libxfs/xfs_ag.c | 75 ++++++++++++++++--------------------------- fs/xfs/libxfs/xfs_ag.h | 11 ++++--- fs/xfs/scrub/repair.c | 8 +++-- fs/xfs/xfs_buf_item_recover.c | 70 ++++++++++++++++++++++++++++++++++++++++ fs/xfs/xfs_fsops.c | 20 ++++++------ fs/xfs/xfs_log_recover.c | 7 ---- fs/xfs/xfs_mount.c | 9 +++--- 7 files changed, 122 insertions(+), 78 deletions(-)