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: 81a1e1c32ef4 xfs: streamline xfs_filestream_pick_ag 4 new commits: Chi Zhiling (1): [3ef22684038a] xfs: Reduce unnecessary searches when searching for the best extents Christoph Hellwig (2): [dc60992ce76f] xfs: fix finding a last resort AG in xfs_filestream_pick_ag [81a1e1c32ef4] xfs: streamline xfs_filestream_pick_ag Ojaswin Mujoo (1): [2a492ff66673] xfs: Check for delayed allocations before setting extsize Code Diffstat: fs/xfs/libxfs/xfs_alloc.c | 2 +- fs/xfs/xfs_filestream.c | 99 +++++++++++++++++++++++------------------------ fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_inode.h | 5 +++ fs/xfs/xfs_ioctl.c | 4 +- fs/xfs/xfs_trace.h | 15 +++---- 6 files changed, 62 insertions(+), 65 deletions(-)