Hello, I'm having a "read time tree block corruption detected" error after upgrading to kernel 5.4, reverting to kernel 5.3 fixes the problem. I'm using openSuse Tumbleweed, btrfs-progs v5.4 Here is the dmesg output: [ 57.817776] BTRFS critical (device dm-1): corrupt leaf: block=52197507072 slot=74 extent bytenr=1497022464 len=4096 invalid extent refs, have 1 expect >= inline 3087007745 [ 57.817778] BTRFS error (device dm-1): block=52197507072 read time tree block corruption detected [ 57.817783] BTRFS: error (device dm-1) in btrfs_run_delayed_refs:2188: errno=-5 IO failure [ 57.817785] BTRFS info (device dm-1): forced readonly btrfs fi show Label: none uuid: 9639a3e6-cd08-4270-b4d1-d2946d2b8d2e Total devices 1 FS bytes used 49.85GiB devid 1 size 70.00GiB used 54.04GiB path /dev/mapper/system-root btrfs fi df / Data, single: total=52.01GiB, used=48.40GiB System, single: total=32.00MiB, used=16.00KiB Metadata, single: total=2.00GiB, used=1.44GiB GlobalReserve, single: total=123.92MiB, used=0.00B I'm attaching the output of btrfs ins dump-tree -b 52197507072 /dev/mapper/system-root What are my options? Thanks in advance!