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: 601a27ea09a3 xfs: fix extent busy updating 7 new commits: Darrick J. Wong (3): [26870c3f5b15] xfs: don't assert if cmap covers imap after cycling lock [d4542f314507] xfs: make xfs_iomap_page_ops static [c0f399ff5149] xfs: fix off-by-one error in xfs_btree_space_to_height Hironori Shiina (1): [817644fa4525] xfs: get root inode correctly at bulkstat Li zeming (1): [e195605ed28b] xfs: xfs_qm: remove unnecessary ‘0’ values from error Wengang Wang (1): [601a27ea09a3] xfs: fix extent busy updating Wu Guanghao (1): [4da112513c01] xfs: Fix deadlock on xfs_inodegc_worker Code Diffstat: fs/xfs/libxfs/xfs_btree.c | 7 ++++++- fs/xfs/xfs_extent_busy.c | 1 + fs/xfs/xfs_icache.c | 10 ++++++++++ fs/xfs/xfs_ioctl.c | 4 ++-- fs/xfs/xfs_iomap.c | 2 +- fs/xfs/xfs_qm.c | 2 +- fs/xfs/xfs_reflink.c | 2 -- 7 files changed, 21 insertions(+), 7 deletions(-)