Hi folks, The for-next branch of the xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated and tagged with v4.11.0-rc2. I expect that this will be 4.11.0 final, but please give it a quick sanity check and let me know if anything is broken or missing. 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: b194269 xfsprogs: Release v4.11.0-rc2 New Commits: Darrick J. Wong (5): [ca13892] xfs_db.8: document write -d option [6f7f892] xfs_db: allow write -d to inodes [966ef87] xfs_db: don't print arrays off the end of a buffer [58615a7] xfs_db: use iocursor type to guess btree geometry if bad magic [21f0bff] xfs_db: dump metadata btrees via 'btdump' Eric Sandeen (5): [aa13f87] xfs_db: allow write -d to dqblks [dc6b7f7] xfs_io: fix statx definition for non-x86 architecture [23069a9] mkfs.xfs: Assign proper defaults to rmapbt and reflink flags [b61fdae] xfs_io: fix statx call for changed UAPI [b194269] xfsprogs: Release v4.11.0-rc2 chandan (1): [4a7aa05] xfs_io: Add statx support for PowerPC architecture Code Diffstat: VERSION | 2 +- configure.ac | 2 +- db/Makefile | 2 +- db/btblock.c | 58 +++++++++-- db/btdump.c | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ db/command.c | 1 + db/command.h | 2 + db/io.c | 22 ++++ db/io.h | 2 + db/print.c | 15 ++- db/write.c | 11 +- doc/CHANGES | 6 ++ io/stat.c | 2 +- io/statx.h | 14 ++- man/man8/xfs_db.8 | 20 +++- mkfs/xfs_mkfs.c | 4 +- 16 files changed, 433 insertions(+), 24 deletions(-) create mode 100644 db/btdump.c -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html