All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: migrate tracking read blocks from fs_devices to
@ 2025-01-08 21:01 Anand Jain
  2025-01-08 21:01 ` [PATCH 1/2] fixup: btrfs: add tracking of read blocks for read policy Anand Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anand Jain @ 2025-01-08 21:01 UTC (permalink / raw)
  To: linux-btrfs, dsterba

David reported btrfs/161 failing during sprouted filesystem unmount.
Bisected to commit 49136a74162e ("btrfs: add tracking of read blocks
for read policy"). Now, tracking is moved from `fs_devices` to `fs_info`.

Tested to be working fine.

-----
FSTYP         -- btrfs
PLATFORM      -- Linux/aarch64 local 6.13.0-rc6+ #45 SMP PREEMPT_DYNAMIC Thu Jan  9 04:04:07 +08 2025
MKFS_OPTIONS  -- /dev/sdb
MOUNT_OPTIONS -- -o context=system_u:object_r:root_t:s0 /dev/sdb /mnt/scratch

btrfs/161 0s ...  0s
Ran: btrfs/161
Passed all 1 tests
------

Patches should be folded into their respective commits. Thx.

Anand Jain (2):
  fixup: btrfs: add tracking of read blocks for read policy
  fixup: btrfs: introduce RAID1 round-robin read balancing

 fs/btrfs/bio.c     |  2 +-
 fs/btrfs/disk-io.c |  5 +++++
 fs/btrfs/fs.h      |  3 +++
 fs/btrfs/volumes.c | 17 ++++++-----------
 fs/btrfs/volumes.h |  3 ---
 5 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2025-01-09 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 21:01 [PATCH 0/2] btrfs: migrate tracking read blocks from fs_devices to Anand Jain
2025-01-08 21:01 ` [PATCH 1/2] fixup: btrfs: add tracking of read blocks for read policy Anand Jain
2025-01-08 21:01 ` [PATCH 2/2] fixup: btrfs: introduce RAID1 round-robin read balancing Anand Jain
2025-01-09 10:17 ` [PATCH 0/2] btrfs: migrate tracking read blocks from fs_devices to 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.