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. That'll be the EFI deadlock fixes that Dave and Wengang and Chandan have been working on for a while now. The new head of the for-next branch is commit: c3b880acadc9 xfs: fix ag count overflow during growfs 4 new commits: Christoph Hellwig (1): [b29434999371] xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method Darrick J. Wong (2): [06f3ef6e1705] xfs: don't deplete the reserve pool when trying to shrink the fs [61d7e8274cd8] xfs: drop EXPERIMENTAL tag for large extent counts Long Li (1): [c3b880acadc9] xfs: fix ag count overflow during growfs Code Diffstat: fs/xfs/libxfs/xfs_fs.h | 2 ++ fs/xfs/xfs_aops.c | 2 -- fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_fsops.c | 23 ++++++++++++++++------- fs/xfs/xfs_super.c | 4 ---- 5 files changed, 19 insertions(+), 14 deletions(-)