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. These are just a couple of fixes for -rc1, nothing special, other than I noticed that the "fix fallocate functions" patch was calling the wrong rounding functions (roundup can handle arbitrary divisors, round_up can't) so I just fixed that on the way in. The new head of the for-next branch is commit: 2e76f188fd90 xfs: cancel intents immediately if process_intents fails New Commits: Darrick J. Wong (2): [25219dbfa734] xfs: fix fallocate functions when rtextsize is larger than 1 [2e76f188fd90] xfs: cancel intents immediately if process_intents fails Code Diffstat: fs/xfs/xfs_bmap_util.c | 18 +++++------------- fs/xfs/xfs_file.c | 40 +++++++++++++++++++++++++++++++++++----- fs/xfs/xfs_linux.h | 6 ++++++ fs/xfs/xfs_log_recover.c | 8 ++++++++ 4 files changed, 54 insertions(+), 18 deletions(-)