Hi folks, The master branch of the xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated and tagged with v4.10.0-rc1. 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@vger.kernel.org so they can be picked up in the next update. The new head of the master branch is commit: 5956291 xfs_metadump: ignore attr leaf with 0 entries New Commits: Arnd Bergmann (1): [5b1caea] xfs: fix xfs_mode_to_ftype() prototype Brian Foster (1): [4be4441] xfs: remove racy hasattr check from attr ops Christoph Hellwig (4): [7075a23] xfs: fix COW writeback race [2ffa676] xfs: only update mount/resv fields on success in __xfs_ag_resv_init [74e502a] xfs: use per-AG reservations for the finobt [3f5dd6c] xfs: extsize hints are not unlikely in xfs_bmap_btalloc Darrick J. Wong (2): [2e6fca2] xfs: verify dirblocklog correctly [ce24180] libxfs: sync up FSGETXATTR names and definitions with the kernel Eric Biggers (1): [c4cd257] xfsprogs: Fix building xfsprogs on 32-bit platforms (again) Eric Sandeen (2): [3eafb26] xfs_repair: Fix uninit var in process_leaf_attr_level [5956291] xfs_metadump: ignore attr leaf with 0 entries Code Diffstat: db/metadump.c | 3 ++- include/builddefs.in | 2 +- include/xfs_mount.h | 1 + io/cowextsize.c | 6 +++--- libxfs/xfs_ag_resv.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------- libxfs/xfs_attr.c | 6 ------ libxfs/xfs_bmap.c | 48 ++++++++++++++++++++++++++++++++++-------------- libxfs/xfs_bmap.h | 6 +++++- libxfs/xfs_dir2.c | 2 +- libxfs/xfs_dir2.h | 2 +- libxfs/xfs_fs.h | 5 ++--- libxfs/xfs_ialloc_btree.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- libxfs/xfs_ialloc_btree.h | 3 +++ libxfs/xfs_sb.c | 2 +- repair/attr_repair.c | 2 +- 15 files changed, 197 insertions(+), 51 deletions(-)