All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] A variety of lock contention fixes
@ 2020-10-15 18:25 Josef Bacik
  2020-10-15 18:25 ` [PATCH 1/6] btrfs: do not block on deleted bgs mutex in the cleaner Josef Bacik
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Josef Bacik @ 2020-10-15 18:25 UTC (permalink / raw)
  To: linux-btrfs, kernel-team

Hello,

I've been running some stress tests recently in order to try and reproduce some
problems I've tripped over in relocation.  Most of this series is a reposting of
patches I wrote when debugging related issues for Zygo that got lost.  I've
updated one of them to make the lock contention even better, making it so I have
to ramp up my stress test loops because it now finishes way too fast.  Thanks,

Josef

Josef Bacik (6):
  btrfs: do not block on deleted bgs mutex in the cleaner
  btrfs: only let one thread pre-flush delayed refs in commit
  btrfs: delayed refs pre-flushing should only run the heads we have
  btrfs: only run delayed refs once before committing
  btrfs: run delayed refs less often in commit_cowonly_roots
  btrfs: stop running all delayed refs during snapshot

 fs/btrfs/block-group.c | 11 +++++--
 fs/btrfs/delayed-ref.h | 12 +++----
 fs/btrfs/extent-tree.c |  2 +-
 fs/btrfs/transaction.c | 73 ++++++++++++++++--------------------------
 4 files changed, 43 insertions(+), 55 deletions(-)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-16  7:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 18:25 [PATCH 0/6] A variety of lock contention fixes Josef Bacik
2020-10-15 18:25 ` [PATCH 1/6] btrfs: do not block on deleted bgs mutex in the cleaner Josef Bacik
2020-10-16  7:26   ` Nikolay Borisov
2020-10-15 18:25 ` [PATCH 2/6] btrfs: only let one thread pre-flush delayed refs in commit Josef Bacik
2020-10-15 19:35   ` Nikolay Borisov
2020-10-15 20:26     ` Josef Bacik
2020-10-16  7:19       ` Nikolay Borisov
2020-10-15 18:25 ` [PATCH 3/6] btrfs: delayed refs pre-flushing should only run the heads we have Josef Bacik
2020-10-15 18:26 ` [PATCH 4/6] btrfs: only run delayed refs once before committing Josef Bacik
2020-10-15 18:26 ` [PATCH 5/6] btrfs: run delayed refs less often in commit_cowonly_roots Josef Bacik
2020-10-16  7:35   ` Nikolay Borisov
2020-10-15 18:26 ` [PATCH 6/6] btrfs: stop running all delayed refs during snapshot Josef Bacik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.