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: 0fe0bbe00a6f xfs: bunmapi has unnecessary AG lock ordering issues New Commits: Darrick J. Wong (4): [0f9342513cc7] xfs: check free AG space when making per-AG reservations [6b69e485894b] xfs: standardize extent size hint validation [603f000b15f2] xfs: validate extsz hints against rt extent size when rtinherit is set [9f5815315e0b] xfs: add new IRC channel to MAINTAINERS Dave Chinner (2): [991c2c5980fb] xfs: btree format inode forks can have zero extents [0fe0bbe00a6f] xfs: bunmapi has unnecessary AG lock ordering issues Code Diffstat: MAINTAINERS | 1 + fs/xfs/libxfs/xfs_ag_resv.c | 18 +++++-- fs/xfs/libxfs/xfs_bmap.c | 12 ----- fs/xfs/libxfs/xfs_inode_buf.c | 46 ++++++++++++++++-- fs/xfs/libxfs/xfs_trans_inode.c | 17 +++++++ fs/xfs/xfs_inode.c | 29 ++++++++++++ fs/xfs/xfs_ioctl.c | 101 ++++++++++++++-------------------------- fs/xfs/xfs_message.h | 2 + 8 files changed, 140 insertions(+), 86 deletions(-)