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. Still working through Darrick's patchbomb. Other than that: 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@vger.kernel.org so they can be picked up in the next update. The new head of the for-next branch is commit: 6040b5d5 (HEAD -> for-next, korg/for-next, refs/patches/for-next/xfs_scrub__batch_inumbers_calls_during_fscounters_calculation-1.patch) xfs_scrub: batch inumbers calls during fscounters calculation New Commits: Darrick J. Wong (4): [3c8276c4] xfs_io: add a bulkstat command [1ff6be86] xfs_spaceman: remove open-coded per-ag bulkstat [23ea9841] xfs_scrub: convert to per-ag inode bulkstat operations [6040b5d5] xfs_scrub: batch inumbers calls during fscounters calculation Eric Biggers (9): [f007179d] xfs_io/encrypt: remove unimplemented encryption modes [336e7c19] xfs_io/encrypt: update to UAPI definitions from Linux v5.4 [eb6c66e6] xfs_io/encrypt: generate encryption modes for 'help set_encpolicy' [7cde2c28] xfs_io/encrypt: add new encryption modes [c304c84f] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies [a7a5e44c] xfs_io/encrypt: extend 'set_encpolicy' to support v2 policies [ba71de04] xfs_io/encrypt: add 'add_enckey' command [c808a097] xfs_io/encrypt: add 'rm_enckey' command [dafb55f9] xfs_io/encrypt: add 'enckey_status' command Code Diffstat: io/Makefile | 9 +- io/bulkstat.c | 518 ++++++++++++++++++++++++++++++++++ io/encrypt.c | 816 ++++++++++++++++++++++++++++++++++++++++++++++------- io/init.c | 1 + io/io.h | 1 + libfrog/bulkstat.c | 20 ++ libfrog/bulkstat.h | 3 + man/man8/xfs_io.8 | 155 +++++++++- scrub/fscounters.c | 26 +- scrub/inodes.c | 20 +- spaceman/health.c | 16 +- 11 files changed, 1424 insertions(+), 161 deletions(-) create mode 100644 io/bulkstat.c