Hi Andrey, This patchbomb completes the review of userspace support for the metadata directory tree and realtime allocation group code that was merged into kernel 6.13-rc1. I now submit this for xfsprogs 6.13. As with last time, I'm presenting the libxfs sync for 6.13 a bit differently than I've done traditionally. Whereas I usually do all the kernel sync and only then go to work on the surrounding utilities, I noticed that the conversion of xfs_perag to be a subclass of generic xfs_group objects and the introduction of xfs_rtgroup objects causes a lot of changes in the utilities. As a result, I decided that it'd be easier to take care of the libxfs sync for only the metadata directory tree code and the utility changes *before* moving on to the allocation groups restructuring. That's why there are nine patchsets instead of five. I hope that makes it easier to tackle. Note that this is /not/ the last code I intend to submit for xfsprogs 6.13 -- I found a few more bugs while examining Christoph's zoned storage support code and will submit those when I return from vacation. This patchbomb merely covers everything that is ready for merge. As always, you can browse / pull the branch from here: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=realtime-quotas_2024-12-23 --D