Subject: [ANNOUNCE] xfs-linux: for-next **rebased** to 44adde15022d 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**. 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. This is a rebase of the for-next push from past week, where due problems with testing the new patches to be included in the -rc, I needed to create a new tag with the whole series to be sent to Linus later this week. The patch list below contains the patches pushed past week + new patches that I managed to test this weekend. The new head of the for-next branch is commit: 44adde15022d xfs: fix a typo 15 new commits: Andrew Kreimer (1): [44adde15022d] xfs: fix a typo Brian Foster (2): [90a71daaf73f] xfs: skip background cowblock trims on inodes open for write [df81db024ef7] 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(-)