On Fri, Aug 15, 2025 at 04:40:33PM -0700, Boris Burkov wrote: > extent_buffers are global and shared so their pages should not belong to > any particular cgroup (currently whichever cgroups happens to allocate > the extent_buffer). > > Btrfs tree operations should not arbitrarily block on cgroup reclaim or > have the shared extent_buffer pages on a cgroup's reclaim lists. > > Signed-off-by: Boris Burkov <boris@xxxxxx> Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx> I think mm-tree is better for this series.