Hi folks, The xfsprogs for-next branch in repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so if your outstanding patches are properly reviewed on the list and not included in this update, please let me know. The for-next branch has also been updated to match the state of master. The new head of the for-next branch is commit: 264762bb42b9d32793161c0d64c5a34e1f741fd3 New commits: Christoph Hellwig (1): [f3fe5f5eecfa] xfs: don't allocate the xfs_extent_busy structure for zoned RTGs Darrick J. Wong (1): [466e8aa6e0e8] misc: fix reversed calloc arguments Dave Chinner (1): [68facb8397c5] xfs: catch stale AGF/AGF metadata John Garry (1): [264762bb42b9] mkfs: require reflink for max_atomic_write option Code Diffstat: db/namei.c | 2 +- libxcmd/input.c | 2 +- libxfs/xfs_alloc.c | 41 +++++++++++++++++++++++++++++++++-------- libxfs/xfs_group.c | 14 +++++++++----- libxfs/xfs_ialloc.c | 31 +++++++++++++++++++++++++++---- logprint/log_misc.c | 2 +- mkfs/xfs_mkfs.c | 6 ++++++ repair/phase3.c | 2 +- repair/quotacheck.c | 2 +- 9 files changed, 80 insertions(+), 22 deletions(-) -- - Andrey