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: c34735adb5116b4edae110d788c44d2462017765 New commits: Andrey Albershteyn (10): [b69a2f64abbc] release.sh: add signing and fix outdated commands [8efc27559060] release.sh: add --kup to upload release tarball to kernel.org [69e03f8ee6c4] release.sh: update version files make commit optional [8b5b1002e3db] Add git-contributors script to notify about merges [c73d9fb692b5] git-contributors: better handling of hash mark/multiple emails [36119c513697] git-contributors: make revspec required and shebang fix [8adb8959addc] release.sh: generate ANNOUNCE email [54dd2973895a] release.sh: add -f to generate for-next update email [f1314f4a59f1] libxfs-apply: drop Cc: to stable release list [88940d905da4] gitignore: ignore a few newly generated files Darrick J. Wong (1): [c34735adb511] xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots Code Diffstat: .gitignore | 2 + db/sb.c | 9 ++- man/man5/xfs.5 | 5 ++ release.sh | 189 +++++++++++++++++++++++++++++++++++++++++++--- repair/phase2.c | 9 ++- tools/git-contributors.py | 168 +++++++++++++++++++++++++++++++++++++++++ tools/libxfs-apply | 1 + 7 files changed, 363 insertions(+), 20 deletions(-) create mode 100755 tools/git-contributors.py -- - Andrey