All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: some fixes around automatic block group reclaim
@ 2025-02-25 10:57 fdmanana
  2025-02-25 10:57 ` [PATCH 1/3] btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() fdmanana
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: fdmanana @ 2025-02-25 10:57 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Fix a couple races that should be mostly harmless but trigger KCSAN warnings
and fix the accounting of reclaimed bytes. More details in the change logs.

Filipe Manana (3):
  btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
  btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()
  btrfs: fix reclaimed bytes accounting after automatic block group reclaim

 fs/btrfs/block-group.c | 55 ++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 13 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2025-02-26 15:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 10:57 [PATCH 0/3] btrfs: some fixes around automatic block group reclaim fdmanana
2025-02-25 10:57 ` [PATCH 1/3] btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() fdmanana
2025-02-25 13:51   ` Johannes Thumshirn
2025-02-25 10:57 ` [PATCH 2/3] btrfs: get used " fdmanana
2025-02-25 10:57 ` [PATCH 3/3] btrfs: fix reclaimed bytes accounting after automatic block group reclaim fdmanana
2025-02-25 11:37 ` [PATCH 0/3] btrfs: some fixes around " Daniel Vacek
2025-02-25 11:39   ` Filipe Manana
2025-02-25 11:48     ` Daniel Vacek
2025-02-26 15:17 ` David Sterba

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.