Hi all, There's been a decent amount of discussion on v3 of the series but AFAIA, nothing that has materialized into changes to these two patches. This is just a repost of v3 to bump the series. Brian v3: https://lore.kernel.org/linux-xfs/20210318161707.723742-1-bfoster@xxxxxxxxxx/ - Use a mount flag for easy detection of active perag reservation. - Filter rmapbt blocks from allocbt block accounting. v2: https://lore.kernel.org/linux-xfs/20210222152108.896178-1-bfoster@xxxxxxxxxx/ - Use an atomic counter instead of a percpu counter. v1: https://lore.kernel.org/linux-xfs/20210217132339.651020-1-bfoster@xxxxxxxxxx/ Brian Foster (2): xfs: set a mount flag when perag reservation is active xfs: set aside allocation btree blocks from block reservation fs/xfs/libxfs/xfs_ag_resv.c | 24 ++++++++++++++---------- fs/xfs/libxfs/xfs_alloc.c | 12 ++++++++++++ fs/xfs/libxfs/xfs_alloc_btree.c | 2 ++ fs/xfs/xfs_mount.c | 18 +++++++++++++++++- fs/xfs/xfs_mount.h | 7 +++++++ 5 files changed, 52 insertions(+), 11 deletions(-) -- 2.26.3