Hi folks, The for-next branch of the xfs-linux repository at: git@xxxxxxxxxxxxxxxxxxx:/pub/scm/fs/xfs/xfs-linux.git has just been **REBASED**. My apologies for rebasing it again for the second time and I hope it doesn't disrupt anybody's work. The reason for the rebase was a simple issue on one of the patches descriptions pointed by Stephen Rothwell during the time the patches were on linux-next. The patches are still exactly the same, nothing has changed other than a 'Fixes:' tag in one of the patches, I'm just rebasing it so I don't sent my first pull to Linus with some obvious mistake.. 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: 77bfe1b11ea0 xfs: fix a typo 15 new commits: Andrew Kreimer (1): [77bfe1b11ea0] xfs: fix a typo Brian Foster (2): [90a71daaf73f] xfs: skip background cowblock trims on inodes open for write [4390f019ad78] xfs: don't free cowblocks from under dirty pagecache on unshare Chandan Babu R (1): [ae6f70c66748] MAINTAINERS: add Carlos Maiolino as XFS release manager Christoph Hellwig (8): [b1c649da15c2] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname [346c1d46d4c6] xfs: return bool from xfs_attr3_leaf_add [a5f73342abe1] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split [b3f4e84e2f43] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname [865469cd41bc] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate [b611fddc0435] xfs: don't ifdef around the exact minlen allocations [405ee87c6938] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc [6aac77059881] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc Uros Bizjak (1): [20195d011c84] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate() Yan Zhen (1): [6148b77960cc] xfs: scrub: convert comma to semicolon Zhang Zekun (1): [f6225eebd76f] xfs: Remove empty declartion in header file Code Diffstat: MAINTAINERS | 2 +- fs/xfs/libxfs/xfs_alloc.c | 7 +- fs/xfs/libxfs/xfs_alloc.h | 4 +- fs/xfs/libxfs/xfs_attr.c | 190 ++++++++++++++++++------------------------ fs/xfs/libxfs/xfs_attr_leaf.c | 40 +++++---- fs/xfs/libxfs/xfs_attr_leaf.h | 2 +- fs/xfs/libxfs/xfs_bmap.c | 140 ++++++++++--------------------- fs/xfs/libxfs/xfs_da_btree.c | 5 +- fs/xfs/scrub/ialloc_repair.c | 4 +- fs/xfs/xfs_icache.c | 37 ++++---- fs/xfs/xfs_log.h | 2 - fs/xfs/xfs_log_cil.c | 11 +-- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_reflink.c | 3 + fs/xfs/xfs_reflink.h | 19 +++++ 15 files changed, 207 insertions(+), 261 deletions(-)