Hello. The xfsprogs for-next branch, located at: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next 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 new head of the for-next branch is commit: 19dde7fac0f38af2990e367ef4dd8ec512920c12 6 new commits: Bill O'Donnell (1): [2f0fedf94] xfs_db: release ip resource before returning from get_next_unlinked() Carlos Maiolino (1): [aa9263413] xfs_io: Fix fscrypt macros ordering Darrick J. Wong (1): [71d2969be] libxfs: dirty buffers should be marked uptodate too Gerald Yang (1): [19dde7fac] fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set John Garry (1): [871d186c7] man: Update unit for fsx_extsize and fsx_cowextsize Julien Olivain (1): [baf5cde86] libxfs: provide a memfd_create() wrapper if not present in libc Code Diffstat: configure.ac | 1 + db/iunlink.c | 5 ++- fsck/xfs_fsck.sh | 4 +-- include/builddefs.in | 1 + io/encrypt.c | 67 +++++++++++++++++++++-------------------- libxfs/Makefile | 4 +++ libxfs/rdwr.c | 2 +- libxfs/trans.c | 1 + libxfs/xfile.c | 16 ++++++++++ m4/package_libcdev.m4 | 18 +++++++++++ man/man2/ioctl_xfs_fsgetxattr.2 | 6 ++-- 11 files changed, 85 insertions(+), 40 deletions(-)