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: 2032a8a27b5c xfs: serialize unaligned dio writes against all other dio writes New Commits: Brian Foster (2): [6958d11f77d4] xfs: don't trip over uninitialized buffer on extent read of corrupted inode [2032a8a27b5c] xfs: serialize unaligned dio writes against all other dio writes Darrick J. Wong (4): [228de124f290] xfs: dabtree scrub needs to range-check level [a72e9d8d69e7] xfs: fix btree scrub checking with regards to root-in-inode [4b0bce30f39b] xfs: always init bma in xfs_bmapi_write [ed79dac98c5e] xfs: prohibit fstrim in norecovery mode Code Diffstat: fs/xfs/libxfs/xfs_bmap.c | 15 +++++++++------ fs/xfs/scrub/btree.c | 11 ++++++++++- fs/xfs/scrub/dabtree.c | 5 +++++ fs/xfs/xfs_discard.c | 8 ++++++++ fs/xfs/xfs_file.c | 27 +++++++++++++++++---------- 5 files changed, 49 insertions(+), 17 deletions(-)