On Fri, Apr 05, 2019 at 02:06:09PM +0200, David Sterba wrote: > > | base | w/ patchset | no qgroups | > > ------------------------------------------------------------- > > relocated | 23765 | 23772 | 23811 | > > qgroup dirty | 124498 | 70 | 0 | > > time (sec) | 23.353 | 3.505 | 3.421 | > > > > > > Changelog: > > v2: > > - Better documentation for btrfs_ref declaration > > - Rebase to newer delayed subtree rescan patchset > > - Add reviewed-by tags > > - Remove unnecessary ASSERT() for NULL pointer. > > > > v3: > > - Rebase to misc-next branch as that branch has all prerequisite now. > > - Update benchmark result, compare with qgroups disabled case directly. > > > > v3.1: > > - Rebase to misc-next branch. > > This does not seem to exhibit the problems I recall from previous > testing, so I'll queue it for merge to misc-next unless there are more > review comments.
Added to misc-next, ie. the argument cleanup and there's the qgroup+metadata balance improvement. Thanks.