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: cea267c235e1 xfs: ensure log flush at the end of a synchronous fallocate call 6 new commits: Darrick J. Wong (1): [29d650f7e3ab] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* Dave Chinner (5): [472c6e46f589] xfs: remove XFS_PREALLOC_SYNC [fbe7e5200365] xfs: fallocate() should call file_modified() [0b02c8c0d75a] xfs: set prealloc flag in xfs_alloc_file_space() [b39a04636fd7] xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c [cea267c235e1] xfs: ensure log flush at the end of a synchronous fallocate call Code Diffstat: fs/xfs/xfs_bmap_util.c | 9 ++---- fs/xfs/xfs_file.c | 86 +++++++++++++++----------------------------------- fs/xfs/xfs_inode.h | 9 ------ fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_pnfs.c | 42 ++++++++++++++++++++++-- 5 files changed, 69 insertions(+), 79 deletions(-)