* We have a space info key for a block group that doesn't exist @ 2025-11-17 2:08 Christoph Anton Mitterer 2025-11-17 2:18 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2025-11-17 2:08 UTC (permalink / raw) To: linux-btrfs Hey. With kernel 6.17.8-1 and progs 6.17.1, I suddenly got this on two filesystems: # btrfs check /dev/mapper/data-b-1 ; echo $? Opening filesystem to check... Checking filesystem on /dev/mapper/data-b-1 UUID: 42cfffe9-a4fe-44dd-863a-6c02896ab7f3 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree We have a space info key for a block group that doesn't exist [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 13074117332992 bytes used, error(s) found total csum bytes: 12754122916 total tree bytes: 13895467008 total fs tree bytes: 759627776 total extent tree bytes: 103284736 btree space waste bytes: 296939334 file data blocks allocated: 20763397128192 referenced 18946684219392 1 # btrfs check /dev/mapper/data-b-3 ; echo $? Opening filesystem to check... Checking filesystem on /dev/mapper/data-b-3 UUID: 8e4d238c-0a69-4f0f-8f35-a16e3c220763 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree We have a space info key for a block group that doesn't exist [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 13083770884096 bytes used, error(s) found total csum bytes: 12763657764 total tree bytes: 13785333760 total fs tree bytes: 671154176 total extent tree bytes: 106496000 btree space waste bytes: 244008214 file data blocks allocated: 18338522918912 referenced 17654672998400 1 Don't think that error showed up on earlier versions of btrfs-progs. Is it something to worry about or a false positive? Can it be fixed? Would you rather recommend to re-create the fs from scratch? Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2025-11-17 2:08 We have a space info key for a block group that doesn't exist Christoph Anton Mitterer @ 2025-11-17 2:18 ` Qu Wenruo 2025-11-18 23:27 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2025-11-17 2:18 UTC (permalink / raw) To: Christoph Anton Mitterer, linux-btrfs 在 2025/11/17 12:38, Christoph Anton Mitterer 写道: > Hey. > > With kernel 6.17.8-1 and progs 6.17.1, I suddenly got this on two > filesystems: > > # btrfs check /dev/mapper/data-b-1 ; echo $? > Opening filesystem to check... > Checking filesystem on /dev/mapper/data-b-1 > UUID: 42cfffe9-a4fe-44dd-863a-6c02896ab7f3 > [1/8] checking log skipped (none written) > [2/8] checking root items > [3/8] checking extents > [4/8] checking free space tree > We have a space info key for a block group that doesn't exist > [5/8] checking fs roots > [6/8] checking only csums items (without verifying data) > [7/8] checking root refs > [8/8] checking quota groups skipped (not enabled on this FS) > found 13074117332992 bytes used, error(s) found > total csum bytes: 12754122916 > total tree bytes: 13895467008 > total fs tree bytes: 759627776 > total extent tree bytes: 103284736 > btree space waste bytes: 296939334 > file data blocks allocated: 20763397128192 > referenced 18946684219392 > 1 > > # btrfs check /dev/mapper/data-b-3 ; echo $? > Opening filesystem to check... > Checking filesystem on /dev/mapper/data-b-3 > UUID: 8e4d238c-0a69-4f0f-8f35-a16e3c220763 > [1/8] checking log skipped (none written) > [2/8] checking root items > [3/8] checking extents > [4/8] checking free space tree > We have a space info key for a block group that doesn't exist > [5/8] checking fs roots > [6/8] checking only csums items (without verifying data) > [7/8] checking root refs > [8/8] checking quota groups skipped (not enabled on this FS) > found 13083770884096 bytes used, error(s) found > total csum bytes: 12763657764 > total tree bytes: 13785333760 > total fs tree bytes: 671154176 > total extent tree bytes: 106496000 > btree space waste bytes: 244008214 > file data blocks allocated: 18338522918912 > referenced 17654672998400 > 1 > > Don't think that error showed up on earlier versions of btrfs-progs. > > Is it something to worry about or a false positive? Nothing to worry about. > Can it be fixed? IIRC a mount time kernel fix has been proposed but no patch yet. If you want the problem to be gone immediately, mount with "space_cache=v2,clear_cache" should handle it. > Would you rather recommend to re-create the fs from scratch? No. That's over-reacting. Thanks, Qu > > > Thanks, > Chris. > ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2025-11-17 2:18 ` Qu Wenruo @ 2025-11-18 23:27 ` Christoph Anton Mitterer 2025-11-18 23:29 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2025-11-18 23:27 UTC (permalink / raw) To: Qu Wenruo, linux-btrfs Hey Qu. On Mon, 2025-11-17 at 12:48 +1030, Qu Wenruo wrote: > > Nothing to worry about. Thanks :-) So even without clearing the cache as you've proposed below, it couldn't have caused any post or future corruption, right?! > If you want the problem to be gone immediately, mount with > "space_cache=v2,clear_cache" should handle it. Good. I may just wait for the mount time patch. > No. That's over-reacting. O:-) Best wishes, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2025-11-18 23:27 ` Christoph Anton Mitterer @ 2025-11-18 23:29 ` Qu Wenruo 2026-02-03 7:06 ` Dominique Martinet 2026-02-05 1:44 ` Christoph Anton Mitterer 0 siblings, 2 replies; 30+ messages in thread From: Qu Wenruo @ 2025-11-18 23:29 UTC (permalink / raw) To: Christoph Anton Mitterer, Qu Wenruo, linux-btrfs 在 2025/11/19 09:57, Christoph Anton Mitterer 写道: > Hey Qu. > > On Mon, 2025-11-17 at 12:48 +1030, Qu Wenruo wrote: >> >> Nothing to worry about. > > Thanks :-) > > So even without clearing the cache as you've proposed below, it > couldn't have caused any post or future corruption, right?! Yep. Allocation is always happening based on a block group, such orphan space info/bitmap keys won't cause the allocator to use it anyway. So no corruption or whatever. > > >> If you want the problem to be gone immediately, mount with >> "space_cache=v2,clear_cache" should handle it. > > Good. I may just wait for the mount time patch. You may need to wait for a while though... IIRC there is no patch submitted yet. Thanks, Qu > > >> No. That's over-reacting. > > O:-) > > > Best wishes, > Chris. > ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2025-11-18 23:29 ` Qu Wenruo @ 2026-02-03 7:06 ` Dominique Martinet 2026-02-03 7:47 ` Qu Wenruo 2026-02-05 1:44 ` Christoph Anton Mitterer 1 sibling, 1 reply; 30+ messages in thread From: Dominique Martinet @ 2026-02-03 7:06 UTC (permalink / raw) To: Qu Wenruo; +Cc: Christoph Anton Mitterer, Qu Wenruo, linux-btrfs Hi Qu, Qu Wenruo wrote on Wed, Nov 19, 2025 at 09:59:55AM +1030: >>> We have a space info key for a block group that doesn't exist >> >> So even without clearing the cache as you've proposed below, it >> couldn't have caused any post or future corruption, right?! > > Yep. Allocation is always happening based on a block group, such > orphan space info/bitmap keys won't cause the allocator to use it > anyway. > > So no corruption or whatever. We're running rountine btrfsck before copying the filesystem for cloning in one of our tools, and I'm starting to get user reports of errors due to this error (we run an ancient 5.10 kernel but there hadn't been any such report, and now we just got two in a couple of weeks so something must have been backported to the stable tree...) Anyway, I agree with your answer that it's safe to ignore, but it's not obvious for users to decide that, so I'd like to address this somehow. If it's really harmless, could it be printed as info message but not change the btrfsck return code? (e.g. if that's the only error, return success) If you think it's worth keeping as an error, would you (or someone else) happen to have any idea where I should start looking? (Alternatively since we're not copying at the block level I guess there's no real need for this check in the first place, as any real corruption would cause IO error, and I could just forget about this... The check was just ported e2fsck from back when the fs was ext4...) Thanks, -- Dominique Martinet | Asmadeus ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-03 7:06 ` Dominique Martinet @ 2026-02-03 7:47 ` Qu Wenruo 2026-02-03 8:17 ` Dominique Martinet 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-03 7:47 UTC (permalink / raw) To: Dominique Martinet, Qu Wenruo; +Cc: Christoph Anton Mitterer, linux-btrfs 在 2026/2/3 17:36, Dominique Martinet 写道: > Hi Qu, > > Qu Wenruo wrote on Wed, Nov 19, 2025 at 09:59:55AM +1030: >>>> We have a space info key for a block group that doesn't exist >>> >>> So even without clearing the cache as you've proposed below, it >>> couldn't have caused any post or future corruption, right?! >> >> Yep. Allocation is always happening based on a block group, such >> orphan space info/bitmap keys won't cause the allocator to use it >> anyway. >> >> So no corruption or whatever. > > We're running rountine btrfsck before copying the filesystem for cloning > in one of our tools, and I'm starting to get user reports of errors due > to this error (we run an ancient 5.10 kernel but there hadn't been any > such report, and now we just got two in a couple of weeks so something > must have been backported to the stable tree...) > > Anyway, I agree with your answer that it's safe to ignore, but it's not > obvious for users to decide that, so I'd like to address this somehow. > > If it's really harmless, could it be printed as info message but not > change the btrfsck return code? (e.g. if that's the only error, return > success) I think it's possible to change it to a warning, not an error, but we are going to have proper automatic kernel in v6.20 kernel. With that said, at least for us developers a proper error will help us more, and prevent further similar problems. Trading between end users complains and future proof, I still prefer to keep it as an error for now. > > If you think it's worth keeping as an error, would you (or someone else) > happen to have any idea where I should start looking? In v6.20 kernel, the first RW mount of the fs will automatically fix the problem. The patch is here: https://lore.kernel.org/linux-btrfs/f58857f1ac741bd1fb4fa2e7ec56ed87815bb1f5.1766198159.git.wqu@suse.com/ And it's already in our for-next branch, heading towards v6.20 kernel. I will backport that fix to older LTS kernels (6.6 and 6.12 planned) so that even older kernel users will get their fs fixed properly. Thanks, Qu > > > (Alternatively since we're not copying at the block level I guess there's > no real need for this check in the first place, as any real corruption > would cause IO error, and I could just forget about this... The check > was just ported e2fsck from back when the fs was ext4...) > > Thanks, ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-03 7:47 ` Qu Wenruo @ 2026-02-03 8:17 ` Dominique Martinet 0 siblings, 0 replies; 30+ messages in thread From: Dominique Martinet @ 2026-02-03 8:17 UTC (permalink / raw) To: Qu Wenruo; +Cc: Qu Wenruo, Christoph Anton Mitterer, linux-btrfs Qu Wenruo wrote on Tue, Feb 03, 2026 at 06:17:14PM +1030: > > We're running rountine btrfsck before copying the filesystem for cloning > > in one of our tools, and I'm starting to get user reports of errors due > > to this error (we run an ancient 5.10 kernel but there hadn't been any > > such report, and now we just got two in a couple of weeks so something > > must have been backported to the stable tree...) > > > > Anyway, I agree with your answer that it's safe to ignore, but it's not > > obvious for users to decide that, so I'd like to address this somehow. > > > > If it's really harmless, could it be printed as info message but not > > change the btrfsck return code? (e.g. if that's the only error, return > > success) > > I think it's possible to change it to a warning, not an error, but we are > going to have proper automatic kernel in v6.20 kernel. > > With that said, at least for us developers a proper error will help us more, > and prevent further similar problems. > > Trading between end users complains and future proof, I still prefer to keep > it as an error for now. Fair enough, I understand. > > If you think it's worth keeping as an error, would you (or someone else) > > happen to have any idea where I should start looking? > > In v6.20 kernel, the first RW mount of the fs will automatically fix the > problem. > > The patch is here: > > https://lore.kernel.org/linux-btrfs/f58857f1ac741bd1fb4fa2e7ec56ed87815bb1f5.1766198159.git.wqu@suse.com/ Oh! I only searched for the btrfsck error message so this didn't come up, sorry. That's great, thank you. > And it's already in our for-next branch, heading towards v6.20 kernel. > > I will backport that fix to older LTS kernels (6.6 and 6.12 planned) so that > even older kernel users will get their fs fixed properly. Thanks.. Unfortunately that part of the code changed greatly in 5.11 (btrfs_start_pre_rw_mount didn't even exist back in 5.10), so I'll just give up on that one -- I just don't think it's worth the effort for our old kernel. However your commit message explains why we didn't see it before (it's limited to a range of "bad" btrfs-progs version), and we've already upgraded to btrfs-progs-6.17 so hopefully will stop seeing it as soon as people move away from the "bad" 6.14 version that likely caused the problem (I'll check a bit more on this) Thank you, -- Dominique Martinet | Asmadeus ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2025-11-18 23:29 ` Qu Wenruo 2026-02-03 7:06 ` Dominique Martinet @ 2026-02-05 1:44 ` Christoph Anton Mitterer 2026-02-05 4:24 ` Qu Wenruo 1 sibling, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-05 1:44 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs Hey Qu. Took me a while... but I’ve tried that now (kernel 6.18.8), but even after clearing the v2 space cache, btrfs check still finds the space info key for a block group that doesn't exist: # mount /data/a/1/ -o space_cache=v2,clear_cache # umount /data/a/1 # btrfs check /dev/mapper/data-a-1 ; echo $? ; beep Opening filesystem to check... Checking filesystem on /dev/mapper/data-a-1 UUID: ff14e046-d72c-4671-b30a-6ec17c58a0f1 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree We have a space info key for a block group that doesn't exist [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 15359868010496 bytes used, error(s) found total csum bytes: 14972501936 total tree bytes: 28026028032 total fs tree bytes: 10490626048 total extent tree bytes: 773816320 btree space waste bytes: 3556556510 file data blocks allocated: 21845206437888 referenced 17683364839424 1 Still nothing to worry about? (in terms of possible corruptions? right now I’d still have backups of all data... but probably not forever) Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 1:44 ` Christoph Anton Mitterer @ 2026-02-05 4:24 ` Qu Wenruo 2026-02-05 4:30 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-05 4:24 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/5 12:14, Christoph Anton Mitterer 写道: > Hey Qu. > > Took me a while... but I’ve tried that now (kernel 6.18.8), but even > after clearing the v2 space cache, btrfs check still finds the space > info key for a block group that doesn't exist: > > # mount /data/a/1/ -o space_cache=v2,clear_cache > # umount /data/a/1 Can you provide the dmesg during that mount and unmount. It looks like the v2 cache is not rebuilt. And that's the thing concerning me. > # btrfs check /dev/mapper/data-a-1 ; echo $? ; beep > Opening filesystem to check... > Checking filesystem on /dev/mapper/data-a-1 > UUID: ff14e046-d72c-4671-b30a-6ec17c58a0f1 > [1/8] checking log skipped (none written) > [2/8] checking root items > [3/8] checking extents > [4/8] checking free space tree > We have a space info key for a block group that doesn't exist > [5/8] checking fs roots > [6/8] checking only csums items (without verifying data) > [7/8] checking root refs > [8/8] checking quota groups skipped (not enabled on this FS) > found 15359868010496 bytes used, error(s) found > total csum bytes: 14972501936 > total tree bytes: 28026028032 > total fs tree bytes: 10490626048 > total extent tree bytes: 773816320 > btree space waste bytes: 3556556510 > file data blocks allocated: 21845206437888 > referenced 17683364839424 > 1 > > Still nothing to worry about? (in terms of possible corruptions? right > now I’d still have backups of all data... but probably not forever) For the check error itself, you have nothing to worry. Thanks, Qu > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 4:24 ` Qu Wenruo @ 2026-02-05 4:30 ` Christoph Anton Mitterer 2026-02-05 4:43 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-05 4:30 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Thu, 2026-02-05 at 14:54 +1030, Qu Wenruo wrote: > Can you provide the dmesg during that mount and unmount. Tried the same with two different filesystems: Feb 05 02:21:10 heisenberg kernel: BTRFS info (device dm-1): last unmount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 Feb 05 02:32:03 heisenberg kernel: BTRFS: device label data-a-1 devid 1 transid 4084 /dev/mapper/data-a-1 (253:1) scanned by mount (39262) Feb 05 02:32:03 heisenberg kernel: BTRFS info (device dm-1): first mount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 Feb 05 02:32:03 heisenberg kernel: BTRFS info (device dm-1): using crc32c (crc32c-lib) checksum algorithm Feb 05 02:32:17 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree Feb 05 02:32:17 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache Feb 05 02:32:29 heisenberg kernel: BTRFS info (device dm-1): last unmount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 Feb 05 03:39:12 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 05 03:39:24 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2620 /dev/mapper/data-a-2 (253:2) scanned by mount (53935) Feb 05 03:39:24 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 05 03:39:24 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 05 03:39:40 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree Feb 05 03:39:40 heisenberg kernel: BTRFS info (device dm-2): force clearing of disk cache Feb 05 03:39:59 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 05 03:40:00 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2620 /dev/mapper/data-a-2 (253:2) scanned by mount (54040) Feb 05 03:40:00 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 05 03:40:00 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 05 03:40:16 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree Feb 05 03:40:20 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > It looks like the v2 cache is not rebuilt. At least it claims it would clear it ("force clearing of disk cache"). Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 4:30 ` Christoph Anton Mitterer @ 2026-02-05 4:43 ` Qu Wenruo 2026-02-05 4:50 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-05 4:43 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/5 15:00, Christoph Anton Mitterer 写道: > On Thu, 2026-02-05 at 14:54 +1030, Qu Wenruo wrote: >> Can you provide the dmesg during that mount and unmount. > > Tried the same with two different filesystems: > Feb 05 02:21:10 heisenberg kernel: BTRFS info (device dm-1): last unmount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 > Feb 05 02:32:03 heisenberg kernel: BTRFS: device label data-a-1 devid 1 transid 4084 /dev/mapper/data-a-1 (253:1) scanned by mount (39262) > Feb 05 02:32:03 heisenberg kernel: BTRFS info (device dm-1): first mount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 > Feb 05 02:32:03 heisenberg kernel: BTRFS info (device dm-1): using crc32c (crc32c-lib) checksum algorithm > Feb 05 02:32:17 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree > Feb 05 02:32:17 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache > Feb 05 02:32:29 heisenberg kernel: BTRFS info (device dm-1): last unmount of filesystem ff14e046-d72c-4671-b30a-6ec17c58a0f1 > > Feb 05 03:39:12 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > Feb 05 03:39:24 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2620 /dev/mapper/data-a-2 (253:2) scanned by mount (53935) > Feb 05 03:39:24 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > Feb 05 03:39:24 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm > Feb 05 03:39:40 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree > Feb 05 03:39:40 heisenberg kernel: BTRFS info (device dm-2): force clearing of disk cache > Feb 05 03:39:59 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > Feb 05 03:40:00 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2620 /dev/mapper/data-a-2 (253:2) scanned by mount (54040) > Feb 05 03:40:00 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > Feb 05 03:40:00 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm > Feb 05 03:40:16 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree > Feb 05 03:40:20 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd > > >> It looks like the v2 cache is not rebuilt. > > At least it claims it would clear it ("force clearing of disk cache"). That message only means we're parsing the "clear_cache" mount option, it doesn't really mean we're rebuilding the v2 cache. Normally for "clear_cache,space_cache=v2" mount option, we will enter btrfs_start_pre_rw_mouont(), and it will set @rebuild_free_space_tree to true, and later entering btrfs_rebuild_free_space_tree(), and outputting a message showing "rebuilding free space tree". So by somehow your kernel didn't go that path. I have no idea why that happened. I guess for the worst case you can disable space cache completely first? E.g. -o space_cache=no,clear_cache. Then retry with v2 cache. Thanks, Qu > > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 4:43 ` Qu Wenruo @ 2026-02-05 4:50 ` Christoph Anton Mitterer 2026-02-05 4:53 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-05 4:50 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Thu, 2026-02-05 at 15:13 +1030, Qu Wenruo wrote: > > > That message only means we're parsing the "clear_cache" mount option, > it > doesn't really mean we're rebuilding the v2 cache. Is it really *only* a "parsed the option" message... or did it actually clear the cache? And would it now cause any issues if I have the cache cleared but no new one was rebuilt? > Normally for "clear_cache,space_cache=v2" mount option, we will enter > btrfs_start_pre_rw_mouont(), and it will set @rebuild_free_space_tree > to > true, and later entering btrfs_rebuild_free_space_tree(), and > outputting > a message showing "rebuilding free space tree". checked for that message... not in the log :-( > So by somehow your kernel didn't go that path. I have no idea why > that > happened. It's the kernel as shipped by Debian (in unstable)... linux-image-6.18.8+deb14-amd64 package. Any way to find out why it doesn't rebuild? > I guess for the worst case you can disable space cache completely > first? > E.g. -o space_cache=no,clear_cache. > > Then retry with v2 cache. Well... *if* that's safe to do... I'll try it tomorrow. Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 4:50 ` Christoph Anton Mitterer @ 2026-02-05 4:53 ` Qu Wenruo 2026-02-05 14:48 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-05 4:53 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/5 15:20, Christoph Anton Mitterer 写道: > On Thu, 2026-02-05 at 15:13 +1030, Qu Wenruo wrote: >>> >> That message only means we're parsing the "clear_cache" mount option, >> it >> doesn't really mean we're rebuilding the v2 cache. > > Is it really *only* a "parsed the option" message... or did it actually > clear the cache? According to the code of v6.18, it's really the option parsing. > And would it now cause any issues if I have the cache cleared but no > new one was rebuilt? Unless there is something wrong about the fs that has a free space tree but without the proper compat_ro flag. Mind to dump the super block of the involved fses, and may be the root tree too? # btrfs ins dump-super <dev> # btrfs ins dump-tree -t root <dev> Thanks, Qu > > >> Normally for "clear_cache,space_cache=v2" mount option, we will enter >> btrfs_start_pre_rw_mouont(), and it will set @rebuild_free_space_tree >> to >> true, and later entering btrfs_rebuild_free_space_tree(), and >> outputting >> a message showing "rebuilding free space tree". > > checked for that message... not in the log :-( > > >> So by somehow your kernel didn't go that path. I have no idea why >> that >> happened. > > It's the kernel as shipped by Debian (in unstable)... > linux-image-6.18.8+deb14-amd64 package. > > Any way to find out why it doesn't rebuild? > > >> I guess for the worst case you can disable space cache completely >> first? >> E.g. -o space_cache=no,clear_cache. >> >> Then retry with v2 cache. > > Well... *if* that's safe to do... I'll try it tomorrow. > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 4:53 ` Qu Wenruo @ 2026-02-05 14:48 ` Christoph Anton Mitterer 2026-02-05 20:48 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-05 14:48 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs [-- Attachment #1: Type: text/plain, Size: 912 bytes --] On Thu, 2026-02-05 at 15:23 +1030, Qu Wenruo wrote: > According to the code of v6.18, it's really the option parsing. Seems a bit ambiguous then? > > And would it now cause any issues if I have the cache cleared but > > no > > new one was rebuilt? > > Unless there is something wrong about the fs that has a free space > tree > but without the proper compat_ro flag. Can you tell that from the attached dumps? That’s my main data archive, and while I do have various backups of it, all but one are also using btrfs... so if there’s even a remote chance that this might have caused some corruption ... I’d rather know now, so that I can still act :-) > Mind to dump the super block of the involved fses, and may be the > root > tree too? > > # btrfs ins dump-super <dev> > # btrfs ins dump-tree -t root <dev> Sure... see attached archive :-) Thanks, Chris. [-- Attachment #2: dumps.tar.xz --] [-- Type: application/x-xz-compressed-tar, Size: 10844 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 14:48 ` Christoph Anton Mitterer @ 2026-02-05 20:48 ` Qu Wenruo 2026-02-05 23:56 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-05 20:48 UTC (permalink / raw) To: Christoph Anton Mitterer, Qu Wenruo; +Cc: linux-btrfs 在 2026/2/6 01:18, Christoph Anton Mitterer 写道: > On Thu, 2026-02-05 at 15:23 +1030, Qu Wenruo wrote: >> According to the code of v6.18, it's really the option parsing. > > Seems a bit ambiguous then? > > >>> And would it now cause any issues if I have the cache cleared but >>> no >>> new one was rebuilt? >> >> Unless there is something wrong about the fs that has a free space >> tree >> but without the proper compat_ro flag. > > Can you tell that from the attached dumps? > > That’s my main data archive, and while I do have various backups of it, > all but one are also using btrfs... so if there’s even a remote chance > that this might have caused some corruption ... I’d rather know now, so > that I can still act :-) The dumps show that all those two fses are have free space tree properly. So nothing to worry on the fs side. However it still doesn't explain why the clear_cache,space_cache=v2 mount option doesn't work. The only explanation I can come up with is some downstream patches from Debian. Would appreciate if you can test with an vanilla upstream kernel. This means if it's really some downstream patches, it may even affect the future auto fix behavior. Thanks, Qu > > > >> Mind to dump the super block of the involved fses, and may be the >> root >> tree too? >> >> # btrfs ins dump-super <dev> >> # btrfs ins dump-tree -t root <dev> > > Sure... see attached archive :-) > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 20:48 ` Qu Wenruo @ 2026-02-05 23:56 ` Christoph Anton Mitterer 2026-02-06 3:45 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-05 23:56 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Fri, 2026-02-06 at 07:18 +1030, Qu Wenruo wrote: > The only explanation I can come up with is some downstream patches > from > Debian. Would appreciate if you can test with an vanilla upstream > kernel. Uhm... that’s at least a bit of an effort (not because of the compilation itself, but rather because I’m rather security conscious and have no trust path to the upstream kernel sources)... Before doing that, would you consider the following as enough "checking"? I’ve downloaded the (Debian) source package for my kernel: $ apt-get source linux Debian puts all distro-specific patches in ./debian/patches (and applies them to the original upstream tarball when extracting the source package. Looking at these patches, only two contain btrfs at all: $ grep -Ril btrfs linux-6.18.8/debian/patches/ linux-6.18.8/debian/patches/bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch linux-6.18.8/debian/patches/debian/btrfs-warn-about-raid5-6-being-experimental-at-mount.patch linux-6.18.8/debian/patches/series I’d say none of them touches anything that could explain the above behaviour, but you can look up these patches yourself: https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/patches/bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch?ref_type=heads https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/patches/debian/btrfs-warn-about-raid5-6-being-experimental-at-mount.patch?ref_type=heads If that’s not enough, tell me and I’ll compile it myself. Cheers, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-05 23:56 ` Christoph Anton Mitterer @ 2026-02-06 3:45 ` Qu Wenruo 2026-02-07 1:19 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-06 3:45 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/6 10:26, Christoph Anton Mitterer 写道: > On Fri, 2026-02-06 at 07:18 +1030, Qu Wenruo wrote: >> The only explanation I can come up with is some downstream patches >> from >> Debian. Would appreciate if you can test with an vanilla upstream >> kernel. > > Uhm... that’s at least a bit of an effort (not because of the > compilation itself, but rather because I’m rather security conscious > and have no trust path to the upstream kernel sources)... > > > Before doing that, would you consider the following as enough > "checking"? > > I’ve downloaded the (Debian) source package for my kernel: > $ apt-get source linux > > Debian puts all distro-specific patches in ./debian/patches (and > applies them to the original upstream tarball when extracting the > source package. > > Looking at these patches, only two contain btrfs at all: > $ grep -Ril btrfs linux-6.18.8/debian/patches/ > linux-6.18.8/debian/patches/bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch > linux-6.18.8/debian/patches/debian/btrfs-warn-about-raid5-6-being-experimental-at-mount.patch > linux-6.18.8/debian/patches/series So it indeed means no changes to the space cache part. Then it's really weird now. Or you can try this btrfs-progs branch, which provides the free space tree repair functionality: https://github.com/adam900710/btrfs-progs/tree/repair_fst However I won't really recommend that, because you have to run the full btrfs check --repair, which can be very time consuming for large fses. And there is no dedicated repair tool yet. If you have a somewhat small fs with the same problem, you can try it first. Thanks, Qu > > I’d say none of them touches anything that could explain the above > behaviour, but you can look up these patches yourself: > https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/patches/bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch?ref_type=heads > https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/patches/debian/btrfs-warn-about-raid5-6-being-experimental-at-mount.patch?ref_type=heads > > > If that’s not enough, tell me and I’ll compile it myself. > > > Cheers, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-06 3:45 ` Qu Wenruo @ 2026-02-07 1:19 ` Christoph Anton Mitterer 2026-02-07 1:27 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-07 1:19 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Fri, 2026-02-06 at 14:15 +1030, Qu Wenruo wrote: > So it indeed means no changes to the space cache part. > Then it's really weird now. With a smaller fs (which contains less important data) that also suffers from the issue (I guess all my filesystems do) I got this in fsck: # btrfs check /dev/mapper/data-e ; echo $? Opening filesystem to check... Checking filesystem on /dev/mapper/data-e UUID: 1f346f85-af92-4025-8647-6d1ecb962bc1 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree We have a space info key for a block group that doesn't exist [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 4950228389888 bytes used, error(s) found total csum bytes: 4815660532 total tree bytes: 18992005120 total fs tree bytes: 12893093888 total extent tree bytes: 820494336 btree space waste bytes: 2902119498 file data blocks allocated: 14978660605952 referenced 7649886547968 1 I tried a few more things: Frist: - only -o clear_cache (which as per manpage should already rebuild the v2 tree, but apparently doesn't Then: - -o space_cache=no,clear_cache => also doesn't seem to clear the tree (when I mounted again, the "enabling free space tree" appeared) Then I tried: - btrfs check --clear-space-cache v2 => actually made the the "enabling free space tree" kernel log message no longer appear on the next mount (so I assume --clear-space-cache not only clears the cache but also disables it... Edit: or it's because nothing is printed for v1 cache?) followed by: - -o space_cache=v2,clear_cache => in order to get back the v2 tree, cause I assume after the --clear-space-cache v2 I really had no space cache at all. but the kernel log only printed: Feb 07 01:35:57 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree Feb 07 01:35:57 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache i.e. no rebuilding message as you said would appear. After that I did another real fsck: # btrfs check /dev/mapper/data-e ; echo $? ; beep Opening filesystem to check... Checking filesystem on /dev/mapper/data-e UUID: 1f346f85-af92-4025-8647-6d1ecb962bc1 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space cache [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 4950226653184 bytes used, no error found total csum bytes: 4815660532 total tree bytes: 18990268416 total fs tree bytes: 12893093888 total extent tree bytes: 820494336 btree space waste bytes: 2901786702 file data blocks allocated: 14978660605952 referenced 7649886547968 0 So... I'm a bit puzzled now... a) it says now "free space cache" and isn't that v1? o.O b) The - found 4950226653184 bytes used, no error found - total tree bytes: 18990268416 - btree space waste bytes: 2901786702 Is that because of the apparent switch from v2 to v1? Or got something broken? It seem I cannot go back to v2 cache now...even after mount /data/e/ -o space_cache=v2,clear_cache which gives: Feb 07 02:15:30 heisenberg kernel: BTRFS: device label data-e devid 1 transid 12267 /dev/mapper/data-e (253:1) scanned by mount (20764) Feb 07 02:15:30 heisenberg kernel: BTRFS info (device dm-1): first mount of filesystem 1f346f85-af92-4025-8647-6d1ecb962bc1 Feb 07 02:15:30 heisenberg kernel: BTRFS info (device dm-1): using crc32c (crc32c-lib) checksum algorithm Feb 07 02:15:45 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree Feb 07 02:15:45 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache Feb 07 02:15:56 heisenberg kernel: BTRFS info (device dm-1): last unmount of filesystem 1f346f85-af92-4025-8647-6d1ecb962bc1 Current state: root@heisenberg:~# btrfs inspect-internal dump-super /dev/mapper/data-e superblock: bytenr=65536, device=/dev/mapper/data-e --------------------------------------------------------- csum_type 0 (crc32c) csum_size 4 csum 0xcfe69bb4 [match] bytenr 65536 flags 0x1 ( WRITTEN ) magic _BHRfS_M [match] fsid 1f346f85-af92-4025-8647-6d1ecb962bc1 metadata_uuid 00000000-0000-0000-0000-000000000000 label data-e generation 12267 root 10491582857216 sys_array_size 129 chunk_root_generation 12265 root_level 1 chunk_root 26869760 chunk_root_level 1 log_root 0 log_root_transid (deprecated) 0 log_root_level 0 total_bytes 8000433553408 bytes_used 4950226653184 sectorsize 4096 nodesize 16384 leafsize (deprecated) 16384 stripesize 4096 root_dir 6 num_devices 1 compat_flags 0x0 compat_ro_flags 0x0 incompat_flags 0x361 ( MIXED_BACKREF | BIG_METADATA | EXTENDED_IREF | SKINNY_METADATA | NO_HOLES ) cache_generation 0 uuid_tree_generation 11253 dev_item.uuid 08616a39-ba1d-4b75-b525-bca63b34e4a8 dev_item.fsid 1f346f85-af92-4025-8647-6d1ecb962bc1 [match] dev_item.type 0 dev_item.total_bytes 8000433553408 dev_item.bytes_used 5408466927616 dev_item.io_align 4096 dev_item.io_width 4096 dev_item.sector_size 4096 dev_item.devid 1 dev_item.dev_group 0 dev_item.seek_speed 0 dev_item.bandwidth 0 dev_item.generation 0 root@heisenberg:~# btrfs inspect-internal dump-tree -t root /dev/mapper/data-e btrfs-progs v6.17.1 root tree node 10491582857216 level 1 items 2 free space 491 generation 12267 owner ROOT_TREE node 10491582857216 flags 0x1(WRITTEN) backref revision 1 fs uuid 1f346f85-af92-4025-8647-6d1ecb962bc1 chunk uuid 6196926e-557c-47ec-8f80-2f41d435fcc1 key (EXTENT_TREE ROOT_ITEM 0) block 10491582873600 gen 12267 key (284 ROOT_BACKREF 5) block 10521605554176 gen 12214 leaf 10491582873600 items 49 free space 9669 generation 12267 owner ROOT_TREE leaf 10491582873600 flags 0x1(WRITTEN) backref revision 1 fs uuid 1f346f85-af92-4025-8647-6d1ecb962bc1 chunk uuid 6196926e-557c-47ec-8f80-2f41d435fcc1 item 0 key (EXTENT_TREE ROOT_ITEM 0) itemoff 15844 itemsize 439 generation 12267 root_dirid 0 bytenr 10491582922752 byte_limit 0 bytes_used 820494336 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12267 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 1 key (DEV_TREE ROOT_ITEM 0) itemoff 15405 itemsize 439 generation 12265 root_dirid 0 bytenr 447741952 byte_limit 0 bytes_used 458752 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 1 generation_v2 12265 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 2 key (FS_TREE INODE_REF 6) itemoff 15388 itemsize 17 index 0 namelen 7 name: default item 3 key (FS_TREE ROOT_ITEM 0) itemoff 14949 itemsize 439 generation 12266 root_dirid 256 bytenr 446578688 byte_limit 0 bytes_used 6471680 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 1 generation_v2 12266 uuid 0426dfdb-b7fd-4cab-a7aa-4b770ba51058 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 12266 otransid 0 stransid 0 rtransid 0 ctime 1770345814.603030878 (2026-02-06 03:43:34) otime 1669166038.0 (2022-11-23 02:13:58) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 4 key (FS_TREE ROOT_REF 258) itemoff 14919 itemsize 30 root ref key dirid 181050 sequence 2 name 2022-11-25_1 item 5 key (FS_TREE ROOT_REF 269) itemoff 14889 itemsize 30 root ref key dirid 181050 sequence 10 name 2023-03-28_1 item 6 key (FS_TREE ROOT_REF 281) itemoff 14859 itemsize 30 root ref key dirid 181050 sequence 18 name 2023-08-28_1 item 7 key (FS_TREE ROOT_REF 284) itemoff 14824 itemsize 35 root ref key dirid 181050 sequence 21 name 2023-10-22_1_live item 8 key (FS_TREE ROOT_REF 289) itemoff 14789 itemsize 35 root ref key dirid 181050 sequence 22 name 2023-11-29_1_live item 9 key (FS_TREE ROOT_REF 290) itemoff 14754 itemsize 35 root ref key dirid 181050 sequence 23 name 2024-01-11_1_live item 10 key (FS_TREE ROOT_REF 291) itemoff 14719 itemsize 35 root ref key dirid 181050 sequence 24 name 2024-02-10_1_live item 11 key (FS_TREE ROOT_REF 292) itemoff 14684 itemsize 35 root ref key dirid 181050 sequence 25 name 2024-04-19_1_live item 12 key (FS_TREE ROOT_REF 293) itemoff 14654 itemsize 30 root ref key dirid 181050 sequence 26 name 2024-05-22_1 item 13 key (FS_TREE ROOT_REF 294) itemoff 14619 itemsize 35 root ref key dirid 181050 sequence 27 name 2024-07-13_1_live item 14 key (FS_TREE ROOT_REF 295) itemoff 14584 itemsize 35 root ref key dirid 181050 sequence 28 name 2024-08-02_1_live item 15 key (FS_TREE ROOT_REF 296) itemoff 14549 itemsize 35 root ref key dirid 181050 sequence 29 name 2024-08-14_1_live item 16 key (FS_TREE ROOT_REF 297) itemoff 14514 itemsize 35 root ref key dirid 181050 sequence 30 name 2024-08-22_3_live item 17 key (FS_TREE ROOT_REF 298) itemoff 14479 itemsize 35 root ref key dirid 181050 sequence 31 name 2024-09-07_1_live item 18 key (FS_TREE ROOT_REF 299) itemoff 14457 itemsize 22 root ref key dirid 256 sequence 9 name data item 19 key (FS_TREE ROOT_REF 300) itemoff 14422 itemsize 35 root ref key dirid 181050 sequence 32 name 2024-10-22_1_live item 20 key (FS_TREE ROOT_REF 301) itemoff 14387 itemsize 35 root ref key dirid 181050 sequence 33 name 2024-11-24_1_live item 21 key (FS_TREE ROOT_REF 302) itemoff 14352 itemsize 35 root ref key dirid 181050 sequence 34 name 2024-12-21_1_live item 22 key (FS_TREE ROOT_REF 303) itemoff 14317 itemsize 35 root ref key dirid 181050 sequence 35 name 2025-01-14_1_live item 23 key (FS_TREE ROOT_REF 304) itemoff 14282 itemsize 35 root ref key dirid 181050 sequence 36 name 2025-01-20_1_live item 24 key (FS_TREE ROOT_REF 305) itemoff 14247 itemsize 35 root ref key dirid 181050 sequence 37 name 2025-02-23_2_live item 25 key (FS_TREE ROOT_REF 306) itemoff 14212 itemsize 35 root ref key dirid 181050 sequence 38 name 2025-03-16_1_live item 26 key (FS_TREE ROOT_REF 307) itemoff 14177 itemsize 35 root ref key dirid 181050 sequence 39 name 2025-04-11_1_live item 27 key (FS_TREE ROOT_REF 308) itemoff 14142 itemsize 35 root ref key dirid 181050 sequence 40 name 2025-04-27_1_live item 28 key (FS_TREE ROOT_REF 309) itemoff 14107 itemsize 35 root ref key dirid 181050 sequence 41 name 2025-05-09_1_live item 29 key (FS_TREE ROOT_REF 310) itemoff 14072 itemsize 35 root ref key dirid 181050 sequence 42 name 2025-05-18_1_live item 30 key (FS_TREE ROOT_REF 311) itemoff 14037 itemsize 35 root ref key dirid 181050 sequence 43 name 2025-06-07_1_live item 31 key (FS_TREE ROOT_REF 312) itemoff 14002 itemsize 35 root ref key dirid 181050 sequence 44 name 2025-07-27_1_live item 32 key (FS_TREE ROOT_REF 313) itemoff 13967 itemsize 35 root ref key dirid 181050 sequence 45 name 2025-08-28_1_live item 33 key (FS_TREE ROOT_REF 314) itemoff 13932 itemsize 35 root ref key dirid 181050 sequence 46 name 2025-09-05_1_live item 34 key (FS_TREE ROOT_REF 315) itemoff 13897 itemsize 35 root ref key dirid 181050 sequence 47 name 2025-09-30_1_live item 35 key (FS_TREE ROOT_REF 316) itemoff 13862 itemsize 35 root ref key dirid 181050 sequence 48 name 2025-11-03_1_live item 36 key (FS_TREE ROOT_REF 317) itemoff 13827 itemsize 35 root ref key dirid 181050 sequence 49 name 2026-01-10_1_live item 37 key (ROOT_TREE_DIR INODE_ITEM 0) itemoff 13667 itemsize 160 generation 3 transid 0 size 0 nbytes 16384 block group 0 mode 40755 links 1 uid 0 gid 0 rdev 0 sequence 0 flags 0x0(none) atime 1669166039.0 (2022-11-23 02:13:59) ctime 1669166039.0 (2022-11-23 02:13:59) mtime 1669166039.0 (2022-11-23 02:13:59) otime 1669166039.0 (2022-11-23 02:13:59) item 38 key (ROOT_TREE_DIR INODE_REF 6) itemoff 13655 itemsize 12 index 0 namelen 2 name: .. item 39 key (ROOT_TREE_DIR DIR_ITEM 2378154706) itemoff 13618 itemsize 37 location key (FS_TREE ROOT_ITEM 18446744073709551615) type DIR transid 0 data_len 0 name_len 7 name: default item 40 key (CSUM_TREE ROOT_ITEM 0) itemoff 13179 itemsize 439 generation 12264 root_dirid 0 bytenr 102957056 byte_limit 0 bytes_used 5275500544 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 3 generation_v2 12264 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 41 key (UUID_TREE ROOT_ITEM 0) itemoff 12740 itemsize 439 generation 12212 root_dirid 0 bytenr 10492531884032 byte_limit 0 bytes_used 16384 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 0 generation_v2 12212 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 42 key (258 ROOT_ITEM 0) itemoff 12301 itemsize 439 generation 1254 root_dirid 256 bytenr 33210368 byte_limit 0 bytes_used 1255145472 last_snapshot 1254 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 1254 uuid 4475f931-57a1-cc4b-be12-469097a69c2a parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid dd4938ab-7692-8f48-84db-230779aef6b7 ctransid 476 otransid 436 stransid 42506 rtransid 474 ctime 1669417261.120548682 (2022-11-26 00:01:01) otime 1669412759.991539456 (2022-11-25 22:45:59) stime 0.0 (1970-01-01 01:00:00) rtime 1669417232.476973820 (2022-11-26 00:00:32) item 43 key (258 ROOT_BACKREF 5) itemoff 12271 itemsize 30 root backref key dirid 181050 sequence 2 name 2022-11-25_1 item 44 key (269 ROOT_ITEM 4828) itemoff 11832 itemsize 439 generation 4835 root_dirid 256 bytenr 97468416 byte_limit 0 bytes_used 1103085568 last_snapshot 4835 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 4835 uuid b3adc0f6-caa5-bb48-9cb7-f385b51e0759 parent_uuid 0c8f1208-203b-f841-a715-cb3aaf98ffdd received_uuid b5619830-21e2-0241-b492-72403cc1ada6 ctransid 4833 otransid 4828 stransid 195315 rtransid 4831 ctime 1680040359.271299647 (2023-03-28 23:52:39) otime 1680040211.625043933 (2023-03-28 23:50:11) stime 0.0 (1970-01-01 01:00:00) rtime 1680040318.567972706 (2023-03-28 23:51:58) item 45 key (269 ROOT_BACKREF 5) itemoff 11802 itemsize 30 root backref key dirid 181050 sequence 10 name 2023-03-28_1 item 46 key (281 ROOT_ITEM 8551) itemoff 11363 itemsize 439 generation 8555 root_dirid 256 bytenr 2838577217536 byte_limit 0 bytes_used 1060388864 last_snapshot 8555 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 8555 uuid a28da772-4aa3-bc46-bc26-184bcd467688 parent_uuid 7fe15ea9-8ce4-ad44-bad0-36b3a852a757 received_uuid d01737a3-988c-d241-a301-a63bbf639e33 ctransid 8553 otransid 8551 stransid 342695 rtransid 8552 ctime 1693257299.284921657 (2023-08-28 23:14:59) otime 1693257194.150495183 (2023-08-28 23:13:14) stime 0.0 (1970-01-01 01:00:00) rtime 1693257238.270076048 (2023-08-28 23:13:58) item 47 key (281 ROOT_BACKREF 5) itemoff 11333 itemsize 30 root backref key dirid 181050 sequence 18 name 2023-08-28_1 item 48 key (284 ROOT_ITEM 9362) itemoff 10894 itemsize 439 generation 10974 root_dirid 256 bytenr 5585959485440 byte_limit 0 bytes_used 1063043072 last_snapshot 10974 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 10974 uuid 390390e2-6e27-2b47-beab-20c90b11cfe5 parent_uuid c1d88227-cdbe-0544-8460-66916c50d88f received_uuid 4ea20bd4-33ba-ed4c-9d09-08f69b825325 ctransid 9371 otransid 9362 stransid 393039 rtransid 9368 ctime 1697990824.260290979 (2023-10-22 18:07:04) otime 1697990394.603966780 (2023-10-22 17:59:54) stime 0.0 (1970-01-01 01:00:00) rtime 1697990765.697575667 (2023-10-22 18:06:05) leaf 10521605554176 items 60 free space 581 generation 12214 owner ROOT_TREE leaf 10521605554176 flags 0x1(WRITTEN) backref revision 1 fs uuid 1f346f85-af92-4025-8647-6d1ecb962bc1 chunk uuid 6196926e-557c-47ec-8f80-2f41d435fcc1 item 0 key (284 ROOT_BACKREF 5) itemoff 16248 itemsize 35 root backref key dirid 181050 sequence 21 name 2023-10-22_1_live item 1 key (289 ROOT_ITEM 10974) itemoff 15809 itemsize 439 generation 10986 root_dirid 256 bytenr 8027272773632 byte_limit 0 bytes_used 1089552384 last_snapshot 10986 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 10986 uuid af86fac2-e13e-364d-8e0c-a9b586288f7d parent_uuid 390390e2-6e27-2b47-beab-20c90b11cfe5 received_uuid 9971aeab-b0ff-a240-8c9e-fc8b6df4450b ctransid 10984 otransid 10974 stransid 442097 rtransid 10982 ctime 1701303295.792475019 (2023-11-30 01:14:55) otime 1701302074.458251120 (2023-11-30 00:54:34) stime 0.0 (1970-01-01 01:00:00) rtime 1701303258.632828916 (2023-11-30 01:14:18) item 2 key (289 ROOT_BACKREF 5) itemoff 15774 itemsize 35 root backref key dirid 181050 sequence 22 name 2023-11-29_1_live item 3 key (290 ROOT_ITEM 10986) itemoff 15335 itemsize 439 generation 11147 root_dirid 256 bytenr 30408704 byte_limit 0 bytes_used 1124057088 last_snapshot 11147 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11147 uuid d763b7c2-358f-3d42-901c-2aa93566b809 parent_uuid af86fac2-e13e-364d-8e0c-a9b586288f7d received_uuid 83665abe-e231-c345-96fb-f43c5a9790b5 ctransid 11003 otransid 10986 stransid 496155 rtransid 11000 ctime 1704983696.700466711 (2024-01-11 15:34:56) otime 1704982746.519424331 (2024-01-11 15:19:06) stime 0.0 (1970-01-01 01:00:00) rtime 1704983659.157254433 (2024-01-11 15:34:19) item 4 key (290 ROOT_BACKREF 5) itemoff 15300 itemsize 35 root backref key dirid 181050 sequence 23 name 2024-01-11_1_live item 5 key (291 ROOT_ITEM 11147) itemoff 14861 itemsize 439 generation 11160 root_dirid 256 bytenr 30490624 byte_limit 0 bytes_used 1183809536 last_snapshot 11160 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11160 uuid 5a045669-c3e6-7f4e-a9cd-97ab129f326c parent_uuid d763b7c2-358f-3d42-901c-2aa93566b809 received_uuid d08612b2-82c3-0a4a-84a7-de8e9c965c74 ctransid 11158 otransid 11147 stransid 536794 rtransid 11156 ctime 1707599767.237865245 (2024-02-10 22:16:07) otime 1707599014.123659576 (2024-02-10 22:03:34) stime 0.0 (1970-01-01 01:00:00) rtime 1707599728.821203799 (2024-02-10 22:15:28) item 6 key (291 ROOT_BACKREF 5) itemoff 14826 itemsize 35 root backref key dirid 181050 sequence 24 name 2024-02-10_1_live item 7 key (292 ROOT_ITEM 11160) itemoff 14387 itemsize 439 generation 11189 root_dirid 256 bytenr 30507008 byte_limit 0 bytes_used 1278623744 last_snapshot 11189 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11189 uuid 6d6ce3f9-3c50-474c-a131-0fe622f56f11 parent_uuid 5a045669-c3e6-7f4e-a9cd-97ab129f326c received_uuid 1f1e6931-2e0a-8043-8c6e-9580108d3ac9 ctransid 11187 otransid 11160 stransid 614024 rtransid 11186 ctime 1713711505.771909122 (2024-04-21 16:58:25) otime 1713708665.35527408 (2024-04-21 16:11:05) stime 0.0 (1970-01-01 01:00:00) rtime 1713711457.11415209 (2024-04-21 16:57:37) item 8 key (292 ROOT_BACKREF 5) itemoff 14352 itemsize 35 root backref key dirid 181050 sequence 25 name 2024-04-19_1_live item 9 key (293 ROOT_ITEM 11189) itemoff 13913 itemsize 439 generation 11204 root_dirid 256 bytenr 37109760 byte_limit 0 bytes_used 1328463872 last_snapshot 11204 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11204 uuid fff8ef56-d290-9c40-9a16-0a65a8ea0c2f parent_uuid 6d6ce3f9-3c50-474c-a131-0fe622f56f11 received_uuid 88f47c74-e45a-1346-9696-e2801ff0dc27 ctransid 11201 otransid 11189 stransid 653464 rtransid 11199 ctime 1716411882.801896586 (2024-05-22 23:04:42) otime 1716410840.345571094 (2024-05-22 22:47:20) stime 0.0 (1970-01-01 01:00:00) rtime 1716411815.817777895 (2024-05-22 23:03:35) item 10 key (293 ROOT_BACKREF 5) itemoff 13883 itemsize 30 root backref key dirid 181050 sequence 26 name 2024-05-22_1 item 11 key (294 ROOT_ITEM 11204) itemoff 13444 itemsize 439 generation 11225 root_dirid 256 bytenr 30621696 byte_limit 0 bytes_used 1357643776 last_snapshot 11225 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11225 uuid 8d7cefc1-0e8d-5043-b3da-5549bac8e03b parent_uuid fff8ef56-d290-9c40-9a16-0a65a8ea0c2f received_uuid c75875e5-f958-c045-ba96-d6e63b823407 ctransid 11223 otransid 11204 stransid 711152 rtransid 11221 ctime 1720823316.581643970 (2024-07-13 00:28:36) otime 1720821806.490259055 (2024-07-13 00:03:26) stime 0.0 (1970-01-01 01:00:00) rtime 1720823277.810475699 (2024-07-13 00:27:57) item 12 key (294 ROOT_BACKREF 5) itemoff 13409 itemsize 35 root backref key dirid 181050 sequence 27 name 2024-07-13_1_live item 13 key (295 ROOT_ITEM 11225) itemoff 12970 itemsize 439 generation 11240 root_dirid 256 bytenr 35897344 byte_limit 0 bytes_used 1371340800 last_snapshot 11240 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11240 uuid 3aa680ae-39ff-2749-b2eb-485000dd8d9a parent_uuid 8d7cefc1-0e8d-5043-b3da-5549bac8e03b received_uuid 799e61ee-57bf-a243-bcfc-43421fdaf5f4 ctransid 11238 otransid 11225 stransid 731767 rtransid 11235 ctime 1722562774.105533577 (2024-08-02 03:39:34) otime 1722562125.370202076 (2024-08-02 03:28:45) stime 0.0 (1970-01-01 01:00:00) rtime 1722562730.614554577 (2024-08-02 03:38:50) item 14 key (295 ROOT_BACKREF 5) itemoff 12935 itemsize 35 root backref key dirid 181050 sequence 28 name 2024-08-02_1_live item 15 key (296 ROOT_ITEM 11240) itemoff 12496 itemsize 439 generation 11249 root_dirid 256 bytenr 30785536 byte_limit 0 bytes_used 1375420416 last_snapshot 11249 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11249 uuid 2955b5a8-1bb0-aa44-9640-fd322df8e6b9 parent_uuid 3aa680ae-39ff-2749-b2eb-485000dd8d9a received_uuid 3899eff4-e4c2-6b43-82f3-0b9fff5f0e33 ctransid 11247 otransid 11240 stransid 743201 rtransid 11244 ctime 1723672478.312473413 (2024-08-14 23:54:38) otime 1723672181.987422090 (2024-08-14 23:49:41) stime 0.0 (1970-01-01 01:00:00) rtime 1723672425.167552737 (2024-08-14 23:53:45) item 16 key (296 ROOT_BACKREF 5) itemoff 12461 itemsize 35 root backref key dirid 181050 sequence 29 name 2024-08-14_1_live item 17 key (297 ROOT_ITEM 11249) itemoff 12022 itemsize 439 generation 11255 root_dirid 256 bytenr 30638080 byte_limit 0 bytes_used 1334853632 last_snapshot 11255 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11255 uuid 666d2f6c-cb17-914a-b63b-e989f9727744 parent_uuid 2955b5a8-1bb0-aa44-9640-fd322df8e6b9 received_uuid 98cda6a1-57d0-ae4d-8792-ab5d6a97bfc6 ctransid 11252 otransid 11249 stransid 752535 rtransid 11251 ctime 1724360404.935084633 (2024-08-22 23:00:04) otime 1724360240.743433742 (2024-08-22 22:57:20) stime 0.0 (1970-01-01 01:00:00) rtime 1724360352.830596200 (2024-08-22 22:59:12) item 18 key (297 ROOT_BACKREF 5) itemoff 11987 itemsize 35 root backref key dirid 181050 sequence 30 name 2024-08-22_3_live item 19 key (298 ROOT_ITEM 11255) itemoff 11548 itemsize 439 generation 11887 root_dirid 256 bytenr 30867456 byte_limit 0 bytes_used 1566113792 last_snapshot 11887 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11887 uuid b99deb79-fca9-a94d-bafb-f60509fddfa9 parent_uuid 666d2f6c-cb17-914a-b63b-e989f9727744 received_uuid 14cd4187-7ca3-fb4b-9a4f-3a564ba983de ctransid 11267 otransid 11255 stransid 769059 rtransid 11264 ctime 1725727508.422960451 (2024-09-07 18:45:08) otime 1725726115.249233281 (2024-09-07 18:21:55) stime 0.0 (1970-01-01 01:00:00) rtime 1725727463.13738574 (2024-09-07 18:44:23) item 20 key (298 ROOT_BACKREF 5) itemoff 11513 itemsize 35 root backref key dirid 181050 sequence 31 name 2024-09-07_1_live item 21 key (299 ROOT_ITEM 0) itemoff 11074 itemsize 439 generation 11977 root_dirid 256 bytenr 6863598534656 byte_limit 0 bytes_used 58343424 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11977 uuid 39e76b16-08b0-dc43-8f88-59fc5f0dcf44 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 11977 otransid 11297 stransid 0 rtransid 0 ctime 1736813732.196888069 (2025-01-14 01:15:32) otime 1729261833.52283456 (2024-10-18 16:30:33) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 22 key (299 ROOT_BACKREF 5) itemoff 11052 itemsize 22 root backref key dirid 256 sequence 9 name data item 23 key (300 ROOT_ITEM 11887) itemoff 10613 itemsize 439 generation 11905 root_dirid 256 bytenr 30818304 byte_limit 0 bytes_used 1596915712 last_snapshot 11905 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11905 uuid f0720250-4bd4-5f45-ab0b-292872917769 parent_uuid b99deb79-fca9-a94d-bafb-f60509fddfa9 received_uuid b0dae321-8f29-2a40-819a-8c66340ebe0d ctransid 11904 otransid 11887 stransid 803143 rtransid 11902 ctime 1729601895.557672431 (2024-10-22 14:58:15) otime 1729600815.208956725 (2024-10-22 14:40:15) stime 0.0 (1970-01-01 01:00:00) rtime 1729601862.707780060 (2024-10-22 14:57:42) item 24 key (300 ROOT_BACKREF 5) itemoff 10578 itemsize 35 root backref key dirid 181050 sequence 32 name 2024-10-22_1_live item 25 key (301 ROOT_ITEM 11905) itemoff 10139 itemsize 439 generation 11917 root_dirid 256 bytenr 32047104 byte_limit 0 bytes_used 1625456640 last_snapshot 11917 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11917 uuid 1ae7b240-f385-624e-ac7a-9effb2ff6ebd parent_uuid f0720250-4bd4-5f45-ab0b-292872917769 received_uuid 52854293-e7ad-6144-8b0c-d747c435035c ctransid 11916 otransid 11905 stransid 844110 rtransid 11914 ctime 1732407446.581779544 (2024-11-24 01:17:26) otime 1732406827.838922021 (2024-11-24 01:07:07) stime 0.0 (1970-01-01 01:00:00) rtime 1732407397.286418289 (2024-11-24 01:16:37) item 26 key (301 ROOT_BACKREF 5) itemoff 10104 itemsize 35 root backref key dirid 181050 sequence 33 name 2024-11-24_1_live item 27 key (302 ROOT_ITEM 11917) itemoff 9665 itemsize 439 generation 11973 root_dirid 256 bytenr 396476416 byte_limit 0 bytes_used 1635565568 last_snapshot 11973 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 11973 uuid 374cb2fb-1345-f448-b68c-e678f82d4a83 parent_uuid 1ae7b240-f385-624e-ac7a-9effb2ff6ebd received_uuid 5eb822eb-ed50-b846-b3b7-ee71680a870b ctransid 11927 otransid 11917 stransid 874501 rtransid 11925 ctime 1734819246.267936179 (2024-12-21 23:14:06) otime 1734818457.270484582 (2024-12-21 23:00:57) stime 0.0 (1970-01-01 01:00:00) rtime 1734819212.182854836 (2024-12-21 23:13:32) item 28 key (302 ROOT_BACKREF 5) itemoff 9630 itemsize 35 root backref key dirid 181050 sequence 34 name 2024-12-21_1_live item 29 key (303 ROOT_ITEM 11973) itemoff 9191 itemsize 439 generation 12063 root_dirid 256 bytenr 32342016 byte_limit 0 bytes_used 1663008768 last_snapshot 12063 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12063 uuid b12cc9ba-c7da-5045-a6d4-5f69de9b59b6 parent_uuid 374cb2fb-1345-f448-b68c-e678f82d4a83 received_uuid 2bec8139-bb0b-7745-98e2-f5e2b44ffff6 ctransid 11982 otransid 11973 stransid 899043 rtransid 11979 ctime 1736814078.860057860 (2025-01-14 01:21:18) otime 1736813325.31015706 (2025-01-14 01:08:45) stime 0.0 (1970-01-01 01:00:00) rtime 1736814035.870082609 (2025-01-14 01:20:35) item 30 key (303 ROOT_BACKREF 5) itemoff 9156 itemsize 35 root backref key dirid 181050 sequence 35 name 2025-01-14_1_live item 31 key (304 ROOT_ITEM 12063) itemoff 8717 itemsize 439 generation 12069 root_dirid 256 bytenr 37093376 byte_limit 0 bytes_used 1671905280 last_snapshot 12069 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12069 uuid 5a0dbe49-3898-354b-a5f6-7bd8c72bd347 parent_uuid b12cc9ba-c7da-5045-a6d4-5f69de9b59b6 received_uuid f091c29b-c9ca-e143-a4dc-d97c1a9f4640 ctransid 12068 otransid 12063 stransid 904819 rtransid 12066 ctime 1737334320.714994089 (2025-01-20 01:52:00) otime 1737334070.901663483 (2025-01-20 01:47:50) stime 0.0 (1970-01-01 01:00:00) rtime 1737334292.768204788 (2025-01-20 01:51:32) item 32 key (304 ROOT_BACKREF 5) itemoff 8682 itemsize 35 root backref key dirid 181050 sequence 36 name 2025-01-20_1_live item 33 key (305 ROOT_ITEM 12069) itemoff 8243 itemsize 439 generation 12078 root_dirid 256 bytenr 33603584 byte_limit 0 bytes_used 1679589376 last_snapshot 12078 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12078 uuid c9948512-a1e6-c04d-b77b-347593fddf98 parent_uuid 5a0dbe49-3898-354b-a5f6-7bd8c72bd347 received_uuid df08f225-2c47-e14e-8d3a-e1b6958df9f5 ctransid 12077 otransid 12069 stransid 936026 rtransid 12076 ctime 1740331902.687866929 (2025-02-23 18:31:42) otime 1740331183.321789435 (2025-02-23 18:19:43) stime 0.0 (1970-01-01 01:00:00) rtime 1740331825.780664410 (2025-02-23 18:30:25) item 34 key (305 ROOT_BACKREF 5) itemoff 8208 itemsize 35 root backref key dirid 181050 sequence 37 name 2025-02-23_2_live item 35 key (306 ROOT_ITEM 12078) itemoff 7769 itemsize 439 generation 12087 root_dirid 256 bytenr 39436288 byte_limit 0 bytes_used 1772961792 last_snapshot 12087 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12087 uuid fac3800e-eb82-bf49-bf3e-3f383d31a493 parent_uuid c9948512-a1e6-c04d-b77b-347593fddf98 received_uuid 71a95349-dff9-1d44-912c-4b118a1faeae ctransid 12085 otransid 12078 stransid 959982 rtransid 12085 ctime 1742100638.221162113 (2025-03-16 05:50:38) otime 1742100037.906943966 (2025-03-16 05:40:37) stime 0.0 (1970-01-01 01:00:00) rtime 1742100573.991532037 (2025-03-16 05:49:33) item 36 key (306 ROOT_BACKREF 5) itemoff 7734 itemsize 35 root backref key dirid 181050 sequence 38 name 2025-03-16_1_live item 37 key (307 ROOT_ITEM 12087) itemoff 7295 itemsize 439 generation 12095 root_dirid 256 bytenr 35061760 byte_limit 0 bytes_used 1677901824 last_snapshot 12095 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12095 uuid 01a0af83-fda3-9d4e-8fe3-fcf8ce8a6114 parent_uuid fac3800e-eb82-bf49-bf3e-3f383d31a493 received_uuid 62a31ba2-cd5c-404f-ae1d-9a38ad62aa25 ctransid 12094 otransid 12087 stransid 986390 rtransid 12093 ctime 1744329002.917772808 (2025-04-11 01:50:02) otime 1744328289.221313317 (2025-04-11 01:38:09) stime 0.0 (1970-01-01 01:00:00) rtime 1744328949.346275696 (2025-04-11 01:49:09) item 38 key (307 ROOT_BACKREF 5) itemoff 7260 itemsize 35 root backref key dirid 181050 sequence 39 name 2025-04-11_1_live item 39 key (308 ROOT_ITEM 12095) itemoff 6821 itemsize 439 generation 12105 root_dirid 256 bytenr 49676288 byte_limit 0 bytes_used 1687470080 last_snapshot 12105 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12105 uuid cb571e94-ff3c-2c4a-9404-278fdae7fd4f parent_uuid 01a0af83-fda3-9d4e-8fe3-fcf8ce8a6114 received_uuid b50b1ae1-55f5-c74d-868e-47f495fa2329 ctransid 12104 otransid 12095 stransid 995238 rtransid 12102 ctime 1745717591.777941950 (2025-04-27 03:33:11) otime 1745717002.202782690 (2025-04-27 03:23:22) stime 0.0 (1970-01-01 01:00:00) rtime 1745717556.442982480 (2025-04-27 03:32:36) item 40 key (308 ROOT_BACKREF 5) itemoff 6786 itemsize 35 root backref key dirid 181050 sequence 40 name 2025-04-27_1_live item 41 key (309 ROOT_ITEM 12105) itemoff 6347 itemsize 439 generation 12111 root_dirid 256 bytenr 50036736 byte_limit 0 bytes_used 1685651456 last_snapshot 12111 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12111 uuid 826d6ee1-18eb-a142-b7f3-d26b077e59ef parent_uuid cb571e94-ff3c-2c4a-9404-278fdae7fd4f received_uuid ac7b5b54-fcb2-5041-8fb0-e4ca1c891a94 ctransid 12110 otransid 12105 stransid 1005789 rtransid 12108 ctime 1746747493.182081558 (2025-05-09 01:38:13) otime 1746747071.395580926 (2025-05-09 01:31:11) stime 0.0 (1970-01-01 01:00:00) rtime 1746747460.505601751 (2025-05-09 01:37:40) item 42 key (309 ROOT_BACKREF 5) itemoff 6312 itemsize 35 root backref key dirid 181050 sequence 41 name 2025-05-09_1_live item 43 key (310 ROOT_ITEM 12111) itemoff 5873 itemsize 439 generation 12123 root_dirid 256 bytenr 56524800 byte_limit 0 bytes_used 1710735360 last_snapshot 12123 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12123 uuid 585ae5ce-3f06-0149-8e82-66c42beebcbe parent_uuid 826d6ee1-18eb-a142-b7f3-d26b077e59ef received_uuid 0a51589a-91c0-4246-a4c3-38f79df02344 ctransid 12122 otransid 12111 stransid 1015291 rtransid 12119 ctime 1747602706.619716771 (2025-05-18 23:11:46) otime 1747602187.991054941 (2025-05-18 23:03:07) stime 0.0 (1970-01-01 01:00:00) rtime 1747602663.244124216 (2025-05-18 23:11:03) item 44 key (310 ROOT_BACKREF 5) itemoff 5838 itemsize 35 root backref key dirid 181050 sequence 42 name 2025-05-18_1_live item 45 key (311 ROOT_ITEM 12123) itemoff 5399 itemsize 439 generation 12134 root_dirid 256 bytenr 55574528 byte_limit 0 bytes_used 1867628544 last_snapshot 12134 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12134 uuid 6b0f0fe5-1364-6d46-895f-6bb7b313f88d parent_uuid 585ae5ce-3f06-0149-8e82-66c42beebcbe received_uuid 38acbd40-4a17-bb4b-a111-86b77a2e41b4 ctransid 12133 otransid 12123 stransid 1032437 rtransid 12130 ctime 1749263470.565612482 (2025-06-07 04:31:10) otime 1749262776.160901015 (2025-06-07 04:19:36) stime 0.0 (1970-01-01 01:00:00) rtime 1749263427.52384367 (2025-06-07 04:30:27) item 46 key (311 ROOT_BACKREF 5) itemoff 5364 itemsize 35 root backref key dirid 181050 sequence 43 name 2025-06-07_1_live item 47 key (312 ROOT_ITEM 12134) itemoff 4925 itemsize 439 generation 12143 root_dirid 256 bytenr 65486848 byte_limit 0 bytes_used 1867366400 last_snapshot 12143 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12143 uuid 25f74539-7fb3-2849-ad39-cfe7ad8fe49e parent_uuid 6b0f0fe5-1364-6d46-895f-6bb7b313f88d received_uuid f69333e9-f276-074c-814d-2a12e31d2a42 ctransid 12142 otransid 12134 stransid 1095168 rtransid 12140 ctime 1753650413.251310827 (2025-07-27 23:06:53) otime 1753649829.552110546 (2025-07-27 22:57:09) stime 0.0 (1970-01-01 01:00:00) rtime 1753650379.175938086 (2025-07-27 23:06:19) item 48 key (312 ROOT_BACKREF 5) itemoff 4890 itemsize 35 root backref key dirid 181050 sequence 44 name 2025-07-27_1_live item 49 key (313 ROOT_ITEM 12143) itemoff 4451 itemsize 439 generation 12157 root_dirid 256 bytenr 63242240 byte_limit 0 bytes_used 1836613632 last_snapshot 12157 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12157 uuid d291361b-e3db-f14e-892a-a10ceea4e9b7 parent_uuid 25f74539-7fb3-2849-ad39-cfe7ad8fe49e received_uuid d9bd3978-1c57-624a-a004-b427d98d98b4 ctransid 12156 otransid 12143 stransid 1136363 rtransid 12154 ctime 1756427498.228874947 (2025-08-29 02:31:38) otime 1756426608.187130486 (2025-08-29 02:16:48) stime 0.0 (1970-01-01 01:00:00) rtime 1756427466.493333687 (2025-08-29 02:31:06) item 50 key (313 ROOT_BACKREF 5) itemoff 4416 itemsize 35 root backref key dirid 181050 sequence 45 name 2025-08-28_1_live item 51 key (314 ROOT_ITEM 12157) itemoff 3977 itemsize 439 generation 12165 root_dirid 256 bytenr 63422464 byte_limit 0 bytes_used 1551351808 last_snapshot 12165 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12165 uuid 633095eb-e0d2-1a46-8443-b848f58668f3 parent_uuid d291361b-e3db-f14e-892a-a10ceea4e9b7 received_uuid cb33ae2b-2945-dc46-859b-aab6b635ad1b ctransid 12164 otransid 12157 stransid 1147542 rtransid 12162 ctime 1757092152.796296137 (2025-09-05 19:09:12) otime 1757091804.659587829 (2025-09-05 19:03:24) stime 0.0 (1970-01-01 01:00:00) rtime 1757092112.969543595 (2025-09-05 19:08:32) item 52 key (314 ROOT_BACKREF 5) itemoff 3942 itemsize 35 root backref key dirid 181050 sequence 46 name 2025-09-05_1_live item 53 key (315 ROOT_ITEM 12165) itemoff 3503 itemsize 439 generation 12175 root_dirid 256 bytenr 107069440 byte_limit 0 bytes_used 1589166080 last_snapshot 12175 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12175 uuid a90d8540-52de-3347-9d2e-295f35a68b98 parent_uuid 633095eb-e0d2-1a46-8443-b848f58668f3 received_uuid 46887243-8712-9f42-a0c3-b7bf05b75ecd ctransid 12174 otransid 12165 stransid 1178903 rtransid 12171 ctime 1759260184.863212672 (2025-09-30 21:23:04) otime 1759259515.264607243 (2025-09-30 21:11:55) stime 0.0 (1970-01-01 01:00:00) rtime 1759260110.182301942 (2025-09-30 21:21:50) item 54 key (315 ROOT_BACKREF 5) itemoff 3468 itemsize 35 root backref key dirid 181050 sequence 47 name 2025-09-30_1_live item 55 key (316 ROOT_ITEM 12175) itemoff 3029 itemsize 439 generation 12189 root_dirid 256 bytenr 131252224 byte_limit 0 bytes_used 1674493952 last_snapshot 12189 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12189 uuid ea8c8eec-a309-4a4e-81de-4756b7c6f26c parent_uuid a90d8540-52de-3347-9d2e-295f35a68b98 received_uuid 03a6ac27-c8eb-6f45-ab10-2ef6b552db85 ctransid 12188 otransid 12175 stransid 1216590 rtransid 12187 ctime 1762195091.489035174 (2025-11-03 19:38:11) otime 1762191633.208415216 (2025-11-03 18:40:33) stime 0.0 (1970-01-01 01:00:00) rtime 1762194938.805473757 (2025-11-03 19:35:38) item 56 key (316 ROOT_BACKREF 5) itemoff 2994 itemsize 35 root backref key dirid 181050 sequence 48 name 2025-11-03_1_live item 57 key (317 ROOT_ITEM 12189) itemoff 2555 itemsize 439 generation 12213 root_dirid 256 bytenr 10521906233344 byte_limit 0 bytes_used 1714307072 last_snapshot 12189 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 12213 uuid 59a5475d-20f0-be48-b4b4-6143f4d4b5fd parent_uuid ea8c8eec-a309-4a4e-81de-4756b7c6f26c received_uuid 9c384712-5927-9846-8711-3904802d9f41 ctransid 12213 otransid 12189 stransid 1280199 rtransid 12212 ctime 1768013363.803134336 (2026-01-10 03:49:23) otime 1768009842.875933335 (2026-01-10 02:50:42) stime 0.0 (1970-01-01 01:00:00) rtime 1768013291.727341436 (2026-01-10 03:48:11) item 58 key (317 ROOT_BACKREF 5) itemoff 2520 itemsize 35 root backref key dirid 181050 sequence 49 name 2026-01-10_1_live item 59 key (DATA_RELOC_TREE ROOT_ITEM 0) itemoff 2081 itemsize 439 generation 5 root_dirid 256 bytenr 30523392 byte_limit 0 bytes_used 16384 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 0 generation_v2 5 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) Is: > - automatic removal of accidentally leftover chunks when free-space- > tree > is enabled since mkfs.btrfs v6.16.1 from David's PR for 6.20/7.0 from earlier the kernel mount time fix you've mentioned? > Or you can try this btrfs-progs branch, which provides the free space > tree repair functionality: > > https://github.com/adam900710/btrfs-progs/tree/repair_fst > > However I won't really recommend that, because you have to run the > full > btrfs check --repair, which can be very time consuming for large > fses. Admittedly, I'm a bit reluctant trying that out ;-) I mean --repair is always advertised as potentially not safe... and the data on this fs (although I do have 2 btrfs and 1 ext4 backup of it) is very important... and even only recovering would take extremely long (nearly 15 TB or so). Could it be an issue with too old btrfsprogs (Debian has only 6.17.1)? Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-07 1:19 ` Christoph Anton Mitterer @ 2026-02-07 1:27 ` Christoph Anton Mitterer 2026-02-07 2:34 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-07 1:27 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs Hey. I think I might have found the reason... and I guess it's a mix of me being an imbecile and perhaps not detailed enough documentation/messages: When I did e.g.: mount -o space_cache=v2,clear_cache I actually used my fstab entries and did e.g.: mount -o space_cache=v2,clear_cache /data/e but my fstab is has ro set as option for all these data devices. So I'd guess ro here not only means no "normal" IO. but also no fs internal IO (like rebuilding/clearing the tree). Would also explain why it worked with btrfs check. If I now mount it explicitly e.g: # mount -o space_cache=v2,clear_cache /dev/mapper/data-e /mnt/ I get: Feb 07 02:20:33 heisenberg kernel: BTRFS: device label data-e devid 1 transid 12267 /dev/mapper/data-e (253:1) scanned by mount (21114) Feb 07 02:20:33 heisenberg kernel: BTRFS info (device dm-1): first mount of filesystem 1f346f85-af92-4025-8647-6d1ecb962bc1 Feb 07 02:20:33 heisenberg kernel: BTRFS info (device dm-1): using crc32c (crc32c-lib) checksum algorithm Feb 07 02:20:48 heisenberg kernel: BTRFS info (device dm-1): creating free space tree Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): setting compat-ro feature flag for FREE_SPACE_TREE (0x1) Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): setting compat-ro feature flag for FREE_SPACE_TREE_VALID (0x2) Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): checking UUID tree Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache Not sure what one should do to prevent this trap? Nothing a all? A kernel message that xxx isn't done because the fs is mounted ro? Documenting all these cases (this probably not just space cache related?) in the manpage? Cheers, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-07 1:27 ` Christoph Anton Mitterer @ 2026-02-07 2:34 ` Qu Wenruo 2026-02-07 5:00 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-07 2:34 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/7 11:57, Christoph Anton Mitterer 写道: > Hey. > > I think I might have found the reason... and I guess it's a mix of me > being an imbecile and perhaps not detailed enough > documentation/messages: > > > When I did e.g.: > mount -o space_cache=v2,clear_cache > I actually used my fstab entries and did e.g.: > mount -o space_cache=v2,clear_cache /data/e > > but my fstab is has ro set as option for all these data devices. OK, you got me completely. Next time we need the full mount command just in case some one is using fstab to save some key strikes. > > > So I'd guess ro here not only means no "normal" IO. but also no fs > internal IO (like rebuilding/clearing the tree). Not really, read-only mount can still write, the most common one is the log replay. But other than that, we follow RO pretty well. > > Would also explain why it worked with btrfs check. > > If I now mount it explicitly e.g: > # mount -o space_cache=v2,clear_cache /dev/mapper/data-e /mnt/ > > I get: > Feb 07 02:20:33 heisenberg kernel: BTRFS: device label data-e devid 1 transid 12267 /dev/mapper/data-e (253:1) scanned by mount (21114) > Feb 07 02:20:33 heisenberg kernel: BTRFS info (device dm-1): first mount of filesystem 1f346f85-af92-4025-8647-6d1ecb962bc1 > Feb 07 02:20:33 heisenberg kernel: BTRFS info (device dm-1): using crc32c (crc32c-lib) checksum algorithm > Feb 07 02:20:48 heisenberg kernel: BTRFS info (device dm-1): creating free space tree > Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): setting compat-ro feature flag for FREE_SPACE_TREE (0x1) > Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): setting compat-ro feature flag for FREE_SPACE_TREE_VALID (0x2) > Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): checking UUID tree > Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): enabling free space tree > Feb 07 02:23:41 heisenberg kernel: BTRFS info (device dm-1): force clearing of disk cache > > > Not sure what one should do to prevent this trap? > Nothing a all? A kernel message that xxx isn't done because the fs is > mounted ro? > Documenting all these cases (this probably not just space cache > related?) in the manpage? I prefer nothing, if we really want to dig into the situation, I should have asked about your mount command, but I haven't and that's my fault. The function btrfs_start_pre_rw_mount() should give us enough clue, but I didn't think too much about the RO mount possibility. So nothing unexpected expect the fstab usage. Thanks, Qu > > > Cheers, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: We have a space info key for a block group that doesn't exist 2026-02-07 2:34 ` Qu Wenruo @ 2026-02-07 5:00 ` Christoph Anton Mitterer 2026-02-07 16:47 ` space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-07 5:00 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Sat, 2026-02-07 at 13:04 +1030, Qu Wenruo wrote: > Not really, read-only mount can still write, the most common one is > the > log replay. Well I knew about the log replay case... which was also why it never really occurred to me that it might disallow its own fs tree deletion/creation. > But other than that, we follow RO pretty well. I see ;-) > > I prefer nothing, if we really want to dig into the situation, I > should > have asked about your mount command, but I haven't and that's my > fault. Well... people may still fall for that "trap" off-list. I've seen your patch for the docs from just before... I think what would be even better (maybe additionally) was a warning at the kernel log for ever mount option that is effectively ignored because the fs being ro. > So nothing unexpected expect the fstab usage. Sorry again O:-) Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-07 5:00 ` Christoph Anton Mitterer @ 2026-02-07 16:47 ` Christoph Anton Mitterer 2026-02-09 3:21 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-07 16:47 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs Hey again. I've had another fs for backups only (so no precious data and no problem if it would be lost), which I do fsck basically after each backup (and which showed no errors last time). I blindly assume it would also suffer from the: We have a space info key for a block group that doesn't exist issue. So I've mounted it straight away with: # mount -o space_cache=v2,clear_cache /dev/mapper/data-f /data/f (again, fstab has ro, .... don't recall right now if that's used if I specify device and mountpoint) This already gave me: Feb 07 17:10:35 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2928 /dev/mapper/data-f (253:2) scanned by mount (157055) Feb 07 17:10:35 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 Feb 07 17:10:35 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 07 17:10:55 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree Feb 07 17:11:27 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:11:27 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:11:27 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:11:27 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:11:27 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:11:27 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:11:27 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Not tainted 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:11:27 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:11:27 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:11:27 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:11:27 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 Feb 07 17:11:27 heisenberg kernel: RAX: ffff8dd177afa628 RBX: ffff8dd177afa600 RCX: ffff8dd16e1d1488 Feb 07 17:11:27 heisenberg kernel: RDX: ffff8dd177afa628 RSI: ffff8dd177afa628 RDI: ffff8dd177afa610 Feb 07 17:11:27 heisenberg kernel: RBP: ffff8dd177afa600 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:11:27 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:11:27 heisenberg kernel: R13: ffff8dd177afa628 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:11:27 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 Feb 07 17:11:27 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:11:27 heisenberg kernel: CR2: 00007f2584729a00 CR3: 00000003de22c001 CR4: 0000000000f72ef0 Feb 07 17:11:27 heisenberg kernel: PKRU: 55555554 Feb 07 17:11:27 heisenberg kernel: Call Trace: Feb 07 17:11:27 heisenberg kernel: <TASK> Feb 07 17:11:27 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:11:27 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:11:27 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:11:27 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:11:27 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:11:27 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:11:27 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:11:27 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:11:27 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:11:27 heisenberg kernel: </TASK> Feb 07 17:11:27 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:12:00 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:12:00 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:12:00 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:12:00 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:12:00 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:12:00 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:12:00 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:12:00 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:12:00 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:12:00 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:12:00 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:12:00 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 Feb 07 17:12:00 heisenberg kernel: RAX: ffff8ddb24c57428 RBX: ffff8ddb24c57400 RCX: ffff8dd16e1d1488 Feb 07 17:12:00 heisenberg kernel: RDX: ffff8ddb24c57428 RSI: ffff8ddb24c57428 RDI: ffff8ddb24c57410 Feb 07 17:12:00 heisenberg kernel: RBP: ffff8ddb24c57400 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:12:00 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:12:00 heisenberg kernel: R13: ffff8ddb24c57428 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:12:00 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 Feb 07 17:12:00 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:12:00 heisenberg kernel: CR2: 00007fa211f04ff8 CR3: 00000003de22c003 CR4: 0000000000f72ef0 Feb 07 17:12:00 heisenberg kernel: PKRU: 55555554 Feb 07 17:12:00 heisenberg kernel: Call Trace: Feb 07 17:12:00 heisenberg kernel: <TASK> Feb 07 17:12:00 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:12:00 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:12:00 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:12:00 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:12:00 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:12:00 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:12:00 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:12:00 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:12:00 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:12:00 heisenberg kernel: </TASK> Feb 07 17:12:00 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:12:32 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:12:32 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:12:32 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:12:32 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:12:32 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:12:32 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:12:32 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:12:32 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:12:32 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:12:32 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:12:32 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:12:32 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010286 Feb 07 17:12:32 heisenberg kernel: RAX: ffff8dd66b0e4c28 RBX: ffff8dd66b0e4c00 RCX: ffff8dd16e1d1488 Feb 07 17:12:32 heisenberg kernel: RDX: ffff8dd66b0e4c28 RSI: ffff8dd66b0e4c28 RDI: ffff8dd66b0e4c10 Feb 07 17:12:32 heisenberg kernel: RBP: ffff8dd66b0e4c00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:12:32 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:12:32 heisenberg kernel: R13: ffff8dd66b0e4c28 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:12:32 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 Feb 07 17:12:32 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:12:32 heisenberg kernel: CR2: 0000175b6812a000 CR3: 00000003de22c002 CR4: 0000000000f72ef0 Feb 07 17:12:32 heisenberg kernel: PKRU: 55555554 Feb 07 17:12:32 heisenberg kernel: Call Trace: Feb 07 17:12:32 heisenberg kernel: <TASK> Feb 07 17:12:32 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:12:32 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:12:32 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:12:32 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:12:32 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:12:32 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:12:32 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:12:32 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:12:32 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:12:32 heisenberg kernel: </TASK> Feb 07 17:12:32 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:13:02 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:13:02 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:13:02 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:13:02 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:13:02 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:13:02 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:13:02 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:13:02 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:13:02 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:13:02 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:13:02 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:13:02 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 Feb 07 17:13:02 heisenberg kernel: RAX: ffff8dd282d69e28 RBX: ffff8dd282d69e00 RCX: ffff8dd16e1d1488 Feb 07 17:13:02 heisenberg kernel: RDX: ffff8dd282d69e28 RSI: ffff8dd282d69e28 RDI: ffff8dd282d69e10 Feb 07 17:13:02 heisenberg kernel: RBP: ffff8dd282d69e00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:13:02 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:13:02 heisenberg kernel: R13: ffff8dd282d69e28 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:13:02 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 Feb 07 17:13:02 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:13:02 heisenberg kernel: CR2: 00001d6aa4397fe0 CR3: 00000003de22c003 CR4: 0000000000f72ef0 Feb 07 17:13:02 heisenberg kernel: PKRU: 55555554 Feb 07 17:13:02 heisenberg kernel: Call Trace: Feb 07 17:13:02 heisenberg kernel: <TASK> Feb 07 17:13:02 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:13:02 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:13:02 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:13:02 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:13:02 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:13:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:13:02 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:13:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:13:02 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:13:02 heisenberg kernel: </TASK> Feb 07 17:13:02 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:13:33 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:13:33 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:13:33 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:13:33 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:13:33 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:13:33 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:13:33 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:13:33 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:13:33 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:13:33 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:13:33 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:13:33 heisenberg kernel: RSP: 0000:ffffd1b2ccfa3de0 EFLAGS: 00010282 Feb 07 17:13:33 heisenberg kernel: RAX: ffff8ddb24c54a28 RBX: ffff8ddb24c54a00 RCX: ffff8dd16e1d1488 Feb 07 17:13:33 heisenberg kernel: RDX: ffff8ddb24c54a28 RSI: ffff8ddb24c54a28 RDI: ffff8ddb24c54a10 Feb 07 17:13:33 heisenberg kernel: RBP: ffff8ddb24c54a00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:13:33 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:13:33 heisenberg kernel: R13: ffff8ddb24c54a28 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:13:33 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 Feb 07 17:13:33 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:13:33 heisenberg kernel: CR2: 00000aabee386004 CR3: 00000003de22c004 CR4: 0000000000f72ef0 Feb 07 17:13:33 heisenberg kernel: PKRU: 55555554 Feb 07 17:13:33 heisenberg kernel: Call Trace: Feb 07 17:13:33 heisenberg kernel: <TASK> Feb 07 17:13:33 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:13:33 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:13:33 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:13:33 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:13:33 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:13:33 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:13:33 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:13:33 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:13:33 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:13:33 heisenberg kernel: </TASK> Feb 07 17:13:33 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:04 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:04 heisenberg kernel: WARNING: CPU: 13 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:14:04 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:04 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:04 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:04 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:04 heisenberg kernel: CPU: 13 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:04 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:04 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:04 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:14:04 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:14:04 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 Feb 07 17:14:04 heisenberg kernel: RAX: ffff8dd82eda0828 RBX: ffff8dd82eda0800 RCX: ffff8dd16e1d1488 Feb 07 17:14:04 heisenberg kernel: RDX: ffff8dd82eda0828 RSI: ffff8dd82eda0828 RDI: ffff8dd82eda0810 Feb 07 17:14:04 heisenberg kernel: RBP: ffff8dd82eda0800 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 Feb 07 17:14:04 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 Feb 07 17:14:04 heisenberg kernel: R13: ffff8dd82eda0828 R14: ffff8dd16e1d1460 R15: 0000000000000000 Feb 07 17:14:04 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10130c000(0000) knlGS:0000000000000000 Feb 07 17:14:04 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:04 heisenberg kernel: CR2: 00007fd7ae106020 CR3: 00000003de22c004 CR4: 0000000000f72ef0 Feb 07 17:14:04 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:04 heisenberg kernel: Call Trace: Feb 07 17:14:04 heisenberg kernel: <TASK> Feb 07 17:14:04 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:14:04 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:14:04 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:14:04 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:14:04 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:14:04 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:14:04 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:14:04 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:14:04 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:14:04 heisenberg kernel: </TASK> Feb 07 17:14:04 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/extent-tree.c:3230 __btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: 00 f0 48 0f ba 28 02 0f 82 72 08 00 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 f0 ee 13 eb 0f 0b c6 44 24 2f 01 e9 80 b6 0e 00 <0f> 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7680 EFLAGS: 00010246 Feb 07 17:14:14 heisenberg kernel: RAX: ffff8dd16e1d1000 RBX: 000000000ef0c000 RCX: ffff8de05fd70e00 Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8de05fd70e00 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000fff R11: 0000000000000002 R12: 0000000000000001 Feb 07 17:14:14 heisenberg kernel: R13: 0000000000000000 R14: ffff8de05fd70e00 R15: ffff8dda5f16dd90 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 07 17:14:14 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: BTRFS: Transaction aborted (error -117) Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/extent-tree.c:3231 __btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: 2f 01 e9 80 b6 0e 00 0f 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 c1 ee 13 eb <0f> 0b c6 44 24 2f 01 e9 dd b3 0e 00 89 04 24 e8 6d 79 21 eb 48 8b Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7680 EFLAGS: 00010246 Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000000 RBX: 000000000ef0c000 RCX: 0000000000000027 Feb 07 17:14:14 heisenberg kernel: RDX: ffff8de0af51ce48 RSI: 0000000000000001 RDI: ffff8de0af51ce40 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffd1b300ce7520 Feb 07 17:14:14 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: 0000000000000001 Feb 07 17:14:14 heisenberg kernel: R13: 0000000000000000 R14: ffff8de05fd70e00 R15: ffff8dda5f16dd90 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 07 17:14:14 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: BTRFS: error (device dm-2 state A) in __btrfs_free_extent:3231: errno=-117 Filesystem corrupted Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): leaf 265814016 gen 2935 total ptrs 116 free space 9276 owner 2 Feb 07 17:14:14 heisenberg kernel: item 0 key (248840192 METADATA_ITEM 0) itemoff 16250 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 1 key (248856576 METADATA_ITEM 0) itemoff 16217 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:14:14 heisenberg kernel: item 2 key (248872960 METADATA_ITEM 0) itemoff 16157 itemsize 60 Feb 07 17:14:14 heisenberg kernel: extent refs 4 gen 2756 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 289 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 287 Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 286 Feb 07 17:14:14 heisenberg kernel: item 3 key (248889344 METADATA_ITEM 0) itemoff 16124 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 4 key (248905728 METADATA_ITEM 0) itemoff 16091 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 5 Feb 07 17:14:14 heisenberg kernel: item 5 key (248922112 METADATA_ITEM 1) itemoff 16031 itemsize 60 Feb 07 17:14:14 heisenberg kernel: extent refs 4 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 293 Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 6 key (248938496 METADATA_ITEM 0) itemoff 15998 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 7 key (248954880 METADATA_ITEM 0) itemoff 15965 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 8 key (248971264 METADATA_ITEM 0) itemoff 15932 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 9 key (248987648 METADATA_ITEM 0) itemoff 15899 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 10 key (249004032 METADATA_ITEM 0) itemoff 15857 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 11 key (249020416 METADATA_ITEM 0) itemoff 15824 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:14:14 heisenberg kernel: item 12 key (249036800 METADATA_ITEM 0) itemoff 15791 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 13 key (249053184 METADATA_ITEM 0) itemoff 15722 itemsize 69 Feb 07 17:14:14 heisenberg kernel: extent refs 5 gen 2631 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 281 Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 280 Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: item 14 key (249069568 METADATA_ITEM 0) itemoff 15680 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2631 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: item 15 key (249085952 METADATA_ITEM 0) itemoff 15638 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2631 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: item 16 key (249102336 METADATA_ITEM 0) itemoff 15605 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 17 key (249118720 METADATA_ITEM 0) itemoff 15572 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 18 key (249135104 METADATA_ITEM 0) itemoff 15539 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 19 key (249151488 METADATA_ITEM 0) itemoff 15506 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 20 key (249167872 METADATA_ITEM 0) itemoff 15473 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 21 key (249184256 METADATA_ITEM 0) itemoff 15440 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 22 key (249200640 METADATA_ITEM 0) itemoff 15407 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:14:14 heisenberg kernel: item 23 key (249217024 METADATA_ITEM 0) itemoff 15374 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 24 key (249233408 METADATA_ITEM 0) itemoff 15341 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 25 key (249249792 METADATA_ITEM 0) itemoff 15308 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 26 key (249266176 METADATA_ITEM 0) itemoff 15275 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 27 key (249282560 METADATA_ITEM 0) itemoff 15242 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 28 key (249298944 METADATA_ITEM 0) itemoff 15209 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 29 key (249315328 METADATA_ITEM 0) itemoff 15176 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 30 key (249331712 METADATA_ITEM 0) itemoff 15143 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 31 key (249348096 METADATA_ITEM 0) itemoff 15110 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 32 key (249364480 METADATA_ITEM 0) itemoff 15077 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 33 key (249380864 METADATA_ITEM 0) itemoff 15044 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 34 key (249397248 METADATA_ITEM 0) itemoff 15011 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 35 key (249413632 METADATA_ITEM 0) itemoff 14978 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 36 key (249430016 METADATA_ITEM 0) itemoff 14945 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 37 key (249446400 METADATA_ITEM 0) itemoff 14912 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 38 key (249462784 METADATA_ITEM 0) itemoff 14879 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 39 key (249479168 METADATA_ITEM 0) itemoff 14846 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: item 40 key (249495552 METADATA_ITEM 0) itemoff 14813 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 41 key (249511936 METADATA_ITEM 0) itemoff 14762 itemsize 51 Feb 07 17:14:14 heisenberg kernel: extent refs 3 gen 2688 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 282 Feb 07 17:14:14 heisenberg kernel: item 42 key (249528320 METADATA_ITEM 0) itemoff 14729 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 43 key (249544704 METADATA_ITEM 0) itemoff 14687 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2884 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:14:14 heisenberg kernel: item 44 key (249561088 METADATA_ITEM 0) itemoff 14654 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 45 key (249577472 METADATA_ITEM 0) itemoff 14621 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 46 key (249593856 METADATA_ITEM 0) itemoff 14588 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: item 47 key (249610240 METADATA_ITEM 0) itemoff 14555 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2738 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 285 Feb 07 17:14:14 heisenberg kernel: item 48 key (249626624 METADATA_ITEM 0) itemoff 14522 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 49 key (249643008 METADATA_ITEM 0) itemoff 14489 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2738 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 285 Feb 07 17:14:14 heisenberg kernel: item 50 key (249659392 METADATA_ITEM 0) itemoff 14456 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: item 51 key (249675776 METADATA_ITEM 0) itemoff 14423 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 52 key (249692160 METADATA_ITEM 0) itemoff 14390 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 53 key (249708544 METADATA_ITEM 0) itemoff 14357 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 54 key (249724928 METADATA_ITEM 0) itemoff 14324 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 55 key (249741312 METADATA_ITEM 0) itemoff 14291 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 56 key (249757696 METADATA_ITEM 0) itemoff 14258 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 57 key (249774080 METADATA_ITEM 0) itemoff 14225 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 58 key (249790464 METADATA_ITEM 0) itemoff 14192 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 59 key (249806848 METADATA_ITEM 0) itemoff 14159 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 60 key (249823232 METADATA_ITEM 0) itemoff 14126 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 61 key (249839616 METADATA_ITEM 0) itemoff 14093 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 62 key (249856000 METADATA_ITEM 0) itemoff 14060 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 63 key (249872384 METADATA_ITEM 0) itemoff 14027 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 64 key (249888768 METADATA_ITEM 0) itemoff 13994 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 65 key (249905152 METADATA_ITEM 0) itemoff 13961 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 66 key (249921536 METADATA_ITEM 0) itemoff 13928 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 67 key (249937920 METADATA_ITEM 0) itemoff 13895 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 68 key (249954304 METADATA_ITEM 0) itemoff 13862 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: item 69 key (249970688 METADATA_ITEM 0) itemoff 13829 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2821 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 70 key (249987072 METADATA_ITEM 0) itemoff 13787 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 71 key (250003456 METADATA_ITEM 0) itemoff 13754 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 72 key (250019840 METADATA_ITEM 0) itemoff 13721 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 73 key (250036224 METADATA_ITEM 0) itemoff 13688 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 74 key (250052608 METADATA_ITEM 0) itemoff 13655 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 75 key (250068992 METADATA_ITEM 0) itemoff 13622 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 76 key (250085376 METADATA_ITEM 0) itemoff 13589 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 77 key (250101760 METADATA_ITEM 0) itemoff 13556 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 78 key (250118144 METADATA_ITEM 0) itemoff 13523 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 79 key (250134528 METADATA_ITEM 0) itemoff 13490 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 80 key (250150912 METADATA_ITEM 0) itemoff 13403 itemsize 87 Feb 07 17:14:14 heisenberg kernel: extent refs 7 gen 2716 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 289 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 287 Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 286 Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 285 Feb 07 17:14:14 heisenberg kernel: ref#5: tree block backref root 284 Feb 07 17:14:14 heisenberg kernel: ref#6: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: item 81 key (250167296 METADATA_ITEM 0) itemoff 13370 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 82 key (250183680 METADATA_ITEM 0) itemoff 13337 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 83 key (250200064 METADATA_ITEM 0) itemoff 13304 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 84 key (250216448 METADATA_ITEM 0) itemoff 13271 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 85 key (250232832 METADATA_ITEM 0) itemoff 13238 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: item 86 key (250249216 METADATA_ITEM 0) itemoff 13205 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:14:14 heisenberg kernel: item 87 key (250265600 METADATA_ITEM 0) itemoff 13172 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 88 key (250281984 METADATA_ITEM 0) itemoff 13139 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 89 key (250298368 METADATA_ITEM 0) itemoff 13106 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2903 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 90 key (250314752 METADATA_ITEM 0) itemoff 13073 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 91 key (250331136 METADATA_ITEM 0) itemoff 13040 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 92 key (250347520 METADATA_ITEM 0) itemoff 13007 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 93 key (250363904 METADATA_ITEM 0) itemoff 12974 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 94 key (250380288 METADATA_ITEM 0) itemoff 12941 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 95 key (250396672 METADATA_ITEM 0) itemoff 12908 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 96 key (250413056 METADATA_ITEM 0) itemoff 12866 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 97 key (250429440 METADATA_ITEM 0) itemoff 12833 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 98 key (250462208 METADATA_ITEM 0) itemoff 12800 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 99 key (250494976 METADATA_ITEM 0) itemoff 12767 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 100 key (250511360 METADATA_ITEM 0) itemoff 12734 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 101 key (250527744 METADATA_ITEM 0) itemoff 12701 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 102 key (250544128 METADATA_ITEM 0) itemoff 12668 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 103 key (250560512 METADATA_ITEM 0) itemoff 12635 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 104 key (250576896 METADATA_ITEM 0) itemoff 12602 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 105 key (250593280 METADATA_ITEM 0) itemoff 12569 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 106 key (250609664 METADATA_ITEM 0) itemoff 12536 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 107 key (250642432 METADATA_ITEM 0) itemoff 12503 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2921 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 108 key (250724352 METADATA_ITEM 0) itemoff 12470 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 109 key (250740736 METADATA_ITEM 0) itemoff 12437 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: item 110 key (250757120 METADATA_ITEM 0) itemoff 12404 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 1098 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:14:14 heisenberg kernel: item 111 key (250773504 METADATA_ITEM 0) itemoff 12362 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 112 key (250789888 METADATA_ITEM 0) itemoff 12329 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:14:14 heisenberg kernel: item 113 key (250806272 METADATA_ITEM 0) itemoff 12251 itemsize 78 Feb 07 17:14:14 heisenberg kernel: extent refs 6 gen 2609 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 281 Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 280 Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 279 Feb 07 17:14:14 heisenberg kernel: ref#5: tree block backref root 278 Feb 07 17:14:14 heisenberg kernel: item 114 key (250822656 METADATA_ITEM 0) itemoff 12218 itemsize 33 Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:14:14 heisenberg kernel: item 115 key (250839040 METADATA_ITEM 0) itemoff 12176 itemsize 42 Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2871 flags 2 Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 293 Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 292 Feb 07 17:14:14 heisenberg kernel: BTRFS critical (device dm-2 state EA): unable to find ref byte nr 250658816 parent 0 root 10 owner 1 offset 0 slot 108 Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): failed to run delayed ref for logical 250658816 num_bytes 16384 type 176 action 2 ref_mod 1: -2 Feb 07 17:14:14 heisenberg kernel: BTRFS: error (device dm-2 state EA) in btrfs_run_delayed_refs:2161: errno=-2 No such entry Feb 07 17:14:14 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -2 Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:172 btrfs_put_block_group+0xe0/0xf0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_put_block_group+0xe0/0xf0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: b6 28 74 eb 0f 0b 48 8b 03 48 89 de 48 8d b8 a8 08 00 00 e8 82 79 00 00 eb 88 be 03 00 00 00 48 83 c7 1c e8 92 28 74 eb eb a3 <0f> 0b e9 5e ff ff ff 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dd725b51800 RCX: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: RDX: ffff8dd16e1d1000 RSI: 0000000008000000 RDI: ffff8dd725b51800 Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b51800 R08: ffff8ddb53f616e8 R09: 0000000000270013 Feb 07 17:14:14 heisenberg kernel: R10: ffff8dd831afe9c0 R11: 0000000000008000 R12: ffff8dd16e1d1090 Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1098 R14: ffff8dd725b518d8 R15: dead000000000100 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x24d/0x3d0 [btrfs] Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-rsv.c:465 btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: 01 00 00 00 74 a6 0f 0b 48 83 bb 70 01 00 00 00 74 a4 0f 0b 48 83 bb 78 01 00 00 00 74 a2 0f 0b 48 83 bb a8 01 00 00 00 74 a0 <0f> 0b eb 9c 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 Feb 07 17:14:14 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd16e1d1000 RCX: 0000000020000000 Feb 07 17:14:14 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8dd725b55800 RDI: ffff8dd725b5581c Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b50400 R08: ffff8dd725b50400 R09: 0000000000200003 Feb 07 17:14:14 heisenberg kernel: R10: 00000000003d4000 R11: ffff8dd725b55800 R12: ffff8dd16e1d1090 Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: 0000000000000000 R15: dead000000000100 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-rsv.c:466 btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: 01 00 00 00 75 5c 48 83 bb 78 01 00 00 00 75 5e 48 83 bb a8 01 00 00 00 75 60 48 83 bb a0 01 00 00 00 75 06 5b c3 cc cc cc cc <0f> 0b 5b c3 cc cc cc cc 0f 0b 48 83 bb 18 01 00 00 00 74 aa 0f 0b Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 Feb 07 17:14:14 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd16e1d1000 RCX: 0000000020000000 Feb 07 17:14:14 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8dd725b55800 RDI: ffff8dd725b5581c Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b50400 R08: ffff8dd725b50400 R09: 0000000000200003 Feb 07 17:14:14 heisenberg kernel: R10: 00000000003d4000 R11: ffff8dd725b55800 R12: ffff8dd16e1d1090 Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: 0000000000000000 R15: dead000000000100 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:4462 check_removing_space_info+0x6e/0xa0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:check_removing_space_info+0x6e/0xa0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: 00 00 00 04 74 0c 48 8b 85 b0 0a 00 00 f6 c4 01 75 07 48 83 7b 38 00 75 2d 48 83 bb d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7940 EFLAGS: 00010206 Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8dd725b55800 RCX: 0000002171792004 Feb 07 17:14:14 heisenberg kernel: RDX: 0000002171790004 RSI: ffffffffae46b0c0 RDI: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd16e1d1000 R08: 0000000000000000 R09: ffffffffac8ea912 Feb 07 17:14:14 heisenberg kernel: R10: ffff8ddd4f3e1c70 R11: ffff8dd140042400 R12: ffff8dd725b55800 Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: dead000000000122 R15: dead000000000100 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691552256 free, is not full Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=851968, may_use=4014080, readonly=65536 zone_unusable=0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 64487424 reserved 4014080 Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:4473 check_removing_space_info+0x8a/0xa0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:14:14 heisenberg kernel: RIP: 0010:check_removing_space_info+0x8a/0xa0 [btrfs] Feb 07 17:14:14 heisenberg kernel: Code: d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc 0f 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 65 d9 ff ff eb c0 0f 1f 00 Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7940 EFLAGS: 00010206 Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dd725b55800 RCX: 0000000000000027 Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8dd725b5581c Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd16e1d1000 R08: 0000000000000000 R09: ffffd1b300ce76e8 Feb 07 17:14:14 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: ffff8dd725b55800 Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: dead000000000122 R15: dead000000000100 Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 Feb 07 17:14:14 heisenberg kernel: Call Trace: Feb 07 17:14:14 heisenberg kernel: <TASK> Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c Feb 07 17:14:14 heisenberg kernel: </TASK> Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691552256 free, is not full Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=851968, may_use=4014080, readonly=65536 zone_unusable=0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 64487424 reserved 4014080 Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -2 (and the mount failed) Just to be sure I did again with: $ mount -o space_cache=v2,clear_cache,rw /dev/mapper/data-f /mnt/ but same: Feb 07 17:15:32 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2934 /dev/mapper/data-f (253:2) scanned by mount (157318) Feb 07 17:15:32 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 Feb 07 17:15:32 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 07 17:15:53 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree Feb 07 17:16:23 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:16:23 heisenberg kernel: WARNING: CPU: 8 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:16:23 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:16:23 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:16:23 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:16:23 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:16:23 heisenberg kernel: CPU: 8 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:16:23 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:16:23 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:16:23 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:16:23 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:16:23 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 Feb 07 17:16:23 heisenberg kernel: RAX: ffff8ddbdc7bd628 RBX: ffff8ddbdc7bd600 RCX: ffff8dd2101b8488 Feb 07 17:16:23 heisenberg kernel: RDX: ffff8ddbdc7bd628 RSI: ffff8ddbdc7bd628 RDI: ffff8ddbdc7bd610 Feb 07 17:16:23 heisenberg kernel: RBP: ffff8ddbdc7bd600 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:16:23 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8dd28d95de70 Feb 07 17:16:23 heisenberg kernel: R13: ffff8ddbdc7bd628 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:16:23 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de1011cc000(0000) knlGS:0000000000000000 Feb 07 17:16:23 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:16:23 heisenberg kernel: CR2: 0000267fd2eb7004 CR3: 00000003de22c002 CR4: 0000000000f72ef0 Feb 07 17:16:23 heisenberg kernel: PKRU: 55555554 Feb 07 17:16:23 heisenberg kernel: Call Trace: Feb 07 17:16:23 heisenberg kernel: <TASK> Feb 07 17:16:23 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:16:23 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:16:23 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:16:23 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:16:23 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:16:23 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:16:23 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:16:23 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:16:23 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:16:23 heisenberg kernel: </TASK> Feb 07 17:16:23 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:16:54 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:16:54 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:16:54 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:16:54 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:16:54 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:16:54 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:16:54 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:16:54 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:16:54 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:16:54 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:16:54 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:16:54 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010286 Feb 07 17:16:54 heisenberg kernel: RAX: ffff8dd34ce01e28 RBX: ffff8dd34ce01e00 RCX: ffff8dd2101b8488 Feb 07 17:16:54 heisenberg kernel: RDX: ffff8dd34ce01e28 RSI: ffff8dd34ce01e28 RDI: ffff8dd34ce01e10 Feb 07 17:16:54 heisenberg kernel: RBP: ffff8dd34ce01e00 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:16:54 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8dd28d95de70 Feb 07 17:16:54 heisenberg kernel: R13: ffff8dd34ce01e28 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:16:54 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 Feb 07 17:16:54 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:16:54 heisenberg kernel: CR2: 000034eb31910004 CR3: 00000003de22c005 CR4: 0000000000f72ef0 Feb 07 17:16:54 heisenberg kernel: PKRU: 55555554 Feb 07 17:16:54 heisenberg kernel: Call Trace: Feb 07 17:16:54 heisenberg kernel: <TASK> Feb 07 17:16:54 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:16:54 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:16:54 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:16:54 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:16:54 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:16:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:16:54 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:16:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:16:54 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:16:54 heisenberg kernel: </TASK> Feb 07 17:16:54 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:17:25 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:17:25 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:17:25 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:17:25 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:17:25 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:17:25 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:17:25 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:17:25 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:17:25 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:17:25 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:17:25 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:17:25 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 Feb 07 17:17:25 heisenberg kernel: RAX: ffff8ddfee99d228 RBX: ffff8ddfee99d200 RCX: ffff8dd2101b8488 Feb 07 17:17:25 heisenberg kernel: RDX: ffff8ddfee99d228 RSI: ffff8ddfee99d228 RDI: ffff8ddfee99d210 Feb 07 17:17:25 heisenberg kernel: RBP: ffff8ddfee99d200 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:17:25 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda43f0 Feb 07 17:17:25 heisenberg kernel: R13: ffff8ddfee99d228 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:17:25 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 Feb 07 17:17:25 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:17:25 heisenberg kernel: CR2: 00007fa22d0f8000 CR3: 00000003de22c003 CR4: 0000000000f72ef0 Feb 07 17:17:25 heisenberg kernel: PKRU: 55555554 Feb 07 17:17:25 heisenberg kernel: Call Trace: Feb 07 17:17:25 heisenberg kernel: <TASK> Feb 07 17:17:25 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:17:25 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:17:25 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:17:25 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:17:25 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:17:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:17:25 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:17:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:17:25 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:17:25 heisenberg kernel: </TASK> Feb 07 17:17:25 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:17:58 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:17:58 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:17:58 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:17:58 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:17:58 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:17:58 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:17:58 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:17:58 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:17:58 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:17:58 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:17:58 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:17:58 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010286 Feb 07 17:17:58 heisenberg kernel: RAX: ffff8dd148734628 RBX: ffff8dd148734600 RCX: ffff8dd2101b8488 Feb 07 17:17:58 heisenberg kernel: RDX: ffff8dd148734628 RSI: ffff8dd148734628 RDI: ffff8dd148734610 Feb 07 17:17:58 heisenberg kernel: RBP: ffff8dd148734600 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:17:58 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda43f0 Feb 07 17:17:58 heisenberg kernel: R13: ffff8dd148734628 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:17:58 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 Feb 07 17:17:58 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:17:58 heisenberg kernel: CR2: 00007fb628b9ff98 CR3: 00000003de22c006 CR4: 0000000000f72ef0 Feb 07 17:17:58 heisenberg kernel: PKRU: 55555554 Feb 07 17:17:58 heisenberg kernel: Call Trace: Feb 07 17:17:58 heisenberg kernel: <TASK> Feb 07 17:17:58 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:17:58 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:17:58 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:17:58 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:17:58 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:17:58 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:17:58 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:17:58 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:17:58 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:17:58 heisenberg kernel: </TASK> Feb 07 17:17:58 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:18:30 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:18:30 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:18:30 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:18:30 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:18:30 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:18:30 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:18:30 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:18:30 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:18:30 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:18:30 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:18:30 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:18:30 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 Feb 07 17:18:30 heisenberg kernel: RAX: ffff8dd145840a28 RBX: ffff8dd145840a00 RCX: ffff8dd2101b8488 Feb 07 17:18:30 heisenberg kernel: RDX: ffff8dd145840a28 RSI: ffff8dd145840a28 RDI: ffff8dd145840a10 Feb 07 17:18:30 heisenberg kernel: RBP: ffff8dd145840a00 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:18:30 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda4000 Feb 07 17:18:30 heisenberg kernel: R13: ffff8dd145840a28 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:18:30 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 Feb 07 17:18:30 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:18:30 heisenberg kernel: CR2: 00002d71c154a004 CR3: 00000003de22c002 CR4: 0000000000f72ef0 Feb 07 17:18:30 heisenberg kernel: PKRU: 55555554 Feb 07 17:18:30 heisenberg kernel: Call Trace: Feb 07 17:18:30 heisenberg kernel: <TASK> Feb 07 17:18:30 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:18:30 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:18:30 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:18:30 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:18:30 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:18:30 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:18:30 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:18:30 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:18:30 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:18:30 heisenberg kernel: </TASK> Feb 07 17:18:30 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:02 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:02 heisenberg kernel: WARNING: CPU: 4 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:19:02 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:02 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:02 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:02 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:02 heisenberg kernel: CPU: 4 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:02 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:02 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:02 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] Feb 07 17:19:02 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 Feb 07 17:19:02 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 Feb 07 17:19:02 heisenberg kernel: RAX: ffff8dddba6fe428 RBX: ffff8dddba6fe400 RCX: ffff8dd2101b8488 Feb 07 17:19:02 heisenberg kernel: RDX: ffff8dddba6fe428 RSI: ffff8dddba6fe428 RDI: ffff8dddba6fe410 Feb 07 17:19:02 heisenberg kernel: RBP: ffff8dddba6fe400 R08: 0000000000000000 R09: ffffd1b2cc677db0 Feb 07 17:19:02 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda4000 Feb 07 17:19:02 heisenberg kernel: R13: ffff8dddba6fe428 R14: ffff8dd2101b8460 R15: 0000000000000000 Feb 07 17:19:02 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 Feb 07 17:19:02 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:02 heisenberg kernel: CR2: 00007fd79ae77000 CR3: 00000003de22c004 CR4: 0000000000f72ef0 Feb 07 17:19:02 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:02 heisenberg kernel: Call Trace: Feb 07 17:19:02 heisenberg kernel: <TASK> Feb 07 17:19:02 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] Feb 07 17:19:02 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 07 17:19:02 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 07 17:19:02 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 07 17:19:02 heisenberg kernel: kthread+0xfc/0x240 Feb 07 17:19:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:19:02 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 07 17:19:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 07 17:19:02 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 07 17:19:02 heisenberg kernel: </TASK> Feb 07 17:19:02 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/extent-tree.c:3230 __btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: 00 f0 48 0f ba 28 02 0f 82 72 08 00 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 f0 ee 13 eb 0f 0b c6 44 24 2f 01 e9 80 b6 0e 00 <0f> 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103960 EFLAGS: 00010246 Feb 07 17:19:09 heisenberg kernel: RAX: ffff8dd2101b8000 RBX: 000000000b778000 RCX: ffff8dd1a80beaf0 Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8dd1a80beaf0 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000fff R11: 0000000000000002 R12: 0000000000000001 Feb 07 17:19:09 heisenberg kernel: R13: 0000000000000000 R14: ffff8dd1a80beaf0 R15: ffff8dd1a80be7e0 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 07 17:19:09 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: BTRFS: Transaction aborted (error -117) Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/extent-tree.c:3231 __btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: 2f 01 e9 80 b6 0e 00 0f 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 c1 ee 13 eb <0f> 0b c6 44 24 2f 01 e9 dd b3 0e 00 89 04 24 e8 6d 79 21 eb 48 8b Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103960 EFLAGS: 00010246 Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000000 RBX: 000000000b778000 RCX: 0000000000000027 Feb 07 17:19:09 heisenberg kernel: RDX: ffff8de0af4dce48 RSI: 0000000000000001 RDI: ffff8de0af4dce40 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffd1b2e7103800 Feb 07 17:19:09 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: 0000000000000001 Feb 07 17:19:09 heisenberg kernel: R13: 0000000000000000 R14: ffff8dd1a80beaf0 R15: ffff8dd1a80be7e0 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 07 17:19:09 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: BTRFS: error (device dm-2 state A) in __btrfs_free_extent:3231: errno=-117 Filesystem corrupted Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): leaf 252116992 gen 2941 total ptrs 201 free space 2789 owner 2 Feb 07 17:19:09 heisenberg kernel: item 0 key (190398464 METADATA_ITEM 0) itemoff 16241 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 279 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 1 key (190414848 METADATA_ITEM 0) itemoff 16208 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 2 key (190431232 METADATA_ITEM 1) itemoff 16175 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 3 key (190447616 METADATA_ITEM 0) itemoff 16079 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 4 key (190464000 METADATA_ITEM 0) itemoff 16046 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 5 key (190480384 METADATA_ITEM 0) itemoff 16013 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 6 key (190496768 METADATA_ITEM 0) itemoff 15980 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 5 Feb 07 17:19:09 heisenberg kernel: item 7 key (190513152 METADATA_ITEM 0) itemoff 15947 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 8 key (190529536 METADATA_ITEM 0) itemoff 15914 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 9 key (190545920 METADATA_ITEM 0) itemoff 15881 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 10 key (190562304 METADATA_ITEM 0) itemoff 15848 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 11 key (190578688 METADATA_ITEM 0) itemoff 15815 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 12 key (190595072 METADATA_ITEM 0) itemoff 15782 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 13 key (190611456 METADATA_ITEM 0) itemoff 15749 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 14 key (190627840 METADATA_ITEM 0) itemoff 15716 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 15 key (190644224 METADATA_ITEM 0) itemoff 15683 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 16 key (190660608 METADATA_ITEM 0) itemoff 15650 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 17 key (190676992 METADATA_ITEM 0) itemoff 15617 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 18 key (190693376 METADATA_ITEM 0) itemoff 15584 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 19 key (190709760 METADATA_ITEM 0) itemoff 15551 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 20 key (190726144 METADATA_ITEM 0) itemoff 15518 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 21 key (190742528 METADATA_ITEM 0) itemoff 15467 itemsize 51 Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 22 key (190758912 METADATA_ITEM 0) itemoff 15434 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 23 key (190775296 METADATA_ITEM 1) itemoff 15383 itemsize 51 Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 24 key (190791680 METADATA_ITEM 0) itemoff 15350 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 25 key (190808064 METADATA_ITEM 0) itemoff 15317 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 26 key (190824448 METADATA_ITEM 0) itemoff 15284 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 27 key (190840832 METADATA_ITEM 0) itemoff 15251 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 28 key (190857216 METADATA_ITEM 0) itemoff 15218 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 29 key (190873600 METADATA_ITEM 0) itemoff 15185 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 30 key (190889984 METADATA_ITEM 0) itemoff 15089 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 31 key (190971904 METADATA_ITEM 0) itemoff 15047 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 32 key (190988288 METADATA_ITEM 0) itemoff 15014 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 33 key (191004672 METADATA_ITEM 0) itemoff 14981 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 34 key (191021056 METADATA_ITEM 0) itemoff 14885 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 35 key (191037440 METADATA_ITEM 0) itemoff 14852 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 36 key (191053824 METADATA_ITEM 0) itemoff 14819 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 37 key (191070208 METADATA_ITEM 0) itemoff 14723 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 38 key (191086592 METADATA_ITEM 0) itemoff 14690 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 39 key (191102976 METADATA_ITEM 0) itemoff 14657 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 40 key (191119360 METADATA_ITEM 0) itemoff 14624 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2866 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 41 key (191135744 METADATA_ITEM 0) itemoff 14591 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 42 key (191152128 METADATA_ITEM 0) itemoff 14558 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 43 key (191168512 METADATA_ITEM 0) itemoff 14489 itemsize 69 Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 44 key (191184896 METADATA_ITEM 0) itemoff 14456 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 45 key (191201280 METADATA_ITEM 0) itemoff 14423 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 46 key (191217664 METADATA_ITEM 0) itemoff 14390 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 47 key (191234048 METADATA_ITEM 0) itemoff 14357 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 48 key (191250432 METADATA_ITEM 0) itemoff 14324 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 49 key (191266816 METADATA_ITEM 0) itemoff 14291 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 50 key (191283200 METADATA_ITEM 0) itemoff 14258 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 51 key (191299584 METADATA_ITEM 1) itemoff 14225 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 52 key (191315968 METADATA_ITEM 0) itemoff 14192 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 53 key (191332352 METADATA_ITEM 0) itemoff 14159 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 54 key (191348736 METADATA_ITEM 0) itemoff 14090 itemsize 69 Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 55 key (191365120 METADATA_ITEM 0) itemoff 14057 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 56 key (191381504 METADATA_ITEM 0) itemoff 14024 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 57 key (191397888 METADATA_ITEM 0) itemoff 13991 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 58 key (191414272 METADATA_ITEM 0) itemoff 13958 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 59 key (191430656 METADATA_ITEM 0) itemoff 13916 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 60 key (191447040 METADATA_ITEM 0) itemoff 13856 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 61 key (191463424 METADATA_ITEM 1) itemoff 13823 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 62 key (191479808 METADATA_ITEM 0) itemoff 13790 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 63 key (191496192 METADATA_ITEM 0) itemoff 13757 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 64 key (191512576 METADATA_ITEM 0) itemoff 13724 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 65 key (191528960 METADATA_ITEM 0) itemoff 13691 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 66 key (191545344 METADATA_ITEM 0) itemoff 13658 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 67 key (191561728 METADATA_ITEM 0) itemoff 13625 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 68 key (191578112 METADATA_ITEM 0) itemoff 13592 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 69 key (191594496 METADATA_ITEM 0) itemoff 13559 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 70 key (191610880 METADATA_ITEM 1) itemoff 13526 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 71 key (191627264 METADATA_ITEM 0) itemoff 13493 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 72 key (191643648 METADATA_ITEM 0) itemoff 13451 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 73 key (191660032 METADATA_ITEM 0) itemoff 13418 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 74 key (191676416 METADATA_ITEM 0) itemoff 13385 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 75 key (191692800 METADATA_ITEM 0) itemoff 13352 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 76 key (191709184 METADATA_ITEM 0) itemoff 13319 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 77 key (191725568 METADATA_ITEM 0) itemoff 13286 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 78 key (191741952 METADATA_ITEM 0) itemoff 13253 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 79 key (191758336 METADATA_ITEM 0) itemoff 13220 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2922 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 80 key (191774720 METADATA_ITEM 0) itemoff 13187 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 81 key (191791104 METADATA_ITEM 0) itemoff 13064 itemsize 123 Feb 07 17:19:09 heisenberg kernel: extent refs 11 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 82 key (191807488 METADATA_ITEM 0) itemoff 13031 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 83 key (191823872 METADATA_ITEM 0) itemoff 12962 itemsize 69 Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 84 key (191840256 METADATA_ITEM 0) itemoff 12929 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 85 key (191856640 METADATA_ITEM 0) itemoff 12896 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 86 key (191873024 METADATA_ITEM 0) itemoff 12854 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 87 key (191889408 METADATA_ITEM 0) itemoff 12821 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 88 key (191905792 METADATA_ITEM 0) itemoff 12788 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 89 key (191922176 METADATA_ITEM 0) itemoff 12755 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 90 key (191987712 METADATA_ITEM 0) itemoff 12722 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 91 key (192004096 METADATA_ITEM 0) itemoff 12689 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 92 key (192020480 METADATA_ITEM 0) itemoff 12629 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 93 key (192036864 METADATA_ITEM 0) itemoff 12596 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 94 key (192053248 METADATA_ITEM 0) itemoff 12509 itemsize 87 Feb 07 17:19:09 heisenberg kernel: extent refs 7 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 95 key (192118784 METADATA_ITEM 0) itemoff 12476 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 96 key (192135168 METADATA_ITEM 0) itemoff 12380 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2756 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: item 97 key (192151552 METADATA_ITEM 0) itemoff 12347 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 98 key (192167936 METADATA_ITEM 0) itemoff 12314 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 99 key (192184320 METADATA_ITEM 0) itemoff 12281 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 100 key (192200704 METADATA_ITEM 0) itemoff 12248 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 101 key (192217088 METADATA_ITEM 0) itemoff 12215 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 102 key (192233472 METADATA_ITEM 0) itemoff 12155 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 103 key (192249856 METADATA_ITEM 0) itemoff 12122 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 104 key (192266240 METADATA_ITEM 0) itemoff 12089 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 105 key (192282624 METADATA_ITEM 0) itemoff 12056 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 106 key (192299008 METADATA_ITEM 0) itemoff 12023 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 107 key (192315392 METADATA_ITEM 0) itemoff 11963 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 108 key (192331776 METADATA_ITEM 0) itemoff 11930 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 109 key (192413696 METADATA_ITEM 0) itemoff 11897 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 110 key (192430080 METADATA_ITEM 0) itemoff 11855 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2884 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: item 111 key (192446464 METADATA_ITEM 0) itemoff 11822 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 112 key (192462848 METADATA_ITEM 0) itemoff 11789 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 113 key (192479232 METADATA_ITEM 0) itemoff 11756 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 114 key (192495616 METADATA_ITEM 0) itemoff 11723 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 5 Feb 07 17:19:09 heisenberg kernel: item 115 key (192512000 METADATA_ITEM 0) itemoff 11672 itemsize 51 Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2871 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: item 116 key (192528384 METADATA_ITEM 0) itemoff 11630 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 117 key (192544768 METADATA_ITEM 0) itemoff 11570 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 118 key (192561152 METADATA_ITEM 0) itemoff 11528 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 119 key (192577536 METADATA_ITEM 0) itemoff 11486 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 120 key (192593920 METADATA_ITEM 0) itemoff 11444 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 121 key (192610304 METADATA_ITEM 0) itemoff 11411 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 122 key (192626688 METADATA_ITEM 0) itemoff 11369 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 123 key (192643072 METADATA_ITEM 0) itemoff 11336 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 124 key (192659456 METADATA_ITEM 0) itemoff 11303 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 125 key (192675840 METADATA_ITEM 0) itemoff 11261 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 126 key (192692224 METADATA_ITEM 0) itemoff 11201 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 127 key (192708608 METADATA_ITEM 0) itemoff 11159 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 128 key (192724992 METADATA_ITEM 0) itemoff 11117 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 129 key (192741376 METADATA_ITEM 0) itemoff 11075 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 130 key (192757760 METADATA_ITEM 0) itemoff 11042 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 131 key (192774144 METADATA_ITEM 0) itemoff 11009 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 132 key (192790528 METADATA_ITEM 0) itemoff 10976 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 133 key (192806912 METADATA_ITEM 0) itemoff 10844 itemsize 132 Feb 07 17:19:09 heisenberg kernel: extent refs 12 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 134 key (192823296 METADATA_ITEM 0) itemoff 10811 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 135 key (192839680 METADATA_ITEM 0) itemoff 10679 itemsize 132 Feb 07 17:19:09 heisenberg kernel: extent refs 12 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 136 key (192856064 METADATA_ITEM 0) itemoff 10646 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 137 key (192872448 METADATA_ITEM 0) itemoff 10613 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 138 key (192888832 METADATA_ITEM 0) itemoff 10517 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 139 key (192905216 METADATA_ITEM 0) itemoff 10484 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 140 key (192921600 METADATA_ITEM 0) itemoff 10442 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 141 key (192937984 METADATA_ITEM 0) itemoff 10409 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 142 key (192954368 METADATA_ITEM 0) itemoff 10376 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 143 key (192970752 METADATA_ITEM 0) itemoff 10280 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 144 key (192987136 METADATA_ITEM 0) itemoff 10193 itemsize 87 Feb 07 17:19:09 heisenberg kernel: extent refs 7 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 145 key (193003520 METADATA_ITEM 0) itemoff 10160 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 146 key (193019904 METADATA_ITEM 0) itemoff 10127 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 147 key (193036288 METADATA_ITEM 0) itemoff 10094 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 148 key (193052672 METADATA_ITEM 0) itemoff 10061 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 Feb 07 17:19:09 heisenberg kernel: item 149 key (193069056 METADATA_ITEM 0) itemoff 9965 itemsize 96 Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 150 key (193085440 METADATA_ITEM 0) itemoff 9932 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 151 key (193101824 METADATA_ITEM 0) itemoff 9899 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 152 key (193118208 METADATA_ITEM 0) itemoff 9866 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 153 key (193134592 METADATA_ITEM 0) itemoff 9824 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 Feb 07 17:19:09 heisenberg kernel: item 154 key (193150976 METADATA_ITEM 0) itemoff 9791 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 155 key (193167360 METADATA_ITEM 0) itemoff 9758 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 156 key (193183744 METADATA_ITEM 0) itemoff 9725 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 157 key (193200128 METADATA_ITEM 0) itemoff 9692 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 158 key (193216512 METADATA_ITEM 0) itemoff 9659 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 159 key (193232896 METADATA_ITEM 0) itemoff 9626 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 160 key (193249280 METADATA_ITEM 0) itemoff 9593 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 161 key (193265664 METADATA_ITEM 0) itemoff 9560 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 162 key (193282048 METADATA_ITEM 0) itemoff 9527 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2893 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: item 163 key (193298432 METADATA_ITEM 0) itemoff 9494 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 164 key (193314816 METADATA_ITEM 0) itemoff 9461 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 165 key (193331200 METADATA_ITEM 0) itemoff 9428 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 166 key (193347584 METADATA_ITEM 0) itemoff 9395 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 167 key (193363968 METADATA_ITEM 0) itemoff 9362 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 168 key (193380352 METADATA_ITEM 0) itemoff 9329 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 169 key (193396736 METADATA_ITEM 0) itemoff 9296 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 170 key (193413120 METADATA_ITEM 0) itemoff 9263 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2772 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 171 key (193429504 METADATA_ITEM 0) itemoff 9230 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 172 key (193445888 METADATA_ITEM 0) itemoff 9197 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 173 key (193462272 METADATA_ITEM 0) itemoff 9137 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 174 key (193478656 METADATA_ITEM 0) itemoff 9104 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 175 key (193495040 METADATA_ITEM 0) itemoff 9071 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: item 176 key (193511424 METADATA_ITEM 0) itemoff 9011 itemsize 60 Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 177 key (193527808 METADATA_ITEM 0) itemoff 8978 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 178 key (193544192 METADATA_ITEM 0) itemoff 8945 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 179 key (193560576 METADATA_ITEM 0) itemoff 8894 itemsize 51 Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 180 key (193576960 METADATA_ITEM 0) itemoff 8861 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 181 key (193593344 METADATA_ITEM 0) itemoff 8828 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 182 key (193609728 METADATA_ITEM 0) itemoff 8795 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 183 key (193626112 METADATA_ITEM 0) itemoff 8762 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 184 key (193642496 METADATA_ITEM 0) itemoff 8729 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 185 key (193658880 METADATA_ITEM 0) itemoff 8687 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 186 key (193675264 METADATA_ITEM 0) itemoff 8645 itemsize 42 Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 279 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 187 key (193691648 METADATA_ITEM 0) itemoff 8612 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 188 key (193708032 METADATA_ITEM 0) itemoff 8579 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 189 key (193724416 METADATA_ITEM 0) itemoff 8546 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 190 key (193740800 METADATA_ITEM 0) itemoff 8513 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: item 191 key (193757184 METADATA_ITEM 0) itemoff 8480 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 Feb 07 17:19:09 heisenberg kernel: item 192 key (193773568 METADATA_ITEM 0) itemoff 8429 itemsize 51 Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2738 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: item 193 key (193789952 METADATA_ITEM 0) itemoff 8396 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2688 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: item 194 key (193806336 METADATA_ITEM 0) itemoff 8282 itemsize 114 Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 195 key (193822720 METADATA_ITEM 0) itemoff 8168 itemsize 114 Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 196 key (193839104 METADATA_ITEM 0) itemoff 8054 itemsize 114 Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 Feb 07 17:19:09 heisenberg kernel: item 197 key (193855488 METADATA_ITEM 0) itemoff 8021 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 Feb 07 17:19:09 heisenberg kernel: item 198 key (193871872 METADATA_ITEM 0) itemoff 7988 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 199 key (193888256 METADATA_ITEM 0) itemoff 7847 itemsize 141 Feb 07 17:19:09 heisenberg kernel: extent refs 13 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 Feb 07 17:19:09 heisenberg kernel: ref#12: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: item 200 key (193904640 METADATA_ITEM 0) itemoff 7814 itemsize 33 Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 Feb 07 17:19:09 heisenberg kernel: BTRFS critical (device dm-2 state EA): unable to find ref byte nr 192380928 parent 0 root 10 owner 1 offset 0 slot 109 Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): failed to run delayed ref for logical 192380928 num_bytes 16384 type 176 action 2 ref_mod 1: -2 Feb 07 17:19:09 heisenberg kernel: BTRFS: error (device dm-2 state EA) in btrfs_run_delayed_refs:2161: errno=-2 No such entry Feb 07 17:19:09 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -2 Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:172 btrfs_put_block_group+0xe0/0xf0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_put_block_group+0xe0/0xf0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: b6 28 74 eb 0f 0b 48 8b 03 48 89 de 48 8d b8 a8 08 00 00 e8 82 79 00 00 eb 88 be 03 00 00 00 48 83 c7 1c e8 92 28 74 eb eb a3 <0f> 0b e9 5e ff ff ff 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dddde624400 RCX: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: RDX: ffff8dd2101b8000 RSI: 0000000008000000 RDI: ffff8dddde624400 Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624400 R08: ffff8ddd3adad820 R09: 000000000027000d Feb 07 17:19:09 heisenberg kernel: R10: ffff8dda4f6f7500 R11: 0000000000008000 R12: ffff8dd2101b8090 Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8098 R14: ffff8dddde6244d8 R15: dead000000000100 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x24d/0x3d0 [btrfs] Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-rsv.c:465 btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: 01 00 00 00 74 a6 0f 0b 48 83 bb 70 01 00 00 00 74 a4 0f 0b 48 83 bb 78 01 00 00 00 74 a2 0f 0b 48 83 bb a8 01 00 00 00 74 a0 <0f> 0b eb 9c 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 Feb 07 17:19:09 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd2101b8000 RCX: 0000000020000000 Feb 07 17:19:09 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8ddc1cbe4000 RDI: ffff8ddc1cbe401c Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624000 R08: ffff8dddde624000 R09: 0000000000200006 Feb 07 17:19:09 heisenberg kernel: R10: 00000000003d0000 R11: ffff8ddc1cbe4000 R12: ffff8dd2101b8090 Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: 0000000000000000 R15: dead000000000100 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-rsv.c:466 btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: 01 00 00 00 75 5c 48 83 bb 78 01 00 00 00 75 5e 48 83 bb a8 01 00 00 00 75 60 48 83 bb a0 01 00 00 00 75 06 5b c3 cc cc cc cc <0f> 0b 5b c3 cc cc cc cc 0f 0b 48 83 bb 18 01 00 00 00 74 aa 0f 0b Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 Feb 07 17:19:09 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd2101b8000 RCX: 0000000020000000 Feb 07 17:19:09 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8ddc1cbe4000 RDI: ffff8ddc1cbe401c Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624000 R08: ffff8dddde624000 R09: 0000000000200006 Feb 07 17:19:09 heisenberg kernel: R10: 00000000003d0000 R11: ffff8ddc1cbe4000 R12: ffff8dd2101b8090 Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: 0000000000000000 R15: dead000000000100 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:4462 check_removing_space_info+0x6e/0xa0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:check_removing_space_info+0x6e/0xa0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: 00 00 00 04 74 0c 48 8b 85 b0 0a 00 00 f6 c4 01 75 07 48 83 7b 38 00 75 2d 48 83 bb d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c20 EFLAGS: 00010206 Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8ddc1cbe4000 RCX: 00000000820001ef Feb 07 17:19:09 heisenberg kernel: RDX: 0000000082000101 RSI: fffff853f43cf840 RDI: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dd2101b8000 R08: ffff8ddd4f3e17c8 R09: 00000000820001ef Feb 07 17:19:09 heisenberg kernel: R10: ffff8ddd4f3e17c8 R11: ffff8dd140042400 R12: ffff8ddc1cbe4000 Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: dead000000000122 R15: dead000000000100 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691535872 free, is not full Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=884736, may_use=3997696, readonly=65536 zone_unusable=0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 56098816 reserved 3997696 Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:4473 check_removing_space_info+0x8a/0xa0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 07 17:19:09 heisenberg kernel: RIP: 0010:check_removing_space_info+0x8a/0xa0 [btrfs] Feb 07 17:19:09 heisenberg kernel: Code: d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc 0f 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 65 d9 ff ff eb c0 0f 1f 00 Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c20 EFLAGS: 00010206 Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8ddc1cbe4000 RCX: 0000000000000027 Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8ddc1cbe401c Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dd2101b8000 R08: 0000000000000000 R09: ffffd1b2e71039c8 Feb 07 17:19:09 heisenberg kernel: R10: ffffffffad884970 R11: 00000000fffff02e R12: ffff8ddc1cbe4000 Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: dead000000000122 R15: dead000000000100 Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 Feb 07 17:19:09 heisenberg kernel: Call Trace: Feb 07 17:19:09 heisenberg kernel: <TASK> Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c Feb 07 17:19:09 heisenberg kernel: </TASK> Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691535872 free, is not full Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=884736, may_use=3997696, readonly=65536 zone_unusable=0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 56098816 reserved 3997696 Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -2 A fsck brought: # btrfs check /dev/mapper/data-f ; echo $? ; beep Opening filesystem to check... Checking filesystem on /dev/mapper/data-f UUID: 84ee379c-29da-4513-b31b-db5e6097ebc8 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents ref mismatch on [157433856 16384] extent item 0, found 1 tree extent[157433856, 16384] root 10 has no backref item in extent tree backpointer mismatch on [157433856 16384] ref mismatch on [166985728 16384] extent item 0, found 1 tree extent[166985728, 16384] root 10 has no backref item in extent tree backpointer mismatch on [166985728 16384] ref mismatch on [167870464 16384] extent item 0, found 1 tree extent[167870464, 16384] root 10 has no backref item in extent tree backpointer mismatch on [167870464 16384] ref mismatch on [168148992 16384] extent item 0, found 1 tree extent[168148992, 16384] root 10 has no backref item in extent tree backpointer mismatch on [168148992 16384] metadata level mismatch on [171638784, 16384] ref mismatch on [171638784 16384] extent item 0, found 1 tree extent[171638784, 16384] root 4 has no backref item in extent tree backpointer mismatch on [171638784 16384] ref mismatch on [171655168 16384] extent item 0, found 1 tree extent[171655168, 16384] root 4 has no backref item in extent tree backpointer mismatch on [171655168 16384] ref mismatch on [176553984 16384] extent item 0, found 1 tree extent[176553984, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176553984 16384] ref mismatch on [176570368 16384] extent item 0, found 1 tree extent[176570368, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176570368 16384] ref mismatch on [176586752 16384] extent item 0, found 1 tree extent[176586752, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176586752 16384] ref mismatch on [177209344 16384] extent item 0, found 1 tree extent[177209344, 16384] root 10 has no backref item in extent tree backpointer mismatch on [177209344 16384] ref mismatch on [189743104 16384] extent item 0, found 1 tree extent[189743104, 16384] root 10 has no backref item in extent tree backpointer mismatch on [189743104 16384] ref mismatch on [189759488 16384] extent item 0, found 1 tree extent[189759488, 16384] root 10 has no backref item in extent tree backpointer mismatch on [189759488 16384] ref mismatch on [190906368 16384] extent item 0, found 1 tree extent[190906368, 16384] root 10 has no backref item in extent tree backpointer mismatch on [190906368 16384] ref mismatch on [190922752 16384] extent item 0, found 1 tree extent[190922752, 16384] root 10 has no backref item in extent tree backpointer mismatch on [190922752 16384] ref mismatch on [191971328 16384] extent item 0, found 1 tree extent[191971328, 16384] root 10 has no backref item in extent tree backpointer mismatch on [191971328 16384] ref mismatch on [192069632 16384] extent item 0, found 1 tree extent[192069632, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192069632 16384] metadata level mismatch on [192380928, 16384] ref mismatch on [192380928 16384] extent item 0, found 1 tree extent[192380928, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192380928 16384] ref mismatch on [192397312 16384] extent item 0, found 1 tree extent[192397312, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192397312 16384] ref mismatch on [194084864 16384] extent item 0, found 1 tree extent[194084864, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194084864 16384] ref mismatch on [194101248 16384] extent item 0, found 1 tree extent[194101248, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194101248 16384] ref mismatch on [194117632 16384] extent item 0, found 1 tree extent[194117632, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194117632 16384] ref mismatch on [218218496 16384] extent item 0, found 1 tree extent[218218496, 16384] root 10 has no backref item in extent tree backpointer mismatch on [218218496 16384] ref mismatch on [218234880 16384] extent item 0, found 1 tree extent[218234880, 16384] root 10 has no backref item in extent tree backpointer mismatch on [218234880 16384] ref mismatch on [218873856 16384] extent item 0, found 1 tree extent[218873856, 16384] root 10 has no backref item in extent tree backpointer mismatch on [218873856 16384] ref mismatch on [219021312 16384] extent item 0, found 1 tree extent[219021312, 16384] root 10 has no backref item in extent tree backpointer mismatch on [219021312 16384] ref mismatch on [220823552 16384] extent item 1, found 0 tree extent[220823552, 16384] root 4 has no tree block found incorrect global backref count on 220823552 found 1 wanted 0 backpointer mismatch on [220823552 16384] owner ref check failed [220823552 16384] ref mismatch on [221364224 16384] extent item 0, found 1 tree extent[221364224, 16384] root 10 has no backref item in extent tree backpointer mismatch on [221364224 16384] ref mismatch on [221380608 16384] extent item 0, found 1 tree extent[221380608, 16384] root 10 has no backref item in extent tree backpointer mismatch on [221380608 16384] ref mismatch on [221396992 16384] extent item 0, found 1 tree extent[221396992, 16384] root 10 has no backref item in extent tree backpointer mismatch on [221396992 16384] ref mismatch on [237371392 16384] extent item 0, found 1 tree extent[237371392, 16384] root 10 has no backref item in extent tree backpointer mismatch on [237371392 16384] metadata level mismatch on [237977600, 16384] ref mismatch on [237977600 16384] extent item 0, found 1 tree extent[237977600, 16384] root 1 has no backref item in extent tree backpointer mismatch on [237977600 16384] ref mismatch on [245202944 16384] extent item 0, found 1 tree extent[245202944, 16384] root 1 has no backref item in extent tree backpointer mismatch on [245202944 16384] ref mismatch on [3689627664384 16384] extent item 1, found 0 tree extent[3689627664384, 16384] root 10 has no tree block found incorrect global backref count on 3689627664384 found 1 wanted 0 backpointer mismatch on [3689627664384 16384] owner ref check failed [3689627664384 16384] ref mismatch on [3689964093440 16384] extent item 1, found 0 tree extent[3689964093440, 16384] root 10 has no tree block found incorrect global backref count on 3689964093440 found 1 wanted 0 backpointer mismatch on [3689964093440 16384] owner ref check failed [3689964093440 16384] ref mismatch on [9196136939520 16384] extent item 1, found 0 tree extent[9196136939520, 16384] root 10 has no tree block found incorrect global backref count on 9196136939520 found 1 wanted 0 backpointer mismatch on [9196136939520 16384] owner ref check failed [9196136939520 16384] ref mismatch on [11533647839232 16384] extent item 1, found 0 tree extent[11533647839232, 16384] root 10 has no tree block found incorrect global backref count on 11533647839232 found 1 wanted 0 backpointer mismatch on [11533647839232 16384] owner ref check failed [11533647839232 16384] ref mismatch on [11533648068608 16384] extent item 1, found 0 tree extent[11533648068608, 16384] root 10 has no tree block found incorrect global backref count on 11533648068608 found 1 wanted 0 backpointer mismatch on [11533648068608 16384] owner ref check failed [11533648068608 16384] metadata level mismatch on [11533908279296, 16384] ref mismatch on [11533908279296 16384] extent item 1, found 0 tree extent[11533908279296, 16384] root 4 has no tree block found incorrect global backref count on 11533908279296 found 1 wanted 0 backpointer mismatch on [11533908279296 16384] owner ref check failed [11533908279296 16384] metadata level mismatch on [11534158413824, 16384] ref mismatch on [11534158413824 16384] extent item 1, found 0 tree extent[11534158413824, 16384] root 10 has no tree block found incorrect global backref count on 11534158413824 found 1 wanted 0 backpointer mismatch on [11534158413824 16384] owner ref check failed [11534158413824 16384] ref mismatch on [11534159904768 16384] extent item 1, found 0 tree extent[11534159904768, 16384] root 10 has no tree block found incorrect global backref count on 11534159904768 found 1 wanted 0 backpointer mismatch on [11534159904768 16384] owner ref check failed [11534159904768 16384] ref mismatch on [11534160035840 16384] extent item 1, found 0 tree extent[11534160035840, 16384] root 10 has no tree block found incorrect global backref count on 11534160035840 found 1 wanted 0 backpointer mismatch on [11534160035840 16384] owner ref check failed [11534160035840 16384] ref mismatch on [11534160265216 16384] extent item 1, found 0 tree extent[11534160265216, 16384] root 10 has no tree block found incorrect global backref count on 11534160265216 found 1 wanted 0 backpointer mismatch on [11534160265216 16384] owner ref check failed [11534160265216 16384] ref mismatch on [11534160330752 16384] extent item 1, found 0 tree extent[11534160330752, 16384] root 10 has no tree block found incorrect global backref count on 11534160330752 found 1 wanted 0 backpointer mismatch on [11534160330752 16384] owner ref check failed [11534160330752 16384] ref mismatch on [11534161166336 16384] extent item 1, found 0 tree extent[11534161166336, 16384] root 10 has no tree block found incorrect global backref count on 11534161166336 found 1 wanted 0 backpointer mismatch on [11534161166336 16384] owner ref check failed [11534161166336 16384] ref mismatch on [11534162329600 16384] extent item 1, found 0 tree extent[11534162329600, 16384] root 10 has no tree block found incorrect global backref count on 11534162329600 found 1 wanted 0 backpointer mismatch on [11534162329600 16384] owner ref check failed [11534162329600 16384] metadata level mismatch on [11534162345984, 16384] ref mismatch on [11534162345984 16384] extent item 1, found 0 tree extent[11534162345984, 16384] root 10 has no tree block found incorrect global backref count on 11534162345984 found 1 wanted 0 backpointer mismatch on [11534162345984 16384] owner ref check failed [11534162345984 16384] ref mismatch on [11534162837504 16384] extent item 1, found 0 tree extent[11534162837504, 16384] root 10 has no tree block found incorrect global backref count on 11534162837504 found 1 wanted 0 backpointer mismatch on [11534162837504 16384] owner ref check failed [11534162837504 16384] ref mismatch on [11534163181568 16384] extent item 1, found 0 tree extent[11534163181568, 16384] root 10 has no tree block found incorrect global backref count on 11534163181568 found 1 wanted 0 backpointer mismatch on [11534163181568 16384] owner ref check failed [11534163181568 16384] ref mismatch on [11534163378176 16384] extent item 1, found 0 tree extent[11534163378176, 16384] root 10 has no tree block found incorrect global backref count on 11534163378176 found 1 wanted 0 backpointer mismatch on [11534163378176 16384] owner ref check failed [11534163378176 16384] metadata level mismatch on [11534163394560, 16384] ref mismatch on [11534163394560 16384] extent item 1, found 0 tree extent[11534163394560, 16384] root 10 has no tree block found incorrect global backref count on 11534163394560 found 1 wanted 0 backpointer mismatch on [11534163394560 16384] owner ref check failed [11534163394560 16384] ref mismatch on [11534176518144 16384] extent item 1, found 0 tree extent[11534176518144, 16384] root 10 has no tree block found incorrect global backref count on 11534176518144 found 1 wanted 0 backpointer mismatch on [11534176518144 16384] owner ref check failed [11534176518144 16384] ref mismatch on [11534176632832 16384] extent item 1, found 0 tree extent[11534176632832, 16384] root 10 has no tree block found incorrect global backref count on 11534176632832 found 1 wanted 0 backpointer mismatch on [11534176632832 16384] owner ref check failed [11534176632832 16384] ref mismatch on [11534176894976 16384] extent item 1, found 0 tree extent[11534176894976, 16384] root 10 has no tree block found incorrect global backref count on 11534176894976 found 1 wanted 0 backpointer mismatch on [11534176894976 16384] owner ref check failed [11534176894976 16384] metadata level mismatch on [11534177026048, 16384] ref mismatch on [11534177026048 16384] extent item 1, found 0 tree extent[11534177026048, 16384] root 10 has no tree block found incorrect global backref count on 11534177026048 found 1 wanted 0 backpointer mismatch on [11534177026048 16384] owner ref check failed [11534177026048 16384] ref mismatch on [11534177042432 16384] extent item 1, found 0 tree extent[11534177042432, 16384] root 10 has no tree block found incorrect global backref count on 11534177042432 found 1 wanted 0 backpointer mismatch on [11534177042432 16384] owner ref check failed [11534177042432 16384] ref mismatch on [11534177320960 16384] extent item 1, found 0 tree extent[11534177320960, 16384] root 10 has no tree block found incorrect global backref count on 11534177320960 found 1 wanted 0 backpointer mismatch on [11534177320960 16384] owner ref check failed [11534177320960 16384] ref mismatch on [11534177861632 16384] extent item 1, found 0 tree extent[11534177861632, 16384] root 10 has no tree block found incorrect global backref count on 11534177861632 found 1 wanted 0 backpointer mismatch on [11534177861632 16384] owner ref check failed [11534177861632 16384] ref mismatch on [11534178123776 16384] extent item 1, found 0 tree extent[11534178123776, 16384] root 10 has no tree block found incorrect global backref count on 11534178123776 found 1 wanted 0 backpointer mismatch on [11534178123776 16384] owner ref check failed [11534178123776 16384] ref mismatch on [11534178353152 16384] extent item 1, found 0 tree extent[11534178353152, 16384] root 10 has no tree block found incorrect global backref count on 11534178353152 found 1 wanted 0 backpointer mismatch on [11534178353152 16384] owner ref check failed [11534178353152 16384] metadata level mismatch on [11534178467840, 16384] ref mismatch on [11534178467840 16384] extent item 1, found 0 tree extent[11534178467840, 16384] root 10 has no tree block found incorrect global backref count on 11534178467840 found 1 wanted 0 backpointer mismatch on [11534178467840 16384] owner ref check failed [11534178467840 16384] ref mismatch on [11534178942976 16384] extent item 1, found 0 tree extent[11534178942976, 16384] root 10 has no tree block found incorrect global backref count on 11534178942976 found 1 wanted 0 backpointer mismatch on [11534178942976 16384] owner ref check failed [11534178942976 16384] ref mismatch on [11534179041280 16384] extent item 1, found 0 tree extent[11534179041280, 16384] root 10 has no tree block found incorrect global backref count on 11534179041280 found 1 wanted 0 backpointer mismatch on [11534179041280 16384] owner ref check failed [11534179041280 16384] ref mismatch on [11534179450880 16384] extent item 1, found 0 tree extent[11534179450880, 16384] root 10 has no tree block found incorrect global backref count on 11534179450880 found 1 wanted 0 backpointer mismatch on [11534179450880 16384] owner ref check failed [11534179450880 16384] ref mismatch on [11534179893248 16384] extent item 1, found 0 tree extent[11534179893248, 16384] root 10 has no tree block found incorrect global backref count on 11534179893248 found 1 wanted 0 backpointer mismatch on [11534179893248 16384] owner ref check failed [11534179893248 16384] ref mismatch on [11534180073472 16384] extent item 1, found 0 tree extent[11534180073472, 16384] root 10 has no tree block found incorrect global backref count on 11534180073472 found 1 wanted 0 backpointer mismatch on [11534180073472 16384] owner ref check failed [11534180073472 16384] ref mismatch on [11534180548608 16384] extent item 1, found 0 tree extent[11534180548608, 16384] root 10 has no tree block found incorrect global backref count on 11534180548608 found 1 wanted 0 backpointer mismatch on [11534180548608 16384] owner ref check failed [11534180548608 16384] ref mismatch on [11534181777408 16384] extent item 1, found 0 tree extent[11534181777408, 16384] root 10 has no tree block found incorrect global backref count on 11534181777408 found 1 wanted 0 backpointer mismatch on [11534181777408 16384] owner ref check failed [11534181777408 16384] ref mismatch on [11534182006784 16384] extent item 1, found 0 tree extent[11534182006784, 16384] root 10 has no tree block found incorrect global backref count on 11534182006784 found 1 wanted 0 backpointer mismatch on [11534182006784 16384] owner ref check failed [11534182006784 16384] ref mismatch on [11534182514688 16384] extent item 1, found 0 tree extent[11534182514688, 16384] root 10 has no tree block found incorrect global backref count on 11534182514688 found 1 wanted 0 backpointer mismatch on [11534182514688 16384] owner ref check failed [11534182514688 16384] ref mismatch on [11534183268352 16384] extent item 1, found 0 tree extent[11534183268352, 16384] root 10 has no tree block found incorrect global backref count on 11534183268352 found 1 wanted 0 backpointer mismatch on [11534183268352 16384] owner ref check failed [11534183268352 16384] ref mismatch on [11534192181248 16384] extent item 1, found 0 tree extent[11534192181248, 16384] root 10 has no tree block found incorrect global backref count on 11534192181248 found 1 wanted 0 backpointer mismatch on [11534192181248 16384] owner ref check failed [11534192181248 16384] metadata level mismatch on [11534208352256, 16384] ref mismatch on [11534208352256 16384] extent item 1, found 0 tree extent[11534208352256, 16384] root 10 has no tree block found incorrect global backref count on 11534208352256 found 1 wanted 0 backpointer mismatch on [11534208352256 16384] owner ref check failed [11534208352256 16384] metadata level mismatch on [11534208368640, 16384] ref mismatch on [11534208368640 16384] extent item 1, found 0 tree extent[11534208368640, 16384] root 10 has no tree block found incorrect global backref count on 11534208368640 found 1 wanted 0 backpointer mismatch on [11534208368640 16384] owner ref check failed [11534208368640 16384] ref mismatch on [11534208647168 16384] extent item 1, found 0 tree extent[11534208647168, 16384] root 10 has no tree block found incorrect global backref count on 11534208647168 found 1 wanted 0 backpointer mismatch on [11534208647168 16384] owner ref check failed [11534208647168 16384] ref mismatch on [11534208811008 16384] extent item 1, found 0 tree extent[11534208811008, 16384] root 10 has no tree block found incorrect global backref count on 11534208811008 found 1 wanted 0 backpointer mismatch on [11534208811008 16384] owner ref check failed [11534208811008 16384] ref mismatch on [11534208892928 16384] extent item 1, found 0 tree extent[11534208892928, 16384] root 10 has no tree block found incorrect global backref count on 11534208892928 found 1 wanted 0 backpointer mismatch on [11534208892928 16384] owner ref check failed [11534208892928 16384] ref mismatch on [11534209400832 16384] extent item 1, found 0 tree extent[11534209400832, 16384] root 10 has no tree block found incorrect global backref count on 11534209400832 found 1 wanted 0 backpointer mismatch on [11534209400832 16384] owner ref check failed [11534209400832 16384] metadata level mismatch on [11534210465792, 16384] ref mismatch on [11534210465792 16384] extent item 1, found 0 tree extent[11534210465792, 16384] root 1 has no tree block found incorrect global backref count on 11534210465792 found 1 wanted 0 backpointer mismatch on [11534210465792 16384] owner ref check failed [11534210465792 16384] ref mismatch on [11534210580480 16384] extent item 1, found 0 tree extent[11534210580480, 16384] root 1 has no tree block found incorrect global backref count on 11534210580480 found 1 wanted 0 backpointer mismatch on [11534210580480 16384] owner ref check failed [11534210580480 16384] ref mismatch on [11534684995584 16384] extent item 1, found 0 tree extent[11534684995584, 16384] root 10 has no tree block found incorrect global backref count on 11534684995584 found 1 wanted 0 backpointer mismatch on [11534684995584 16384] owner ref check failed [11534684995584 16384] ERROR: errors found in extent allocation tree or chunk allocation [4/8] checking free space tree could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 3158562811904 bytes used, error(s) found total csum bytes: 3067911580 total tree bytes: 17020551168 total fs tree bytes: 12739821568 total extent tree bytes: 794050560 btree space waste bytes: 2806440458 file data blocks allocated: 12774436143104 referenced 5635122405376 1 But if I do a plain mount: # mount -o ro /dev/mapper/data-f /data/f it works: Feb 07 17:43:15 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 Feb 07 17:43:28 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2940 /dev/mapper/data-f (253:2) scanned by mount (158875) Feb 07 17:43:28 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 Feb 07 17:43:28 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 07 17:43:47 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree remount,ro also works I didn't try a btrfs check --clear-space-cache v2 because I thought maybe it clears stuff you'd want to test. Also: # btrfs inspect-internal dump-super /dev/mapper/data-f superblock: bytenr=65536, device=/dev/mapper/data-f --------------------------------------------------------- csum_type 0 (crc32c) csum_size 4 csum 0xa4421d4b [match] bytenr 65536 flags 0x1 ( WRITTEN ) magic _BHRfS_M [match] fsid 84ee379c-29da-4513-b31b-db5e6097ebc8 metadata_uuid 00000000-0000-0000-0000-000000000000 label data-f generation 2940 root 237977600 sys_array_size 129 chunk_root_generation 2927 root_level 1 chunk_root 23773184 chunk_root_level 1 log_root 0 log_root_transid (deprecated) 0 log_root_level 0 total_bytes 8000433553408 bytes_used 3158562304000 sectorsize 4096 nodesize 16384 leafsize (deprecated) 16384 stripesize 4096 root_dir 6 num_devices 1 compat_flags 0x0 compat_ro_flags 0x3 ( FREE_SPACE_TREE | FREE_SPACE_TREE_VALID ) incompat_flags 0x361 ( MIXED_BACKREF | BIG_METADATA | EXTENDED_IREF | SKINNY_METADATA | NO_HOLES ) cache_generation 0 uuid_tree_generation 2735 dev_item.uuid 1fd86dd6-71e3-43a0-9ab4-c0b748b9aafb dev_item.fsid 84ee379c-29da-4513-b31b-db5e6097ebc8 [match] dev_item.type 0 dev_item.total_bytes 8000433553408 dev_item.bytes_used 4317532651520 dev_item.io_align 4096 dev_item.io_width 4096 dev_item.sector_size 4096 dev_item.devid 1 dev_item.dev_group 0 dev_item.seek_speed 0 dev_item.bandwidth 0 dev_item.generation 0 # btrfs inspect-internal dump-tree -t root /dev/mapper/data-f btrfs-progs v6.17.1 root tree node 237977600 level 1 items 2 free space 491 generation 2940 owner ROOT_TREE node 237977600 flags 0x1(WRITTEN) backref revision 1 fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c key (EXTENT_TREE ROOT_ITEM 0) block 245202944 gen 2940 key (264 ROOT_ITEM 2109) block 11534210482176 gen 2928 leaf 245202944 items 44 free space 9924 generation 2940 owner ROOT_TREE leaf 245202944 flags 0x1(WRITTEN) backref revision 1 fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c item 0 key (EXTENT_TREE ROOT_ITEM 0) itemoff 15844 itemsize 439 generation 2928 root_dirid 0 bytenr 11534208303104 byte_limit 0 bytes_used 794050560 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2928 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 1 key (DEV_TREE ROOT_ITEM 0) itemoff 15405 itemsize 439 generation 2935 root_dirid 0 bytenr 171638784 byte_limit 0 bytes_used 393216 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 1 generation_v2 2935 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 2 key (FS_TREE INODE_REF 6) itemoff 15388 itemsize 17 index 0 namelen 7 name: default item 3 key (FS_TREE ROOT_ITEM 0) itemoff 14949 itemsize 439 generation 2903 root_dirid 256 bytenr 32047104 byte_limit 0 bytes_used 44466176 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2903 uuid 79001bea-319c-47b4-bf1c-142ca6efe1e6 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 2903 otransid 0 stransid 0 rtransid 0 ctime 1768586382.22896989 (2026-01-16 18:59:42) otime 1667652458.0 (2022-11-05 13:47:38) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 4 key (FS_TREE ROOT_REF 257) itemoff 14919 itemsize 30 root ref key dirid 267 sequence 2 name 2022-11-01_1 item 5 key (FS_TREE ROOT_REF 260) itemoff 14889 itemsize 30 root ref key dirid 267 sequence 3 name 2022-11-25_1 item 6 key (FS_TREE ROOT_REF 262) itemoff 14854 itemsize 35 root ref key dirid 267 sequence 4 name 2023-01-15_1_live item 7 key (FS_TREE ROOT_REF 264) itemoff 14819 itemsize 35 root ref key dirid 267 sequence 5 name 2023-03-02_1_live item 8 key (FS_TREE ROOT_REF 265) itemoff 14784 itemsize 35 root ref key dirid 267 sequence 6 name 2023-04-23_1_live item 9 key (FS_TREE ROOT_REF 267) itemoff 14722 itemsize 62 root ref key dirid 267 sequence 8 name 2023-06-04_1_live-DO-NOT-USE-FOR-SENDRECEIVE item 10 key (FS_TREE ROOT_REF 272) itemoff 14687 itemsize 35 root ref key dirid 267 sequence 9 name 2023-07-16_1_live item 11 key (FS_TREE ROOT_REF 273) itemoff 14657 itemsize 30 root ref key dirid 267 sequence 10 name 2023-08-28_1 item 12 key (FS_TREE ROOT_REF 275) itemoff 14622 itemsize 35 root ref key dirid 267 sequence 11 name 2023-10-22_1_live item 13 key (FS_TREE ROOT_REF 277) itemoff 14587 itemsize 35 root ref key dirid 267 sequence 12 name 2023-11-29_1_live item 14 key (FS_TREE ROOT_REF 278) itemoff 14552 itemsize 35 root ref key dirid 267 sequence 13 name 2024-02-10_1_live item 15 key (FS_TREE ROOT_REF 279) itemoff 14517 itemsize 35 root ref key dirid 267 sequence 14 name 2024-03-29_1_live item 16 key (FS_TREE ROOT_REF 280) itemoff 14482 itemsize 35 root ref key dirid 267 sequence 15 name 2024-04-19_1_live item 17 key (FS_TREE ROOT_REF 281) itemoff 14452 itemsize 30 root ref key dirid 267 sequence 16 name 2024-05-22_1 item 18 key (FS_TREE ROOT_REF 282) itemoff 14417 itemsize 35 root ref key dirid 267 sequence 17 name 2024-08-14_1_live item 19 key (FS_TREE ROOT_REF 283) itemoff 14382 itemsize 35 root ref key dirid 267 sequence 18 name 2024-08-22_3_live item 20 key (FS_TREE ROOT_REF 284) itemoff 14347 itemsize 35 root ref key dirid 267 sequence 19 name 2024-09-07_1_live item 21 key (FS_TREE ROOT_REF 285) itemoff 14312 itemsize 35 root ref key dirid 267 sequence 20 name 2024-10-22_1_live item 22 key (FS_TREE ROOT_REF 286) itemoff 14277 itemsize 35 root ref key dirid 267 sequence 21 name 2024-11-24_1_live item 23 key (FS_TREE ROOT_REF 287) itemoff 14242 itemsize 35 root ref key dirid 267 sequence 22 name 2025-01-14_1_live item 24 key (FS_TREE ROOT_REF 288) itemoff 14207 itemsize 35 root ref key dirid 267 sequence 23 name 2025-02-23_2_live item 25 key (FS_TREE ROOT_REF 289) itemoff 14172 itemsize 35 root ref key dirid 267 sequence 24 name 2025-05-09_1_live item 26 key (FS_TREE ROOT_REF 290) itemoff 14137 itemsize 35 root ref key dirid 267 sequence 25 name 2025-06-07_1_live item 27 key (FS_TREE ROOT_REF 291) itemoff 14102 itemsize 35 root ref key dirid 267 sequence 26 name 2025-07-27_1_live item 28 key (FS_TREE ROOT_REF 292) itemoff 14067 itemsize 35 root ref key dirid 267 sequence 27 name 2025-09-05_1_live item 29 key (FS_TREE ROOT_REF 293) itemoff 14032 itemsize 35 root ref key dirid 267 sequence 28 name 2025-09-30_1_live item 30 key (FS_TREE ROOT_REF 294) itemoff 13997 itemsize 35 root ref key dirid 267 sequence 29 name 2025-11-03_1_live item 31 key (FS_TREE ROOT_REF 295) itemoff 13962 itemsize 35 root ref key dirid 267 sequence 30 name 2026-01-16_1_live item 32 key (ROOT_TREE_DIR INODE_ITEM 0) itemoff 13802 itemsize 160 generation 3 transid 0 size 0 nbytes 16384 block group 0 mode 40755 links 1 uid 0 gid 0 rdev 0 sequence 0 flags 0x0(none) atime 1667652458.0 (2022-11-05 13:47:38) ctime 1667652458.0 (2022-11-05 13:47:38) mtime 1667652458.0 (2022-11-05 13:47:38) otime 1667652458.0 (2022-11-05 13:47:38) item 33 key (ROOT_TREE_DIR INODE_REF 6) itemoff 13790 itemsize 12 index 0 namelen 2 name: .. item 34 key (ROOT_TREE_DIR DIR_ITEM 2378154706) itemoff 13753 itemsize 37 location key (FS_TREE ROOT_ITEM 18446744073709551615) type DIR transid 0 data_len 0 name_len 7 name: default item 35 key (CSUM_TREE ROOT_ITEM 0) itemoff 13314 itemsize 439 generation 2928 root_dirid 0 bytenr 11534203142144 byte_limit 0 bytes_used 3485188096 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 3 generation_v2 2928 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 36 key (UUID_TREE ROOT_ITEM 0) itemoff 12875 itemsize 439 generation 2927 root_dirid 0 bytenr 11534158348288 byte_limit 0 bytes_used 16384 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 0 generation_v2 2927 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 37 key (FREE_SPACE_TREE ROOT_ITEM 0) itemoff 12436 itemsize 439 generation 2940 root_dirid 0 bytenr 192380928 byte_limit 0 bytes_used 442368 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 1 generation_v2 2940 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) item 38 key (257 ROOT_ITEM 0) itemoff 11997 itemsize 439 generation 1965 root_dirid 256 bytenr 5008533897216 byte_limit 0 bytes_used 1028194304 last_snapshot 1965 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 1965 uuid bb90bf09-f94a-b44f-9eed-a24a48ea108b parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid d5c7dec7-f667-6b4f-8595-284ca248d16e ctransid 875 otransid 834 stransid 1616 rtransid 872 ctime 1667789428.840077216 (2022-11-07 03:50:28) otime 1667785180.288603374 (2022-11-07 02:39:40) stime 0.0 (1970-01-01 01:00:00) rtime 1667789385.756533739 (2022-11-07 03:49:45) item 39 key (257 ROOT_BACKREF 5) itemoff 11967 itemsize 30 root backref key dirid 267 sequence 2 name 2022-11-01_1 item 40 key (260 ROOT_ITEM 1965) itemoff 11528 itemsize 439 generation 2041 root_dirid 256 bytenr 8872905883648 byte_limit 0 bytes_used 1270202368 last_snapshot 2041 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2041 uuid 7a09ebcb-7f9f-c14e-b9da-6bf2010a7441 parent_uuid bb90bf09-f94a-b44f-9eed-a24a48ea108b received_uuid dd4938ab-7692-8f48-84db-230779aef6b7 ctransid 1975 otransid 1965 stransid 42506 rtransid 1973 ctime 1669484586.194689046 (2022-11-26 18:43:06) otime 1669484067.471547251 (2022-11-26 18:34:27) stime 0.0 (1970-01-01 01:00:00) rtime 1669484558.526265242 (2022-11-26 18:42:38) item 41 key (260 ROOT_BACKREF 5) itemoff 11498 itemsize 30 root backref key dirid 267 sequence 3 name 2022-11-25_1 item 42 key (262 ROOT_ITEM 2041) itemoff 11059 itemsize 439 generation 2109 root_dirid 256 bytenr 9196475252736 byte_limit 0 bytes_used 1272446976 last_snapshot 2109 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2109 uuid b28cace6-98b7-514a-8229-011d7d9c762b parent_uuid 7a09ebcb-7f9f-c14e-b9da-6bf2010a7441 received_uuid eb3cfe95-b9f5-1f4c-9d58-84f73ba9797b ctransid 2053 otransid 2041 stransid 117879 rtransid 2051 ctime 1673887395.925468006 (2023-01-16 17:43:15) otime 1673886617.970733771 (2023-01-16 17:30:17) stime 0.0 (1970-01-01 01:00:00) rtime 1673887359.449299021 (2023-01-16 17:42:39) item 43 key (262 ROOT_BACKREF 5) itemoff 11024 itemsize 35 root backref key dirid 267 sequence 4 name 2023-01-15_1_live leaf 11534210482176 items 51 free space 2702 generation 2928 owner ROOT_TREE leaf 11534210482176 flags 0x1(WRITTEN) backref revision 1 fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c item 0 key (264 ROOT_ITEM 2109) itemoff 15844 itemsize 439 generation 2125 root_dirid 256 bytenr 31162368 byte_limit 0 bytes_used 1314947072 last_snapshot 2125 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2125 uuid 2383fb9f-092b-9140-8bf6-99202e77ce81 parent_uuid b28cace6-98b7-514a-8229-011d7d9c762b received_uuid a95a4755-2a73-ed4e-be0d-6d296754a4ec ctransid 2123 otransid 2109 stransid 170870 rtransid 2121 ctime 1677894168.621737788 (2023-03-04 02:42:48) otime 1677893428.705412271 (2023-03-04 02:30:28) stime 0.0 (1970-01-01 01:00:00) rtime 1677894137.512533951 (2023-03-04 02:42:17) item 1 key (264 ROOT_BACKREF 5) itemoff 15809 itemsize 35 root backref key dirid 267 sequence 5 name 2023-03-02_1_live item 2 key (265 ROOT_ITEM 2125) itemoff 15370 itemsize 439 generation 2190 root_dirid 256 bytenr 1936211574784 byte_limit 0 bytes_used 1105100800 last_snapshot 2190 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2190 uuid 63069e8e-47d7-5245-94c6-8ce98afdf35c parent_uuid 2383fb9f-092b-9140-8bf6-99202e77ce81 received_uuid bc1c274c-a305-384b-824b-20859e65fdc9 ctransid 2136 otransid 2125 stransid 215318 rtransid 2133 ctime 1682374758.458918354 (2023-04-25 00:19:18) otime 1682374204.3180636 (2023-04-25 00:10:04) stime 0.0 (1970-01-01 01:00:00) rtime 1682374718.386287144 (2023-04-25 00:18:38) item 3 key (265 ROOT_BACKREF 5) itemoff 15335 itemsize 35 root backref key dirid 267 sequence 6 name 2023-04-23_1_live item 4 key (267 ROOT_ITEM 2190) itemoff 14896 itemsize 439 generation 2321 root_dirid 256 bytenr 9794675113984 byte_limit 0 bytes_used 1110769664 last_snapshot 2321 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2321 uuid 34567cef-747e-fb48-bb5e-8e710540857d parent_uuid 63069e8e-47d7-5245-94c6-8ce98afdf35c received_uuid 50988f97-18a9-e24e-bfae-9cbfea95d8a1 ctransid 2198 otransid 2190 stransid 253579 rtransid 2196 ctime 1685901971.282905628 (2023-06-04 20:06:11) otime 1685901681.140605443 (2023-06-04 20:01:21) stime 0.0 (1970-01-01 01:00:00) rtime 1685901934.709468414 (2023-06-04 20:05:34) item 5 key (267 ROOT_BACKREF 5) itemoff 14834 itemsize 62 root backref key dirid 267 sequence 8 name 2023-06-04_1_live-DO-NOT-USE-FOR-SENDRECEIVE item 6 key (272 ROOT_ITEM 2321) itemoff 14395 itemsize 439 generation 2333 root_dirid 256 bytenr 1936220733440 byte_limit 0 bytes_used 1081589760 last_snapshot 2333 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2333 uuid 8cfb8ada-d1c2-9c43-b9eb-22cc9fcccf06 parent_uuid 34567cef-747e-fb48-bb5e-8e710540857d received_uuid d42d2007-98e7-4049-bee4-39f626a08b36 ctransid 2331 otransid 2321 stransid 294601 rtransid 2329 ctime 1689612440.429911312 (2023-07-17 18:47:20) otime 1689611961.661587857 (2023-07-17 18:39:21) stime 0.0 (1970-01-01 01:00:00) rtime 1689612385.385260741 (2023-07-17 18:46:25) item 7 key (272 ROOT_BACKREF 5) itemoff 14360 itemsize 35 root backref key dirid 267 sequence 9 name 2023-07-16_1_live item 8 key (273 ROOT_ITEM 2333) itemoff 13921 itemsize 439 generation 2374 root_dirid 256 bytenr 50692096 byte_limit 0 bytes_used 1058570240 last_snapshot 2374 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2374 uuid db528597-0b37-d04b-a706-a06a71e4b15b parent_uuid 8cfb8ada-d1c2-9c43-b9eb-22cc9fcccf06 received_uuid d01737a3-988c-d241-a301-a63bbf639e33 ctransid 2343 otransid 2333 stransid 342695 rtransid 2340 ctime 1693255924.481284996 (2023-08-28 22:52:04) otime 1693255386.529355974 (2023-08-28 22:43:06) stime 0.0 (1970-01-01 01:00:00) rtime 1693255868.716173131 (2023-08-28 22:51:08) item 9 key (273 ROOT_BACKREF 5) itemoff 13891 itemsize 30 root backref key dirid 267 sequence 10 name 2023-08-28_1 item 10 key (275 ROOT_ITEM 2374) itemoff 13452 itemsize 439 generation 2578 root_dirid 256 bytenr 878968832 byte_limit 0 bytes_used 1059913728 last_snapshot 2578 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2578 uuid 14148a82-5256-654b-9109-d05f0760cfe4 parent_uuid db528597-0b37-d04b-a706-a06a71e4b15b received_uuid 4ea20bd4-33ba-ed4c-9d09-08f69b825325 ctransid 2381 otransid 2374 stransid 393039 rtransid 2379 ctime 1698265242.569609002 (2023-10-25 22:20:42) otime 1698264678.459963517 (2023-10-25 22:11:18) stime 0.0 (1970-01-01 01:00:00) rtime 1698265187.162781224 (2023-10-25 22:19:47) item 11 key (275 ROOT_BACKREF 5) itemoff 13417 itemsize 35 root backref key dirid 267 sequence 11 name 2023-10-22_1_live item 12 key (277 ROOT_ITEM 2578) itemoff 12978 itemsize 439 generation 2607 root_dirid 256 bytenr 138297344 byte_limit 0 bytes_used 1087504384 last_snapshot 2607 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2607 uuid 5431a3fb-6577-0f4c-931d-982e996a4c37 parent_uuid 14148a82-5256-654b-9109-d05f0760cfe4 received_uuid 9971aeab-b0ff-a240-8c9e-fc8b6df4450b ctransid 2586 otransid 2578 stransid 442097 rtransid 2584 ctime 1701442399.471600404 (2023-12-01 15:53:19) otime 1701441940.628649465 (2023-12-01 15:45:40) stime 0.0 (1970-01-01 01:00:00) rtime 1701442363.763458657 (2023-12-01 15:52:43) item 13 key (277 ROOT_BACKREF 5) itemoff 12943 itemsize 35 root backref key dirid 267 sequence 12 name 2023-11-29_1_live item 14 key (278 ROOT_ITEM 2607) itemoff 12504 itemsize 439 generation 2629 root_dirid 256 bytenr 30441472 byte_limit 0 bytes_used 1179156480 last_snapshot 2629 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2629 uuid 3ec88167-40c1-eb4e-8d8c-ccfa33a537dc parent_uuid 5431a3fb-6577-0f4c-931d-982e996a4c37 received_uuid d08612b2-82c3-0a4a-84a7-de8e9c965c74 ctransid 2627 otransid 2607 stransid 536794 rtransid 2625 ctime 1707598996.369613511 (2024-02-10 22:03:16) otime 1707597748.711084482 (2024-02-10 21:42:28) stime 0.0 (1970-01-01 01:00:00) rtime 1707598956.784177890 (2024-02-10 22:02:36) item 15 key (278 ROOT_BACKREF 5) itemoff 12469 itemsize 35 root backref key dirid 267 sequence 13 name 2024-02-10_1_live item 16 key (279 ROOT_ITEM 2629) itemoff 12030 itemsize 439 generation 2650 root_dirid 256 bytenr 30408704 byte_limit 0 bytes_used 1243660288 last_snapshot 2650 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2650 uuid 843212dc-8452-1e4c-8e28-71b4670fbabb parent_uuid 3ec88167-40c1-eb4e-8d8c-ccfa33a537dc received_uuid 2bde8caf-fe50-bb46-b7a7-173568c74585 ctransid 2648 otransid 2629 stransid 586717 rtransid 2645 ctime 1711735134.109459375 (2024-03-29 18:58:54) otime 1711733993.558405595 (2024-03-29 18:39:53) stime 0.0 (1970-01-01 01:00:00) rtime 1711735086.633009228 (2024-03-29 18:58:06) item 17 key (279 ROOT_BACKREF 5) itemoff 11995 itemsize 35 root backref key dirid 267 sequence 14 name 2024-03-29_1_live item 18 key (280 ROOT_ITEM 2650) itemoff 11556 itemsize 439 generation 2668 root_dirid 256 bytenr 30457856 byte_limit 0 bytes_used 1280753664 last_snapshot 2668 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2668 uuid 0374c3e1-d12d-ee41-bbb5-446c5c06aa18 parent_uuid 843212dc-8452-1e4c-8e28-71b4670fbabb received_uuid 1f1e6931-2e0a-8043-8c6e-9580108d3ac9 ctransid 2666 otransid 2650 stransid 614024 rtransid 2665 ctime 1713716525.118335261 (2024-04-21 18:22:05) otime 1713714497.487554070 (2024-04-21 17:48:17) stime 0.0 (1970-01-01 01:00:00) rtime 1713716482.158541435 (2024-04-21 18:21:22) item 19 key (280 ROOT_BACKREF 5) itemoff 11521 itemsize 35 root backref key dirid 267 sequence 15 name 2024-04-19_1_live item 20 key (281 ROOT_ITEM 2668) itemoff 11082 itemsize 439 generation 2687 root_dirid 256 bytenr 30474240 byte_limit 0 bytes_used 1329364992 last_snapshot 2687 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2687 uuid 3115d678-2d73-bb42-9464-bf407bb358b2 parent_uuid 0374c3e1-d12d-ee41-bbb5-446c5c06aa18 received_uuid 88f47c74-e45a-1346-9696-e2801ff0dc27 ctransid 2685 otransid 2668 stransid 653464 rtransid 2683 ctime 1716492262.163006721 (2024-05-23 21:24:22) otime 1716491269.43776512 (2024-05-23 21:07:49) stime 0.0 (1970-01-01 01:00:00) rtime 1716492224.830899042 (2024-05-23 21:23:44) item 21 key (281 ROOT_BACKREF 5) itemoff 11052 itemsize 30 root backref key dirid 267 sequence 16 name 2024-05-22_1 item 22 key (282 ROOT_ITEM 2687) itemoff 10613 itemsize 439 generation 2715 root_dirid 256 bytenr 30490624 byte_limit 0 bytes_used 1368457216 last_snapshot 2715 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2715 uuid 74b15f22-5aae-3848-8ecd-c07e4ceceb39 parent_uuid 3115d678-2d73-bb42-9464-bf407bb358b2 received_uuid 3899eff4-e4c2-6b43-82f3-0b9fff5f0e33 ctransid 2713 otransid 2687 stransid 743201 rtransid 2710 ctime 1723677233.966537778 (2024-08-15 01:13:53) otime 1723675608.338081817 (2024-08-15 00:46:48) stime 0.0 (1970-01-01 01:00:00) rtime 1723677194.866098398 (2024-08-15 01:13:14) item 23 key (282 ROOT_BACKREF 5) itemoff 10578 itemsize 35 root backref key dirid 267 sequence 17 name 2024-08-14_1_live item 24 key (283 ROOT_ITEM 2715) itemoff 10139 itemsize 439 generation 2722 root_dirid 256 bytenr 30507008 byte_limit 0 bytes_used 1328660480 last_snapshot 2722 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2722 uuid c897c839-34f7-0c48-8a25-93e3f2004ead parent_uuid 74b15f22-5aae-3848-8ecd-c07e4ceceb39 received_uuid 98cda6a1-57d0-ae4d-8792-ab5d6a97bfc6 ctransid 2720 otransid 2715 stransid 752535 rtransid 2717 ctime 1724354513.950765603 (2024-08-22 21:21:53) otime 1724354362.317774160 (2024-08-22 21:19:22) stime 0.0 (1970-01-01 01:00:00) rtime 1724354471.49047425 (2024-08-22 21:21:11) item 25 key (283 ROOT_BACKREF 5) itemoff 10104 itemsize 35 root backref key dirid 267 sequence 18 name 2024-08-22_3_live item 26 key (284 ROOT_ITEM 2722) itemoff 9665 itemsize 439 generation 2737 root_dirid 256 bytenr 30588928 byte_limit 0 bytes_used 1562165248 last_snapshot 2737 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2737 uuid 3d26041e-17a4-ed4e-a6a3-6005a4172a69 parent_uuid c897c839-34f7-0c48-8a25-93e3f2004ead received_uuid 14cd4187-7ca3-fb4b-9a4f-3a564ba983de ctransid 2734 otransid 2722 stransid 769059 rtransid 2732 ctime 1725729488.300644782 (2024-09-07 19:18:08) otime 1725728529.381918112 (2024-09-07 19:02:09) stime 0.0 (1970-01-01 01:00:00) rtime 1725729456.746595666 (2024-09-07 19:17:36) item 27 key (284 ROOT_BACKREF 5) itemoff 9630 itemsize 35 root backref key dirid 267 sequence 19 name 2024-09-07_1_live item 28 key (285 ROOT_ITEM 2737) itemoff 9191 itemsize 439 generation 2755 root_dirid 256 bytenr 30605312 byte_limit 0 bytes_used 1593163776 last_snapshot 2755 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2755 uuid dca0440b-a8e1-7f48-b3aa-f7b8400b5a22 parent_uuid 3d26041e-17a4-ed4e-a6a3-6005a4172a69 received_uuid b0dae321-8f29-2a40-819a-8c66340ebe0d ctransid 2754 otransid 2737 stransid 803143 rtransid 2752 ctime 1729607589.683406445 (2024-10-22 16:33:09) otime 1729606370.169174110 (2024-10-22 16:12:50) stime 0.0 (1970-01-01 01:00:00) rtime 1729607550.250730507 (2024-10-22 16:32:30) item 29 key (285 ROOT_BACKREF 5) itemoff 9156 itemsize 35 root backref key dirid 267 sequence 20 name 2024-10-22_1_live item 30 key (286 ROOT_ITEM 2755) itemoff 8717 itemsize 439 generation 2784 root_dirid 256 bytenr 1936533274624 byte_limit 0 bytes_used 1623359488 last_snapshot 2784 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2784 uuid c960f3ce-54ef-9245-9d0b-3c11768476b8 parent_uuid dca0440b-a8e1-7f48-b3aa-f7b8400b5a22 received_uuid 52854293-e7ad-6144-8b0c-d747c435035c ctransid 2766 otransid 2755 stransid 844110 rtransid 2764 ctime 1732555951.649613336 (2024-11-25 18:32:31) otime 1732555260.314901494 (2024-11-25 18:21:00) stime 0.0 (1970-01-01 01:00:00) rtime 1732555901.391354339 (2024-11-25 18:31:41) item 31 key (286 ROOT_BACKREF 5) itemoff 8682 itemsize 35 root backref key dirid 267 sequence 21 name 2024-11-24_1_live item 32 key (287 ROOT_ITEM 2784) itemoff 8243 itemsize 439 generation 2829 root_dirid 256 bytenr 30736384 byte_limit 0 bytes_used 1657372672 last_snapshot 2829 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2829 uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 parent_uuid c960f3ce-54ef-9245-9d0b-3c11768476b8 received_uuid 2bec8139-bb0b-7745-98e2-f5e2b44ffff6 ctransid 2802 otransid 2784 stransid 899043 rtransid 2799 ctime 1736893395.322042592 (2025-01-14 23:23:15) otime 1736891736.184284935 (2025-01-14 22:55:36) stime 0.0 (1970-01-01 01:00:00) rtime 1736893332.661428424 (2025-01-14 23:22:12) item 33 key (287 ROOT_BACKREF 5) itemoff 8208 itemsize 35 root backref key dirid 267 sequence 22 name 2025-01-14_1_live item 34 key (288 ROOT_ITEM 2820) itemoff 7769 itemsize 439 generation 2828 root_dirid 256 bytenr 11322400604160 byte_limit 0 bytes_used 1675493376 last_snapshot 2820 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2828 uuid ec1bf2a1-d363-cd42-8b6c-5c757c005bd3 parent_uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 received_uuid df08f225-2c47-e14e-8d3a-e1b6958df9f5 ctransid 2828 otransid 2820 stransid 936026 rtransid 2827 ctime 1740329700.899958817 (2025-02-23 17:55:00) otime 1740327358.730742602 (2025-02-23 17:15:58) stime 0.0 (1970-01-01 01:00:00) rtime 1740329243.876126309 (2025-02-23 17:47:23) item 35 key (288 ROOT_BACKREF 5) itemoff 7734 itemsize 35 root backref key dirid 267 sequence 23 name 2025-02-23_2_live item 36 key (289 ROOT_ITEM 2829) itemoff 7295 itemsize 439 generation 2847 root_dirid 256 bytenr 30654464 byte_limit 0 bytes_used 1672478720 last_snapshot 2847 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2847 uuid 3aa7371e-d1c3-af4f-a3b0-02ce0505504e parent_uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 received_uuid ac7b5b54-fcb2-5041-8fb0-e4ca1c891a94 ctransid 2846 otransid 2829 stransid 1005789 rtransid 2845 ctime 1746751590.94994411 (2025-05-09 02:46:30) otime 1746748099.138038540 (2025-05-09 01:48:19) stime 0.0 (1970-01-01 01:00:00) rtime 1746751472.678993995 (2025-05-09 02:44:32) item 37 key (289 ROOT_BACKREF 5) itemoff 7260 itemsize 35 root backref key dirid 267 sequence 24 name 2025-05-09_1_live item 38 key (290 ROOT_ITEM 2847) itemoff 6821 itemsize 439 generation 2861 root_dirid 256 bytenr 30752768 byte_limit 0 bytes_used 1857748992 last_snapshot 2861 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2861 uuid 1b90355d-65ae-8949-9d96-3a1f49931e43 parent_uuid 3aa7371e-d1c3-af4f-a3b0-02ce0505504e received_uuid 38acbd40-4a17-bb4b-a111-86b77a2e41b4 ctransid 2860 otransid 2847 stransid 1032437 rtransid 2858 ctime 1749589557.710925796 (2025-06-10 23:05:57) otime 1749587880.693642910 (2025-06-10 22:38:00) stime 0.0 (1970-01-01 01:00:00) rtime 1749589481.482609679 (2025-06-10 23:04:41) item 39 key (290 ROOT_BACKREF 5) itemoff 6786 itemsize 35 root backref key dirid 267 sequence 25 name 2025-06-07_1_live item 40 key (291 ROOT_ITEM 2861) itemoff 6347 itemsize 439 generation 2870 root_dirid 256 bytenr 30883840 byte_limit 0 bytes_used 1858289664 last_snapshot 2870 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2870 uuid 7de5c39b-4861-4e40-917a-8a54fa188b0b parent_uuid 1b90355d-65ae-8949-9d96-3a1f49931e43 received_uuid f69333e9-f276-074c-814d-2a12e31d2a42 ctransid 2869 otransid 2861 stransid 1095168 rtransid 2867 ctime 1753652119.427269578 (2025-07-27 23:35:19) otime 1753650765.453298664 (2025-07-27 23:12:45) stime 0.0 (1970-01-01 01:00:00) rtime 1753652086.981101594 (2025-07-27 23:34:46) item 41 key (291 ROOT_BACKREF 5) itemoff 6312 itemsize 35 root backref key dirid 267 sequence 26 name 2025-07-27_1_live item 42 key (292 ROOT_ITEM 2870) itemoff 5873 itemsize 439 generation 2883 root_dirid 256 bytenr 30916608 byte_limit 0 bytes_used 1544667136 last_snapshot 2883 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2883 uuid e8a867d4-cb9f-964b-a790-e4c36bfa7a8a parent_uuid 7de5c39b-4861-4e40-917a-8a54fa188b0b received_uuid cb33ae2b-2945-dc46-859b-aab6b635ad1b ctransid 2881 otransid 2870 stransid 1147542 rtransid 2880 ctime 1757104798.128137778 (2025-09-05 22:39:58) otime 1757103880.649176097 (2025-09-05 22:24:40) stime 0.0 (1970-01-01 01:00:00) rtime 1757104634.88275990 (2025-09-05 22:37:14) item 43 key (292 ROOT_BACKREF 5) itemoff 5838 itemsize 35 root backref key dirid 267 sequence 27 name 2025-09-05_1_live item 44 key (293 ROOT_ITEM 2883) itemoff 5399 itemsize 439 generation 2892 root_dirid 256 bytenr 30965760 byte_limit 0 bytes_used 1584087040 last_snapshot 2892 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2892 uuid 971d80b4-bc23-9040-b182-050bc5dc62f9 parent_uuid e8a867d4-cb9f-964b-a790-e4c36bfa7a8a received_uuid 46887243-8712-9f42-a0c3-b7bf05b75ecd ctransid 2891 otransid 2883 stransid 1178903 rtransid 2888 ctime 1759264775.93663767 (2025-09-30 22:39:35) otime 1759263633.896114075 (2025-09-30 22:20:33) stime 0.0 (1970-01-01 01:00:00) rtime 1759264716.34274437 (2025-09-30 22:38:36) item 45 key (293 ROOT_BACKREF 5) itemoff 5364 itemsize 35 root backref key dirid 267 sequence 28 name 2025-09-30_1_live item 46 key (294 ROOT_ITEM 2892) itemoff 4925 itemsize 439 generation 2903 root_dirid 256 bytenr 30982144 byte_limit 0 bytes_used 1672282112 last_snapshot 2903 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2903 uuid 046a67df-7319-174f-b008-5eb9cfb6072f parent_uuid 971d80b4-bc23-9040-b182-050bc5dc62f9 received_uuid 03a6ac27-c8eb-6f45-ab10-2ef6b552db85 ctransid 2902 otransid 2892 stransid 1216590 rtransid 2900 ctime 1762191180.211993738 (2025-11-03 18:33:00) otime 1762188534.712841975 (2025-11-03 17:48:54) stime 0.0 (1970-01-01 01:00:00) rtime 1762191133.182883745 (2025-11-03 18:32:13) item 47 key (294 ROOT_BACKREF 5) itemoff 4890 itemsize 35 root backref key dirid 267 sequence 29 name 2025-11-03_1_live item 48 key (295 ROOT_ITEM 2903) itemoff 4451 itemsize 439 generation 2928 root_dirid 256 bytenr 11534202617856 byte_limit 0 bytes_used 1707016192 last_snapshot 2903 flags 0x1(RDONLY) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 2 generation_v2 2928 uuid 98e1fa38-96b6-8c46-8e0a-45667b27b88a parent_uuid 046a67df-7319-174f-b008-5eb9cfb6072f received_uuid 2cdf09e0-9aff-c64c-b43b-df529e637c22 ctransid 2928 otransid 2903 stransid 1283544 rtransid 2927 ctime 1768589600.758013589 (2026-01-16 19:53:20) otime 1768586381.930525587 (2026-01-16 18:59:41) stime 0.0 (1970-01-01 01:00:00) rtime 1768589513.923083173 (2026-01-16 19:51:53) item 49 key (295 ROOT_BACKREF 5) itemoff 4416 itemsize 35 root backref key dirid 267 sequence 30 name 2026-01-16_1_live item 50 key (DATA_RELOC_TREE ROOT_ITEM 0) itemoff 3977 itemsize 439 generation 5 root_dirid 256 bytenr 30523392 byte_limit 0 bytes_used 16384 last_snapshot 0 flags 0x0(none) refs 1 drop_progress key (0 UNKNOWN.0 0) drop_level 0 level 0 generation_v2 5 uuid 00000000-0000-0000-0000-000000000000 parent_uuid 00000000-0000-0000-0000-000000000000 received_uuid 00000000-0000-0000-0000-000000000000 ctransid 0 otransid 0 stransid 0 rtransid 0 ctime 0.0 (1970-01-01 01:00:00) otime 0.0 (1970-01-01 01:00:00) stime 0.0 (1970-01-01 01:00:00) rtime 0.0 (1970-01-01 01:00:00) Any ideas? And after we'd have done any bug finding, if you think that's necessary,... would you rather recommend to trash the fs? That one is small and really easy for me to re-create. Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-07 16:47 ` space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 Christoph Anton Mitterer @ 2026-02-09 3:21 ` Qu Wenruo 2026-02-09 3:32 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-09 3:21 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/8 03:17, Christoph Anton Mitterer 写道: > Hey again. > > > I've had another fs for backups only (so no precious data and no > problem if it would be lost), which I do fsck basically after each > backup (and which showed no errors last time). > > I blindly assume it would also suffer from the: > We have a space info key for a block group that doesn't exist > issue. > > So I've mounted it straight away with: > # mount -o space_cache=v2,clear_cache /dev/mapper/data-f /data/f > (again, fstab has ro, .... don't recall right now if that's used if > I specify device and mountpoint) OK, so something is wrong with the free space tree rebuild code, but something new. Previously I got one report that it hits ENOSPC during that, but this one is a little different, it hits an extent tree error. My current guess is related to the periodical commit kthread. The timing and backtrace all points to that, and all of our existing rebuild tests are pretty fast, so fast that it won't trigger periodical commit. That's something I need to look into. I think you're safe to clear the v2 cache, and let the kernel create at mount time. The difference between create and rebuild is, create will do everything in a single transaction, meanwhile the rebuild is doing in multiple ones, thus that may be the cause. Thanks, Qu > > This already gave me: > > Feb 07 17:10:35 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2928 /dev/mapper/data-f (253:2) scanned by mount (157055) > Feb 07 17:10:35 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 > Feb 07 17:10:35 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm > Feb 07 17:10:55 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree > Feb 07 17:11:27 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:11:27 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:11:27 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:11:27 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:11:27 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:11:27 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:11:27 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Not tainted 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:11:27 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:11:27 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:11:27 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:11:27 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 > Feb 07 17:11:27 heisenberg kernel: RAX: ffff8dd177afa628 RBX: ffff8dd177afa600 RCX: ffff8dd16e1d1488 > Feb 07 17:11:27 heisenberg kernel: RDX: ffff8dd177afa628 RSI: ffff8dd177afa628 RDI: ffff8dd177afa610 > Feb 07 17:11:27 heisenberg kernel: RBP: ffff8dd177afa600 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:11:27 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:11:27 heisenberg kernel: R13: ffff8dd177afa628 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:11:27 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 > Feb 07 17:11:27 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:11:27 heisenberg kernel: CR2: 00007f2584729a00 CR3: 00000003de22c001 CR4: 0000000000f72ef0 > Feb 07 17:11:27 heisenberg kernel: PKRU: 55555554 > Feb 07 17:11:27 heisenberg kernel: Call Trace: > Feb 07 17:11:27 heisenberg kernel: <TASK> > Feb 07 17:11:27 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:11:27 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:11:27 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:11:27 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:11:27 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:11:27 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:11:27 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:11:27 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:11:27 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:11:27 heisenberg kernel: </TASK> > Feb 07 17:11:27 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:12:00 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:12:00 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:12:00 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:12:00 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:12:00 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:12:00 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:12:00 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:12:00 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:12:00 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:12:00 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:12:00 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:12:00 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 > Feb 07 17:12:00 heisenberg kernel: RAX: ffff8ddb24c57428 RBX: ffff8ddb24c57400 RCX: ffff8dd16e1d1488 > Feb 07 17:12:00 heisenberg kernel: RDX: ffff8ddb24c57428 RSI: ffff8ddb24c57428 RDI: ffff8ddb24c57410 > Feb 07 17:12:00 heisenberg kernel: RBP: ffff8ddb24c57400 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:12:00 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:12:00 heisenberg kernel: R13: ffff8ddb24c57428 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:12:00 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 > Feb 07 17:12:00 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:12:00 heisenberg kernel: CR2: 00007fa211f04ff8 CR3: 00000003de22c003 CR4: 0000000000f72ef0 > Feb 07 17:12:00 heisenberg kernel: PKRU: 55555554 > Feb 07 17:12:00 heisenberg kernel: Call Trace: > Feb 07 17:12:00 heisenberg kernel: <TASK> > Feb 07 17:12:00 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:12:00 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:12:00 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:12:00 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:12:00 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:12:00 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:12:00 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:12:00 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:12:00 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:12:00 heisenberg kernel: </TASK> > Feb 07 17:12:00 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:12:32 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:12:32 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:12:32 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:12:32 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:12:32 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:12:32 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:12:32 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:12:32 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:12:32 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:12:32 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:12:32 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:12:32 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010286 > Feb 07 17:12:32 heisenberg kernel: RAX: ffff8dd66b0e4c28 RBX: ffff8dd66b0e4c00 RCX: ffff8dd16e1d1488 > Feb 07 17:12:32 heisenberg kernel: RDX: ffff8dd66b0e4c28 RSI: ffff8dd66b0e4c28 RDI: ffff8dd66b0e4c10 > Feb 07 17:12:32 heisenberg kernel: RBP: ffff8dd66b0e4c00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:12:32 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:12:32 heisenberg kernel: R13: ffff8dd66b0e4c28 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:12:32 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 > Feb 07 17:12:32 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:12:32 heisenberg kernel: CR2: 0000175b6812a000 CR3: 00000003de22c002 CR4: 0000000000f72ef0 > Feb 07 17:12:32 heisenberg kernel: PKRU: 55555554 > Feb 07 17:12:32 heisenberg kernel: Call Trace: > Feb 07 17:12:32 heisenberg kernel: <TASK> > Feb 07 17:12:32 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:12:32 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:12:32 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:12:32 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:12:32 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:12:32 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:12:32 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:12:32 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:12:32 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:12:32 heisenberg kernel: </TASK> > Feb 07 17:12:32 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > > Feb 07 17:13:02 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:13:02 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:13:02 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:13:02 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:13:02 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:13:02 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:13:02 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:13:02 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:13:02 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:13:02 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:13:02 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:13:02 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 > Feb 07 17:13:02 heisenberg kernel: RAX: ffff8dd282d69e28 RBX: ffff8dd282d69e00 RCX: ffff8dd16e1d1488 > Feb 07 17:13:02 heisenberg kernel: RDX: ffff8dd282d69e28 RSI: ffff8dd282d69e28 RDI: ffff8dd282d69e10 > Feb 07 17:13:02 heisenberg kernel: RBP: ffff8dd282d69e00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:13:02 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:13:02 heisenberg kernel: R13: ffff8dd282d69e28 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:13:02 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 > Feb 07 17:13:02 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:13:02 heisenberg kernel: CR2: 00001d6aa4397fe0 CR3: 00000003de22c003 CR4: 0000000000f72ef0 > Feb 07 17:13:02 heisenberg kernel: PKRU: 55555554 > Feb 07 17:13:02 heisenberg kernel: Call Trace: > Feb 07 17:13:02 heisenberg kernel: <TASK> > Feb 07 17:13:02 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:13:02 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:13:02 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:13:02 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:13:02 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:13:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:13:02 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:13:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:13:02 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:13:02 heisenberg kernel: </TASK> > Feb 07 17:13:02 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:13:33 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:13:33 heisenberg kernel: WARNING: CPU: 10 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:13:33 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:13:33 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:13:33 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:13:33 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:13:33 heisenberg kernel: CPU: 10 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:13:33 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:13:33 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:13:33 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:13:33 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:13:33 heisenberg kernel: RSP: 0000:ffffd1b2ccfa3de0 EFLAGS: 00010282 > Feb 07 17:13:33 heisenberg kernel: RAX: ffff8ddb24c54a28 RBX: ffff8ddb24c54a00 RCX: ffff8dd16e1d1488 > Feb 07 17:13:33 heisenberg kernel: RDX: ffff8ddb24c54a28 RSI: ffff8ddb24c54a28 RDI: ffff8ddb24c54a10 > Feb 07 17:13:33 heisenberg kernel: RBP: ffff8ddb24c54a00 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:13:33 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:13:33 heisenberg kernel: R13: ffff8ddb24c54a28 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:13:33 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10124c000(0000) knlGS:0000000000000000 > Feb 07 17:13:33 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:13:33 heisenberg kernel: CR2: 00000aabee386004 CR3: 00000003de22c004 CR4: 0000000000f72ef0 > Feb 07 17:13:33 heisenberg kernel: PKRU: 55555554 > Feb 07 17:13:33 heisenberg kernel: Call Trace: > Feb 07 17:13:33 heisenberg kernel: <TASK> > Feb 07 17:13:33 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:13:33 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:13:33 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:13:33 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:13:33 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:13:33 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:13:33 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:13:33 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:13:33 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:13:33 heisenberg kernel: </TASK> > Feb 07 17:13:33 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:04 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:04 heisenberg kernel: WARNING: CPU: 13 PID: 157101 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:14:04 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:04 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:04 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:04 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:04 heisenberg kernel: CPU: 13 UID: 0 PID: 157101 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:04 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:04 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:04 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:14:04 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:14:04 heisenberg kernel: RSP: 0018:ffffd1b2ccfa3de0 EFLAGS: 00010282 > Feb 07 17:14:04 heisenberg kernel: RAX: ffff8dd82eda0828 RBX: ffff8dd82eda0800 RCX: ffff8dd16e1d1488 > Feb 07 17:14:04 heisenberg kernel: RDX: ffff8dd82eda0828 RSI: ffff8dd82eda0828 RDI: ffff8dd82eda0810 > Feb 07 17:14:04 heisenberg kernel: RBP: ffff8dd82eda0800 R08: 0000000000000000 R09: ffffd1b2ccfa3db0 > Feb 07 17:14:04 heisenberg kernel: R10: ffffd1b2ccfa3db0 R11: 0000000000000000 R12: ffff8ddf8743bf18 > Feb 07 17:14:04 heisenberg kernel: R13: ffff8dd82eda0828 R14: ffff8dd16e1d1460 R15: 0000000000000000 > Feb 07 17:14:04 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10130c000(0000) knlGS:0000000000000000 > Feb 07 17:14:04 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:04 heisenberg kernel: CR2: 00007fd7ae106020 CR3: 00000003de22c004 CR4: 0000000000f72ef0 > Feb 07 17:14:04 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:04 heisenberg kernel: Call Trace: > Feb 07 17:14:04 heisenberg kernel: <TASK> > Feb 07 17:14:04 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:14:04 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:14:04 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:14:04 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:14:04 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:14:04 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:14:04 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:14:04 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:14:04 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:14:04 heisenberg kernel: </TASK> > Feb 07 17:14:04 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/extent-tree.c:3230 __btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: 00 f0 48 0f ba 28 02 0f 82 72 08 00 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 f0 ee 13 eb 0f 0b c6 44 24 2f 01 e9 80 b6 0e 00 <0f> 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7680 EFLAGS: 00010246 > Feb 07 17:14:14 heisenberg kernel: RAX: ffff8dd16e1d1000 RBX: 000000000ef0c000 RCX: ffff8de05fd70e00 > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8de05fd70e00 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000fff R11: 0000000000000002 R12: 0000000000000001 > Feb 07 17:14:14 heisenberg kernel: R13: 0000000000000000 R14: ffff8de05fd70e00 R15: ffff8dda5f16dd90 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] > Feb 07 17:14:14 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: BTRFS: Transaction aborted (error -117) > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/extent-tree.c:3231 __btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: 2f 01 e9 80 b6 0e 00 0f 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 c1 ee 13 eb <0f> 0b c6 44 24 2f 01 e9 dd b3 0e 00 89 04 24 e8 6d 79 21 eb 48 8b > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7680 EFLAGS: 00010246 > Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000000 RBX: 000000000ef0c000 RCX: 0000000000000027 > Feb 07 17:14:14 heisenberg kernel: RDX: ffff8de0af51ce48 RSI: 0000000000000001 RDI: ffff8de0af51ce40 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffd1b300ce7520 > Feb 07 17:14:14 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: 0000000000000001 > Feb 07 17:14:14 heisenberg kernel: R13: 0000000000000000 R14: ffff8de05fd70e00 R15: ffff8dda5f16dd90 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] > Feb 07 17:14:14 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: BTRFS: error (device dm-2 state A) in __btrfs_free_extent:3231: errno=-117 Filesystem corrupted > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): leaf 265814016 gen 2935 total ptrs 116 free space 9276 owner 2 > Feb 07 17:14:14 heisenberg kernel: item 0 key (248840192 METADATA_ITEM 0) itemoff 16250 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 1 key (248856576 METADATA_ITEM 0) itemoff 16217 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:14:14 heisenberg kernel: item 2 key (248872960 METADATA_ITEM 0) itemoff 16157 itemsize 60 > Feb 07 17:14:14 heisenberg kernel: extent refs 4 gen 2756 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 289 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 287 > Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 286 > Feb 07 17:14:14 heisenberg kernel: item 3 key (248889344 METADATA_ITEM 0) itemoff 16124 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 4 key (248905728 METADATA_ITEM 0) itemoff 16091 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 5 > Feb 07 17:14:14 heisenberg kernel: item 5 key (248922112 METADATA_ITEM 1) itemoff 16031 itemsize 60 > Feb 07 17:14:14 heisenberg kernel: extent refs 4 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 293 > Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 6 key (248938496 METADATA_ITEM 0) itemoff 15998 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 7 key (248954880 METADATA_ITEM 0) itemoff 15965 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 8 key (248971264 METADATA_ITEM 0) itemoff 15932 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 9 key (248987648 METADATA_ITEM 0) itemoff 15899 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 10 key (249004032 METADATA_ITEM 0) itemoff 15857 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 11 key (249020416 METADATA_ITEM 0) itemoff 15824 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:14:14 heisenberg kernel: item 12 key (249036800 METADATA_ITEM 0) itemoff 15791 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 13 key (249053184 METADATA_ITEM 0) itemoff 15722 itemsize 69 > Feb 07 17:14:14 heisenberg kernel: extent refs 5 gen 2631 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 281 > Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 280 > Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: item 14 key (249069568 METADATA_ITEM 0) itemoff 15680 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2631 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: item 15 key (249085952 METADATA_ITEM 0) itemoff 15638 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2631 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: item 16 key (249102336 METADATA_ITEM 0) itemoff 15605 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 17 key (249118720 METADATA_ITEM 0) itemoff 15572 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 18 key (249135104 METADATA_ITEM 0) itemoff 15539 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 19 key (249151488 METADATA_ITEM 0) itemoff 15506 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 20 key (249167872 METADATA_ITEM 0) itemoff 15473 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 21 key (249184256 METADATA_ITEM 0) itemoff 15440 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 22 key (249200640 METADATA_ITEM 0) itemoff 15407 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:14:14 heisenberg kernel: item 23 key (249217024 METADATA_ITEM 0) itemoff 15374 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 24 key (249233408 METADATA_ITEM 0) itemoff 15341 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 25 key (249249792 METADATA_ITEM 0) itemoff 15308 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 26 key (249266176 METADATA_ITEM 0) itemoff 15275 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 27 key (249282560 METADATA_ITEM 0) itemoff 15242 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 28 key (249298944 METADATA_ITEM 0) itemoff 15209 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 29 key (249315328 METADATA_ITEM 0) itemoff 15176 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 30 key (249331712 METADATA_ITEM 0) itemoff 15143 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 31 key (249348096 METADATA_ITEM 0) itemoff 15110 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 32 key (249364480 METADATA_ITEM 0) itemoff 15077 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 33 key (249380864 METADATA_ITEM 0) itemoff 15044 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 34 key (249397248 METADATA_ITEM 0) itemoff 15011 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 35 key (249413632 METADATA_ITEM 0) itemoff 14978 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 36 key (249430016 METADATA_ITEM 0) itemoff 14945 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 37 key (249446400 METADATA_ITEM 0) itemoff 14912 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 38 key (249462784 METADATA_ITEM 0) itemoff 14879 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 39 key (249479168 METADATA_ITEM 0) itemoff 14846 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: item 40 key (249495552 METADATA_ITEM 0) itemoff 14813 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 41 key (249511936 METADATA_ITEM 0) itemoff 14762 itemsize 51 > Feb 07 17:14:14 heisenberg kernel: extent refs 3 gen 2688 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 282 > Feb 07 17:14:14 heisenberg kernel: item 42 key (249528320 METADATA_ITEM 0) itemoff 14729 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 43 key (249544704 METADATA_ITEM 0) itemoff 14687 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2884 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:14:14 heisenberg kernel: item 44 key (249561088 METADATA_ITEM 0) itemoff 14654 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 45 key (249577472 METADATA_ITEM 0) itemoff 14621 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 46 key (249593856 METADATA_ITEM 0) itemoff 14588 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: item 47 key (249610240 METADATA_ITEM 0) itemoff 14555 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2738 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 285 > Feb 07 17:14:14 heisenberg kernel: item 48 key (249626624 METADATA_ITEM 0) itemoff 14522 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 49 key (249643008 METADATA_ITEM 0) itemoff 14489 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2738 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 285 > Feb 07 17:14:14 heisenberg kernel: item 50 key (249659392 METADATA_ITEM 0) itemoff 14456 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: item 51 key (249675776 METADATA_ITEM 0) itemoff 14423 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 52 key (249692160 METADATA_ITEM 0) itemoff 14390 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 53 key (249708544 METADATA_ITEM 0) itemoff 14357 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 54 key (249724928 METADATA_ITEM 0) itemoff 14324 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 55 key (249741312 METADATA_ITEM 0) itemoff 14291 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 56 key (249757696 METADATA_ITEM 0) itemoff 14258 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 57 key (249774080 METADATA_ITEM 0) itemoff 14225 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 58 key (249790464 METADATA_ITEM 0) itemoff 14192 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 59 key (249806848 METADATA_ITEM 0) itemoff 14159 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 60 key (249823232 METADATA_ITEM 0) itemoff 14126 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 61 key (249839616 METADATA_ITEM 0) itemoff 14093 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 62 key (249856000 METADATA_ITEM 0) itemoff 14060 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 63 key (249872384 METADATA_ITEM 0) itemoff 14027 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 64 key (249888768 METADATA_ITEM 0) itemoff 13994 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2769 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 65 key (249905152 METADATA_ITEM 0) itemoff 13961 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 66 key (249921536 METADATA_ITEM 0) itemoff 13928 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 67 key (249937920 METADATA_ITEM 0) itemoff 13895 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 68 key (249954304 METADATA_ITEM 0) itemoff 13862 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: item 69 key (249970688 METADATA_ITEM 0) itemoff 13829 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2821 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 70 key (249987072 METADATA_ITEM 0) itemoff 13787 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 71 key (250003456 METADATA_ITEM 0) itemoff 13754 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 72 key (250019840 METADATA_ITEM 0) itemoff 13721 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 73 key (250036224 METADATA_ITEM 0) itemoff 13688 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 74 key (250052608 METADATA_ITEM 0) itemoff 13655 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 75 key (250068992 METADATA_ITEM 0) itemoff 13622 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 76 key (250085376 METADATA_ITEM 0) itemoff 13589 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 77 key (250101760 METADATA_ITEM 0) itemoff 13556 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 78 key (250118144 METADATA_ITEM 0) itemoff 13523 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 79 key (250134528 METADATA_ITEM 0) itemoff 13490 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 80 key (250150912 METADATA_ITEM 0) itemoff 13403 itemsize 87 > Feb 07 17:14:14 heisenberg kernel: extent refs 7 gen 2716 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 289 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 287 > Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 286 > Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 285 > Feb 07 17:14:14 heisenberg kernel: ref#5: tree block backref root 284 > Feb 07 17:14:14 heisenberg kernel: ref#6: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: item 81 key (250167296 METADATA_ITEM 0) itemoff 13370 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 82 key (250183680 METADATA_ITEM 0) itemoff 13337 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 83 key (250200064 METADATA_ITEM 0) itemoff 13304 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 84 key (250216448 METADATA_ITEM 0) itemoff 13271 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 85 key (250232832 METADATA_ITEM 0) itemoff 13238 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2904 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: item 86 key (250249216 METADATA_ITEM 0) itemoff 13205 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2827 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:14:14 heisenberg kernel: item 87 key (250265600 METADATA_ITEM 0) itemoff 13172 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 88 key (250281984 METADATA_ITEM 0) itemoff 13139 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 89 key (250298368 METADATA_ITEM 0) itemoff 13106 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2903 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 90 key (250314752 METADATA_ITEM 0) itemoff 13073 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 91 key (250331136 METADATA_ITEM 0) itemoff 13040 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 92 key (250347520 METADATA_ITEM 0) itemoff 13007 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 93 key (250363904 METADATA_ITEM 0) itemoff 12974 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 94 key (250380288 METADATA_ITEM 0) itemoff 12941 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 95 key (250396672 METADATA_ITEM 0) itemoff 12908 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 96 key (250413056 METADATA_ITEM 0) itemoff 12866 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 97 key (250429440 METADATA_ITEM 0) itemoff 12833 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 98 key (250462208 METADATA_ITEM 0) itemoff 12800 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 99 key (250494976 METADATA_ITEM 0) itemoff 12767 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2630 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 100 key (250511360 METADATA_ITEM 0) itemoff 12734 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 101 key (250527744 METADATA_ITEM 0) itemoff 12701 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 102 key (250544128 METADATA_ITEM 0) itemoff 12668 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 103 key (250560512 METADATA_ITEM 0) itemoff 12635 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 104 key (250576896 METADATA_ITEM 0) itemoff 12602 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 105 key (250593280 METADATA_ITEM 0) itemoff 12569 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 106 key (250609664 METADATA_ITEM 0) itemoff 12536 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 107 key (250642432 METADATA_ITEM 0) itemoff 12503 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2921 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 108 key (250724352 METADATA_ITEM 0) itemoff 12470 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 109 key (250740736 METADATA_ITEM 0) itemoff 12437 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: item 110 key (250757120 METADATA_ITEM 0) itemoff 12404 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 1098 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:14:14 heisenberg kernel: item 111 key (250773504 METADATA_ITEM 0) itemoff 12362 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 112 key (250789888 METADATA_ITEM 0) itemoff 12329 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:14:14 heisenberg kernel: item 113 key (250806272 METADATA_ITEM 0) itemoff 12251 itemsize 78 > Feb 07 17:14:14 heisenberg kernel: extent refs 6 gen 2609 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:14:14 heisenberg kernel: ref#2: tree block backref root 281 > Feb 07 17:14:14 heisenberg kernel: ref#3: tree block backref root 280 > Feb 07 17:14:14 heisenberg kernel: ref#4: tree block backref root 279 > Feb 07 17:14:14 heisenberg kernel: ref#5: tree block backref root 278 > Feb 07 17:14:14 heisenberg kernel: item 114 key (250822656 METADATA_ITEM 0) itemoff 12218 itemsize 33 > Feb 07 17:14:14 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:14:14 heisenberg kernel: item 115 key (250839040 METADATA_ITEM 0) itemoff 12176 itemsize 42 > Feb 07 17:14:14 heisenberg kernel: extent refs 2 gen 2871 flags 2 > Feb 07 17:14:14 heisenberg kernel: ref#0: tree block backref root 293 > Feb 07 17:14:14 heisenberg kernel: ref#1: tree block backref root 292 > Feb 07 17:14:14 heisenberg kernel: BTRFS critical (device dm-2 state EA): unable to find ref byte nr 250658816 parent 0 root 10 owner 1 offset 0 slot 108 > Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): failed to run delayed ref for logical 250658816 num_bytes 16384 type 176 action 2 ref_mod 1: -2 > Feb 07 17:14:14 heisenberg kernel: BTRFS: error (device dm-2 state EA) in btrfs_run_delayed_refs:2161: errno=-2 No such entry > Feb 07 17:14:14 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -2 > Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:172 btrfs_put_block_group+0xe0/0xf0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_put_block_group+0xe0/0xf0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: b6 28 74 eb 0f 0b 48 8b 03 48 89 de 48 8d b8 a8 08 00 00 e8 82 79 00 00 eb 88 be 03 00 00 00 48 83 c7 1c e8 92 28 74 eb eb a3 <0f> 0b e9 5e ff ff ff 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 > Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dd725b51800 RCX: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: RDX: ffff8dd16e1d1000 RSI: 0000000008000000 RDI: ffff8dd725b51800 > Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b51800 R08: ffff8ddb53f616e8 R09: 0000000000270013 > Feb 07 17:14:14 heisenberg kernel: R10: ffff8dd831afe9c0 R11: 0000000000008000 R12: ffff8dd16e1d1090 > Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1098 R14: ffff8dd725b518d8 R15: dead000000000100 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x24d/0x3d0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-rsv.c:465 btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: 01 00 00 00 74 a6 0f 0b 48 83 bb 70 01 00 00 00 74 a4 0f 0b 48 83 bb 78 01 00 00 00 74 a2 0f 0b 48 83 bb a8 01 00 00 00 74 a0 <0f> 0b eb 9c 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 > Feb 07 17:14:14 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd16e1d1000 RCX: 0000000020000000 > Feb 07 17:14:14 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8dd725b55800 RDI: ffff8dd725b5581c > Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b50400 R08: ffff8dd725b50400 R09: 0000000000200003 > Feb 07 17:14:14 heisenberg kernel: R10: 00000000003d4000 R11: ffff8dd725b55800 R12: ffff8dd16e1d1090 > Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: 0000000000000000 R15: dead000000000100 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-rsv.c:466 btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: 01 00 00 00 75 5c 48 83 bb 78 01 00 00 00 75 5e 48 83 bb a8 01 00 00 00 75 60 48 83 bb a0 01 00 00 00 75 06 5b c3 cc cc cc cc <0f> 0b 5b c3 cc cc cc cc 0f 0b 48 83 bb 18 01 00 00 00 74 aa 0f 0b > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7948 EFLAGS: 00010206 > Feb 07 17:14:14 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd16e1d1000 RCX: 0000000020000000 > Feb 07 17:14:14 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8dd725b55800 RDI: ffff8dd725b5581c > Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd725b50400 R08: ffff8dd725b50400 R09: 0000000000200003 > Feb 07 17:14:14 heisenberg kernel: R10: 00000000003d4000 R11: ffff8dd725b55800 R12: ffff8dd16e1d1090 > Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: 0000000000000000 R15: dead000000000100 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:4462 check_removing_space_info+0x6e/0xa0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:check_removing_space_info+0x6e/0xa0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: 00 00 00 04 74 0c 48 8b 85 b0 0a 00 00 f6 c4 01 75 07 48 83 7b 38 00 75 2d 48 83 bb d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7940 EFLAGS: 00010206 > Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8dd725b55800 RCX: 0000002171792004 > Feb 07 17:14:14 heisenberg kernel: RDX: 0000002171790004 RSI: ffffffffae46b0c0 RDI: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd16e1d1000 R08: 0000000000000000 R09: ffffffffac8ea912 > Feb 07 17:14:14 heisenberg kernel: R10: ffff8ddd4f3e1c70 R11: ffff8dd140042400 R12: ffff8dd725b55800 > Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: dead000000000122 R15: dead000000000100 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691552256 free, is not full > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=851968, may_use=4014080, readonly=65536 zone_unusable=0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 64487424 reserved 4014080 > Feb 07 17:14:14 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:14:14 heisenberg kernel: WARNING: CPU: 4 PID: 157055 at fs/btrfs/block-group.c:4473 check_removing_space_info+0x8a/0xa0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:14:14 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:14:14 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:14:14 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:14:14 heisenberg kernel: CPU: 4 UID: 0 PID: 157055 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:14:14 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:14:14 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:14:14 heisenberg kernel: RIP: 0010:check_removing_space_info+0x8a/0xa0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: Code: d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc 0f 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 65 d9 ff ff eb c0 0f 1f 00 > Feb 07 17:14:14 heisenberg kernel: RSP: 0018:ffffd1b300ce7940 EFLAGS: 00010206 > Feb 07 17:14:14 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dd725b55800 RCX: 0000000000000027 > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8dd725b5581c > Feb 07 17:14:14 heisenberg kernel: RBP: ffff8dd16e1d1000 R08: 0000000000000000 R09: ffffd1b300ce76e8 > Feb 07 17:14:14 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: ffff8dd725b55800 > Feb 07 17:14:14 heisenberg kernel: R13: ffff8dd16e1d1718 R14: dead000000000122 R15: dead000000000100 > Feb 07 17:14:14 heisenberg kernel: FS: 00007f80ecec9840(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:14:14 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:14:14 heisenberg kernel: CR2: 00007f2584823f80 CR3: 0000000e03722004 CR4: 0000000000f72ef0 > Feb 07 17:14:14 heisenberg kernel: PKRU: 55555554 > Feb 07 17:14:14 heisenberg kernel: Call Trace: > Feb 07 17:14:14 heisenberg kernel: <TASK> > Feb 07 17:14:14 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:14:14 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0x68/0x1c0 > Feb 07 17:14:14 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:14:14 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:14:14 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:14:14 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? vfs_read+0xbf/0x390 > Feb 07 17:14:14 heisenberg kernel: ? fscontext_read+0x16a/0x180 > Feb 07 17:14:14 heisenberg kernel: ? rw_verify_area+0x56/0x180 > Feb 07 17:14:14 heisenberg kernel: ? fs_param_is_enum+0x53/0xa0 > Feb 07 17:14:14 heisenberg kernel: ? __fs_parse+0xac/0x1c0 > Feb 07 17:14:14 heisenberg kernel: ? ksys_read+0x73/0xf0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? __do_sys_fsconfig+0x359/0x650 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_faccessat+0x1d7/0x2d0 > Feb 07 17:14:14 heisenberg kernel: ? __x64_sys_access+0x1c/0x30 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:14:14 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:14:14 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:14:14 heisenberg kernel: RIP: 0033:0x7f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:14:14 heisenberg kernel: RSP: 002b:00007ffee20bd628 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:14:14 heisenberg kernel: RAX: ffffffffffffffda RBX: 00005607c7efab80 RCX: 00007f80ed0f2a6a > Feb 07 17:14:14 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:14:14 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:14:14 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 00005607c7efc960 > Feb 07 17:14:14 heisenberg kernel: R13: 00007f80ed28026c R14: 00007f80ed27e560 R15: 00007f80ed28026c > Feb 07 17:14:14 heisenberg kernel: </TASK> > Feb 07 17:14:14 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691552256 free, is not full > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=851968, may_use=4014080, readonly=65536 zone_unusable=0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 > Feb 07 17:14:14 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 64487424 reserved 4014080 > Feb 07 17:14:14 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -2 > > (and the mount failed) > > Just to be sure I did again with: > $ mount -o space_cache=v2,clear_cache,rw /dev/mapper/data-f /mnt/ > but same: > Feb 07 17:15:32 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2934 /dev/mapper/data-f (253:2) scanned by mount (157318) > Feb 07 17:15:32 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 > Feb 07 17:15:32 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm > Feb 07 17:15:53 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree > Feb 07 17:16:23 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:16:23 heisenberg kernel: WARNING: CPU: 8 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:16:23 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:16:23 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:16:23 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:16:23 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:16:23 heisenberg kernel: CPU: 8 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:16:23 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:16:23 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:16:23 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:16:23 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:16:23 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 > Feb 07 17:16:23 heisenberg kernel: RAX: ffff8ddbdc7bd628 RBX: ffff8ddbdc7bd600 RCX: ffff8dd2101b8488 > Feb 07 17:16:23 heisenberg kernel: RDX: ffff8ddbdc7bd628 RSI: ffff8ddbdc7bd628 RDI: ffff8ddbdc7bd610 > Feb 07 17:16:23 heisenberg kernel: RBP: ffff8ddbdc7bd600 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:16:23 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8dd28d95de70 > Feb 07 17:16:23 heisenberg kernel: R13: ffff8ddbdc7bd628 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:16:23 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de1011cc000(0000) knlGS:0000000000000000 > Feb 07 17:16:23 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:16:23 heisenberg kernel: CR2: 0000267fd2eb7004 CR3: 00000003de22c002 CR4: 0000000000f72ef0 > Feb 07 17:16:23 heisenberg kernel: PKRU: 55555554 > Feb 07 17:16:23 heisenberg kernel: Call Trace: > Feb 07 17:16:23 heisenberg kernel: <TASK> > Feb 07 17:16:23 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:16:23 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:16:23 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:16:23 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:16:23 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:16:23 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:16:23 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:16:23 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:16:23 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:16:23 heisenberg kernel: </TASK> > Feb 07 17:16:23 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:16:54 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:16:54 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:16:54 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:16:54 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:16:54 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:16:54 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:16:54 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:16:54 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:16:54 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:16:54 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:16:54 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:16:54 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010286 > Feb 07 17:16:54 heisenberg kernel: RAX: ffff8dd34ce01e28 RBX: ffff8dd34ce01e00 RCX: ffff8dd2101b8488 > Feb 07 17:16:54 heisenberg kernel: RDX: ffff8dd34ce01e28 RSI: ffff8dd34ce01e28 RDI: ffff8dd34ce01e10 > Feb 07 17:16:54 heisenberg kernel: RBP: ffff8dd34ce01e00 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:16:54 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8dd28d95de70 > Feb 07 17:16:54 heisenberg kernel: R13: ffff8dd34ce01e28 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:16:54 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 > Feb 07 17:16:54 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:16:54 heisenberg kernel: CR2: 000034eb31910004 CR3: 00000003de22c005 CR4: 0000000000f72ef0 > Feb 07 17:16:54 heisenberg kernel: PKRU: 55555554 > Feb 07 17:16:54 heisenberg kernel: Call Trace: > Feb 07 17:16:54 heisenberg kernel: <TASK> > Feb 07 17:16:54 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:16:54 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:16:54 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:16:54 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:16:54 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:16:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:16:54 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:16:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:16:54 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:16:54 heisenberg kernel: </TASK> > Feb 07 17:16:54 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:17:25 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:17:25 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:17:25 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:17:25 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:17:25 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:17:25 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:17:25 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:17:25 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:17:25 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:17:25 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:17:25 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:17:25 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 > Feb 07 17:17:25 heisenberg kernel: RAX: ffff8ddfee99d228 RBX: ffff8ddfee99d200 RCX: ffff8dd2101b8488 > Feb 07 17:17:25 heisenberg kernel: RDX: ffff8ddfee99d228 RSI: ffff8ddfee99d228 RDI: ffff8ddfee99d210 > Feb 07 17:17:25 heisenberg kernel: RBP: ffff8ddfee99d200 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:17:25 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda43f0 > Feb 07 17:17:25 heisenberg kernel: R13: ffff8ddfee99d228 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:17:25 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 > Feb 07 17:17:25 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:17:25 heisenberg kernel: CR2: 00007fa22d0f8000 CR3: 00000003de22c003 CR4: 0000000000f72ef0 > Feb 07 17:17:25 heisenberg kernel: PKRU: 55555554 > Feb 07 17:17:25 heisenberg kernel: Call Trace: > Feb 07 17:17:25 heisenberg kernel: <TASK> > Feb 07 17:17:25 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:17:25 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:17:25 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:17:25 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:17:25 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:17:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:17:25 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:17:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:17:25 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:17:25 heisenberg kernel: </TASK> > Feb 07 17:17:25 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:17:58 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:17:58 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:17:58 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:17:58 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:17:58 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:17:58 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:17:58 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:17:58 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:17:58 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:17:58 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:17:58 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:17:58 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010286 > Feb 07 17:17:58 heisenberg kernel: RAX: ffff8dd148734628 RBX: ffff8dd148734600 RCX: ffff8dd2101b8488 > Feb 07 17:17:58 heisenberg kernel: RDX: ffff8dd148734628 RSI: ffff8dd148734628 RDI: ffff8dd148734610 > Feb 07 17:17:58 heisenberg kernel: RBP: ffff8dd148734600 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:17:58 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda43f0 > Feb 07 17:17:58 heisenberg kernel: R13: ffff8dd148734628 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:17:58 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 > Feb 07 17:17:58 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:17:58 heisenberg kernel: CR2: 00007fb628b9ff98 CR3: 00000003de22c006 CR4: 0000000000f72ef0 > Feb 07 17:17:58 heisenberg kernel: PKRU: 55555554 > Feb 07 17:17:58 heisenberg kernel: Call Trace: > Feb 07 17:17:58 heisenberg kernel: <TASK> > Feb 07 17:17:58 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:17:58 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:17:58 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:17:58 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:17:58 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:17:58 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:17:58 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:17:58 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:17:58 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:17:58 heisenberg kernel: </TASK> > Feb 07 17:17:58 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:18:30 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:18:30 heisenberg kernel: WARNING: CPU: 9 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:18:30 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:18:30 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:18:30 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:18:30 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:18:30 heisenberg kernel: CPU: 9 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:18:30 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:18:30 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:18:30 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:18:30 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:18:30 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 > Feb 07 17:18:30 heisenberg kernel: RAX: ffff8dd145840a28 RBX: ffff8dd145840a00 RCX: ffff8dd2101b8488 > Feb 07 17:18:30 heisenberg kernel: RDX: ffff8dd145840a28 RSI: ffff8dd145840a28 RDI: ffff8dd145840a10 > Feb 07 17:18:30 heisenberg kernel: RBP: ffff8dd145840a00 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:18:30 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda4000 > Feb 07 17:18:30 heisenberg kernel: R13: ffff8dd145840a28 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:18:30 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de10120c000(0000) knlGS:0000000000000000 > Feb 07 17:18:30 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:18:30 heisenberg kernel: CR2: 00002d71c154a004 CR3: 00000003de22c002 CR4: 0000000000f72ef0 > Feb 07 17:18:30 heisenberg kernel: PKRU: 55555554 > Feb 07 17:18:30 heisenberg kernel: Call Trace: > Feb 07 17:18:30 heisenberg kernel: <TASK> > Feb 07 17:18:30 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:18:30 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:18:30 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:18:30 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:18:30 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:18:30 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:18:30 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:18:30 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:18:30 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:18:30 heisenberg kernel: </TASK> > Feb 07 17:18:30 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:02 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:02 heisenberg kernel: WARNING: CPU: 4 PID: 157336 at fs/btrfs/transaction.c:144 btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:19:02 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:02 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:02 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:02 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:02 heisenberg kernel: CPU: 4 UID: 0 PID: 157336 Comm: btrfs-transacti Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:02 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:02 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:02 heisenberg kernel: RIP: 0010:btrfs_put_transaction+0x141/0x180 [btrfs] > Feb 07 17:19:02 heisenberg kernel: Code: 48 89 ef 5d 41 5c 41 5d e9 8c c3 49 eb 5b be 03 00 00 00 5d 41 5c 41 5d e9 fc 8b 7f eb 0f 0b e9 e2 fe ff ff 0f 0b 0f 0b eb d5 <0f> 0b e9 1a ff ff ff 0f 0b e9 21 ff ff ff e8 3c 24 20 eb 48 8b 95 > Feb 07 17:19:02 heisenberg kernel: RSP: 0018:ffffd1b2cc677de0 EFLAGS: 00010282 > Feb 07 17:19:02 heisenberg kernel: RAX: ffff8dddba6fe428 RBX: ffff8dddba6fe400 RCX: ffff8dd2101b8488 > Feb 07 17:19:02 heisenberg kernel: RDX: ffff8dddba6fe428 RSI: ffff8dddba6fe428 RDI: ffff8dddba6fe410 > Feb 07 17:19:02 heisenberg kernel: RBP: ffff8dddba6fe400 R08: 0000000000000000 R09: ffffd1b2cc677db0 > Feb 07 17:19:02 heisenberg kernel: R10: ffffd1b2cc677db0 R11: 0000000000000000 R12: ffff8ddfffda4000 > Feb 07 17:19:02 heisenberg kernel: R13: ffff8dddba6fe428 R14: ffff8dd2101b8460 R15: 0000000000000000 > Feb 07 17:19:02 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8de1010cc000(0000) knlGS:0000000000000000 > Feb 07 17:19:02 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:02 heisenberg kernel: CR2: 00007fd79ae77000 CR3: 00000003de22c004 CR4: 0000000000f72ef0 > Feb 07 17:19:02 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:02 heisenberg kernel: Call Trace: > Feb 07 17:19:02 heisenberg kernel: <TASK> > Feb 07 17:19:02 heisenberg kernel: btrfs_commit_transaction+0x72a/0xdf0 [btrfs] > Feb 07 17:19:02 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 > Feb 07 17:19:02 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] > Feb 07 17:19:02 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] > Feb 07 17:19:02 heisenberg kernel: kthread+0xfc/0x240 > Feb 07 17:19:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:19:02 heisenberg kernel: ret_from_fork+0x1cc/0x200 > Feb 07 17:19:02 heisenberg kernel: ? __pfx_kthread+0x10/0x10 > Feb 07 17:19:02 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 > Feb 07 17:19:02 heisenberg kernel: </TASK> > Feb 07 17:19:02 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/extent-tree.c:3230 __btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: 00 f0 48 0f ba 28 02 0f 82 72 08 00 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 f0 ee 13 eb 0f 0b c6 44 24 2f 01 e9 80 b6 0e 00 <0f> 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103960 EFLAGS: 00010246 > Feb 07 17:19:09 heisenberg kernel: RAX: ffff8dd2101b8000 RBX: 000000000b778000 RCX: ffff8dd1a80beaf0 > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8dd1a80beaf0 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000fff R11: 0000000000000002 R12: 0000000000000001 > Feb 07 17:19:09 heisenberg kernel: R13: 0000000000000000 R14: ffff8dd1a80beaf0 R15: ffff8dd1a80be7e0 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] > Feb 07 17:19:09 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: BTRFS: Transaction aborted (error -117) > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/extent-tree.c:3231 __btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: 2f 01 e9 80 b6 0e 00 0f 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 fa b3 0e 00 be 8b ff ff ff 48 c7 c7 68 29 c1 c0 e8 c1 ee 13 eb <0f> 0b c6 44 24 2f 01 e9 dd b3 0e 00 89 04 24 e8 6d 79 21 eb 48 8b > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103960 EFLAGS: 00010246 > Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000000 RBX: 000000000b778000 RCX: 0000000000000027 > Feb 07 17:19:09 heisenberg kernel: RDX: ffff8de0af4dce48 RSI: 0000000000000001 RDI: ffff8de0af4dce40 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffd1b2e7103800 > Feb 07 17:19:09 heisenberg kernel: R10: ffffffffad8db948 R11: 00000000ffffefff R12: 0000000000000001 > Feb 07 17:19:09 heisenberg kernel: R13: 0000000000000000 R14: ffff8dd1a80beaf0 R15: ffff8dd1a80be7e0 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] > Feb 07 17:19:09 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? setup_items_for_insert.isra.0+0x196/0x420 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? release_extent_buffer+0x33/0x120 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? __btrfs_add_to_free_space_tree+0x294/0x3f0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_run_delayed_refs+0x3b/0x120 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_commit_transaction+0x6d/0xdf0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? populate_free_space_tree+0x89/0x220 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_rebuild_free_space_tree+0x1c5/0x270 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_start_pre_rw_mount+0x2df/0x610 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x113e/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: BTRFS: error (device dm-2 state A) in __btrfs_free_extent:3231: errno=-117 Filesystem corrupted > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): leaf 252116992 gen 2941 total ptrs 201 free space 2789 owner 2 > Feb 07 17:19:09 heisenberg kernel: item 0 key (190398464 METADATA_ITEM 0) itemoff 16241 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 279 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 1 key (190414848 METADATA_ITEM 0) itemoff 16208 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 2 key (190431232 METADATA_ITEM 1) itemoff 16175 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 3 key (190447616 METADATA_ITEM 0) itemoff 16079 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 4 key (190464000 METADATA_ITEM 0) itemoff 16046 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 5 key (190480384 METADATA_ITEM 0) itemoff 16013 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 6 key (190496768 METADATA_ITEM 0) itemoff 15980 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 5 > Feb 07 17:19:09 heisenberg kernel: item 7 key (190513152 METADATA_ITEM 0) itemoff 15947 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 8 key (190529536 METADATA_ITEM 0) itemoff 15914 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 9 key (190545920 METADATA_ITEM 0) itemoff 15881 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 10 key (190562304 METADATA_ITEM 0) itemoff 15848 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 11 key (190578688 METADATA_ITEM 0) itemoff 15815 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 12 key (190595072 METADATA_ITEM 0) itemoff 15782 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 13 key (190611456 METADATA_ITEM 0) itemoff 15749 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 14 key (190627840 METADATA_ITEM 0) itemoff 15716 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 15 key (190644224 METADATA_ITEM 0) itemoff 15683 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 16 key (190660608 METADATA_ITEM 0) itemoff 15650 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 17 key (190676992 METADATA_ITEM 0) itemoff 15617 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 18 key (190693376 METADATA_ITEM 0) itemoff 15584 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 19 key (190709760 METADATA_ITEM 0) itemoff 15551 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 20 key (190726144 METADATA_ITEM 0) itemoff 15518 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 21 key (190742528 METADATA_ITEM 0) itemoff 15467 itemsize 51 > Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 22 key (190758912 METADATA_ITEM 0) itemoff 15434 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 23 key (190775296 METADATA_ITEM 1) itemoff 15383 itemsize 51 > Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 24 key (190791680 METADATA_ITEM 0) itemoff 15350 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 25 key (190808064 METADATA_ITEM 0) itemoff 15317 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 26 key (190824448 METADATA_ITEM 0) itemoff 15284 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 27 key (190840832 METADATA_ITEM 0) itemoff 15251 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 28 key (190857216 METADATA_ITEM 0) itemoff 15218 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 29 key (190873600 METADATA_ITEM 0) itemoff 15185 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 30 key (190889984 METADATA_ITEM 0) itemoff 15089 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 31 key (190971904 METADATA_ITEM 0) itemoff 15047 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 32 key (190988288 METADATA_ITEM 0) itemoff 15014 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 33 key (191004672 METADATA_ITEM 0) itemoff 14981 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2610 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 34 key (191021056 METADATA_ITEM 0) itemoff 14885 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 35 key (191037440 METADATA_ITEM 0) itemoff 14852 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 36 key (191053824 METADATA_ITEM 0) itemoff 14819 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 37 key (191070208 METADATA_ITEM 0) itemoff 14723 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 38 key (191086592 METADATA_ITEM 0) itemoff 14690 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 39 key (191102976 METADATA_ITEM 0) itemoff 14657 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 40 key (191119360 METADATA_ITEM 0) itemoff 14624 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2866 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 41 key (191135744 METADATA_ITEM 0) itemoff 14591 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 42 key (191152128 METADATA_ITEM 0) itemoff 14558 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 43 key (191168512 METADATA_ITEM 0) itemoff 14489 itemsize 69 > Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 44 key (191184896 METADATA_ITEM 0) itemoff 14456 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 45 key (191201280 METADATA_ITEM 0) itemoff 14423 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 46 key (191217664 METADATA_ITEM 0) itemoff 14390 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 47 key (191234048 METADATA_ITEM 0) itemoff 14357 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 48 key (191250432 METADATA_ITEM 0) itemoff 14324 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 49 key (191266816 METADATA_ITEM 0) itemoff 14291 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 50 key (191283200 METADATA_ITEM 0) itemoff 14258 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 51 key (191299584 METADATA_ITEM 1) itemoff 14225 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 52 key (191315968 METADATA_ITEM 0) itemoff 14192 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 53 key (191332352 METADATA_ITEM 0) itemoff 14159 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 54 key (191348736 METADATA_ITEM 0) itemoff 14090 itemsize 69 > Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 55 key (191365120 METADATA_ITEM 0) itemoff 14057 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 56 key (191381504 METADATA_ITEM 0) itemoff 14024 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 57 key (191397888 METADATA_ITEM 0) itemoff 13991 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 58 key (191414272 METADATA_ITEM 0) itemoff 13958 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 59 key (191430656 METADATA_ITEM 0) itemoff 13916 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 60 key (191447040 METADATA_ITEM 0) itemoff 13856 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 61 key (191463424 METADATA_ITEM 1) itemoff 13823 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 62 key (191479808 METADATA_ITEM 0) itemoff 13790 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 63 key (191496192 METADATA_ITEM 0) itemoff 13757 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 64 key (191512576 METADATA_ITEM 0) itemoff 13724 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 65 key (191528960 METADATA_ITEM 0) itemoff 13691 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 66 key (191545344 METADATA_ITEM 0) itemoff 13658 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 67 key (191561728 METADATA_ITEM 0) itemoff 13625 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 68 key (191578112 METADATA_ITEM 0) itemoff 13592 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 69 key (191594496 METADATA_ITEM 0) itemoff 13559 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 70 key (191610880 METADATA_ITEM 1) itemoff 13526 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 71 key (191627264 METADATA_ITEM 0) itemoff 13493 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 72 key (191643648 METADATA_ITEM 0) itemoff 13451 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 73 key (191660032 METADATA_ITEM 0) itemoff 13418 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 74 key (191676416 METADATA_ITEM 0) itemoff 13385 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 75 key (191692800 METADATA_ITEM 0) itemoff 13352 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 76 key (191709184 METADATA_ITEM 0) itemoff 13319 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 77 key (191725568 METADATA_ITEM 0) itemoff 13286 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 78 key (191741952 METADATA_ITEM 0) itemoff 13253 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 79 key (191758336 METADATA_ITEM 0) itemoff 13220 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2922 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 80 key (191774720 METADATA_ITEM 0) itemoff 13187 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 81 key (191791104 METADATA_ITEM 0) itemoff 13064 itemsize 123 > Feb 07 17:19:09 heisenberg kernel: extent refs 11 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 82 key (191807488 METADATA_ITEM 0) itemoff 13031 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 83 key (191823872 METADATA_ITEM 0) itemoff 12962 itemsize 69 > Feb 07 17:19:09 heisenberg kernel: extent refs 5 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 84 key (191840256 METADATA_ITEM 0) itemoff 12929 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 85 key (191856640 METADATA_ITEM 0) itemoff 12896 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 86 key (191873024 METADATA_ITEM 0) itemoff 12854 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 87 key (191889408 METADATA_ITEM 0) itemoff 12821 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 88 key (191905792 METADATA_ITEM 0) itemoff 12788 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 89 key (191922176 METADATA_ITEM 0) itemoff 12755 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 90 key (191987712 METADATA_ITEM 0) itemoff 12722 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 91 key (192004096 METADATA_ITEM 0) itemoff 12689 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 92 key (192020480 METADATA_ITEM 0) itemoff 12629 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 93 key (192036864 METADATA_ITEM 0) itemoff 12596 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 94 key (192053248 METADATA_ITEM 0) itemoff 12509 itemsize 87 > Feb 07 17:19:09 heisenberg kernel: extent refs 7 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 95 key (192118784 METADATA_ITEM 0) itemoff 12476 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 96 key (192135168 METADATA_ITEM 0) itemoff 12380 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2756 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: item 97 key (192151552 METADATA_ITEM 0) itemoff 12347 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 98 key (192167936 METADATA_ITEM 0) itemoff 12314 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 99 key (192184320 METADATA_ITEM 0) itemoff 12281 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 100 key (192200704 METADATA_ITEM 0) itemoff 12248 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 101 key (192217088 METADATA_ITEM 0) itemoff 12215 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 102 key (192233472 METADATA_ITEM 0) itemoff 12155 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 103 key (192249856 METADATA_ITEM 0) itemoff 12122 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 104 key (192266240 METADATA_ITEM 0) itemoff 12089 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 105 key (192282624 METADATA_ITEM 0) itemoff 12056 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 106 key (192299008 METADATA_ITEM 0) itemoff 12023 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 107 key (192315392 METADATA_ITEM 0) itemoff 11963 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 108 key (192331776 METADATA_ITEM 0) itemoff 11930 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 109 key (192413696 METADATA_ITEM 0) itemoff 11897 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 110 key (192430080 METADATA_ITEM 0) itemoff 11855 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2884 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: item 111 key (192446464 METADATA_ITEM 0) itemoff 11822 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 112 key (192462848 METADATA_ITEM 0) itemoff 11789 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 113 key (192479232 METADATA_ITEM 0) itemoff 11756 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 114 key (192495616 METADATA_ITEM 0) itemoff 11723 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2770 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 5 > Feb 07 17:19:09 heisenberg kernel: item 115 key (192512000 METADATA_ITEM 0) itemoff 11672 itemsize 51 > Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2871 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: item 116 key (192528384 METADATA_ITEM 0) itemoff 11630 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 117 key (192544768 METADATA_ITEM 0) itemoff 11570 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 118 key (192561152 METADATA_ITEM 0) itemoff 11528 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 119 key (192577536 METADATA_ITEM 0) itemoff 11486 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 120 key (192593920 METADATA_ITEM 0) itemoff 11444 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 121 key (192610304 METADATA_ITEM 0) itemoff 11411 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 122 key (192626688 METADATA_ITEM 0) itemoff 11369 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 123 key (192643072 METADATA_ITEM 0) itemoff 11336 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 124 key (192659456 METADATA_ITEM 0) itemoff 11303 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 125 key (192675840 METADATA_ITEM 0) itemoff 11261 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 126 key (192692224 METADATA_ITEM 0) itemoff 11201 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 127 key (192708608 METADATA_ITEM 0) itemoff 11159 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 128 key (192724992 METADATA_ITEM 0) itemoff 11117 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 129 key (192741376 METADATA_ITEM 0) itemoff 11075 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 130 key (192757760 METADATA_ITEM 0) itemoff 11042 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 131 key (192774144 METADATA_ITEM 0) itemoff 11009 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 132 key (192790528 METADATA_ITEM 0) itemoff 10976 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 133 key (192806912 METADATA_ITEM 0) itemoff 10844 itemsize 132 > Feb 07 17:19:09 heisenberg kernel: extent refs 12 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 134 key (192823296 METADATA_ITEM 0) itemoff 10811 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 135 key (192839680 METADATA_ITEM 0) itemoff 10679 itemsize 132 > Feb 07 17:19:09 heisenberg kernel: extent refs 12 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 136 key (192856064 METADATA_ITEM 0) itemoff 10646 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 137 key (192872448 METADATA_ITEM 0) itemoff 10613 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 138 key (192888832 METADATA_ITEM 0) itemoff 10517 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 139 key (192905216 METADATA_ITEM 0) itemoff 10484 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 140 key (192921600 METADATA_ITEM 0) itemoff 10442 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 141 key (192937984 METADATA_ITEM 0) itemoff 10409 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 142 key (192954368 METADATA_ITEM 0) itemoff 10376 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 143 key (192970752 METADATA_ITEM 0) itemoff 10280 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 144 key (192987136 METADATA_ITEM 0) itemoff 10193 itemsize 87 > Feb 07 17:19:09 heisenberg kernel: extent refs 7 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 145 key (193003520 METADATA_ITEM 0) itemoff 10160 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 146 key (193019904 METADATA_ITEM 0) itemoff 10127 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 147 key (193036288 METADATA_ITEM 0) itemoff 10094 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 148 key (193052672 METADATA_ITEM 0) itemoff 10061 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 2 > Feb 07 17:19:09 heisenberg kernel: item 149 key (193069056 METADATA_ITEM 0) itemoff 9965 itemsize 96 > Feb 07 17:19:09 heisenberg kernel: extent refs 8 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 150 key (193085440 METADATA_ITEM 0) itemoff 9932 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 151 key (193101824 METADATA_ITEM 0) itemoff 9899 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 152 key (193118208 METADATA_ITEM 0) itemoff 9866 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 153 key (193134592 METADATA_ITEM 0) itemoff 9824 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2651 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 280 > Feb 07 17:19:09 heisenberg kernel: item 154 key (193150976 METADATA_ITEM 0) itemoff 9791 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 155 key (193167360 METADATA_ITEM 0) itemoff 9758 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 156 key (193183744 METADATA_ITEM 0) itemoff 9725 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 157 key (193200128 METADATA_ITEM 0) itemoff 9692 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 158 key (193216512 METADATA_ITEM 0) itemoff 9659 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 159 key (193232896 METADATA_ITEM 0) itemoff 9626 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 160 key (193249280 METADATA_ITEM 0) itemoff 9593 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 161 key (193265664 METADATA_ITEM 0) itemoff 9560 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2768 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 162 key (193282048 METADATA_ITEM 0) itemoff 9527 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2893 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: item 163 key (193298432 METADATA_ITEM 0) itemoff 9494 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 164 key (193314816 METADATA_ITEM 0) itemoff 9461 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 165 key (193331200 METADATA_ITEM 0) itemoff 9428 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 166 key (193347584 METADATA_ITEM 0) itemoff 9395 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 167 key (193363968 METADATA_ITEM 0) itemoff 9362 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 168 key (193380352 METADATA_ITEM 0) itemoff 9329 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 169 key (193396736 METADATA_ITEM 0) itemoff 9296 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 170 key (193413120 METADATA_ITEM 0) itemoff 9263 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2772 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 171 key (193429504 METADATA_ITEM 0) itemoff 9230 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 172 key (193445888 METADATA_ITEM 0) itemoff 9197 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 173 key (193462272 METADATA_ITEM 0) itemoff 9137 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 174 key (193478656 METADATA_ITEM 0) itemoff 9104 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 175 key (193495040 METADATA_ITEM 0) itemoff 9071 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2723 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: item 176 key (193511424 METADATA_ITEM 0) itemoff 9011 itemsize 60 > Feb 07 17:19:09 heisenberg kernel: extent refs 4 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 177 key (193527808 METADATA_ITEM 0) itemoff 8978 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 178 key (193544192 METADATA_ITEM 0) itemoff 8945 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 179 key (193560576 METADATA_ITEM 0) itemoff 8894 itemsize 51 > Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 180 key (193576960 METADATA_ITEM 0) itemoff 8861 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 181 key (193593344 METADATA_ITEM 0) itemoff 8828 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 182 key (193609728 METADATA_ITEM 0) itemoff 8795 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 183 key (193626112 METADATA_ITEM 0) itemoff 8762 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 184 key (193642496 METADATA_ITEM 0) itemoff 8729 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 185 key (193658880 METADATA_ITEM 0) itemoff 8687 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 186 key (193675264 METADATA_ITEM 0) itemoff 8645 itemsize 42 > Feb 07 17:19:09 heisenberg kernel: extent refs 2 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 279 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 187 key (193691648 METADATA_ITEM 0) itemoff 8612 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 188 key (193708032 METADATA_ITEM 0) itemoff 8579 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 189 key (193724416 METADATA_ITEM 0) itemoff 8546 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 190 key (193740800 METADATA_ITEM 0) itemoff 8513 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2862 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: item 191 key (193757184 METADATA_ITEM 0) itemoff 8480 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2771 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 7 > Feb 07 17:19:09 heisenberg kernel: item 192 key (193773568 METADATA_ITEM 0) itemoff 8429 itemsize 51 > Feb 07 17:19:09 heisenberg kernel: extent refs 3 gen 2738 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: item 193 key (193789952 METADATA_ITEM 0) itemoff 8396 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2688 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: item 194 key (193806336 METADATA_ITEM 0) itemoff 8282 itemsize 114 > Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 195 key (193822720 METADATA_ITEM 0) itemoff 8168 itemsize 114 > Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 196 key (193839104 METADATA_ITEM 0) itemoff 8054 itemsize 114 > Feb 07 17:19:09 heisenberg kernel: extent refs 10 gen 2608 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 282 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 279 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 278 > Feb 07 17:19:09 heisenberg kernel: item 197 key (193855488 METADATA_ITEM 0) itemoff 8021 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2669 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 281 > Feb 07 17:19:09 heisenberg kernel: item 198 key (193871872 METADATA_ITEM 0) itemoff 7988 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 199 key (193888256 METADATA_ITEM 0) itemoff 7847 itemsize 141 > Feb 07 17:19:09 heisenberg kernel: extent refs 13 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 295 > Feb 07 17:19:09 heisenberg kernel: ref#1: tree block backref root 294 > Feb 07 17:19:09 heisenberg kernel: ref#2: tree block backref root 293 > Feb 07 17:19:09 heisenberg kernel: ref#3: tree block backref root 292 > Feb 07 17:19:09 heisenberg kernel: ref#4: tree block backref root 291 > Feb 07 17:19:09 heisenberg kernel: ref#5: tree block backref root 290 > Feb 07 17:19:09 heisenberg kernel: ref#6: tree block backref root 289 > Feb 07 17:19:09 heisenberg kernel: ref#7: tree block backref root 288 > Feb 07 17:19:09 heisenberg kernel: ref#8: tree block backref root 287 > Feb 07 17:19:09 heisenberg kernel: ref#9: tree block backref root 286 > Feb 07 17:19:09 heisenberg kernel: ref#10: tree block backref root 285 > Feb 07 17:19:09 heisenberg kernel: ref#11: tree block backref root 284 > Feb 07 17:19:09 heisenberg kernel: ref#12: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: item 200 key (193904640 METADATA_ITEM 0) itemoff 7814 itemsize 33 > Feb 07 17:19:09 heisenberg kernel: extent refs 1 gen 2716 flags 2 > Feb 07 17:19:09 heisenberg kernel: ref#0: tree block backref root 283 > Feb 07 17:19:09 heisenberg kernel: BTRFS critical (device dm-2 state EA): unable to find ref byte nr 192380928 parent 0 root 10 owner 1 offset 0 slot 109 > Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): failed to run delayed ref for logical 192380928 num_bytes 16384 type 176 action 2 ref_mod 1: -2 > Feb 07 17:19:09 heisenberg kernel: BTRFS: error (device dm-2 state EA) in btrfs_run_delayed_refs:2161: errno=-2 No such entry > Feb 07 17:19:09 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -2 > Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:172 btrfs_put_block_group+0xe0/0xf0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_put_block_group+0xe0/0xf0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: b6 28 74 eb 0f 0b 48 8b 03 48 89 de 48 8d b8 a8 08 00 00 e8 82 79 00 00 eb 88 be 03 00 00 00 48 83 c7 1c e8 92 28 74 eb eb a3 <0f> 0b e9 5e ff ff ff 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 > Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8dddde624400 RCX: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: RDX: ffff8dd2101b8000 RSI: 0000000008000000 RDI: ffff8dddde624400 > Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624400 R08: ffff8ddd3adad820 R09: 000000000027000d > Feb 07 17:19:09 heisenberg kernel: R10: ffff8dda4f6f7500 R11: 0000000000008000 R12: ffff8dd2101b8090 > Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8098 R14: ffff8dddde6244d8 R15: dead000000000100 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x24d/0x3d0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-rsv.c:465 btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0xc8/0xd0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: 01 00 00 00 74 a6 0f 0b 48 83 bb 70 01 00 00 00 74 a4 0f 0b 48 83 bb 78 01 00 00 00 74 a2 0f 0b 48 83 bb a8 01 00 00 00 74 a0 <0f> 0b eb 9c 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 > Feb 07 17:19:09 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd2101b8000 RCX: 0000000020000000 > Feb 07 17:19:09 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8ddc1cbe4000 RDI: ffff8ddc1cbe401c > Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624000 R08: ffff8dddde624000 R09: 0000000000200006 > Feb 07 17:19:09 heisenberg kernel: R10: 00000000003d0000 R11: ffff8ddc1cbe4000 R12: ffff8dd2101b8090 > Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: 0000000000000000 R15: dead000000000100 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-rsv.c:466 btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:btrfs_release_global_block_rsv+0x78/0xd0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: 01 00 00 00 75 5c 48 83 bb 78 01 00 00 00 75 5e 48 83 bb a8 01 00 00 00 75 60 48 83 bb a0 01 00 00 00 75 06 5b c3 cc cc cc cc <0f> 0b 5b c3 cc cc cc cc 0f 0b 48 83 bb 18 01 00 00 00 74 aa 0f 0b > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c28 EFLAGS: 00010206 > Feb 07 17:19:09 heisenberg kernel: RAX: 000000001ffc8000 RBX: ffff8dd2101b8000 RCX: 0000000020000000 > Feb 07 17:19:09 heisenberg kernel: RDX: 000000001ffc8000 RSI: ffff8ddc1cbe4000 RDI: ffff8ddc1cbe401c > Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dddde624000 R08: ffff8dddde624000 R09: 0000000000200006 > Feb 07 17:19:09 heisenberg kernel: R10: 00000000003d0000 R11: ffff8ddc1cbe4000 R12: ffff8dd2101b8090 > Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: 0000000000000000 R15: dead000000000100 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x34a/0x3d0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:4462 check_removing_space_info+0x6e/0xa0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:check_removing_space_info+0x6e/0xa0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: 00 00 00 04 74 0c 48 8b 85 b0 0a 00 00 f6 c4 01 75 07 48 83 7b 38 00 75 2d 48 83 bb d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c20 EFLAGS: 00010206 > Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8ddc1cbe4000 RCX: 00000000820001ef > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000082000101 RSI: fffff853f43cf840 RDI: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dd2101b8000 R08: ffff8ddd4f3e17c8 R09: 00000000820001ef > Feb 07 17:19:09 heisenberg kernel: R10: ffff8ddd4f3e17c8 R11: ffff8dd140042400 R12: ffff8ddc1cbe4000 > Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: dead000000000122 R15: dead000000000100 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691535872 free, is not full > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=884736, may_use=3997696, readonly=65536 zone_unusable=0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 56098816 reserved 3997696 > Feb 07 17:19:09 heisenberg kernel: ------------[ cut here ]------------ > Feb 07 17:19:09 heisenberg kernel: WARNING: CPU: 3 PID: 157318 at fs/btrfs/block-group.c:4473 check_removing_space_info+0x8a/0xa0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Modules linked in: cpuid ext4 mbcache jbd2 sg uas nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 snd_hda_scodec_component drm_gpuvm snd_hda_codec_realtek_lib drm_gpusvm_helper snd_hda_codec_generic gpu_sched snd_soc_dmic drm_ttm_helper drm_exec drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 snd_hda_intel xt_tcpudp snd_sof_pci_intel_tgl xt_conntrack snd_sof_pci_intel_cnl nf_conntrack snd_sof_intel_hda_generic nf_defrag_ipv6 soundwire_intel nf_defrag_ipv4 snd_sof_intel_hda_sdw_bpt nft_compat nf_tables snd_sof_intel_hda_common intel_uncore_frequency joydev intel_uncore_frequency_common binfmt_misc x_tables snd_soc_hdac_hda x86_pkg_temp_thermal snd_sof_intel_hda_mlink intel_powerclamp snd_sof_intel_hda > Feb 07 17:19:09 heisenberg kernel: i915 snd_hda_codec_hdmi soundwire_cadence snd_sof_pci coretemp snd_sof_xtensa_dsp snd_sof kvm_intel snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation kvm snd_soc_acpi hid_multitouch crc8 soundwire_bus iwlmvm snd_soc_sdca snd_soc_avs btusb uvcvideo btmtk irqbypass snd_soc_hda_codec btrtl videobuf2_vmalloc ghash_clmulni_intel drm_buddy btbcm snd_hda_ext_core uvc hid_generic snd_hda_codec btintel iTCO_wdt rapl videobuf2_memops ttm sdhci_pci snd_usb_audio intel_pmc_bxt processor_thermal_device_pci mac80211 intel_rapl_msr videobuf2_v4l2 snd_hda_core sdhci_uhs2 drm_display_helper bluetooth intel_cstate iTCO_vendor_support snd_usbmidi_lib videodev processor_thermal_device sdhci snd_intel_dspcfg processor_thermal_wt_hint platform_temperature_control snd_rawmidi cec videobuf2_common snd_intel_sdw_acpi cqhci processor_thermal_soc_slider snd_seq_device snd_hwdep mei_hdcp watchdog mei_pxp ee1004 wmi_bmof usbhid mc ecdh_generic libarc4 intel_uncore crc16 intel_pmc_core > Feb 07 17:19:09 heisenberg kernel: mmc_core snd_soc_core rc_core platform_profile pmt_telemetry snd_compress ucsi_acpi processor_thermal_rfim drm_client_lib snd_pcm_dmaengine processor_thermal_rapl typec_ucsi iwlwifi pmt_discovery drm_kms_helper snd_pcm i2c_hid_acpi intel_rapl_common typec pmt_class i2c_hid i2c_algo_bit int3400_thermal hid roles fujitsu_laptop intel_pmc_ssram_telemetry acpi_thermal_rel acpi_pad acpi_tad cfg80211 battery button video processor_thermal_wt_req i2c_i801 snd_timer processor_thermal_power_floor i2c_smbus mei_me snd intel_lpss_pci processor_thermal_mbox soundcore intel_lpss mei rfkill wmi idma64 intel_vsec ac int340x_thermal_zone igen6_edac parport_pc lp ppdev drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme thunderbolt nvme_core usbcore e1000e evdev nvme_keyring nvme_auth serio_raw intel_hid > Feb 07 17:19:09 heisenberg kernel: fan pcspkr aesni_intel usb_common hkdf sparse_keymap efivarfs > Feb 07 17:19:09 heisenberg kernel: CPU: 3 UID: 0 PID: 157318 Comm: mount Tainted: G W 6.18.8+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.8-1 > Feb 07 17:19:09 heisenberg kernel: Tainted: [W]=WARN > Feb 07 17:19:09 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 > Feb 07 17:19:09 heisenberg kernel: RIP: 0010:check_removing_space_info+0x8a/0xa0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: Code: d0 00 00 00 00 75 1a 5b 5d c3 cc cc cc cc 0f 0b 31 c9 31 d2 48 89 de 48 89 ef e8 81 d9 ff ff eb c0 0f 0b 5b 5d c3 cc cc cc cc <0f> 0b 31 c9 31 d2 48 89 de 48 89 ef e8 65 d9 ff ff eb c0 0f 1f 00 > Feb 07 17:19:09 heisenberg kernel: RSP: 0018:ffffd1b2e7103c20 EFLAGS: 00010206 > Feb 07 17:19:09 heisenberg kernel: RAX: 0000000000000204 RBX: ffff8ddc1cbe4000 RCX: 0000000000000027 > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8ddc1cbe401c > Feb 07 17:19:09 heisenberg kernel: RBP: ffff8dd2101b8000 R08: 0000000000000000 R09: ffffd1b2e71039c8 > Feb 07 17:19:09 heisenberg kernel: R10: ffffffffad884970 R11: 00000000fffff02e R12: ffff8ddc1cbe4000 > Feb 07 17:19:09 heisenberg kernel: R13: ffff8dd2101b8718 R14: dead000000000122 R15: dead000000000100 > Feb 07 17:19:09 heisenberg kernel: FS: 00007f3b3256b840(0000) GS:ffff8de10108c000(0000) knlGS:0000000000000000 > Feb 07 17:19:09 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > Feb 07 17:19:09 heisenberg kernel: CR2: 00007fb628a2bff0 CR3: 0000000824a1b006 CR4: 0000000000f72ef0 > Feb 07 17:19:09 heisenberg kernel: PKRU: 55555554 > Feb 07 17:19:09 heisenberg kernel: Call Trace: > Feb 07 17:19:09 heisenberg kernel: <TASK> > Feb 07 17:19:09 heisenberg kernel: btrfs_free_block_groups+0x380/0x3d0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: close_ctree+0x457/0x490 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_get_root_ref+0x2a7/0x3b0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: open_ctree+0x12d6/0x15a0 [btrfs] > Feb 07 17:19:09 heisenberg kernel: btrfs_get_tree.cold+0xb/0xb6 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? btrfs_parse_param+0x4f/0x920 [btrfs] > Feb 07 17:19:09 heisenberg kernel: ? strndup_user+0x4f/0x70 > Feb 07 17:19:09 heisenberg kernel: vfs_get_tree+0x29/0xd0 > Feb 07 17:19:09 heisenberg kernel: vfs_cmd_create+0x57/0xd0 > Feb 07 17:19:09 heisenberg kernel: __do_sys_fsconfig+0x4b6/0x650 > Feb 07 17:19:09 heisenberg kernel: do_syscall_64+0x81/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? from_kuid_munged+0x13/0x30 > Feb 07 17:19:09 heisenberg kernel: ? __do_sys_geteuid+0x27/0x30 > Feb 07 17:19:09 heisenberg kernel: ? do_syscall_64+0xb9/0x7f0 > Feb 07 17:19:09 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 > Feb 07 17:19:09 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e > Feb 07 17:19:09 heisenberg kernel: RIP: 0033:0x7f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: Code: 73 01 c3 48 8b 0d a6 23 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 49 89 ca b8 af 01 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 76 23 0d 00 f7 d8 64 89 01 48 > Feb 07 17:19:09 heisenberg kernel: RSP: 002b:00007ffc7f7d62c8 EFLAGS: 00000246 ORIG_RAX: 00000000000001af > Feb 07 17:19:09 heisenberg kernel: RAX: ffffffffffffffda RBX: 000055687071fb80 RCX: 00007f3b32794a6a > Feb 07 17:19:09 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000006 RDI: 0000000000000003 > Feb 07 17:19:09 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 > Feb 07 17:19:09 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556870720120 > Feb 07 17:19:09 heisenberg kernel: R13: 00007f3b3292226c R14: 00007f3b32920560 R15: 00007f3b3292226c > Feb 07 17:19:09 heisenberg kernel: </TASK> > Feb 07 17:19:09 heisenberg kernel: ---[ end trace 0000000000000000 ]--- > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info METADATA (sub-group id 0) has 691535872 free, is not full > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): space_info total=17716740096, used=17020256256, pinned=0, reserved=884736, may_use=3997696, readonly=65536 zone_unusable=0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): global_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): trans_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): chunk_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_block_rsv: size 0 reserved 0 > Feb 07 17:19:09 heisenberg kernel: BTRFS info (device dm-2 state EA): delayed_refs_rsv: size 56098816 reserved 3997696 > Feb 07 17:19:09 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -2 > > > A fsck brought: > # btrfs check /dev/mapper/data-f ; echo $? ; beep > Opening filesystem to check... > Checking filesystem on /dev/mapper/data-f > UUID: 84ee379c-29da-4513-b31b-db5e6097ebc8 > [1/8] checking log skipped (none written) > [2/8] checking root items > [3/8] checking extents > ref mismatch on [157433856 16384] extent item 0, found 1 > tree extent[157433856, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [157433856 16384] > ref mismatch on [166985728 16384] extent item 0, found 1 > tree extent[166985728, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [166985728 16384] > ref mismatch on [167870464 16384] extent item 0, found 1 > tree extent[167870464, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [167870464 16384] > ref mismatch on [168148992 16384] extent item 0, found 1 > tree extent[168148992, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [168148992 16384] > metadata level mismatch on [171638784, 16384] > ref mismatch on [171638784 16384] extent item 0, found 1 > tree extent[171638784, 16384] root 4 has no backref item in extent tree > backpointer mismatch on [171638784 16384] > ref mismatch on [171655168 16384] extent item 0, found 1 > tree extent[171655168, 16384] root 4 has no backref item in extent tree > backpointer mismatch on [171655168 16384] > ref mismatch on [176553984 16384] extent item 0, found 1 > tree extent[176553984, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [176553984 16384] > ref mismatch on [176570368 16384] extent item 0, found 1 > tree extent[176570368, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [176570368 16384] > ref mismatch on [176586752 16384] extent item 0, found 1 > tree extent[176586752, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [176586752 16384] > ref mismatch on [177209344 16384] extent item 0, found 1 > tree extent[177209344, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [177209344 16384] > ref mismatch on [189743104 16384] extent item 0, found 1 > tree extent[189743104, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [189743104 16384] > ref mismatch on [189759488 16384] extent item 0, found 1 > tree extent[189759488, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [189759488 16384] > ref mismatch on [190906368 16384] extent item 0, found 1 > tree extent[190906368, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [190906368 16384] > ref mismatch on [190922752 16384] extent item 0, found 1 > tree extent[190922752, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [190922752 16384] > ref mismatch on [191971328 16384] extent item 0, found 1 > tree extent[191971328, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [191971328 16384] > ref mismatch on [192069632 16384] extent item 0, found 1 > tree extent[192069632, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [192069632 16384] > metadata level mismatch on [192380928, 16384] > ref mismatch on [192380928 16384] extent item 0, found 1 > tree extent[192380928, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [192380928 16384] > ref mismatch on [192397312 16384] extent item 0, found 1 > tree extent[192397312, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [192397312 16384] > ref mismatch on [194084864 16384] extent item 0, found 1 > tree extent[194084864, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [194084864 16384] > ref mismatch on [194101248 16384] extent item 0, found 1 > tree extent[194101248, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [194101248 16384] > ref mismatch on [194117632 16384] extent item 0, found 1 > tree extent[194117632, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [194117632 16384] > ref mismatch on [218218496 16384] extent item 0, found 1 > tree extent[218218496, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [218218496 16384] > ref mismatch on [218234880 16384] extent item 0, found 1 > tree extent[218234880, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [218234880 16384] > ref mismatch on [218873856 16384] extent item 0, found 1 > tree extent[218873856, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [218873856 16384] > ref mismatch on [219021312 16384] extent item 0, found 1 > tree extent[219021312, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [219021312 16384] > ref mismatch on [220823552 16384] extent item 1, found 0 > tree extent[220823552, 16384] root 4 has no tree block found > incorrect global backref count on 220823552 found 1 wanted 0 > backpointer mismatch on [220823552 16384] > owner ref check failed [220823552 16384] > ref mismatch on [221364224 16384] extent item 0, found 1 > tree extent[221364224, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [221364224 16384] > ref mismatch on [221380608 16384] extent item 0, found 1 > tree extent[221380608, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [221380608 16384] > ref mismatch on [221396992 16384] extent item 0, found 1 > tree extent[221396992, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [221396992 16384] > ref mismatch on [237371392 16384] extent item 0, found 1 > tree extent[237371392, 16384] root 10 has no backref item in extent tree > backpointer mismatch on [237371392 16384] > metadata level mismatch on [237977600, 16384] > ref mismatch on [237977600 16384] extent item 0, found 1 > tree extent[237977600, 16384] root 1 has no backref item in extent tree > backpointer mismatch on [237977600 16384] > ref mismatch on [245202944 16384] extent item 0, found 1 > tree extent[245202944, 16384] root 1 has no backref item in extent tree > backpointer mismatch on [245202944 16384] > ref mismatch on [3689627664384 16384] extent item 1, found 0 > tree extent[3689627664384, 16384] root 10 has no tree block found > incorrect global backref count on 3689627664384 found 1 wanted 0 > backpointer mismatch on [3689627664384 16384] > owner ref check failed [3689627664384 16384] > ref mismatch on [3689964093440 16384] extent item 1, found 0 > tree extent[3689964093440, 16384] root 10 has no tree block found > incorrect global backref count on 3689964093440 found 1 wanted 0 > backpointer mismatch on [3689964093440 16384] > owner ref check failed [3689964093440 16384] > ref mismatch on [9196136939520 16384] extent item 1, found 0 > tree extent[9196136939520, 16384] root 10 has no tree block found > incorrect global backref count on 9196136939520 found 1 wanted 0 > backpointer mismatch on [9196136939520 16384] > owner ref check failed [9196136939520 16384] > ref mismatch on [11533647839232 16384] extent item 1, found 0 > tree extent[11533647839232, 16384] root 10 has no tree block found > incorrect global backref count on 11533647839232 found 1 wanted 0 > backpointer mismatch on [11533647839232 16384] > owner ref check failed [11533647839232 16384] > ref mismatch on [11533648068608 16384] extent item 1, found 0 > tree extent[11533648068608, 16384] root 10 has no tree block found > incorrect global backref count on 11533648068608 found 1 wanted 0 > backpointer mismatch on [11533648068608 16384] > owner ref check failed [11533648068608 16384] > metadata level mismatch on [11533908279296, 16384] > ref mismatch on [11533908279296 16384] extent item 1, found 0 > tree extent[11533908279296, 16384] root 4 has no tree block found > incorrect global backref count on 11533908279296 found 1 wanted 0 > backpointer mismatch on [11533908279296 16384] > owner ref check failed [11533908279296 16384] > metadata level mismatch on [11534158413824, 16384] > ref mismatch on [11534158413824 16384] extent item 1, found 0 > tree extent[11534158413824, 16384] root 10 has no tree block found > incorrect global backref count on 11534158413824 found 1 wanted 0 > backpointer mismatch on [11534158413824 16384] > owner ref check failed [11534158413824 16384] > ref mismatch on [11534159904768 16384] extent item 1, found 0 > tree extent[11534159904768, 16384] root 10 has no tree block found > incorrect global backref count on 11534159904768 found 1 wanted 0 > backpointer mismatch on [11534159904768 16384] > owner ref check failed [11534159904768 16384] > ref mismatch on [11534160035840 16384] extent item 1, found 0 > tree extent[11534160035840, 16384] root 10 has no tree block found > incorrect global backref count on 11534160035840 found 1 wanted 0 > backpointer mismatch on [11534160035840 16384] > owner ref check failed [11534160035840 16384] > ref mismatch on [11534160265216 16384] extent item 1, found 0 > tree extent[11534160265216, 16384] root 10 has no tree block found > incorrect global backref count on 11534160265216 found 1 wanted 0 > backpointer mismatch on [11534160265216 16384] > owner ref check failed [11534160265216 16384] > ref mismatch on [11534160330752 16384] extent item 1, found 0 > tree extent[11534160330752, 16384] root 10 has no tree block found > incorrect global backref count on 11534160330752 found 1 wanted 0 > backpointer mismatch on [11534160330752 16384] > owner ref check failed [11534160330752 16384] > ref mismatch on [11534161166336 16384] extent item 1, found 0 > tree extent[11534161166336, 16384] root 10 has no tree block found > incorrect global backref count on 11534161166336 found 1 wanted 0 > backpointer mismatch on [11534161166336 16384] > owner ref check failed [11534161166336 16384] > ref mismatch on [11534162329600 16384] extent item 1, found 0 > tree extent[11534162329600, 16384] root 10 has no tree block found > incorrect global backref count on 11534162329600 found 1 wanted 0 > backpointer mismatch on [11534162329600 16384] > owner ref check failed [11534162329600 16384] > metadata level mismatch on [11534162345984, 16384] > ref mismatch on [11534162345984 16384] extent item 1, found 0 > tree extent[11534162345984, 16384] root 10 has no tree block found > incorrect global backref count on 11534162345984 found 1 wanted 0 > backpointer mismatch on [11534162345984 16384] > owner ref check failed [11534162345984 16384] > ref mismatch on [11534162837504 16384] extent item 1, found 0 > tree extent[11534162837504, 16384] root 10 has no tree block found > incorrect global backref count on 11534162837504 found 1 wanted 0 > backpointer mismatch on [11534162837504 16384] > owner ref check failed [11534162837504 16384] > ref mismatch on [11534163181568 16384] extent item 1, found 0 > tree extent[11534163181568, 16384] root 10 has no tree block found > incorrect global backref count on 11534163181568 found 1 wanted 0 > backpointer mismatch on [11534163181568 16384] > owner ref check failed [11534163181568 16384] > ref mismatch on [11534163378176 16384] extent item 1, found 0 > tree extent[11534163378176, 16384] root 10 has no tree block found > incorrect global backref count on 11534163378176 found 1 wanted 0 > backpointer mismatch on [11534163378176 16384] > owner ref check failed [11534163378176 16384] > metadata level mismatch on [11534163394560, 16384] > ref mismatch on [11534163394560 16384] extent item 1, found 0 > tree extent[11534163394560, 16384] root 10 has no tree block found > incorrect global backref count on 11534163394560 found 1 wanted 0 > backpointer mismatch on [11534163394560 16384] > owner ref check failed [11534163394560 16384] > ref mismatch on [11534176518144 16384] extent item 1, found 0 > tree extent[11534176518144, 16384] root 10 has no tree block found > incorrect global backref count on 11534176518144 found 1 wanted 0 > backpointer mismatch on [11534176518144 16384] > owner ref check failed [11534176518144 16384] > ref mismatch on [11534176632832 16384] extent item 1, found 0 > tree extent[11534176632832, 16384] root 10 has no tree block found > incorrect global backref count on 11534176632832 found 1 wanted 0 > backpointer mismatch on [11534176632832 16384] > owner ref check failed [11534176632832 16384] > ref mismatch on [11534176894976 16384] extent item 1, found 0 > tree extent[11534176894976, 16384] root 10 has no tree block found > incorrect global backref count on 11534176894976 found 1 wanted 0 > backpointer mismatch on [11534176894976 16384] > owner ref check failed [11534176894976 16384] > metadata level mismatch on [11534177026048, 16384] > ref mismatch on [11534177026048 16384] extent item 1, found 0 > tree extent[11534177026048, 16384] root 10 has no tree block found > incorrect global backref count on 11534177026048 found 1 wanted 0 > backpointer mismatch on [11534177026048 16384] > owner ref check failed [11534177026048 16384] > ref mismatch on [11534177042432 16384] extent item 1, found 0 > tree extent[11534177042432, 16384] root 10 has no tree block found > incorrect global backref count on 11534177042432 found 1 wanted 0 > backpointer mismatch on [11534177042432 16384] > owner ref check failed [11534177042432 16384] > ref mismatch on [11534177320960 16384] extent item 1, found 0 > tree extent[11534177320960, 16384] root 10 has no tree block found > incorrect global backref count on 11534177320960 found 1 wanted 0 > backpointer mismatch on [11534177320960 16384] > owner ref check failed [11534177320960 16384] > ref mismatch on [11534177861632 16384] extent item 1, found 0 > tree extent[11534177861632, 16384] root 10 has no tree block found > incorrect global backref count on 11534177861632 found 1 wanted 0 > backpointer mismatch on [11534177861632 16384] > owner ref check failed [11534177861632 16384] > ref mismatch on [11534178123776 16384] extent item 1, found 0 > tree extent[11534178123776, 16384] root 10 has no tree block found > incorrect global backref count on 11534178123776 found 1 wanted 0 > backpointer mismatch on [11534178123776 16384] > owner ref check failed [11534178123776 16384] > ref mismatch on [11534178353152 16384] extent item 1, found 0 > tree extent[11534178353152, 16384] root 10 has no tree block found > incorrect global backref count on 11534178353152 found 1 wanted 0 > backpointer mismatch on [11534178353152 16384] > owner ref check failed [11534178353152 16384] > metadata level mismatch on [11534178467840, 16384] > ref mismatch on [11534178467840 16384] extent item 1, found 0 > tree extent[11534178467840, 16384] root 10 has no tree block found > incorrect global backref count on 11534178467840 found 1 wanted 0 > backpointer mismatch on [11534178467840 16384] > owner ref check failed [11534178467840 16384] > ref mismatch on [11534178942976 16384] extent item 1, found 0 > tree extent[11534178942976, 16384] root 10 has no tree block found > incorrect global backref count on 11534178942976 found 1 wanted 0 > backpointer mismatch on [11534178942976 16384] > owner ref check failed [11534178942976 16384] > ref mismatch on [11534179041280 16384] extent item 1, found 0 > tree extent[11534179041280, 16384] root 10 has no tree block found > incorrect global backref count on 11534179041280 found 1 wanted 0 > backpointer mismatch on [11534179041280 16384] > owner ref check failed [11534179041280 16384] > ref mismatch on [11534179450880 16384] extent item 1, found 0 > tree extent[11534179450880, 16384] root 10 has no tree block found > incorrect global backref count on 11534179450880 found 1 wanted 0 > backpointer mismatch on [11534179450880 16384] > owner ref check failed [11534179450880 16384] > ref mismatch on [11534179893248 16384] extent item 1, found 0 > tree extent[11534179893248, 16384] root 10 has no tree block found > incorrect global backref count on 11534179893248 found 1 wanted 0 > backpointer mismatch on [11534179893248 16384] > owner ref check failed [11534179893248 16384] > ref mismatch on [11534180073472 16384] extent item 1, found 0 > tree extent[11534180073472, 16384] root 10 has no tree block found > incorrect global backref count on 11534180073472 found 1 wanted 0 > backpointer mismatch on [11534180073472 16384] > owner ref check failed [11534180073472 16384] > ref mismatch on [11534180548608 16384] extent item 1, found 0 > tree extent[11534180548608, 16384] root 10 has no tree block found > incorrect global backref count on 11534180548608 found 1 wanted 0 > backpointer mismatch on [11534180548608 16384] > owner ref check failed [11534180548608 16384] > ref mismatch on [11534181777408 16384] extent item 1, found 0 > tree extent[11534181777408, 16384] root 10 has no tree block found > incorrect global backref count on 11534181777408 found 1 wanted 0 > backpointer mismatch on [11534181777408 16384] > owner ref check failed [11534181777408 16384] > ref mismatch on [11534182006784 16384] extent item 1, found 0 > tree extent[11534182006784, 16384] root 10 has no tree block found > incorrect global backref count on 11534182006784 found 1 wanted 0 > backpointer mismatch on [11534182006784 16384] > owner ref check failed [11534182006784 16384] > ref mismatch on [11534182514688 16384] extent item 1, found 0 > tree extent[11534182514688, 16384] root 10 has no tree block found > incorrect global backref count on 11534182514688 found 1 wanted 0 > backpointer mismatch on [11534182514688 16384] > owner ref check failed [11534182514688 16384] > ref mismatch on [11534183268352 16384] extent item 1, found 0 > tree extent[11534183268352, 16384] root 10 has no tree block found > incorrect global backref count on 11534183268352 found 1 wanted 0 > backpointer mismatch on [11534183268352 16384] > owner ref check failed [11534183268352 16384] > ref mismatch on [11534192181248 16384] extent item 1, found 0 > tree extent[11534192181248, 16384] root 10 has no tree block found > incorrect global backref count on 11534192181248 found 1 wanted 0 > backpointer mismatch on [11534192181248 16384] > owner ref check failed [11534192181248 16384] > metadata level mismatch on [11534208352256, 16384] > ref mismatch on [11534208352256 16384] extent item 1, found 0 > tree extent[11534208352256, 16384] root 10 has no tree block found > incorrect global backref count on 11534208352256 found 1 wanted 0 > backpointer mismatch on [11534208352256 16384] > owner ref check failed [11534208352256 16384] > metadata level mismatch on [11534208368640, 16384] > ref mismatch on [11534208368640 16384] extent item 1, found 0 > tree extent[11534208368640, 16384] root 10 has no tree block found > incorrect global backref count on 11534208368640 found 1 wanted 0 > backpointer mismatch on [11534208368640 16384] > owner ref check failed [11534208368640 16384] > ref mismatch on [11534208647168 16384] extent item 1, found 0 > tree extent[11534208647168, 16384] root 10 has no tree block found > incorrect global backref count on 11534208647168 found 1 wanted 0 > backpointer mismatch on [11534208647168 16384] > owner ref check failed [11534208647168 16384] > ref mismatch on [11534208811008 16384] extent item 1, found 0 > tree extent[11534208811008, 16384] root 10 has no tree block found > incorrect global backref count on 11534208811008 found 1 wanted 0 > backpointer mismatch on [11534208811008 16384] > owner ref check failed [11534208811008 16384] > ref mismatch on [11534208892928 16384] extent item 1, found 0 > tree extent[11534208892928, 16384] root 10 has no tree block found > incorrect global backref count on 11534208892928 found 1 wanted 0 > backpointer mismatch on [11534208892928 16384] > owner ref check failed [11534208892928 16384] > ref mismatch on [11534209400832 16384] extent item 1, found 0 > tree extent[11534209400832, 16384] root 10 has no tree block found > incorrect global backref count on 11534209400832 found 1 wanted 0 > backpointer mismatch on [11534209400832 16384] > owner ref check failed [11534209400832 16384] > metadata level mismatch on [11534210465792, 16384] > ref mismatch on [11534210465792 16384] extent item 1, found 0 > tree extent[11534210465792, 16384] root 1 has no tree block found > incorrect global backref count on 11534210465792 found 1 wanted 0 > backpointer mismatch on [11534210465792 16384] > owner ref check failed [11534210465792 16384] > ref mismatch on [11534210580480 16384] extent item 1, found 0 > tree extent[11534210580480, 16384] root 1 has no tree block found > incorrect global backref count on 11534210580480 found 1 wanted 0 > backpointer mismatch on [11534210580480 16384] > owner ref check failed [11534210580480 16384] > ref mismatch on [11534684995584 16384] extent item 1, found 0 > tree extent[11534684995584, 16384] root 10 has no tree block found > incorrect global backref count on 11534684995584 found 1 wanted 0 > backpointer mismatch on [11534684995584 16384] > owner ref check failed [11534684995584 16384] > ERROR: errors found in extent allocation tree or chunk allocation > [4/8] checking free space tree > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > could not load free space tree: No such file or directory > [5/8] checking fs roots > [6/8] checking only csums items (without verifying data) > [7/8] checking root refs > [8/8] checking quota groups skipped (not enabled on this FS) > found 3158562811904 bytes used, error(s) found > total csum bytes: 3067911580 > total tree bytes: 17020551168 > total fs tree bytes: 12739821568 > total extent tree bytes: 794050560 > btree space waste bytes: 2806440458 > file data blocks allocated: 12774436143104 > referenced 5635122405376 > 1 > > > But if I do a plain mount: > # mount -o ro /dev/mapper/data-f /data/f > > it works: > Feb 07 17:43:15 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 > Feb 07 17:43:28 heisenberg kernel: BTRFS: device label data-f devid 1 transid 2940 /dev/mapper/data-f (253:2) scanned by mount (158875) > Feb 07 17:43:28 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem 84ee379c-29da-4513-b31b-db5e6097ebc8 > Feb 07 17:43:28 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm > Feb 07 17:43:47 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree > > remount,ro also works > > > I didn't try a btrfs check --clear-space-cache v2 because I thought > maybe it clears stuff you'd want to test. > > > Also: > # btrfs inspect-internal dump-super /dev/mapper/data-f > superblock: bytenr=65536, device=/dev/mapper/data-f > --------------------------------------------------------- > csum_type 0 (crc32c) > csum_size 4 > csum 0xa4421d4b [match] > bytenr 65536 > flags 0x1 > ( WRITTEN ) > magic _BHRfS_M [match] > fsid 84ee379c-29da-4513-b31b-db5e6097ebc8 > metadata_uuid 00000000-0000-0000-0000-000000000000 > label data-f > generation 2940 > root 237977600 > sys_array_size 129 > chunk_root_generation 2927 > root_level 1 > chunk_root 23773184 > chunk_root_level 1 > log_root 0 > log_root_transid (deprecated) 0 > log_root_level 0 > total_bytes 8000433553408 > bytes_used 3158562304000 > sectorsize 4096 > nodesize 16384 > leafsize (deprecated) 16384 > stripesize 4096 > root_dir 6 > num_devices 1 > compat_flags 0x0 > compat_ro_flags 0x3 > ( FREE_SPACE_TREE | > FREE_SPACE_TREE_VALID ) > incompat_flags 0x361 > ( MIXED_BACKREF | > BIG_METADATA | > EXTENDED_IREF | > SKINNY_METADATA | > NO_HOLES ) > cache_generation 0 > uuid_tree_generation 2735 > dev_item.uuid 1fd86dd6-71e3-43a0-9ab4-c0b748b9aafb > dev_item.fsid 84ee379c-29da-4513-b31b-db5e6097ebc8 [match] > dev_item.type 0 > dev_item.total_bytes 8000433553408 > dev_item.bytes_used 4317532651520 > dev_item.io_align 4096 > dev_item.io_width 4096 > dev_item.sector_size 4096 > dev_item.devid 1 > dev_item.dev_group 0 > dev_item.seek_speed 0 > dev_item.bandwidth 0 > dev_item.generation 0 > > # btrfs inspect-internal dump-tree -t root /dev/mapper/data-f > btrfs-progs v6.17.1 > root tree > node 237977600 level 1 items 2 free space 491 generation 2940 owner ROOT_TREE > node 237977600 flags 0x1(WRITTEN) backref revision 1 > fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 > chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c > key (EXTENT_TREE ROOT_ITEM 0) block 245202944 gen 2940 > key (264 ROOT_ITEM 2109) block 11534210482176 gen 2928 > leaf 245202944 items 44 free space 9924 generation 2940 owner ROOT_TREE > leaf 245202944 flags 0x1(WRITTEN) backref revision 1 > fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 > chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c > item 0 key (EXTENT_TREE ROOT_ITEM 0) itemoff 15844 itemsize 439 > generation 2928 root_dirid 0 bytenr 11534208303104 byte_limit 0 bytes_used 794050560 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2928 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 1 key (DEV_TREE ROOT_ITEM 0) itemoff 15405 itemsize 439 > generation 2935 root_dirid 0 bytenr 171638784 byte_limit 0 bytes_used 393216 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 1 generation_v2 2935 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 2 key (FS_TREE INODE_REF 6) itemoff 15388 itemsize 17 > index 0 namelen 7 name: default > item 3 key (FS_TREE ROOT_ITEM 0) itemoff 14949 itemsize 439 > generation 2903 root_dirid 256 bytenr 32047104 byte_limit 0 bytes_used 44466176 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2903 > uuid 79001bea-319c-47b4-bf1c-142ca6efe1e6 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 2903 otransid 0 stransid 0 rtransid 0 > ctime 1768586382.22896989 (2026-01-16 18:59:42) > otime 1667652458.0 (2022-11-05 13:47:38) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 4 key (FS_TREE ROOT_REF 257) itemoff 14919 itemsize 30 > root ref key dirid 267 sequence 2 name 2022-11-01_1 > item 5 key (FS_TREE ROOT_REF 260) itemoff 14889 itemsize 30 > root ref key dirid 267 sequence 3 name 2022-11-25_1 > item 6 key (FS_TREE ROOT_REF 262) itemoff 14854 itemsize 35 > root ref key dirid 267 sequence 4 name 2023-01-15_1_live > item 7 key (FS_TREE ROOT_REF 264) itemoff 14819 itemsize 35 > root ref key dirid 267 sequence 5 name 2023-03-02_1_live > item 8 key (FS_TREE ROOT_REF 265) itemoff 14784 itemsize 35 > root ref key dirid 267 sequence 6 name 2023-04-23_1_live > item 9 key (FS_TREE ROOT_REF 267) itemoff 14722 itemsize 62 > root ref key dirid 267 sequence 8 name 2023-06-04_1_live-DO-NOT-USE-FOR-SENDRECEIVE > item 10 key (FS_TREE ROOT_REF 272) itemoff 14687 itemsize 35 > root ref key dirid 267 sequence 9 name 2023-07-16_1_live > item 11 key (FS_TREE ROOT_REF 273) itemoff 14657 itemsize 30 > root ref key dirid 267 sequence 10 name 2023-08-28_1 > item 12 key (FS_TREE ROOT_REF 275) itemoff 14622 itemsize 35 > root ref key dirid 267 sequence 11 name 2023-10-22_1_live > item 13 key (FS_TREE ROOT_REF 277) itemoff 14587 itemsize 35 > root ref key dirid 267 sequence 12 name 2023-11-29_1_live > item 14 key (FS_TREE ROOT_REF 278) itemoff 14552 itemsize 35 > root ref key dirid 267 sequence 13 name 2024-02-10_1_live > item 15 key (FS_TREE ROOT_REF 279) itemoff 14517 itemsize 35 > root ref key dirid 267 sequence 14 name 2024-03-29_1_live > item 16 key (FS_TREE ROOT_REF 280) itemoff 14482 itemsize 35 > root ref key dirid 267 sequence 15 name 2024-04-19_1_live > item 17 key (FS_TREE ROOT_REF 281) itemoff 14452 itemsize 30 > root ref key dirid 267 sequence 16 name 2024-05-22_1 > item 18 key (FS_TREE ROOT_REF 282) itemoff 14417 itemsize 35 > root ref key dirid 267 sequence 17 name 2024-08-14_1_live > item 19 key (FS_TREE ROOT_REF 283) itemoff 14382 itemsize 35 > root ref key dirid 267 sequence 18 name 2024-08-22_3_live > item 20 key (FS_TREE ROOT_REF 284) itemoff 14347 itemsize 35 > root ref key dirid 267 sequence 19 name 2024-09-07_1_live > item 21 key (FS_TREE ROOT_REF 285) itemoff 14312 itemsize 35 > root ref key dirid 267 sequence 20 name 2024-10-22_1_live > item 22 key (FS_TREE ROOT_REF 286) itemoff 14277 itemsize 35 > root ref key dirid 267 sequence 21 name 2024-11-24_1_live > item 23 key (FS_TREE ROOT_REF 287) itemoff 14242 itemsize 35 > root ref key dirid 267 sequence 22 name 2025-01-14_1_live > item 24 key (FS_TREE ROOT_REF 288) itemoff 14207 itemsize 35 > root ref key dirid 267 sequence 23 name 2025-02-23_2_live > item 25 key (FS_TREE ROOT_REF 289) itemoff 14172 itemsize 35 > root ref key dirid 267 sequence 24 name 2025-05-09_1_live > item 26 key (FS_TREE ROOT_REF 290) itemoff 14137 itemsize 35 > root ref key dirid 267 sequence 25 name 2025-06-07_1_live > item 27 key (FS_TREE ROOT_REF 291) itemoff 14102 itemsize 35 > root ref key dirid 267 sequence 26 name 2025-07-27_1_live > item 28 key (FS_TREE ROOT_REF 292) itemoff 14067 itemsize 35 > root ref key dirid 267 sequence 27 name 2025-09-05_1_live > item 29 key (FS_TREE ROOT_REF 293) itemoff 14032 itemsize 35 > root ref key dirid 267 sequence 28 name 2025-09-30_1_live > item 30 key (FS_TREE ROOT_REF 294) itemoff 13997 itemsize 35 > root ref key dirid 267 sequence 29 name 2025-11-03_1_live > item 31 key (FS_TREE ROOT_REF 295) itemoff 13962 itemsize 35 > root ref key dirid 267 sequence 30 name 2026-01-16_1_live > item 32 key (ROOT_TREE_DIR INODE_ITEM 0) itemoff 13802 itemsize 160 > generation 3 transid 0 size 0 nbytes 16384 > block group 0 mode 40755 links 1 uid 0 gid 0 rdev 0 > sequence 0 flags 0x0(none) > atime 1667652458.0 (2022-11-05 13:47:38) > ctime 1667652458.0 (2022-11-05 13:47:38) > mtime 1667652458.0 (2022-11-05 13:47:38) > otime 1667652458.0 (2022-11-05 13:47:38) > item 33 key (ROOT_TREE_DIR INODE_REF 6) itemoff 13790 itemsize 12 > index 0 namelen 2 name: .. > item 34 key (ROOT_TREE_DIR DIR_ITEM 2378154706) itemoff 13753 itemsize 37 > location key (FS_TREE ROOT_ITEM 18446744073709551615) type DIR > transid 0 data_len 0 name_len 7 > name: default > item 35 key (CSUM_TREE ROOT_ITEM 0) itemoff 13314 itemsize 439 > generation 2928 root_dirid 0 bytenr 11534203142144 byte_limit 0 bytes_used 3485188096 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 3 generation_v2 2928 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 36 key (UUID_TREE ROOT_ITEM 0) itemoff 12875 itemsize 439 > generation 2927 root_dirid 0 bytenr 11534158348288 byte_limit 0 bytes_used 16384 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 0 generation_v2 2927 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 37 key (FREE_SPACE_TREE ROOT_ITEM 0) itemoff 12436 itemsize 439 > generation 2940 root_dirid 0 bytenr 192380928 byte_limit 0 bytes_used 442368 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 1 generation_v2 2940 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > item 38 key (257 ROOT_ITEM 0) itemoff 11997 itemsize 439 > generation 1965 root_dirid 256 bytenr 5008533897216 byte_limit 0 bytes_used 1028194304 > last_snapshot 1965 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 1965 > uuid bb90bf09-f94a-b44f-9eed-a24a48ea108b > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid d5c7dec7-f667-6b4f-8595-284ca248d16e > ctransid 875 otransid 834 stransid 1616 rtransid 872 > ctime 1667789428.840077216 (2022-11-07 03:50:28) > otime 1667785180.288603374 (2022-11-07 02:39:40) > stime 0.0 (1970-01-01 01:00:00) > rtime 1667789385.756533739 (2022-11-07 03:49:45) > item 39 key (257 ROOT_BACKREF 5) itemoff 11967 itemsize 30 > root backref key dirid 267 sequence 2 name 2022-11-01_1 > item 40 key (260 ROOT_ITEM 1965) itemoff 11528 itemsize 439 > generation 2041 root_dirid 256 bytenr 8872905883648 byte_limit 0 bytes_used 1270202368 > last_snapshot 2041 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2041 > uuid 7a09ebcb-7f9f-c14e-b9da-6bf2010a7441 > parent_uuid bb90bf09-f94a-b44f-9eed-a24a48ea108b > received_uuid dd4938ab-7692-8f48-84db-230779aef6b7 > ctransid 1975 otransid 1965 stransid 42506 rtransid 1973 > ctime 1669484586.194689046 (2022-11-26 18:43:06) > otime 1669484067.471547251 (2022-11-26 18:34:27) > stime 0.0 (1970-01-01 01:00:00) > rtime 1669484558.526265242 (2022-11-26 18:42:38) > item 41 key (260 ROOT_BACKREF 5) itemoff 11498 itemsize 30 > root backref key dirid 267 sequence 3 name 2022-11-25_1 > item 42 key (262 ROOT_ITEM 2041) itemoff 11059 itemsize 439 > generation 2109 root_dirid 256 bytenr 9196475252736 byte_limit 0 bytes_used 1272446976 > last_snapshot 2109 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2109 > uuid b28cace6-98b7-514a-8229-011d7d9c762b > parent_uuid 7a09ebcb-7f9f-c14e-b9da-6bf2010a7441 > received_uuid eb3cfe95-b9f5-1f4c-9d58-84f73ba9797b > ctransid 2053 otransid 2041 stransid 117879 rtransid 2051 > ctime 1673887395.925468006 (2023-01-16 17:43:15) > otime 1673886617.970733771 (2023-01-16 17:30:17) > stime 0.0 (1970-01-01 01:00:00) > rtime 1673887359.449299021 (2023-01-16 17:42:39) > item 43 key (262 ROOT_BACKREF 5) itemoff 11024 itemsize 35 > root backref key dirid 267 sequence 4 name 2023-01-15_1_live > leaf 11534210482176 items 51 free space 2702 generation 2928 owner ROOT_TREE > leaf 11534210482176 flags 0x1(WRITTEN) backref revision 1 > fs uuid 84ee379c-29da-4513-b31b-db5e6097ebc8 > chunk uuid 3a6ae352-88b5-4ee3-a556-d0f468194f3c > item 0 key (264 ROOT_ITEM 2109) itemoff 15844 itemsize 439 > generation 2125 root_dirid 256 bytenr 31162368 byte_limit 0 bytes_used 1314947072 > last_snapshot 2125 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2125 > uuid 2383fb9f-092b-9140-8bf6-99202e77ce81 > parent_uuid b28cace6-98b7-514a-8229-011d7d9c762b > received_uuid a95a4755-2a73-ed4e-be0d-6d296754a4ec > ctransid 2123 otransid 2109 stransid 170870 rtransid 2121 > ctime 1677894168.621737788 (2023-03-04 02:42:48) > otime 1677893428.705412271 (2023-03-04 02:30:28) > stime 0.0 (1970-01-01 01:00:00) > rtime 1677894137.512533951 (2023-03-04 02:42:17) > item 1 key (264 ROOT_BACKREF 5) itemoff 15809 itemsize 35 > root backref key dirid 267 sequence 5 name 2023-03-02_1_live > item 2 key (265 ROOT_ITEM 2125) itemoff 15370 itemsize 439 > generation 2190 root_dirid 256 bytenr 1936211574784 byte_limit 0 bytes_used 1105100800 > last_snapshot 2190 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2190 > uuid 63069e8e-47d7-5245-94c6-8ce98afdf35c > parent_uuid 2383fb9f-092b-9140-8bf6-99202e77ce81 > received_uuid bc1c274c-a305-384b-824b-20859e65fdc9 > ctransid 2136 otransid 2125 stransid 215318 rtransid 2133 > ctime 1682374758.458918354 (2023-04-25 00:19:18) > otime 1682374204.3180636 (2023-04-25 00:10:04) > stime 0.0 (1970-01-01 01:00:00) > rtime 1682374718.386287144 (2023-04-25 00:18:38) > item 3 key (265 ROOT_BACKREF 5) itemoff 15335 itemsize 35 > root backref key dirid 267 sequence 6 name 2023-04-23_1_live > item 4 key (267 ROOT_ITEM 2190) itemoff 14896 itemsize 439 > generation 2321 root_dirid 256 bytenr 9794675113984 byte_limit 0 bytes_used 1110769664 > last_snapshot 2321 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2321 > uuid 34567cef-747e-fb48-bb5e-8e710540857d > parent_uuid 63069e8e-47d7-5245-94c6-8ce98afdf35c > received_uuid 50988f97-18a9-e24e-bfae-9cbfea95d8a1 > ctransid 2198 otransid 2190 stransid 253579 rtransid 2196 > ctime 1685901971.282905628 (2023-06-04 20:06:11) > otime 1685901681.140605443 (2023-06-04 20:01:21) > stime 0.0 (1970-01-01 01:00:00) > rtime 1685901934.709468414 (2023-06-04 20:05:34) > item 5 key (267 ROOT_BACKREF 5) itemoff 14834 itemsize 62 > root backref key dirid 267 sequence 8 name 2023-06-04_1_live-DO-NOT-USE-FOR-SENDRECEIVE > item 6 key (272 ROOT_ITEM 2321) itemoff 14395 itemsize 439 > generation 2333 root_dirid 256 bytenr 1936220733440 byte_limit 0 bytes_used 1081589760 > last_snapshot 2333 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2333 > uuid 8cfb8ada-d1c2-9c43-b9eb-22cc9fcccf06 > parent_uuid 34567cef-747e-fb48-bb5e-8e710540857d > received_uuid d42d2007-98e7-4049-bee4-39f626a08b36 > ctransid 2331 otransid 2321 stransid 294601 rtransid 2329 > ctime 1689612440.429911312 (2023-07-17 18:47:20) > otime 1689611961.661587857 (2023-07-17 18:39:21) > stime 0.0 (1970-01-01 01:00:00) > rtime 1689612385.385260741 (2023-07-17 18:46:25) > item 7 key (272 ROOT_BACKREF 5) itemoff 14360 itemsize 35 > root backref key dirid 267 sequence 9 name 2023-07-16_1_live > item 8 key (273 ROOT_ITEM 2333) itemoff 13921 itemsize 439 > generation 2374 root_dirid 256 bytenr 50692096 byte_limit 0 bytes_used 1058570240 > last_snapshot 2374 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2374 > uuid db528597-0b37-d04b-a706-a06a71e4b15b > parent_uuid 8cfb8ada-d1c2-9c43-b9eb-22cc9fcccf06 > received_uuid d01737a3-988c-d241-a301-a63bbf639e33 > ctransid 2343 otransid 2333 stransid 342695 rtransid 2340 > ctime 1693255924.481284996 (2023-08-28 22:52:04) > otime 1693255386.529355974 (2023-08-28 22:43:06) > stime 0.0 (1970-01-01 01:00:00) > rtime 1693255868.716173131 (2023-08-28 22:51:08) > item 9 key (273 ROOT_BACKREF 5) itemoff 13891 itemsize 30 > root backref key dirid 267 sequence 10 name 2023-08-28_1 > item 10 key (275 ROOT_ITEM 2374) itemoff 13452 itemsize 439 > generation 2578 root_dirid 256 bytenr 878968832 byte_limit 0 bytes_used 1059913728 > last_snapshot 2578 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2578 > uuid 14148a82-5256-654b-9109-d05f0760cfe4 > parent_uuid db528597-0b37-d04b-a706-a06a71e4b15b > received_uuid 4ea20bd4-33ba-ed4c-9d09-08f69b825325 > ctransid 2381 otransid 2374 stransid 393039 rtransid 2379 > ctime 1698265242.569609002 (2023-10-25 22:20:42) > otime 1698264678.459963517 (2023-10-25 22:11:18) > stime 0.0 (1970-01-01 01:00:00) > rtime 1698265187.162781224 (2023-10-25 22:19:47) > item 11 key (275 ROOT_BACKREF 5) itemoff 13417 itemsize 35 > root backref key dirid 267 sequence 11 name 2023-10-22_1_live > item 12 key (277 ROOT_ITEM 2578) itemoff 12978 itemsize 439 > generation 2607 root_dirid 256 bytenr 138297344 byte_limit 0 bytes_used 1087504384 > last_snapshot 2607 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2607 > uuid 5431a3fb-6577-0f4c-931d-982e996a4c37 > parent_uuid 14148a82-5256-654b-9109-d05f0760cfe4 > received_uuid 9971aeab-b0ff-a240-8c9e-fc8b6df4450b > ctransid 2586 otransid 2578 stransid 442097 rtransid 2584 > ctime 1701442399.471600404 (2023-12-01 15:53:19) > otime 1701441940.628649465 (2023-12-01 15:45:40) > stime 0.0 (1970-01-01 01:00:00) > rtime 1701442363.763458657 (2023-12-01 15:52:43) > item 13 key (277 ROOT_BACKREF 5) itemoff 12943 itemsize 35 > root backref key dirid 267 sequence 12 name 2023-11-29_1_live > item 14 key (278 ROOT_ITEM 2607) itemoff 12504 itemsize 439 > generation 2629 root_dirid 256 bytenr 30441472 byte_limit 0 bytes_used 1179156480 > last_snapshot 2629 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2629 > uuid 3ec88167-40c1-eb4e-8d8c-ccfa33a537dc > parent_uuid 5431a3fb-6577-0f4c-931d-982e996a4c37 > received_uuid d08612b2-82c3-0a4a-84a7-de8e9c965c74 > ctransid 2627 otransid 2607 stransid 536794 rtransid 2625 > ctime 1707598996.369613511 (2024-02-10 22:03:16) > otime 1707597748.711084482 (2024-02-10 21:42:28) > stime 0.0 (1970-01-01 01:00:00) > rtime 1707598956.784177890 (2024-02-10 22:02:36) > item 15 key (278 ROOT_BACKREF 5) itemoff 12469 itemsize 35 > root backref key dirid 267 sequence 13 name 2024-02-10_1_live > item 16 key (279 ROOT_ITEM 2629) itemoff 12030 itemsize 439 > generation 2650 root_dirid 256 bytenr 30408704 byte_limit 0 bytes_used 1243660288 > last_snapshot 2650 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2650 > uuid 843212dc-8452-1e4c-8e28-71b4670fbabb > parent_uuid 3ec88167-40c1-eb4e-8d8c-ccfa33a537dc > received_uuid 2bde8caf-fe50-bb46-b7a7-173568c74585 > ctransid 2648 otransid 2629 stransid 586717 rtransid 2645 > ctime 1711735134.109459375 (2024-03-29 18:58:54) > otime 1711733993.558405595 (2024-03-29 18:39:53) > stime 0.0 (1970-01-01 01:00:00) > rtime 1711735086.633009228 (2024-03-29 18:58:06) > item 17 key (279 ROOT_BACKREF 5) itemoff 11995 itemsize 35 > root backref key dirid 267 sequence 14 name 2024-03-29_1_live > item 18 key (280 ROOT_ITEM 2650) itemoff 11556 itemsize 439 > generation 2668 root_dirid 256 bytenr 30457856 byte_limit 0 bytes_used 1280753664 > last_snapshot 2668 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2668 > uuid 0374c3e1-d12d-ee41-bbb5-446c5c06aa18 > parent_uuid 843212dc-8452-1e4c-8e28-71b4670fbabb > received_uuid 1f1e6931-2e0a-8043-8c6e-9580108d3ac9 > ctransid 2666 otransid 2650 stransid 614024 rtransid 2665 > ctime 1713716525.118335261 (2024-04-21 18:22:05) > otime 1713714497.487554070 (2024-04-21 17:48:17) > stime 0.0 (1970-01-01 01:00:00) > rtime 1713716482.158541435 (2024-04-21 18:21:22) > item 19 key (280 ROOT_BACKREF 5) itemoff 11521 itemsize 35 > root backref key dirid 267 sequence 15 name 2024-04-19_1_live > item 20 key (281 ROOT_ITEM 2668) itemoff 11082 itemsize 439 > generation 2687 root_dirid 256 bytenr 30474240 byte_limit 0 bytes_used 1329364992 > last_snapshot 2687 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2687 > uuid 3115d678-2d73-bb42-9464-bf407bb358b2 > parent_uuid 0374c3e1-d12d-ee41-bbb5-446c5c06aa18 > received_uuid 88f47c74-e45a-1346-9696-e2801ff0dc27 > ctransid 2685 otransid 2668 stransid 653464 rtransid 2683 > ctime 1716492262.163006721 (2024-05-23 21:24:22) > otime 1716491269.43776512 (2024-05-23 21:07:49) > stime 0.0 (1970-01-01 01:00:00) > rtime 1716492224.830899042 (2024-05-23 21:23:44) > item 21 key (281 ROOT_BACKREF 5) itemoff 11052 itemsize 30 > root backref key dirid 267 sequence 16 name 2024-05-22_1 > item 22 key (282 ROOT_ITEM 2687) itemoff 10613 itemsize 439 > generation 2715 root_dirid 256 bytenr 30490624 byte_limit 0 bytes_used 1368457216 > last_snapshot 2715 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2715 > uuid 74b15f22-5aae-3848-8ecd-c07e4ceceb39 > parent_uuid 3115d678-2d73-bb42-9464-bf407bb358b2 > received_uuid 3899eff4-e4c2-6b43-82f3-0b9fff5f0e33 > ctransid 2713 otransid 2687 stransid 743201 rtransid 2710 > ctime 1723677233.966537778 (2024-08-15 01:13:53) > otime 1723675608.338081817 (2024-08-15 00:46:48) > stime 0.0 (1970-01-01 01:00:00) > rtime 1723677194.866098398 (2024-08-15 01:13:14) > item 23 key (282 ROOT_BACKREF 5) itemoff 10578 itemsize 35 > root backref key dirid 267 sequence 17 name 2024-08-14_1_live > item 24 key (283 ROOT_ITEM 2715) itemoff 10139 itemsize 439 > generation 2722 root_dirid 256 bytenr 30507008 byte_limit 0 bytes_used 1328660480 > last_snapshot 2722 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2722 > uuid c897c839-34f7-0c48-8a25-93e3f2004ead > parent_uuid 74b15f22-5aae-3848-8ecd-c07e4ceceb39 > received_uuid 98cda6a1-57d0-ae4d-8792-ab5d6a97bfc6 > ctransid 2720 otransid 2715 stransid 752535 rtransid 2717 > ctime 1724354513.950765603 (2024-08-22 21:21:53) > otime 1724354362.317774160 (2024-08-22 21:19:22) > stime 0.0 (1970-01-01 01:00:00) > rtime 1724354471.49047425 (2024-08-22 21:21:11) > item 25 key (283 ROOT_BACKREF 5) itemoff 10104 itemsize 35 > root backref key dirid 267 sequence 18 name 2024-08-22_3_live > item 26 key (284 ROOT_ITEM 2722) itemoff 9665 itemsize 439 > generation 2737 root_dirid 256 bytenr 30588928 byte_limit 0 bytes_used 1562165248 > last_snapshot 2737 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2737 > uuid 3d26041e-17a4-ed4e-a6a3-6005a4172a69 > parent_uuid c897c839-34f7-0c48-8a25-93e3f2004ead > received_uuid 14cd4187-7ca3-fb4b-9a4f-3a564ba983de > ctransid 2734 otransid 2722 stransid 769059 rtransid 2732 > ctime 1725729488.300644782 (2024-09-07 19:18:08) > otime 1725728529.381918112 (2024-09-07 19:02:09) > stime 0.0 (1970-01-01 01:00:00) > rtime 1725729456.746595666 (2024-09-07 19:17:36) > item 27 key (284 ROOT_BACKREF 5) itemoff 9630 itemsize 35 > root backref key dirid 267 sequence 19 name 2024-09-07_1_live > item 28 key (285 ROOT_ITEM 2737) itemoff 9191 itemsize 439 > generation 2755 root_dirid 256 bytenr 30605312 byte_limit 0 bytes_used 1593163776 > last_snapshot 2755 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2755 > uuid dca0440b-a8e1-7f48-b3aa-f7b8400b5a22 > parent_uuid 3d26041e-17a4-ed4e-a6a3-6005a4172a69 > received_uuid b0dae321-8f29-2a40-819a-8c66340ebe0d > ctransid 2754 otransid 2737 stransid 803143 rtransid 2752 > ctime 1729607589.683406445 (2024-10-22 16:33:09) > otime 1729606370.169174110 (2024-10-22 16:12:50) > stime 0.0 (1970-01-01 01:00:00) > rtime 1729607550.250730507 (2024-10-22 16:32:30) > item 29 key (285 ROOT_BACKREF 5) itemoff 9156 itemsize 35 > root backref key dirid 267 sequence 20 name 2024-10-22_1_live > item 30 key (286 ROOT_ITEM 2755) itemoff 8717 itemsize 439 > generation 2784 root_dirid 256 bytenr 1936533274624 byte_limit 0 bytes_used 1623359488 > last_snapshot 2784 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2784 > uuid c960f3ce-54ef-9245-9d0b-3c11768476b8 > parent_uuid dca0440b-a8e1-7f48-b3aa-f7b8400b5a22 > received_uuid 52854293-e7ad-6144-8b0c-d747c435035c > ctransid 2766 otransid 2755 stransid 844110 rtransid 2764 > ctime 1732555951.649613336 (2024-11-25 18:32:31) > otime 1732555260.314901494 (2024-11-25 18:21:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 1732555901.391354339 (2024-11-25 18:31:41) > item 31 key (286 ROOT_BACKREF 5) itemoff 8682 itemsize 35 > root backref key dirid 267 sequence 21 name 2024-11-24_1_live > item 32 key (287 ROOT_ITEM 2784) itemoff 8243 itemsize 439 > generation 2829 root_dirid 256 bytenr 30736384 byte_limit 0 bytes_used 1657372672 > last_snapshot 2829 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2829 > uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 > parent_uuid c960f3ce-54ef-9245-9d0b-3c11768476b8 > received_uuid 2bec8139-bb0b-7745-98e2-f5e2b44ffff6 > ctransid 2802 otransid 2784 stransid 899043 rtransid 2799 > ctime 1736893395.322042592 (2025-01-14 23:23:15) > otime 1736891736.184284935 (2025-01-14 22:55:36) > stime 0.0 (1970-01-01 01:00:00) > rtime 1736893332.661428424 (2025-01-14 23:22:12) > item 33 key (287 ROOT_BACKREF 5) itemoff 8208 itemsize 35 > root backref key dirid 267 sequence 22 name 2025-01-14_1_live > item 34 key (288 ROOT_ITEM 2820) itemoff 7769 itemsize 439 > generation 2828 root_dirid 256 bytenr 11322400604160 byte_limit 0 bytes_used 1675493376 > last_snapshot 2820 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2828 > uuid ec1bf2a1-d363-cd42-8b6c-5c757c005bd3 > parent_uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 > received_uuid df08f225-2c47-e14e-8d3a-e1b6958df9f5 > ctransid 2828 otransid 2820 stransid 936026 rtransid 2827 > ctime 1740329700.899958817 (2025-02-23 17:55:00) > otime 1740327358.730742602 (2025-02-23 17:15:58) > stime 0.0 (1970-01-01 01:00:00) > rtime 1740329243.876126309 (2025-02-23 17:47:23) > item 35 key (288 ROOT_BACKREF 5) itemoff 7734 itemsize 35 > root backref key dirid 267 sequence 23 name 2025-02-23_2_live > item 36 key (289 ROOT_ITEM 2829) itemoff 7295 itemsize 439 > generation 2847 root_dirid 256 bytenr 30654464 byte_limit 0 bytes_used 1672478720 > last_snapshot 2847 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2847 > uuid 3aa7371e-d1c3-af4f-a3b0-02ce0505504e > parent_uuid d85dceb9-33a4-244a-9535-3ebeb95feb25 > received_uuid ac7b5b54-fcb2-5041-8fb0-e4ca1c891a94 > ctransid 2846 otransid 2829 stransid 1005789 rtransid 2845 > ctime 1746751590.94994411 (2025-05-09 02:46:30) > otime 1746748099.138038540 (2025-05-09 01:48:19) > stime 0.0 (1970-01-01 01:00:00) > rtime 1746751472.678993995 (2025-05-09 02:44:32) > item 37 key (289 ROOT_BACKREF 5) itemoff 7260 itemsize 35 > root backref key dirid 267 sequence 24 name 2025-05-09_1_live > item 38 key (290 ROOT_ITEM 2847) itemoff 6821 itemsize 439 > generation 2861 root_dirid 256 bytenr 30752768 byte_limit 0 bytes_used 1857748992 > last_snapshot 2861 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2861 > uuid 1b90355d-65ae-8949-9d96-3a1f49931e43 > parent_uuid 3aa7371e-d1c3-af4f-a3b0-02ce0505504e > received_uuid 38acbd40-4a17-bb4b-a111-86b77a2e41b4 > ctransid 2860 otransid 2847 stransid 1032437 rtransid 2858 > ctime 1749589557.710925796 (2025-06-10 23:05:57) > otime 1749587880.693642910 (2025-06-10 22:38:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 1749589481.482609679 (2025-06-10 23:04:41) > item 39 key (290 ROOT_BACKREF 5) itemoff 6786 itemsize 35 > root backref key dirid 267 sequence 25 name 2025-06-07_1_live > item 40 key (291 ROOT_ITEM 2861) itemoff 6347 itemsize 439 > generation 2870 root_dirid 256 bytenr 30883840 byte_limit 0 bytes_used 1858289664 > last_snapshot 2870 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2870 > uuid 7de5c39b-4861-4e40-917a-8a54fa188b0b > parent_uuid 1b90355d-65ae-8949-9d96-3a1f49931e43 > received_uuid f69333e9-f276-074c-814d-2a12e31d2a42 > ctransid 2869 otransid 2861 stransid 1095168 rtransid 2867 > ctime 1753652119.427269578 (2025-07-27 23:35:19) > otime 1753650765.453298664 (2025-07-27 23:12:45) > stime 0.0 (1970-01-01 01:00:00) > rtime 1753652086.981101594 (2025-07-27 23:34:46) > item 41 key (291 ROOT_BACKREF 5) itemoff 6312 itemsize 35 > root backref key dirid 267 sequence 26 name 2025-07-27_1_live > item 42 key (292 ROOT_ITEM 2870) itemoff 5873 itemsize 439 > generation 2883 root_dirid 256 bytenr 30916608 byte_limit 0 bytes_used 1544667136 > last_snapshot 2883 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2883 > uuid e8a867d4-cb9f-964b-a790-e4c36bfa7a8a > parent_uuid 7de5c39b-4861-4e40-917a-8a54fa188b0b > received_uuid cb33ae2b-2945-dc46-859b-aab6b635ad1b > ctransid 2881 otransid 2870 stransid 1147542 rtransid 2880 > ctime 1757104798.128137778 (2025-09-05 22:39:58) > otime 1757103880.649176097 (2025-09-05 22:24:40) > stime 0.0 (1970-01-01 01:00:00) > rtime 1757104634.88275990 (2025-09-05 22:37:14) > item 43 key (292 ROOT_BACKREF 5) itemoff 5838 itemsize 35 > root backref key dirid 267 sequence 27 name 2025-09-05_1_live > item 44 key (293 ROOT_ITEM 2883) itemoff 5399 itemsize 439 > generation 2892 root_dirid 256 bytenr 30965760 byte_limit 0 bytes_used 1584087040 > last_snapshot 2892 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2892 > uuid 971d80b4-bc23-9040-b182-050bc5dc62f9 > parent_uuid e8a867d4-cb9f-964b-a790-e4c36bfa7a8a > received_uuid 46887243-8712-9f42-a0c3-b7bf05b75ecd > ctransid 2891 otransid 2883 stransid 1178903 rtransid 2888 > ctime 1759264775.93663767 (2025-09-30 22:39:35) > otime 1759263633.896114075 (2025-09-30 22:20:33) > stime 0.0 (1970-01-01 01:00:00) > rtime 1759264716.34274437 (2025-09-30 22:38:36) > item 45 key (293 ROOT_BACKREF 5) itemoff 5364 itemsize 35 > root backref key dirid 267 sequence 28 name 2025-09-30_1_live > item 46 key (294 ROOT_ITEM 2892) itemoff 4925 itemsize 439 > generation 2903 root_dirid 256 bytenr 30982144 byte_limit 0 bytes_used 1672282112 > last_snapshot 2903 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2903 > uuid 046a67df-7319-174f-b008-5eb9cfb6072f > parent_uuid 971d80b4-bc23-9040-b182-050bc5dc62f9 > received_uuid 03a6ac27-c8eb-6f45-ab10-2ef6b552db85 > ctransid 2902 otransid 2892 stransid 1216590 rtransid 2900 > ctime 1762191180.211993738 (2025-11-03 18:33:00) > otime 1762188534.712841975 (2025-11-03 17:48:54) > stime 0.0 (1970-01-01 01:00:00) > rtime 1762191133.182883745 (2025-11-03 18:32:13) > item 47 key (294 ROOT_BACKREF 5) itemoff 4890 itemsize 35 > root backref key dirid 267 sequence 29 name 2025-11-03_1_live > item 48 key (295 ROOT_ITEM 2903) itemoff 4451 itemsize 439 > generation 2928 root_dirid 256 bytenr 11534202617856 byte_limit 0 bytes_used 1707016192 > last_snapshot 2903 flags 0x1(RDONLY) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 2 generation_v2 2928 > uuid 98e1fa38-96b6-8c46-8e0a-45667b27b88a > parent_uuid 046a67df-7319-174f-b008-5eb9cfb6072f > received_uuid 2cdf09e0-9aff-c64c-b43b-df529e637c22 > ctransid 2928 otransid 2903 stransid 1283544 rtransid 2927 > ctime 1768589600.758013589 (2026-01-16 19:53:20) > otime 1768586381.930525587 (2026-01-16 18:59:41) > stime 0.0 (1970-01-01 01:00:00) > rtime 1768589513.923083173 (2026-01-16 19:51:53) > item 49 key (295 ROOT_BACKREF 5) itemoff 4416 itemsize 35 > root backref key dirid 267 sequence 30 name 2026-01-16_1_live > item 50 key (DATA_RELOC_TREE ROOT_ITEM 0) itemoff 3977 itemsize 439 > generation 5 root_dirid 256 bytenr 30523392 byte_limit 0 bytes_used 16384 > last_snapshot 0 flags 0x0(none) refs 1 > drop_progress key (0 UNKNOWN.0 0) drop_level 0 > level 0 generation_v2 5 > uuid 00000000-0000-0000-0000-000000000000 > parent_uuid 00000000-0000-0000-0000-000000000000 > received_uuid 00000000-0000-0000-0000-000000000000 > ctransid 0 otransid 0 stransid 0 rtransid 0 > ctime 0.0 (1970-01-01 01:00:00) > otime 0.0 (1970-01-01 01:00:00) > stime 0.0 (1970-01-01 01:00:00) > rtime 0.0 (1970-01-01 01:00:00) > > > > > Any ideas? > > And after we'd have done any bug finding, if you think that's > necessary,... would you rather recommend to trash the fs? > That one is small and really easy for me to re-create. > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-09 3:21 ` Qu Wenruo @ 2026-02-09 3:32 ` Christoph Anton Mitterer 2026-02-09 3:48 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-09 3:32 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Mon, 2026-02-09 at 13:51 +1030, Qu Wenruo wrote: > I think you're safe to clear the v2 cache, and let the kernel create > at > mount time. Would it help you if I keep the fs for further debugging (or later checking a possible fix)? If so, any rough estimate on how long that would take (cause in principle I would sooner or later want to use that device again for backups ;-) ). Thanks, Chris ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-09 3:32 ` Christoph Anton Mitterer @ 2026-02-09 3:48 ` Qu Wenruo 2026-02-09 3:58 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-09 3:48 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/9 14:02, Christoph Anton Mitterer 写道: > On Mon, 2026-02-09 at 13:51 +1030, Qu Wenruo wrote: >> I think you're safe to clear the v2 cache, and let the kernel create >> at >> mount time. > > Would it help you if I keep the fs for further debugging (or later > checking a possible fix)? I don't think the key point is the context. I believe the key point here is the size of the fs, which should be very large, so that rebuild itself will take over 30s. With that said, feel free to clear v2 cache and let the kernel to re-create. When we want to test later, you can just go the same clear_cache,space_cache=v2 mount option, as long as you didn't significantly reduce the (used) size of the fs. Thanks, Qu > > If so, any rough estimate on how long that would take (cause in > principle I would sooner or later want to use that device again for > backups ;-) ). > > > Thanks, > Chris ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-09 3:48 ` Qu Wenruo @ 2026-02-09 3:58 ` Christoph Anton Mitterer 2026-02-09 4:02 ` Qu Wenruo 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-09 3:58 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Mon, 2026-02-09 at 14:18 +1030, Qu Wenruo wrote: > I don't think the key point is the context. > > I believe the key point here is the size of the fs, which should be > very > large, so that rebuild itself will take over 30s. That fs (where it failed) is on an 8 TB HDD (and I think it's at best half full)... I did the same procedure on a significantly larger fs (20 TB HDD, ~16 TB used)... and it worked. Or what do you mean by size? Size in terms of bytes or in terms of number of files? > With that said, feel free to clear v2 cache and let the kernel to re- > create. > > When we want to test later, you can just go the same > clear_cache,space_cache=v2 mount option, as long as you didn't > significantly reduce the (used) size of the fs. Okay. Thanks, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-09 3:58 ` Christoph Anton Mitterer @ 2026-02-09 4:02 ` Qu Wenruo 2026-02-10 0:14 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Qu Wenruo @ 2026-02-09 4:02 UTC (permalink / raw) To: Christoph Anton Mitterer; +Cc: linux-btrfs 在 2026/2/9 14:28, Christoph Anton Mitterer 写道: > On Mon, 2026-02-09 at 14:18 +1030, Qu Wenruo wrote: >> I don't think the key point is the context. >> >> I believe the key point here is the size of the fs, which should be >> very >> large, so that rebuild itself will take over 30s. > > That fs (where it failed) is on an 8 TB HDD (and I think it's at best > half full)... > > I did the same procedure on a significantly larger fs (20 TB HDD, ~16 > TB used)... and it worked. > > Or what do you mean by size? Size in terms of bytes or in terms of > number of files? Mostly in bytes, but also related to how fragmented the free space is. The more fragmented the more time it will take thus higher chance to hit problems. Thanks, Qu > > > >> With that said, feel free to clear v2 cache and let the kernel to re- >> create. >> >> When we want to test later, you can just go the same >> clear_cache,space_cache=v2 mount option, as long as you didn't >> significantly reduce the (used) size of the fs. > > Okay. > > > Thanks, > Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-09 4:02 ` Qu Wenruo @ 2026-02-10 0:14 ` Christoph Anton Mitterer 2026-02-10 22:49 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-10 0:14 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs On Mon, 2026-02-09 at 14:32 +1030, Qu Wenruo wrote: > Mostly in bytes, but also related to how fragmented the free space > is. > The more fragmented the more time it will take thus higher chance to > hit > problems. I see. btw: It seems there may be more damaged on that fs. I tried now to first clear the whole space cache and then re-create it from scratch as you suggested: mount -o clear_cache,nospace_cache,rw also times out and gives the errors as before (and it did "rebuilding free space tree"). So I tried: # btrfs rescue clear-space-cache v2 /dev/mapper/data-f parent transid verify failed on 171638784 wanted 2935 found 2941 parent transid verify failed on 171638784 wanted 2935 found 2941 Couldn't setup device tree ERROR: cannot open file system which gives not a previously not present parent transid verify failed. Same during fsck: root@heisenberg:~# btrfs check /dev/mapper/data-f Opening filesystem to check... parent transid verify failed on 171638784 wanted 2935 found 2941 parent transid verify failed on 171638784 wanted 2935 found 2941 parent transid verify failed on 171638784 wanted 2935 found 2941 Ignoring transid failure Checking filesystem on /dev/mapper/data-f UUID: 84ee379c-29da-4513-b31b-db5e6097ebc8 [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents Chunk[256, 228, 22020096] stripe[1, 22020096] is not found in dev extent Chunk[256, 228, 22020096] stripe[1, 30408704] is not found in dev extent Chunk[256, 228, 30408704] stripe[1, 38797312] is not found in dev extent Chunk[256, 228, 30408704] stripe[1, 1112539136] is not found in dev extent Chunk[256, 228, 944923213824] stripe[1, 946005344256] is not found in dev extent Chunk[256, 228, 944923213824] stripe[1, 947079086080] is not found in dev extent Chunk[256, 228, 1935986917376] stripe[1, 1938142789632] is not found in dev extent Chunk[256, 228, 1935986917376] stripe[1, 1939216531456] is not found in dev extent Chunk[256, 228, 2898059591680] stripe[1, 2901289205760] is not found in dev extent Chunk[256, 228, 2898059591680] stripe[1, 2902362947584] is not found in dev extent Chunk[256, 228, 3095628087296] stripe[1, 3099931443200] is not found in dev extent Chunk[256, 228, 3096701829120] stripe[1, 3101005185024] is not found in dev extent Chunk[256, 228, 3097775570944] stripe[1, 3102078926848] is not found in dev extent Chunk[256, 228, 3098849312768] stripe[1, 3103152668672] is not found in dev extent Chunk[256, 228, 3099923054592] stripe[1, 3104226410496] is not found in dev extent Chunk[256, 228, 3100996796416] stripe[1, 3105300152320] is not found in dev extent Chunk[256, 228, 3102070538240] stripe[1, 3106373894144] is not found in dev extent Chunk[256, 228, 3103144280064] stripe[1, 3107447635968] is not found in dev extent Chunk[256, 228, 3104218021888] stripe[1, 3108521377792] is not found in dev extent Chunk[256, 228, 3105291763712] stripe[1, 3109595119616] is not found in dev extent Chunk[256, 228, 3106365505536] stripe[1, 3110668861440] is not found in dev extent Chunk[256, 228, 3107439247360] stripe[1, 3111742603264] is not found in dev extent Chunk[256, 228, 3108512989184] stripe[1, 3112816345088] is not found in dev extent Chunk[256, 228, 3109586731008] stripe[1, 3113890086912] is not found in dev extent Chunk[256, 228, 3110660472832] stripe[1, 3114963828736] is not found in dev extent Chunk[256, 228, 3111734214656] stripe[1, 3116037570560] is not found in dev extent Chunk[256, 228, 3112807956480] stripe[1, 3117111312384] is not found in dev extent Chunk[256, 228, 3113881698304] stripe[1, 3118185054208] is not found in dev extent Chunk[256, 228, 3114955440128] stripe[1, 3119258796032] is not found in dev extent Chunk[256, 228, 3116029181952] stripe[1, 3120332537856] is not found in dev extent Chunk[256, 228, 3117102923776] stripe[1, 3121406279680] is not found in dev extent Chunk[256, 228, 3118176665600] stripe[1, 3122480021504] is not found in dev extent Chunk[256, 228, 3119250407424] stripe[1, 3123553763328] is not found in dev extent Chunk[256, 228, 3120324149248] stripe[1, 3124627505152] is not found in dev extent Chunk[256, 228, 3121397891072] stripe[1, 3125701246976] is not found in dev extent Chunk[256, 228, 3122471632896] stripe[1, 3126774988800] is not found in dev extent Chunk[256, 228, 3123545374720] stripe[1, 3127848730624] is not found in dev extent Chunk[256, 228, 3124619116544] stripe[1, 3128922472448] is not found in dev extent Chunk[256, 228, 3125692858368] stripe[1, 3129996214272] is not found in dev extent Chunk[256, 228, 3126766600192] stripe[1, 3131069956096] is not found in dev extent Chunk[256, 228, 3127840342016] stripe[1, 3132143697920] is not found in dev extent Chunk[256, 228, 3128914083840] stripe[1, 3133217439744] is not found in dev extent Chunk[256, 228, 3129987825664] stripe[1, 3134291181568] is not found in dev extent Chunk[256, 228, 3133209051136] stripe[1, 3137512407040] is not found in dev extent Chunk[256, 228, 3134282792960] stripe[1, 3138586148864] is not found in dev extent Chunk[256, 228, 3135356534784] stripe[1, 3139659890688] is not found in dev extent Chunk[256, 228, 3136430276608] stripe[1, 3140733632512] is not found in dev extent Chunk[256, 228, 3137504018432] stripe[1, 3141807374336] is not found in dev extent Chunk[256, 228, 3138577760256] stripe[1, 3142881116160] is not found in dev extent Chunk[256, 228, 3139651502080] stripe[1, 3143954857984] is not found in dev extent Chunk[256, 228, 3140725243904] stripe[1, 3145028599808] is not found in dev extent Chunk[256, 228, 3141798985728] stripe[1, 3146102341632] is not found in dev extent Chunk[256, 228, 3142872727552] stripe[1, 3147176083456] is not found in dev extent Chunk[256, 228, 3143946469376] stripe[1, 3148249825280] is not found in dev extent Chunk[256, 228, 3145020211200] stripe[1, 3149323567104] is not found in dev extent Chunk[256, 228, 3146093953024] stripe[1, 3150397308928] is not found in dev extent Chunk[256, 228, 3147167694848] stripe[1, 3151471050752] is not found in dev extent Chunk[256, 228, 3148241436672] stripe[1, 3152544792576] is not found in dev extent Chunk[256, 228, 3149315178496] stripe[1, 3153618534400] is not found in dev extent Chunk[256, 228, 3150388920320] stripe[1, 3154692276224] is not found in dev extent Chunk[256, 228, 3151462662144] stripe[1, 3155766018048] is not found in dev extent Chunk[256, 228, 3152536403968] stripe[1, 3156839759872] is not found in dev extent Chunk[256, 228, 3153610145792] stripe[1, 3157913501696] is not found in dev extent Chunk[256, 228, 3154683887616] stripe[1, 3158987243520] is not found in dev extent Chunk[256, 228, 3155757629440] stripe[1, 3160060985344] is not found in dev extent Chunk[256, 228, 3156831371264] stripe[1, 3161134727168] is not found in dev extent Chunk[256, 228, 3157905113088] stripe[1, 3162208468992] is not found in dev extent Chunk[256, 228, 3158978854912] stripe[1, 3163282210816] is not found in dev extent Chunk[256, 228, 3160052596736] stripe[1, 3164355952640] is not found in dev extent Chunk[256, 228, 3162200080384] stripe[1, 3166503436288] is not found in dev extent Chunk[256, 228, 3163273822208] stripe[1, 3167577178112] is not found in dev extent Chunk[256, 228, 3164347564032] stripe[1, 3168650919936] is not found in dev extent Chunk[256, 228, 3165421305856] stripe[1, 3169724661760] is not found in dev extent Chunk[256, 228, 3166495047680] stripe[1, 3170798403584] is not found in dev extent Chunk[256, 228, 3167568789504] stripe[1, 3171872145408] is not found in dev extent Chunk[256, 228, 3169716273152] stripe[1, 3174019629056] is not found in dev extent Chunk[256, 228, 3170790014976] stripe[1, 3175093370880] is not found in dev extent Chunk[256, 228, 3171863756800] stripe[1, 3176167112704] is not found in dev extent Chunk[256, 228, 3172937498624] stripe[1, 3177240854528] is not found in dev extent Chunk[256, 228, 3174011240448] stripe[1, 3178314596352] is not found in dev extent Chunk[256, 228, 3175084982272] stripe[1, 3179388338176] is not found in dev extent Chunk[256, 228, 3176158724096] stripe[1, 3180462080000] is not found in dev extent Chunk[256, 228, 3178306207744] stripe[1, 3182609563648] is not found in dev extent Chunk[256, 228, 3179379949568] stripe[1, 3183683305472] is not found in dev extent Chunk[256, 228, 3180453691392] stripe[1, 3184757047296] is not found in dev extent Chunk[256, 228, 3181527433216] stripe[1, 3185830789120] is not found in dev extent Chunk[256, 228, 3182601175040] stripe[1, 3186904530944] is not found in dev extent Chunk[256, 228, 3183674916864] stripe[1, 3187978272768] is not found in dev extent Chunk[256, 228, 3184748658688] stripe[1, 3189052014592] is not found in dev extent Chunk[256, 228, 3185822400512] stripe[1, 3190125756416] is not found in dev extent Chunk[256, 228, 3186896142336] stripe[1, 3191199498240] is not found in dev extent Chunk[256, 228, 3187969884160] stripe[1, 3192273240064] is not found in dev extent Chunk[256, 228, 3189043625984] stripe[1, 3193346981888] is not found in dev extent Chunk[256, 228, 3191191109632] stripe[1, 3195494465536] is not found in dev extent Chunk[256, 228, 3192264851456] stripe[1, 3196568207360] is not found in dev extent Chunk[256, 228, 3193338593280] stripe[1, 3197641949184] is not found in dev extent Chunk[256, 228, 3194412335104] stripe[1, 3198715691008] is not found in dev extent Chunk[256, 228, 3195486076928] stripe[1, 3199789432832] is not found in dev extent Chunk[256, 228, 3196559818752] stripe[1, 3200863174656] is not found in dev extent Chunk[256, 228, 3198707302400] stripe[1, 3203010658304] is not found in dev extent Chunk[256, 228, 3199781044224] stripe[1, 3204084400128] is not found in dev extent Chunk[256, 228, 3201928527872] stripe[1, 3206231883776] is not found in dev extent Chunk[256, 228, 3203002269696] stripe[1, 3207305625600] is not found in dev extent Chunk[256, 228, 3204076011520] stripe[1, 3208379367424] is not found in dev extent Chunk[256, 228, 3205149753344] stripe[1, 3209453109248] is not found in dev extent Chunk[256, 228, 3207297236992] stripe[1, 3211600592896] is not found in dev extent Chunk[256, 228, 3208370978816] stripe[1, 3212674334720] is not found in dev extent Chunk[256, 228, 3210518462464] stripe[1, 3214821818368] is not found in dev extent Chunk[256, 228, 3211592204288] stripe[1, 3215895560192] is not found in dev extent Chunk[256, 228, 3213739687936] stripe[1, 3218043043840] is not found in dev extent Chunk[256, 228, 3214813429760] stripe[1, 3219116785664] is not found in dev extent Chunk[256, 228, 3216960913408] stripe[1, 3221264269312] is not found in dev extent Chunk[256, 228, 3218034655232] stripe[1, 3222338011136] is not found in dev extent Chunk[256, 228, 3219108397056] stripe[1, 3223411752960] is not found in dev extent Chunk[256, 228, 3220182138880] stripe[1, 3224485494784] is not found in dev extent Chunk[256, 228, 3221255880704] stripe[1, 3225559236608] is not found in dev extent Chunk[256, 228, 3222329622528] stripe[1, 3226632978432] is not found in dev extent Chunk[256, 228, 3224477106176] stripe[1, 3228780462080] is not found in dev extent Chunk[256, 228, 3225550848000] stripe[1, 3229854203904] is not found in dev extent Chunk[256, 228, 3226624589824] stripe[1, 3230927945728] is not found in dev extent Chunk[256, 228, 3227698331648] stripe[1, 3232001687552] is not found in dev extent Chunk[256, 228, 3229845815296] stripe[1, 3234149171200] is not found in dev extent Chunk[256, 228, 3233067040768] stripe[1, 3237370396672] is not found in dev extent Chunk[256, 228, 3235214524416] stripe[1, 3239517880320] is not found in dev extent Chunk[256, 228, 3236288266240] stripe[1, 3240591622144] is not found in dev extent Chunk[256, 228, 3239509491712] stripe[1, 3243812847616] is not found in dev extent Chunk[256, 228, 3240583233536] stripe[1, 3244886589440] is not found in dev extent Chunk[256, 228, 3241656975360] stripe[1, 3245960331264] is not found in dev extent Chunk[256, 228, 3242730717184] stripe[1, 3247034073088] is not found in dev extent Chunk[256, 228, 3243804459008] stripe[1, 3248107814912] is not found in dev extent Chunk[256, 228, 3247025684480] stripe[1, 3251329040384] is not found in dev extent Chunk[256, 228, 3248099426304] stripe[1, 3252402782208] is not found in dev extent Chunk[256, 228, 3249173168128] stripe[1, 3253476524032] is not found in dev extent Chunk[256, 228, 3250246909952] stripe[1, 3254550265856] is not found in dev extent Chunk[256, 228, 3251320651776] stripe[1, 3255624007680] is not found in dev extent Chunk[256, 228, 3252394393600] stripe[1, 3256697749504] is not found in dev extent Chunk[256, 228, 3254541877248] stripe[1, 3258845233152] is not found in dev extent Chunk[256, 228, 3255615619072] stripe[1, 3259918974976] is not found in dev extent Chunk[256, 228, 3256689360896] stripe[1, 3260992716800] is not found in dev extent Chunk[256, 228, 3257763102720] stripe[1, 3262066458624] is not found in dev extent Chunk[256, 228, 3258836844544] stripe[1, 3263140200448] is not found in dev extent Chunk[256, 228, 3262058070016] stripe[1, 3266361425920] is not found in dev extent Chunk[256, 228, 3263131811840] stripe[1, 3267435167744] is not found in dev extent Chunk[256, 228, 3264205553664] stripe[1, 3268508909568] is not found in dev extent Chunk[256, 228, 3265279295488] stripe[1, 3269582651392] is not found in dev extent Chunk[256, 228, 3266353037312] stripe[1, 3270656393216] is not found in dev extent Chunk[256, 228, 3268500520960] stripe[1, 3272803876864] is not found in dev extent Chunk[256, 228, 3269574262784] stripe[1, 3273877618688] is not found in dev extent Chunk[256, 228, 3270648004608] stripe[1, 3274951360512] is not found in dev extent Chunk[256, 228, 3272795488256] stripe[1, 3277098844160] is not found in dev extent Chunk[256, 228, 3273869230080] stripe[1, 3278172585984] is not found in dev extent Chunk[256, 228, 3277090455552] stripe[1, 3281393811456] is not found in dev extent Chunk[256, 228, 3278164197376] stripe[1, 3282467553280] is not found in dev extent Chunk[256, 228, 3279237939200] stripe[1, 3283541295104] is not found in dev extent Chunk[256, 228, 3282459164672] stripe[1, 3286762520576] is not found in dev extent Chunk[256, 228, 3285680390144] stripe[1, 3289983746048] is not found in dev extent Chunk[256, 228, 3286754131968] stripe[1, 3291057487872] is not found in dev extent Chunk[256, 228, 3287827873792] stripe[1, 3292131229696] is not found in dev extent Chunk[256, 228, 3288901615616] stripe[1, 3293204971520] is not found in dev extent Chunk[256, 228, 3289975357440] stripe[1, 3294278713344] is not found in dev extent Chunk[256, 228, 3291049099264] stripe[1, 3295352455168] is not found in dev extent Chunk[256, 228, 3293196582912] stripe[1, 3297499938816] is not found in dev extent Chunk[256, 228, 3294270324736] stripe[1, 3298573680640] is not found in dev extent Chunk[256, 228, 3296417808384] stripe[1, 3300721164288] is not found in dev extent Chunk[256, 228, 3297491550208] stripe[1, 3301794906112] is not found in dev extent Chunk[256, 228, 3298565292032] stripe[1, 3302868647936] is not found in dev extent Chunk[256, 228, 3299639033856] stripe[1, 3303942389760] is not found in dev extent Chunk[256, 228, 3300712775680] stripe[1, 3305016131584] is not found in dev extent Chunk[256, 228, 3301786517504] stripe[1, 3306089873408] is not found in dev extent Chunk[256, 228, 3302860259328] stripe[1, 3307163615232] is not found in dev extent Chunk[256, 228, 3303934001152] stripe[1, 3308237357056] is not found in dev extent Chunk[256, 228, 3305007742976] stripe[1, 3309311098880] is not found in dev extent Chunk[256, 228, 3306081484800] stripe[1, 3310384840704] is not found in dev extent Chunk[256, 228, 3307155226624] stripe[1, 3311458582528] is not found in dev extent Chunk[256, 228, 3310376452096] stripe[1, 3314679808000] is not found in dev extent Chunk[256, 228, 3311450193920] stripe[1, 3315753549824] is not found in dev extent Chunk[256, 228, 3313597677568] stripe[1, 3317901033472] is not found in dev extent Chunk[256, 228, 3314671419392] stripe[1, 3318974775296] is not found in dev extent Chunk[256, 228, 3315745161216] stripe[1, 3320048517120] is not found in dev extent Chunk[256, 228, 3317892644864] stripe[1, 3322196000768] is not found in dev extent Chunk[256, 228, 3318966386688] stripe[1, 3323269742592] is not found in dev extent Chunk[256, 228, 3320040128512] stripe[1, 3324343484416] is not found in dev extent Chunk[256, 228, 3321113870336] stripe[1, 3325417226240] is not found in dev extent Chunk[256, 228, 3322187612160] stripe[1, 3326490968064] is not found in dev extent Chunk[256, 228, 3324335095808] stripe[1, 3328638451712] is not found in dev extent Chunk[256, 228, 3326482579456] stripe[1, 3330785935360] is not found in dev extent Chunk[256, 228, 3329703804928] stripe[1, 3334007160832] is not found in dev extent Chunk[256, 228, 3330777546752] stripe[1, 3335080902656] is not found in dev extent Chunk[256, 228, 3331851288576] stripe[1, 3336154644480] is not found in dev extent Chunk[256, 228, 3332925030400] stripe[1, 3337228386304] is not found in dev extent Chunk[256, 228, 3333998772224] stripe[1, 3338302128128] is not found in dev extent Chunk[256, 228, 3337219997696] stripe[1, 3341523353600] is not found in dev extent Chunk[256, 228, 3340441223168] stripe[1, 3344744579072] is not found in dev extent Chunk[256, 228, 3342588706816] stripe[1, 3346892062720] is not found in dev extent Chunk[256, 228, 3345809932288] stripe[1, 3350113288192] is not found in dev extent Chunk[256, 228, 3349031157760] stripe[1, 3353334513664] is not found in dev extent Chunk[256, 228, 3354399866880] stripe[1, 3358703222784] is not found in dev extent Chunk[256, 228, 3355473608704] stripe[1, 3359776964608] is not found in dev extent Chunk[256, 228, 3356547350528] stripe[1, 3360850706432] is not found in dev extent Chunk[256, 228, 3357621092352] stripe[1, 3361924448256] is not found in dev extent Chunk[256, 228, 3358694834176] stripe[1, 3362998190080] is not found in dev extent Chunk[256, 228, 3359768576000] stripe[1, 3364071931904] is not found in dev extent Chunk[256, 228, 3360842317824] stripe[1, 3365145673728] is not found in dev extent Chunk[256, 228, 3364063543296] stripe[1, 3368366899200] is not found in dev extent Chunk[256, 228, 3367284768768] stripe[1, 3371588124672] is not found in dev extent Chunk[256, 228, 3370505994240] stripe[1, 3374809350144] is not found in dev extent Chunk[256, 228, 3373727219712] stripe[1, 3378030575616] is not found in dev extent Chunk[256, 228, 3374800961536] stripe[1, 3379104317440] is not found in dev extent Chunk[256, 228, 3375874703360] stripe[1, 3380178059264] is not found in dev extent Chunk[256, 228, 3376948445184] stripe[1, 3381251801088] is not found in dev extent Chunk[256, 228, 3378022187008] stripe[1, 3382325542912] is not found in dev extent Chunk[256, 228, 3379095928832] stripe[1, 3383399284736] is not found in dev extent Chunk[256, 228, 3381243412480] stripe[1, 3385546768384] is not found in dev extent Chunk[256, 228, 3382317154304] stripe[1, 3386620510208] is not found in dev extent Chunk[256, 228, 3385538379776] stripe[1, 3389841735680] is not found in dev extent Chunk[256, 228, 3387685863424] stripe[1, 3391989219328] is not found in dev extent Chunk[256, 228, 3388759605248] stripe[1, 3393062961152] is not found in dev extent Chunk[256, 228, 3389833347072] stripe[1, 3394136702976] is not found in dev extent Chunk[256, 228, 3390907088896] stripe[1, 3395210444800] is not found in dev extent Chunk[256, 228, 3391980830720] stripe[1, 3396284186624] is not found in dev extent Chunk[256, 228, 3393054572544] stripe[1, 3397357928448] is not found in dev extent Chunk[256, 228, 3395202056192] stripe[1, 3399505412096] is not found in dev extent Chunk[256, 228, 3396275798016] stripe[1, 3400579153920] is not found in dev extent Chunk[256, 228, 3397349539840] stripe[1, 3401652895744] is not found in dev extent Chunk[256, 228, 3398423281664] stripe[1, 3402726637568] is not found in dev extent Chunk[256, 228, 3399497023488] stripe[1, 3403800379392] is not found in dev extent Chunk[256, 228, 3400570765312] stripe[1, 3404874121216] is not found in dev extent Chunk[256, 228, 3401644507136] stripe[1, 3405947863040] is not found in dev extent Chunk[256, 228, 3403791990784] stripe[1, 3408095346688] is not found in dev extent Chunk[256, 228, 3404865732608] stripe[1, 3409169088512] is not found in dev extent Chunk[256, 228, 3405939474432] stripe[1, 3410242830336] is not found in dev extent Chunk[256, 228, 3407013216256] stripe[1, 3411316572160] is not found in dev extent Chunk[256, 228, 3408086958080] stripe[1, 3412390313984] is not found in dev extent Chunk[256, 228, 3409160699904] stripe[1, 3413464055808] is not found in dev extent Chunk[256, 228, 3412381925376] stripe[1, 3416685281280] is not found in dev extent Chunk[256, 228, 3415603150848] stripe[1, 3419906506752] is not found in dev extent Chunk[256, 228, 3416676892672] stripe[1, 3420980248576] is not found in dev extent Chunk[256, 228, 3420971859968] stripe[1, 3425275215872] is not found in dev extent Chunk[256, 228, 3423119343616] stripe[1, 3427422699520] is not found in dev extent Chunk[256, 228, 3424193085440] stripe[1, 3428496441344] is not found in dev extent Chunk[256, 228, 3426340569088] stripe[1, 3430643924992] is not found in dev extent Chunk[256, 228, 3427414310912] stripe[1, 3431717666816] is not found in dev extent Chunk[256, 228, 3429561794560] stripe[1, 3433865150464] is not found in dev extent Chunk[256, 228, 3430635536384] stripe[1, 3434938892288] is not found in dev extent Chunk[256, 228, 3431709278208] stripe[1, 3436012634112] is not found in dev extent Chunk[256, 228, 3434930503680] stripe[1, 3439233859584] is not found in dev extent Chunk[256, 228, 3439225470976] stripe[1, 3443528826880] is not found in dev extent Chunk[256, 228, 3440299212800] stripe[1, 3444602568704] is not found in dev extent Chunk[256, 228, 3442446696448] stripe[1, 3446750052352] is not found in dev extent Chunk[256, 228, 3443520438272] stripe[1, 3447823794176] is not found in dev extent Chunk[256, 228, 3447815405568] stripe[1, 3452118761472] is not found in dev extent Chunk[256, 228, 3448889147392] stripe[1, 3453192503296] is not found in dev extent Chunk[256, 228, 3449962889216] stripe[1, 3454266245120] is not found in dev extent Chunk[256, 228, 3451036631040] stripe[1, 3455339986944] is not found in dev extent Chunk[256, 228, 3452110372864] stripe[1, 3456413728768] is not found in dev extent Chunk[256, 228, 3453184114688] stripe[1, 3457487470592] is not found in dev extent Chunk[256, 228, 3454257856512] stripe[1, 3458561212416] is not found in dev extent Chunk[256, 228, 3455331598336] stripe[1, 3459634954240] is not found in dev extent Chunk[256, 228, 3456405340160] stripe[1, 3460708696064] is not found in dev extent Chunk[256, 228, 3457479081984] stripe[1, 3461782437888] is not found in dev extent Chunk[256, 228, 3458552823808] stripe[1, 3462856179712] is not found in dev extent Chunk[256, 228, 3459626565632] stripe[1, 3463929921536] is not found in dev extent Chunk[256, 228, 3460700307456] stripe[1, 3465003663360] is not found in dev extent Chunk[256, 228, 3463921532928] stripe[1, 3468224888832] is not found in dev extent Chunk[256, 228, 3464995274752] stripe[1, 3469298630656] is not found in dev extent Chunk[256, 228, 3468216500224] stripe[1, 3472519856128] is not found in dev extent Chunk[256, 228, 3472511467520] stripe[1, 3476814823424] is not found in dev extent Chunk[256, 228, 3473585209344] stripe[1, 3477888565248] is not found in dev extent Chunk[256, 228, 3475732692992] stripe[1, 3480036048896] is not found in dev extent Chunk[256, 228, 3477880176640] stripe[1, 3482183532544] is not found in dev extent Chunk[256, 228, 3478953918464] stripe[1, 3483257274368] is not found in dev extent Chunk[256, 228, 3480027660288] stripe[1, 3484331016192] is not found in dev extent Chunk[256, 228, 3481101402112] stripe[1, 3485404758016] is not found in dev extent Chunk[256, 228, 3482175143936] stripe[1, 3486478499840] is not found in dev extent Chunk[256, 228, 3483248885760] stripe[1, 3487552241664] is not found in dev extent Chunk[256, 228, 3484322627584] stripe[1, 3488625983488] is not found in dev extent Chunk[256, 228, 3487543853056] stripe[1, 3491847208960] is not found in dev extent Chunk[256, 228, 3488617594880] stripe[1, 3492920950784] is not found in dev extent Chunk[256, 228, 3490765078528] stripe[1, 3495068434432] is not found in dev extent Chunk[256, 228, 3491838820352] stripe[1, 3496142176256] is not found in dev extent Chunk[256, 228, 3492912562176] stripe[1, 3497215918080] is not found in dev extent Chunk[256, 228, 3493986304000] stripe[1, 3498289659904] is not found in dev extent Chunk[256, 228, 3495060045824] stripe[1, 3499363401728] is not found in dev extent Chunk[256, 228, 3496133787648] stripe[1, 3500437143552] is not found in dev extent Chunk[256, 228, 3498281271296] stripe[1, 3502584627200] is not found in dev extent Chunk[256, 228, 3499355013120] stripe[1, 3503658369024] is not found in dev extent Chunk[256, 228, 3500428754944] stripe[1, 3504732110848] is not found in dev extent Chunk[256, 228, 3501502496768] stripe[1, 3505805852672] is not found in dev extent Chunk[256, 228, 3502576238592] stripe[1, 3506879594496] is not found in dev extent Chunk[256, 228, 3504723722240] stripe[1, 3509027078144] is not found in dev extent Chunk[256, 228, 3505797464064] stripe[1, 3510100819968] is not found in dev extent Chunk[256, 228, 3506871205888] stripe[1, 3511174561792] is not found in dev extent Chunk[256, 228, 3507944947712] stripe[1, 3512248303616] is not found in dev extent Chunk[256, 228, 3509018689536] stripe[1, 3513322045440] is not found in dev extent Chunk[256, 228, 3511166173184] stripe[1, 3515469529088] is not found in dev extent Chunk[256, 228, 3512239915008] stripe[1, 3516543270912] is not found in dev extent Chunk[256, 228, 3513313656832] stripe[1, 3517617012736] is not found in dev extent Chunk[256, 228, 3514387398656] stripe[1, 3518690754560] is not found in dev extent Chunk[256, 228, 3515461140480] stripe[1, 3519764496384] is not found in dev extent Chunk[256, 228, 3516534882304] stripe[1, 3520838238208] is not found in dev extent Chunk[256, 228, 3517608624128] stripe[1, 3521911980032] is not found in dev extent Chunk[256, 228, 3518682365952] stripe[1, 3522985721856] is not found in dev extent Chunk[256, 228, 3519756107776] stripe[1, 3524059463680] is not found in dev extent Chunk[256, 228, 3520829849600] stripe[1, 3525133205504] is not found in dev extent Chunk[256, 228, 3521903591424] stripe[1, 3526206947328] is not found in dev extent Chunk[256, 228, 3525124816896] stripe[1, 3529428172800] is not found in dev extent Chunk[256, 228, 3526198558720] stripe[1, 3530501914624] is not found in dev extent Chunk[256, 228, 3528346042368] stripe[1, 3532649398272] is not found in dev extent Chunk[256, 228, 3529419784192] stripe[1, 3533723140096] is not found in dev extent Chunk[256, 228, 3532641009664] stripe[1, 3536944365568] is not found in dev extent Chunk[256, 228, 3533714751488] stripe[1, 3538018107392] is not found in dev extent Chunk[256, 228, 3534788493312] stripe[1, 3539091849216] is not found in dev extent Chunk[256, 228, 3535862235136] stripe[1, 3540165591040] is not found in dev extent Chunk[256, 228, 3536935976960] stripe[1, 3541239332864] is not found in dev extent Chunk[256, 228, 3538009718784] stripe[1, 3542313074688] is not found in dev extent Chunk[256, 228, 3539083460608] stripe[1, 3543386816512] is not found in dev extent Chunk[256, 228, 3542304686080] stripe[1, 3546608041984] is not found in dev extent Chunk[256, 228, 3543378427904] stripe[1, 3547681783808] is not found in dev extent Chunk[256, 228, 3544452169728] stripe[1, 3548755525632] is not found in dev extent Chunk[256, 228, 3546599653376] stripe[1, 3550903009280] is not found in dev extent Chunk[256, 228, 3547673395200] stripe[1, 3551976751104] is not found in dev extent Chunk[256, 228, 3549820878848] stripe[1, 3554124234752] is not found in dev extent Chunk[256, 228, 3550894620672] stripe[1, 3555197976576] is not found in dev extent Chunk[256, 228, 3551968362496] stripe[1, 3556271718400] is not found in dev extent Chunk[256, 228, 3554115846144] stripe[1, 3558419202048] is not found in dev extent Chunk[256, 228, 3555189587968] stripe[1, 3559492943872] is not found in dev extent Chunk[256, 228, 3556263329792] stripe[1, 3560566685696] is not found in dev extent Chunk[256, 228, 3557337071616] stripe[1, 3561640427520] is not found in dev extent Chunk[256, 228, 3560558297088] stripe[1, 3564861652992] is not found in dev extent Chunk[256, 228, 3562705780736] stripe[1, 3567009136640] is not found in dev extent Chunk[256, 228, 3565927006208] stripe[1, 3570230362112] is not found in dev extent Chunk[256, 228, 3568074489856] stripe[1, 3572377845760] is not found in dev extent Chunk[256, 228, 3573443198976] stripe[1, 3577746554880] is not found in dev extent Chunk[256, 228, 3575590682624] stripe[1, 3579894038528] is not found in dev extent Chunk[256, 228, 3582033133568] stripe[1, 3586336489472] is not found in dev extent Chunk[256, 228, 3585254359040] stripe[1, 3589557714944] is not found in dev extent Chunk[256, 228, 3587401842688] stripe[1, 3591705198592] is not found in dev extent Chunk[256, 228, 3591696809984] stripe[1, 3596000165888] is not found in dev extent Chunk[256, 228, 3592770551808] stripe[1, 3597073907712] is not found in dev extent Chunk[256, 228, 3595991777280] stripe[1, 3600295133184] is not found in dev extent Chunk[256, 228, 3599213002752] stripe[1, 3603516358656] is not found in dev extent Chunk[256, 228, 3601360486400] stripe[1, 3605663842304] is not found in dev extent Chunk[256, 228, 3602434228224] stripe[1, 3606737584128] is not found in dev extent Chunk[256, 228, 3604581711872] stripe[1, 3608885067776] is not found in dev extent Chunk[256, 228, 3606729195520] stripe[1, 3611032551424] is not found in dev extent Chunk[256, 228, 3608876679168] stripe[1, 3613180035072] is not found in dev extent Chunk[256, 228, 3609950420992] stripe[1, 3614253776896] is not found in dev extent Chunk[256, 228, 3611024162816] stripe[1, 3615327518720] is not found in dev extent Chunk[256, 228, 3612097904640] stripe[1, 3616401260544] is not found in dev extent Chunk[256, 228, 3613171646464] stripe[1, 3617475002368] is not found in dev extent Chunk[256, 228, 3614245388288] stripe[1, 3618548744192] is not found in dev extent Chunk[256, 228, 3615319130112] stripe[1, 3619622486016] is not found in dev extent Chunk[256, 228, 3616392871936] stripe[1, 3620696227840] is not found in dev extent Chunk[256, 228, 3617466613760] stripe[1, 3621769969664] is not found in dev extent Chunk[256, 228, 3618540355584] stripe[1, 3622843711488] is not found in dev extent Chunk[256, 228, 3619614097408] stripe[1, 3623917453312] is not found in dev extent Chunk[256, 228, 3620687839232] stripe[1, 3624991195136] is not found in dev extent Chunk[256, 228, 3621761581056] stripe[1, 3626064936960] is not found in dev extent Chunk[256, 228, 3622835322880] stripe[1, 3627138678784] is not found in dev extent Chunk[256, 228, 3623909064704] stripe[1, 3628212420608] is not found in dev extent Chunk[256, 228, 3627130290176] stripe[1, 3631433646080] is not found in dev extent Chunk[256, 228, 3628204032000] stripe[1, 3632507387904] is not found in dev extent Chunk[256, 228, 3629277773824] stripe[1, 3633581129728] is not found in dev extent Chunk[256, 228, 3630351515648] stripe[1, 3634654871552] is not found in dev extent Chunk[256, 228, 3631425257472] stripe[1, 3635728613376] is not found in dev extent Chunk[256, 228, 3632498999296] stripe[1, 3636802355200] is not found in dev extent Chunk[256, 228, 3634646482944] stripe[1, 3638949838848] is not found in dev extent Chunk[256, 228, 3635720224768] stripe[1, 3640023580672] is not found in dev extent Chunk[256, 228, 3636793966592] stripe[1, 3641097322496] is not found in dev extent Chunk[256, 228, 3637867708416] stripe[1, 3642171064320] is not found in dev extent Chunk[256, 228, 3641088933888] stripe[1, 3645392289792] is not found in dev extent Chunk[256, 228, 3642162675712] stripe[1, 3646466031616] is not found in dev extent Chunk[256, 228, 3643236417536] stripe[1, 3647539773440] is not found in dev extent Chunk[256, 228, 3644310159360] stripe[1, 3648613515264] is not found in dev extent Chunk[256, 228, 3645383901184] stripe[1, 3649687257088] is not found in dev extent Chunk[256, 228, 3646457643008] stripe[1, 3650760998912] is not found in dev extent Chunk[256, 228, 3647531384832] stripe[1, 3651834740736] is not found in dev extent Chunk[256, 228, 3650752610304] stripe[1, 3655055966208] is not found in dev extent Chunk[256, 228, 3651826352128] stripe[1, 3656129708032] is not found in dev extent Chunk[256, 228, 3653973835776] stripe[1, 3658277191680] is not found in dev extent Chunk[256, 228, 3655047577600] stripe[1, 3659350933504] is not found in dev extent Chunk[256, 228, 3659342544896] stripe[1, 3663645900800] is not found in dev extent Chunk[256, 228, 3660416286720] stripe[1, 3664719642624] is not found in dev extent Chunk[256, 228, 3663637512192] stripe[1, 3667940868096] is not found in dev extent Chunk[256, 228, 3664711254016] stripe[1, 3669014609920] is not found in dev extent Chunk[256, 228, 3667932479488] stripe[1, 3672235835392] is not found in dev extent Chunk[256, 228, 3670079963136] stripe[1, 3674383319040] is not found in dev extent Chunk[256, 228, 3672227446784] stripe[1, 3676530802688] is not found in dev extent Chunk[256, 228, 3674374930432] stripe[1, 3678678286336] is not found in dev extent Chunk[256, 228, 3677596155904] stripe[1, 3681899511808] is not found in dev extent Chunk[256, 228, 3679743639552] stripe[1, 3684046995456] is not found in dev extent Chunk[256, 228, 3681891123200] stripe[1, 3686194479104] is not found in dev extent Chunk[256, 228, 3685112348672] stripe[1, 3689415704576] is not found in dev extent Chunk[256, 228, 3686186090496] stripe[1, 3690489446400] is not found in dev extent Chunk[256, 228, 3688333574144] stripe[1, 3692636930048] is not found in dev extent Chunk[256, 228, 3689407315968] stripe[1, 3693710671872] is not found in dev extent Chunk[256, 228, 3689407315968] stripe[1, 3694784413696] is not found in dev extent Chunk[256, 228, 3691554799616] stripe[1, 3696931897344] is not found in dev extent Chunk[256, 228, 3692628541440] stripe[1, 3698005639168] is not found in dev extent Chunk[256, 228, 3695849766912] stripe[1, 3701226864640] is not found in dev extent Chunk[256, 228, 3696923508736] stripe[1, 3702300606464] is not found in dev extent Chunk[256, 228, 3697997250560] stripe[1, 3703374348288] is not found in dev extent Chunk[256, 228, 3699070992384] stripe[1, 3704448090112] is not found in dev extent Chunk[256, 228, 3701218476032] stripe[1, 3706595573760] is not found in dev extent Chunk[256, 228, 3702292217856] stripe[1, 3707669315584] is not found in dev extent Chunk[256, 228, 3704439701504] stripe[1, 3709816799232] is not found in dev extent Chunk[256, 228, 3705513443328] stripe[1, 3710890541056] is not found in dev extent Chunk[256, 228, 3707660926976] stripe[1, 3713038024704] is not found in dev extent Chunk[256, 228, 3709808410624] stripe[1, 3715185508352] is not found in dev extent Chunk[256, 228, 3710882152448] stripe[1, 3716259250176] is not found in dev extent Chunk[256, 228, 3711955894272] stripe[1, 3717332992000] is not found in dev extent Chunk[256, 228, 3714103377920] stripe[1, 3719480475648] is not found in dev extent Chunk[256, 228, 3715177119744] stripe[1, 3720554217472] is not found in dev extent Chunk[256, 228, 3716250861568] stripe[1, 3721627959296] is not found in dev extent Chunk[256, 228, 3718398345216] stripe[1, 3723775442944] is not found in dev extent Chunk[256, 228, 3720545828864] stripe[1, 3725922926592] is not found in dev extent Chunk[256, 228, 3722693312512] stripe[1, 3728070410240] is not found in dev extent Chunk[256, 228, 3723767054336] stripe[1, 3729144152064] is not found in dev extent Chunk[256, 228, 3724840796160] stripe[1, 3730217893888] is not found in dev extent Chunk[256, 228, 3726988279808] stripe[1, 3732365377536] is not found in dev extent Chunk[256, 228, 3729135763456] stripe[1, 3734512861184] is not found in dev extent Chunk[256, 228, 3731283247104] stripe[1, 3736660344832] is not found in dev extent Chunk[256, 228, 3732356988928] stripe[1, 3737734086656] is not found in dev extent Chunk[256, 228, 3733430730752] stripe[1, 3738807828480] is not found in dev extent Chunk[256, 228, 3734504472576] stripe[1, 3739881570304] is not found in dev extent Chunk[256, 228, 3735578214400] stripe[1, 3740955312128] is not found in dev extent Chunk[256, 228, 3736651956224] stripe[1, 3742029053952] is not found in dev extent Chunk[256, 228, 3738799439872] stripe[1, 3744176537600] is not found in dev extent Chunk[256, 228, 3740946923520] stripe[1, 3746324021248] is not found in dev extent Chunk[256, 228, 3742020665344] stripe[1, 3747397763072] is not found in dev extent Chunk[256, 228, 3743094407168] stripe[1, 3748471504896] is not found in dev extent Chunk[256, 228, 3745241890816] stripe[1, 3750618988544] is not found in dev extent Chunk[256, 228, 3746315632640] stripe[1, 3751692730368] is not found in dev extent Chunk[256, 228, 3747389374464] stripe[1, 3752766472192] is not found in dev extent Chunk[256, 228, 3748463116288] stripe[1, 3753840214016] is not found in dev extent Chunk[256, 228, 3750610599936] stripe[1, 3755987697664] is not found in dev extent Chunk[256, 228, 3753831825408] stripe[1, 3759208923136] is not found in dev extent Chunk[256, 228, 3755979309056] stripe[1, 3761356406784] is not found in dev extent Chunk[256, 228, 3757053050880] stripe[1, 3762430148608] is not found in dev extent Chunk[256, 228, 3760274276352] stripe[1, 3765651374080] is not found in dev extent Chunk[256, 228, 3761348018176] stripe[1, 3766725115904] is not found in dev extent Chunk[256, 228, 3762421760000] stripe[1, 3767798857728] is not found in dev extent Chunk[256, 228, 3763495501824] stripe[1, 3768872599552] is not found in dev extent Chunk[256, 228, 3764569243648] stripe[1, 3769946341376] is not found in dev extent Chunk[256, 228, 3767790469120] stripe[1, 3773167566848] is not found in dev extent Chunk[256, 228, 3769937952768] stripe[1, 3775315050496] is not found in dev extent Chunk[256, 228, 3771011694592] stripe[1, 3776388792320] is not found in dev extent Chunk[256, 228, 3774232920064] stripe[1, 3779610017792] is not found in dev extent Chunk[256, 228, 3775306661888] stripe[1, 3780683759616] is not found in dev extent Chunk[256, 228, 3777454145536] stripe[1, 3782831243264] is not found in dev extent Chunk[256, 228, 3778527887360] stripe[1, 3783904985088] is not found in dev extent Chunk[256, 228, 3779601629184] stripe[1, 3784978726912] is not found in dev extent Chunk[256, 228, 3781749112832] stripe[1, 3787126210560] is not found in dev extent Chunk[256, 228, 3782822854656] stripe[1, 3788199952384] is not found in dev extent Chunk[256, 228, 3786044080128] stripe[1, 3791421177856] is not found in dev extent Chunk[256, 228, 3788191563776] stripe[1, 3793568661504] is not found in dev extent Chunk[256, 228, 3793560272896] stripe[1, 3798937370624] is not found in dev extent Chunk[256, 228, 3794634014720] stripe[1, 3800011112448] is not found in dev extent Chunk[256, 228, 3795707756544] stripe[1, 3801084854272] is not found in dev extent Chunk[256, 228, 3796781498368] stripe[1, 3802158596096] is not found in dev extent Chunk[256, 228, 3798928982016] stripe[1, 3804306079744] is not found in dev extent Chunk[256, 228, 3800002723840] stripe[1, 3805379821568] is not found in dev extent Chunk[256, 228, 3801076465664] stripe[1, 3806453563392] is not found in dev extent Chunk[256, 228, 3803223949312] stripe[1, 3808601047040] is not found in dev extent Chunk[256, 228, 3805371432960] stripe[1, 3810748530688] is not found in dev extent Chunk[256, 228, 3806445174784] stripe[1, 3811822272512] is not found in dev extent Chunk[256, 228, 3807518916608] stripe[1, 3812896014336] is not found in dev extent Chunk[256, 228, 3809666400256] stripe[1, 3815043497984] is not found in dev extent Chunk[256, 228, 3811813883904] stripe[1, 3817190981632] is not found in dev extent Chunk[256, 228, 3813961367552] stripe[1, 3819338465280] is not found in dev extent Chunk[256, 228, 3815035109376] stripe[1, 3820412207104] is not found in dev extent Chunk[256, 228, 3817182593024] stripe[1, 3822559690752] is not found in dev extent Chunk[256, 228, 3819330076672] stripe[1, 3824707174400] is not found in dev extent Chunk[256, 228, 3820403818496] stripe[1, 3825780916224] is not found in dev extent Chunk[256, 228, 3821477560320] stripe[1, 3826854658048] is not found in dev extent Chunk[256, 228, 3822551302144] stripe[1, 3827928399872] is not found in dev extent Chunk[256, 228, 3823625043968] stripe[1, 3829002141696] is not found in dev extent Chunk[256, 228, 3824698785792] stripe[1, 3830075883520] is not found in dev extent Chunk[256, 228, 3827920011264] stripe[1, 3833297108992] is not found in dev extent Chunk[256, 228, 3828993753088] stripe[1, 3834370850816] is not found in dev extent Chunk[256, 228, 3831141236736] stripe[1, 3836518334464] is not found in dev extent Chunk[256, 228, 3832214978560] stripe[1, 3837592076288] is not found in dev extent Chunk[256, 228, 3833288720384] stripe[1, 3838665818112] is not found in dev extent Chunk[256, 228, 3835436204032] stripe[1, 3840813301760] is not found in dev extent Chunk[256, 228, 3836509945856] stripe[1, 3841887043584] is not found in dev extent Chunk[256, 228, 3837583687680] stripe[1, 3842960785408] is not found in dev extent Chunk[256, 228, 3839731171328] stripe[1, 3845108269056] is not found in dev extent Chunk[256, 228, 3841878654976] stripe[1, 3847255752704] is not found in dev extent Chunk[256, 228, 3842952396800] stripe[1, 3848329494528] is not found in dev extent Chunk[256, 228, 3846173622272] stripe[1, 3851550720000] is not found in dev extent Chunk[256, 228, 3849394847744] stripe[1, 3854771945472] is not found in dev extent Chunk[256, 228, 3851542331392] stripe[1, 3856919429120] is not found in dev extent Chunk[256, 228, 3852616073216] stripe[1, 3857993170944] is not found in dev extent Chunk[256, 228, 3853689815040] stripe[1, 3859066912768] is not found in dev extent Chunk[256, 228, 3854763556864] stripe[1, 3860140654592] is not found in dev extent Chunk[256, 228, 3856911040512] stripe[1, 3862288138240] is not found in dev extent Chunk[256, 228, 3857984782336] stripe[1, 3863361880064] is not found in dev extent Chunk[256, 228, 3859058524160] stripe[1, 3864435621888] is not found in dev extent Chunk[256, 228, 3861206007808] stripe[1, 3866583105536] is not found in dev extent Chunk[256, 228, 3865500975104] stripe[1, 3870878072832] is not found in dev extent Chunk[256, 228, 3866574716928] stripe[1, 3871951814656] is not found in dev extent Chunk[256, 228, 3867648458752] stripe[1, 3873025556480] is not found in dev extent Chunk[256, 228, 3868722200576] stripe[1, 3874099298304] is not found in dev extent Chunk[256, 228, 3869795942400] stripe[1, 3875173040128] is not found in dev extent Chunk[256, 228, 3870869684224] stripe[1, 3876246781952] is not found in dev extent Chunk[256, 228, 3873017167872] stripe[1, 3878394265600] is not found in dev extent Chunk[256, 228, 3874090909696] stripe[1, 3879468007424] is not found in dev extent Chunk[256, 228, 3875164651520] stripe[1, 3880541749248] is not found in dev extent Chunk[256, 228, 3877312135168] stripe[1, 3882689232896] is not found in dev extent Chunk[256, 228, 3878385876992] stripe[1, 3883762974720] is not found in dev extent Chunk[256, 228, 3879459618816] stripe[1, 3884836716544] is not found in dev extent Chunk[256, 228, 3880533360640] stripe[1, 3885910458368] is not found in dev extent Chunk[256, 228, 3881607102464] stripe[1, 3886984200192] is not found in dev extent Chunk[256, 228, 3882680844288] stripe[1, 3888057942016] is not found in dev extent Chunk[256, 228, 3884828327936] stripe[1, 3890205425664] is not found in dev extent Chunk[256, 228, 3886975811584] stripe[1, 3892352909312] is not found in dev extent Chunk[256, 228, 3888049553408] stripe[1, 3893426651136] is not found in dev extent Chunk[256, 228, 3889123295232] stripe[1, 3894500392960] is not found in dev extent Chunk[256, 228, 3890197037056] stripe[1, 3895574134784] is not found in dev extent Chunk[256, 228, 3893418262528] stripe[1, 3898795360256] is not found in dev extent Chunk[256, 228, 3894492004352] stripe[1, 3899869102080] is not found in dev extent Chunk[256, 228, 3895565746176] stripe[1, 3900942843904] is not found in dev extent Chunk[256, 228, 3896639488000] stripe[1, 3902016585728] is not found in dev extent Chunk[256, 228, 3897713229824] stripe[1, 3903090327552] is not found in dev extent Chunk[256, 228, 3898786971648] stripe[1, 3904164069376] is not found in dev extent Chunk[256, 228, 3903081938944] stripe[1, 3908459036672] is not found in dev extent Chunk[256, 228, 3904155680768] stripe[1, 3909532778496] is not found in dev extent Chunk[256, 228, 3905229422592] stripe[1, 3910606520320] is not found in dev extent Chunk[256, 228, 3906303164416] stripe[1, 3911680262144] is not found in dev extent Chunk[256, 228, 3907376906240] stripe[1, 3912754003968] is not found in dev extent Chunk[256, 228, 3908450648064] stripe[1, 3913827745792] is not found in dev extent Chunk[256, 228, 3909524389888] stripe[1, 3914901487616] is not found in dev extent Chunk[256, 228, 3910598131712] stripe[1, 3915975229440] is not found in dev extent Chunk[256, 228, 3912745615360] stripe[1, 3918122713088] is not found in dev extent Chunk[256, 228, 3913819357184] stripe[1, 3919196454912] is not found in dev extent Chunk[256, 228, 3914893099008] stripe[1, 3920270196736] is not found in dev extent Chunk[256, 228, 3918114324480] stripe[1, 3923491422208] is not found in dev extent Chunk[256, 228, 3920261808128] stripe[1, 3925638905856] is not found in dev extent Chunk[256, 228, 3921335549952] stripe[1, 3926712647680] is not found in dev extent Chunk[256, 228, 3923483033600] stripe[1, 3928860131328] is not found in dev extent Chunk[256, 228, 3926704259072] stripe[1, 3932081356800] is not found in dev extent Chunk[256, 228, 3927778000896] stripe[1, 3933155098624] is not found in dev extent Chunk[256, 228, 3928851742720] stripe[1, 3934228840448] is not found in dev extent Chunk[256, 228, 3932072968192] stripe[1, 3937450065920] is not found in dev extent Chunk[256, 228, 3933146710016] stripe[1, 3938523807744] is not found in dev extent Chunk[256, 228, 3935294193664] stripe[1, 3940671291392] is not found in dev extent Chunk[256, 228, 3936367935488] stripe[1, 3941745033216] is not found in dev extent Chunk[256, 228, 3940662902784] stripe[1, 3946040000512] is not found in dev extent Chunk[256, 228, 3941736644608] stripe[1, 3947113742336] is not found in dev extent Chunk[256, 228, 3943884128256] stripe[1, 3949261225984] is not found in dev extent Chunk[256, 228, 3946031611904] stripe[1, 3951408709632] is not found in dev extent Chunk[256, 228, 3947105353728] stripe[1, 3952482451456] is not found in dev extent Chunk[256, 228, 3948179095552] stripe[1, 3953556193280] is not found in dev extent Chunk[256, 228, 3949252837376] stripe[1, 3954629935104] is not found in dev extent Chunk[256, 228, 3950326579200] stripe[1, 3955703676928] is not found in dev extent Chunk[256, 228, 3953547804672] stripe[1, 3958924902400] is not found in dev extent Chunk[256, 228, 3956769030144] stripe[1, 3962146127872] is not found in dev extent Chunk[256, 228, 3957842771968] stripe[1, 3963219869696] is not found in dev extent Chunk[256, 228, 3958916513792] stripe[1, 3964293611520] is not found in dev extent Chunk[256, 228, 3962137739264] stripe[1, 3967514836992] is not found in dev extent Chunk[256, 228, 3964285222912] stripe[1, 3969662320640] is not found in dev extent Chunk[256, 228, 3965358964736] stripe[1, 3970736062464] is not found in dev extent Chunk[256, 228, 3966432706560] stripe[1, 3971809804288] is not found in dev extent Chunk[256, 228, 3967506448384] stripe[1, 3972883546112] is not found in dev extent Chunk[256, 228, 3969653932032] stripe[1, 3975031029760] is not found in dev extent Chunk[256, 228, 3971801415680] stripe[1, 3977178513408] is not found in dev extent Chunk[256, 228, 3972875157504] stripe[1, 3978252255232] is not found in dev extent Chunk[256, 228, 3973948899328] stripe[1, 3979325997056] is not found in dev extent Chunk[256, 228, 3975022641152] stripe[1, 3980399738880] is not found in dev extent Chunk[256, 228, 3978243866624] stripe[1, 3983620964352] is not found in dev extent Chunk[256, 228, 3981465092096] stripe[1, 3986842189824] is not found in dev extent Chunk[256, 228, 3983612575744] stripe[1, 3988989673472] is not found in dev extent Chunk[256, 228, 3985760059392] stripe[1, 3991137157120] is not found in dev extent Chunk[256, 228, 3986833801216] stripe[1, 3992210898944] is not found in dev extent Chunk[256, 228, 3987907543040] stripe[1, 3993284640768] is not found in dev extent Chunk[256, 228, 3988981284864] stripe[1, 3994358382592] is not found in dev extent Chunk[256, 228, 3990055026688] stripe[1, 3995432124416] is not found in dev extent Chunk[256, 228, 3991128768512] stripe[1, 3996505866240] is not found in dev extent Chunk[256, 228, 3992202510336] stripe[1, 3997579608064] is not found in dev extent Chunk[256, 228, 3993276252160] stripe[1, 3998653349888] is not found in dev extent Chunk[256, 228, 3994349993984] stripe[1, 3999727091712] is not found in dev extent Chunk[256, 228, 3995423735808] stripe[1, 4000800833536] is not found in dev extent Chunk[256, 228, 3996497477632] stripe[1, 4001874575360] is not found in dev extent Chunk[256, 228, 3998644961280] stripe[1, 4004022059008] is not found in dev extent Chunk[256, 228, 4001866186752] stripe[1, 4007243284480] is not found in dev extent Chunk[256, 228, 4002939928576] stripe[1, 4008317026304] is not found in dev extent Chunk[256, 228, 4004013670400] stripe[1, 4009390768128] is not found in dev extent Chunk[256, 228, 4005087412224] stripe[1, 4010464509952] is not found in dev extent Chunk[256, 228, 4007234895872] stripe[1, 4012611993600] is not found in dev extent Chunk[256, 228, 4008308637696] stripe[1, 4013685735424] is not found in dev extent Chunk[256, 228, 4009382379520] stripe[1, 4014759477248] is not found in dev extent Chunk[256, 228, 4010456121344] stripe[1, 4015833219072] is not found in dev extent Chunk[256, 228, 4011529863168] stripe[1, 4016906960896] is not found in dev extent Chunk[256, 228, 4012603604992] stripe[1, 4017980702720] is not found in dev extent Chunk[256, 228, 4013677346816] stripe[1, 4019054444544] is not found in dev extent Chunk[256, 228, 4014751088640] stripe[1, 4020128186368] is not found in dev extent Chunk[256, 228, 4015824830464] stripe[1, 4021201928192] is not found in dev extent Chunk[256, 228, 4016898572288] stripe[1, 4022275670016] is not found in dev extent Chunk[256, 228, 4020119797760] stripe[1, 4025496895488] is not found in dev extent Chunk[256, 228, 4024414765056] stripe[1, 4029791862784] is not found in dev extent Chunk[256, 228, 4025488506880] stripe[1, 4030865604608] is not found in dev extent Chunk[256, 228, 4026562248704] stripe[1, 4031939346432] is not found in dev extent Chunk[256, 228, 4027635990528] stripe[1, 4033013088256] is not found in dev extent Chunk[256, 228, 4028709732352] stripe[1, 4034086830080] is not found in dev extent Chunk[256, 228, 4030857216000] stripe[1, 4036234313728] is not found in dev extent Chunk[256, 228, 4031930957824] stripe[1, 4037308055552] is not found in dev extent Chunk[256, 228, 4033004699648] stripe[1, 4038381797376] is not found in dev extent Chunk[256, 228, 4035152183296] stripe[1, 4040529281024] is not found in dev extent Chunk[256, 228, 4039447150592] stripe[1, 4044824248320] is not found in dev extent Chunk[256, 228, 4040520892416] stripe[1, 4045897990144] is not found in dev extent Chunk[256, 228, 4041594634240] stripe[1, 4046971731968] is not found in dev extent Chunk[256, 228, 4042668376064] stripe[1, 4048045473792] is not found in dev extent Chunk[256, 228, 4043742117888] stripe[1, 4049119215616] is not found in dev extent Chunk[256, 228, 4044815859712] stripe[1, 4050192957440] is not found in dev extent Chunk[256, 228, 4045889601536] stripe[1, 4051266699264] is not found in dev extent Chunk[256, 228, 4046963343360] stripe[1, 4052340441088] is not found in dev extent Chunk[256, 228, 4048037085184] stripe[1, 4053414182912] is not found in dev extent Chunk[256, 228, 4049110827008] stripe[1, 4054487924736] is not found in dev extent Chunk[256, 228, 4054479536128] stripe[1, 4059856633856] is not found in dev extent Chunk[256, 228, 4057700761600] stripe[1, 4063077859328] is not found in dev extent Chunk[256, 228, 4059848245248] stripe[1, 4065225342976] is not found in dev extent Chunk[256, 228, 4060921987072] stripe[1, 4066299084800] is not found in dev extent Chunk[256, 228, 4061995728896] stripe[1, 4067372826624] is not found in dev extent Chunk[256, 228, 4066290696192] stripe[1, 4071667793920] is not found in dev extent Chunk[256, 228, 4069511921664] stripe[1, 4074889019392] is not found in dev extent Chunk[256, 228, 4070585663488] stripe[1, 4075962761216] is not found in dev extent Chunk[256, 228, 4071659405312] stripe[1, 4077036503040] is not found in dev extent Chunk[256, 228, 4072733147136] stripe[1, 4078110244864] is not found in dev extent Chunk[256, 228, 4073806888960] stripe[1, 4079183986688] is not found in dev extent Chunk[256, 228, 4074880630784] stripe[1, 4080257728512] is not found in dev extent Chunk[256, 228, 4075954372608] stripe[1, 4081331470336] is not found in dev extent Chunk[256, 228, 4077028114432] stripe[1, 4082405212160] is not found in dev extent Chunk[256, 228, 4079175598080] stripe[1, 4084552695808] is not found in dev extent Chunk[256, 228, 4080249339904] stripe[1, 4085626437632] is not found in dev extent Chunk[256, 228, 4082396823552] stripe[1, 4087773921280] is not found in dev extent Chunk[256, 228, 4083470565376] stripe[1, 4088847663104] is not found in dev extent Chunk[256, 228, 4084544307200] stripe[1, 4089921404928] is not found in dev extent Chunk[256, 228, 4085618049024] stripe[1, 4090995146752] is not found in dev extent Chunk[256, 228, 4086691790848] stripe[1, 4092068888576] is not found in dev extent Chunk[256, 228, 4087765532672] stripe[1, 4093142630400] is not found in dev extent Chunk[256, 228, 4089913016320] stripe[1, 4095290114048] is not found in dev extent Chunk[256, 228, 4090986758144] stripe[1, 4096363855872] is not found in dev extent Chunk[256, 228, 4093134241792] stripe[1, 4098511339520] is not found in dev extent Chunk[256, 228, 4094207983616] stripe[1, 4099585081344] is not found in dev extent Chunk[256, 228, 4095281725440] stripe[1, 4100658823168] is not found in dev extent Chunk[256, 228, 4096355467264] stripe[1, 4101732564992] is not found in dev extent Chunk[256, 228, 4097429209088] stripe[1, 4102806306816] is not found in dev extent Chunk[256, 228, 4098502950912] stripe[1, 4103880048640] is not found in dev extent Chunk[256, 228, 4100650434560] stripe[1, 4106027532288] is not found in dev extent Chunk[256, 228, 4101724176384] stripe[1, 4107101274112] is not found in dev extent Chunk[256, 228, 4102797918208] stripe[1, 4108175015936] is not found in dev extent Chunk[256, 228, 4103871660032] stripe[1, 4109248757760] is not found in dev extent Chunk[256, 228, 4104945401856] stripe[1, 4110322499584] is not found in dev extent Chunk[256, 228, 4106019143680] stripe[1, 4111396241408] is not found in dev extent Chunk[256, 228, 4108166627328] stripe[1, 4113543725056] is not found in dev extent Chunk[256, 228, 4110314110976] stripe[1, 4115691208704] is not found in dev extent Chunk[256, 228, 4111387852800] stripe[1, 4116764950528] is not found in dev extent Chunk[256, 228, 4112461594624] stripe[1, 4117838692352] is not found in dev extent Chunk[256, 228, 4113535336448] stripe[1, 4118912434176] is not found in dev extent Chunk[256, 228, 4114609078272] stripe[1, 4119986176000] is not found in dev extent Chunk[256, 228, 4115682820096] stripe[1, 4121059917824] is not found in dev extent Chunk[256, 228, 4116756561920] stripe[1, 4122133659648] is not found in dev extent Chunk[256, 228, 4118904045568] stripe[1, 4124281143296] is not found in dev extent Chunk[256, 228, 4119977787392] stripe[1, 4125354885120] is not found in dev extent Chunk[256, 228, 4122125271040] stripe[1, 4127502368768] is not found in dev extent Chunk[256, 228, 4124272754688] stripe[1, 4129649852416] is not found in dev extent Chunk[256, 228, 4127493980160] stripe[1, 4132871077888] is not found in dev extent Chunk[256, 228, 4128567721984] stripe[1, 4133944819712] is not found in dev extent Chunk[256, 228, 4129641463808] stripe[1, 4135018561536] is not found in dev extent Chunk[256, 228, 4132862689280] stripe[1, 4138239787008] is not found in dev extent Chunk[256, 228, 4133936431104] stripe[1, 4139313528832] is not found in dev extent Chunk[256, 228, 4135010172928] stripe[1, 4140387270656] is not found in dev extent Chunk[256, 228, 4137157656576] stripe[1, 4142534754304] is not found in dev extent Chunk[256, 228, 4138231398400] stripe[1, 4143608496128] is not found in dev extent Chunk[256, 228, 4139305140224] stripe[1, 4144682237952] is not found in dev extent Chunk[256, 228, 4140378882048] stripe[1, 4145755979776] is not found in dev extent Chunk[256, 228, 4141452623872] stripe[1, 4146829721600] is not found in dev extent Chunk[256, 228, 4144673849344] stripe[1, 4150050947072] is not found in dev extent Chunk[256, 228, 4147895074816] stripe[1, 4153272172544] is not found in dev extent Chunk[256, 228, 4151116300288] stripe[1, 4156493398016] is not found in dev extent Chunk[256, 228, 4152190042112] stripe[1, 4157567139840] is not found in dev extent Chunk[256, 228, 4153263783936] stripe[1, 4158640881664] is not found in dev extent Chunk[256, 228, 4154337525760] stripe[1, 4159714623488] is not found in dev extent Chunk[256, 228, 4155411267584] stripe[1, 4160788365312] is not found in dev extent Chunk[256, 228, 4157558751232] stripe[1, 4162935848960] is not found in dev extent Chunk[256, 228, 4159706234880] stripe[1, 4165083332608] is not found in dev extent Chunk[256, 228, 4160779976704] stripe[1, 4166157074432] is not found in dev extent Chunk[256, 228, 4162927460352] stripe[1, 4168304558080] is not found in dev extent Chunk[256, 228, 4164001202176] stripe[1, 4169378299904] is not found in dev extent Chunk[256, 228, 4165074944000] stripe[1, 4170452041728] is not found in dev extent Chunk[256, 228, 4168296169472] stripe[1, 4173673267200] is not found in dev extent Chunk[256, 228, 4169369911296] stripe[1, 4174747009024] is not found in dev extent Chunk[256, 228, 4170443653120] stripe[1, 4175820750848] is not found in dev extent Chunk[256, 228, 4171517394944] stripe[1, 4176894492672] is not found in dev extent Chunk[256, 228, 4172591136768] stripe[1, 4177968234496] is not found in dev extent Chunk[256, 228, 4176886104064] stripe[1, 4182263201792] is not found in dev extent Chunk[256, 228, 4177959845888] stripe[1, 4183336943616] is not found in dev extent Chunk[256, 228, 4180107329536] stripe[1, 4185484427264] is not found in dev extent Chunk[256, 228, 4181181071360] stripe[1, 4186558169088] is not found in dev extent Chunk[256, 228, 4183328555008] stripe[1, 4188705652736] is not found in dev extent Chunk[256, 228, 4186549780480] stripe[1, 4191926878208] is not found in dev extent Chunk[256, 228, 4188697264128] stripe[1, 4194074361856] is not found in dev extent Chunk[256, 228, 4190844747776] stripe[1, 4196221845504] is not found in dev extent Chunk[256, 228, 4194065973248] stripe[1, 4199443070976] is not found in dev extent Chunk[256, 228, 4195139715072] stripe[1, 4200516812800] is not found in dev extent Chunk[256, 228, 4196213456896] stripe[1, 4201590554624] is not found in dev extent Chunk[256, 228, 4198360940544] stripe[1, 4203738038272] is not found in dev extent Chunk[256, 228, 4200508424192] stripe[1, 4205885521920] is not found in dev extent Chunk[256, 228, 4201582166016] stripe[1, 4206959263744] is not found in dev extent Chunk[256, 228, 4202655907840] stripe[1, 4208033005568] is not found in dev extent Chunk[256, 228, 4203729649664] stripe[1, 4209106747392] is not found in dev extent Chunk[256, 228, 4204803391488] stripe[1, 4210180489216] is not found in dev extent Chunk[256, 228, 4206950875136] stripe[1, 4212327972864] is not found in dev extent Chunk[256, 228, 4208024616960] stripe[1, 4213401714688] is not found in dev extent Chunk[256, 228, 4209098358784] stripe[1, 4214475456512] is not found in dev extent Chunk[256, 228, 4210172100608] stripe[1, 4215549198336] is not found in dev extent Chunk[256, 228, 4212319584256] stripe[1, 4217696681984] is not found in dev extent Chunk[256, 228, 4213393326080] stripe[1, 4218770423808] is not found in dev extent Chunk[256, 228, 4215540809728] stripe[1, 4220917907456] is not found in dev extent Chunk[256, 228, 4219835777024] stripe[1, 4225212874752] is not found in dev extent Chunk[256, 228, 4220909518848] stripe[1, 4226286616576] is not found in dev extent Chunk[256, 228, 4224130744320] stripe[1, 4229507842048] is not found in dev extent Chunk[256, 228, 4225204486144] stripe[1, 4230581583872] is not found in dev extent Chunk[256, 228, 4226278227968] stripe[1, 4231655325696] is not found in dev extent Chunk[256, 228, 4227351969792] stripe[1, 4232729067520] is not found in dev extent Chunk[256, 228, 4228425711616] stripe[1, 4233802809344] is not found in dev extent Chunk[256, 228, 4229499453440] stripe[1, 4234876551168] is not found in dev extent Chunk[256, 228, 4230573195264] stripe[1, 4235950292992] is not found in dev extent Chunk[256, 228, 4231646937088] stripe[1, 4237024034816] is not found in dev extent Chunk[256, 228, 4232720678912] stripe[1, 4238097776640] is not found in dev extent Chunk[256, 228, 4233794420736] stripe[1, 4239171518464] is not found in dev extent Chunk[256, 228, 4237015646208] stripe[1, 4242392743936] is not found in dev extent Chunk[256, 228, 4238089388032] stripe[1, 4243466485760] is not found in dev extent Chunk[256, 228, 4241310613504] stripe[1, 4246687711232] is not found in dev extent Chunk[256, 228, 4242384355328] stripe[1, 4247761453056] is not found in dev extent Chunk[256, 228, 4245605580800] stripe[1, 4250982678528] is not found in dev extent Chunk[256, 228, 4247753064448] stripe[1, 4253130162176] is not found in dev extent Chunk[256, 228, 4248826806272] stripe[1, 4254203904000] is not found in dev extent Chunk[256, 228, 4252048031744] stripe[1, 4257425129472] is not found in dev extent Chunk[256, 228, 4253121773568] stripe[1, 4258498871296] is not found in dev extent Chunk[256, 228, 4255269257216] stripe[1, 4260646354944] is not found in dev extent Chunk[256, 228, 4256342999040] stripe[1, 4261720096768] is not found in dev extent Chunk[256, 228, 4257416740864] stripe[1, 4262793838592] is not found in dev extent Chunk[256, 228, 4258490482688] stripe[1, 4263867580416] is not found in dev extent Chunk[256, 228, 4259564224512] stripe[1, 4264941322240] is not found in dev extent Chunk[256, 228, 4260637966336] stripe[1, 4266015064064] is not found in dev extent Chunk[256, 228, 4261711708160] stripe[1, 4267088805888] is not found in dev extent Chunk[256, 228, 4264932933632] stripe[1, 4270310031360] is not found in dev extent Chunk[256, 228, 4268154159104] stripe[1, 4273531256832] is not found in dev extent Chunk[256, 228, 4269227900928] stripe[1, 4274604998656] is not found in dev extent Chunk[256, 228, 4270301642752] stripe[1, 4275678740480] is not found in dev extent Chunk[256, 228, 4272449126400] stripe[1, 4277826224128] is not found in dev extent Chunk[256, 228, 4273522868224] stripe[1, 4278899965952] is not found in dev extent Chunk[256, 228, 4274596610048] stripe[1, 4279973707776] is not found in dev extent Chunk[256, 228, 4276744093696] stripe[1, 4282121191424] is not found in dev extent Chunk[256, 228, 4277817835520] stripe[1, 4283194933248] is not found in dev extent Chunk[256, 228, 4278891577344] stripe[1, 4284268675072] is not found in dev extent Chunk[256, 228, 4279965319168] stripe[1, 4285342416896] is not found in dev extent Chunk[256, 228, 4281039060992] stripe[1, 4286416158720] is not found in dev extent Chunk[256, 228, 4282112802816] stripe[1, 4287489900544] is not found in dev extent Chunk[256, 228, 4283186544640] stripe[1, 4288563642368] is not found in dev extent Chunk[256, 228, 4284260286464] stripe[1, 4289637384192] is not found in dev extent Chunk[256, 228, 4285334028288] stripe[1, 4290711126016] is not found in dev extent Chunk[256, 228, 4286407770112] stripe[1, 4291784867840] is not found in dev extent Chunk[256, 228, 4289628995584] stripe[1, 4295006093312] is not found in dev extent Chunk[256, 228, 4292850221056] stripe[1, 4298227318784] is not found in dev extent Chunk[256, 228, 4293923962880] stripe[1, 4299301060608] is not found in dev extent Chunk[256, 228, 4294997704704] stripe[1, 4300374802432] is not found in dev extent Chunk[256, 228, 4296071446528] stripe[1, 4301448544256] is not found in dev extent Chunk[256, 228, 4297145188352] stripe[1, 4302522286080] is not found in dev extent Chunk[256, 228, 4299292672000] stripe[1, 4304669769728] is not found in dev extent Chunk[256, 228, 4300366413824] stripe[1, 4305743511552] is not found in dev extent Chunk[256, 228, 4301440155648] stripe[1, 4306817253376] is not found in dev extent Chunk[256, 228, 4302513897472] stripe[1, 4307890995200] is not found in dev extent Chunk[256, 228, 4303587639296] stripe[1, 4308964737024] is not found in dev extent Chunk[256, 228, 4304661381120] stripe[1, 4310038478848] is not found in dev extent Chunk[256, 228, 4305735122944] stripe[1, 4311112220672] is not found in dev extent Chunk[256, 228, 4308956348416] stripe[1, 4314333446144] is not found in dev extent Chunk[256, 228, 4310030090240] stripe[1, 4315407187968] is not found in dev extent Chunk[256, 228, 4312177573888] stripe[1, 4317554671616] is not found in dev extent Chunk[256, 228, 4313251315712] stripe[1, 4318628413440] is not found in dev extent Chunk[256, 228, 4314325057536] stripe[1, 4319702155264] is not found in dev extent Chunk[256, 228, 4315398799360] stripe[1, 4320775897088] is not found in dev extent Chunk[256, 228, 4316472541184] stripe[1, 4321849638912] is not found in dev extent Chunk[256, 228, 4319693766656] stripe[1, 4325070864384] is not found in dev extent Chunk[256, 228, 4321841250304] stripe[1, 4327218348032] is not found in dev extent Chunk[256, 228, 4323988733952] stripe[1, 4329365831680] is not found in dev extent Chunk[256, 228, 4326136217600] stripe[1, 4331513315328] is not found in dev extent Chunk[256, 228, 4328283701248] stripe[1, 4333660798976] is not found in dev extent Chunk[256, 228, 4329357443072] stripe[1, 4334734540800] is not found in dev extent Chunk[256, 228, 4330431184896] stripe[1, 4335808282624] is not found in dev extent Chunk[256, 228, 4331504926720] stripe[1, 4336882024448] is not found in dev extent Chunk[256, 228, 4333652410368] stripe[1, 4339029508096] is not found in dev extent Chunk[256, 228, 4335799894016] stripe[1, 4341176991744] is not found in dev extent Chunk[256, 228, 4336873635840] stripe[1, 4342250733568] is not found in dev extent Chunk[256, 228, 4337947377664] stripe[1, 4343324475392] is not found in dev extent Chunk[256, 228, 4339021119488] stripe[1, 4344398217216] is not found in dev extent Chunk[256, 228, 4340094861312] stripe[1, 4345471959040] is not found in dev extent Chunk[256, 228, 4341168603136] stripe[1, 4346545700864] is not found in dev extent Chunk[256, 228, 4342242344960] stripe[1, 4347619442688] is not found in dev extent Chunk[256, 228, 4346537312256] stripe[1, 4351914409984] is not found in dev extent Chunk[256, 228, 4347611054080] stripe[1, 4352988151808] is not found in dev extent Chunk[256, 228, 4348684795904] stripe[1, 4354061893632] is not found in dev extent Chunk[256, 228, 4349758537728] stripe[1, 4355135635456] is not found in dev extent Chunk[256, 228, 4350832279552] stripe[1, 4356209377280] is not found in dev extent Chunk[256, 228, 4351906021376] stripe[1, 4357283119104] is not found in dev extent Chunk[256, 228, 4352979763200] stripe[1, 4358356860928] is not found in dev extent Chunk[256, 228, 4354053505024] stripe[1, 4359430602752] is not found in dev extent Chunk[256, 228, 4355127246848] stripe[1, 4360504344576] is not found in dev extent Chunk[256, 228, 4359422214144] stripe[1, 4364799311872] is not found in dev extent Chunk[256, 228, 4360495955968] stripe[1, 4365873053696] is not found in dev extent Chunk[256, 228, 4361569697792] stripe[1, 4366946795520] is not found in dev extent Chunk[256, 228, 4365864665088] stripe[1, 4371241762816] is not found in dev extent Chunk[256, 228, 4366938406912] stripe[1, 4372315504640] is not found in dev extent Chunk[256, 228, 4369085890560] stripe[1, 4374462988288] is not found in dev extent Chunk[256, 228, 4370159632384] stripe[1, 4375536730112] is not found in dev extent Chunk[256, 228, 4371233374208] stripe[1, 4376610471936] is not found in dev extent Chunk[256, 228, 4372307116032] stripe[1, 4377684213760] is not found in dev extent Chunk[256, 228, 4373380857856] stripe[1, 4378757955584] is not found in dev extent Chunk[256, 228, 4374454599680] stripe[1, 4379831697408] is not found in dev extent Chunk[256, 228, 4377675825152] stripe[1, 4383052922880] is not found in dev extent Chunk[256, 228, 4378749566976] stripe[1, 4384126664704] is not found in dev extent Chunk[256, 228, 4380897050624] stripe[1, 4386274148352] is not found in dev extent Chunk[256, 228, 4383044534272] stripe[1, 4388421632000] is not found in dev extent Chunk[256, 228, 4384118276096] stripe[1, 4389495373824] is not found in dev extent Chunk[256, 228, 4389486985216] stripe[1, 4394864082944] is not found in dev extent Chunk[256, 228, 4391634468864] stripe[1, 4397011566592] is not found in dev extent Chunk[256, 228, 4393781952512] stripe[1, 4399159050240] is not found in dev extent Chunk[256, 228, 4394855694336] stripe[1, 4400232792064] is not found in dev extent Chunk[256, 228, 4395929436160] stripe[1, 4401306533888] is not found in dev extent Chunk[256, 228, 4397003177984] stripe[1, 4402380275712] is not found in dev extent Chunk[256, 228, 4398076919808] stripe[1, 4403454017536] is not found in dev extent Chunk[256, 228, 4399150661632] stripe[1, 4404527759360] is not found in dev extent Chunk[256, 228, 4400224403456] stripe[1, 4405601501184] is not found in dev extent Chunk[256, 228, 4401298145280] stripe[1, 4406675243008] is not found in dev extent Chunk[256, 228, 4403445628928] stripe[1, 4408822726656] is not found in dev extent Chunk[256, 228, 4408814338048] stripe[1, 4414191435776] is not found in dev extent Chunk[256, 228, 4409888079872] stripe[1, 4415265177600] is not found in dev extent Chunk[256, 228, 4410961821696] stripe[1, 4416338919424] is not found in dev extent Chunk[256, 228, 4413109305344] stripe[1, 4418486403072] is not found in dev extent Chunk[256, 228, 4414183047168] stripe[1, 4419560144896] is not found in dev extent Chunk[256, 228, 4415256788992] stripe[1, 4420633886720] is not found in dev extent Chunk[256, 228, 4420625498112] stripe[1, 4426002595840] is not found in dev extent Chunk[256, 228, 4422772981760] stripe[1, 4428150079488] is not found in dev extent Chunk[256, 228, 4423846723584] stripe[1, 4429223821312] is not found in dev extent Chunk[256, 228, 4424920465408] stripe[1, 4430297563136] is not found in dev extent Chunk[256, 228, 4425994207232] stripe[1, 4431371304960] is not found in dev extent Chunk[256, 228, 4427067949056] stripe[1, 4432445046784] is not found in dev extent Chunk[256, 228, 4429215432704] stripe[1, 4434592530432] is not found in dev extent Chunk[256, 228, 4432436658176] stripe[1, 4437813755904] is not found in dev extent Chunk[256, 228, 4433510400000] stripe[1, 4438887497728] is not found in dev extent Chunk[256, 228, 4434584141824] stripe[1, 4439961239552] is not found in dev extent Chunk[256, 228, 4435657883648] stripe[1, 4441034981376] is not found in dev extent Chunk[256, 228, 4436731625472] stripe[1, 4442108723200] is not found in dev extent Chunk[256, 228, 4439952850944] stripe[1, 4445329948672] is not found in dev extent Chunk[256, 228, 4443174076416] stripe[1, 4448551174144] is not found in dev extent Chunk[256, 228, 4444247818240] stripe[1, 4449624915968] is not found in dev extent Chunk[256, 228, 4445321560064] stripe[1, 4450698657792] is not found in dev extent Chunk[256, 228, 4447469043712] stripe[1, 4452846141440] is not found in dev extent Chunk[256, 228, 4449616527360] stripe[1, 4454993625088] is not found in dev extent Chunk[256, 228, 4450690269184] stripe[1, 4456067366912] is not found in dev extent Chunk[256, 228, 4451764011008] stripe[1, 4457141108736] is not found in dev extent Chunk[256, 228, 4452837752832] stripe[1, 4458214850560] is not found in dev extent Chunk[256, 228, 4453911494656] stripe[1, 4459288592384] is not found in dev extent Chunk[256, 228, 4454985236480] stripe[1, 4460362334208] is not found in dev extent Chunk[256, 228, 4458206461952] stripe[1, 4463583559680] is not found in dev extent Chunk[256, 228, 4459280203776] stripe[1, 4464657301504] is not found in dev extent Chunk[256, 228, 4461427687424] stripe[1, 4466804785152] is not found in dev extent Chunk[256, 228, 4462501429248] stripe[1, 4467878526976] is not found in dev extent Chunk[256, 228, 4464648912896] stripe[1, 4470026010624] is not found in dev extent Chunk[256, 228, 4466796396544] stripe[1, 4472173494272] is not found in dev extent Chunk[256, 228, 4467870138368] stripe[1, 4473247236096] is not found in dev extent Chunk[256, 228, 4468943880192] stripe[1, 4474320977920] is not found in dev extent Chunk[256, 228, 4474312589312] stripe[1, 4479689687040] is not found in dev extent Chunk[256, 228, 4477533814784] stripe[1, 4482910912512] is not found in dev extent Chunk[256, 228, 4478607556608] stripe[1, 4483984654336] is not found in dev extent Chunk[256, 228, 4480755040256] stripe[1, 4486132137984] is not found in dev extent Chunk[256, 228, 4481828782080] stripe[1, 4487205879808] is not found in dev extent Chunk[256, 228, 4485050007552] stripe[1, 4490427105280] is not found in dev extent Chunk[256, 228, 4486123749376] stripe[1, 4491500847104] is not found in dev extent Chunk[256, 228, 4487197491200] stripe[1, 4492574588928] is not found in dev extent Chunk[256, 228, 4488271233024] stripe[1, 4493648330752] is not found in dev extent Chunk[256, 228, 4489344974848] stripe[1, 4494722072576] is not found in dev extent Chunk[256, 228, 4491492458496] stripe[1, 4496869556224] is not found in dev extent Chunk[256, 228, 4492566200320] stripe[1, 4497943298048] is not found in dev extent Chunk[256, 228, 4494713683968] stripe[1, 4500090781696] is not found in dev extent Chunk[256, 228, 4495787425792] stripe[1, 4501164523520] is not found in dev extent Chunk[256, 228, 4497934909440] stripe[1, 4503312007168] is not found in dev extent Chunk[256, 228, 4499008651264] stripe[1, 4504385748992] is not found in dev extent Chunk[256, 228, 4501156134912] stripe[1, 4506533232640] is not found in dev extent Chunk[256, 228, 4502229876736] stripe[1, 4507606974464] is not found in dev extent Chunk[256, 228, 4503303618560] stripe[1, 4508680716288] is not found in dev extent Chunk[256, 228, 4504377360384] stripe[1, 4509754458112] is not found in dev extent Chunk[256, 228, 4505451102208] stripe[1, 4510828199936] is not found in dev extent Chunk[256, 228, 4506524844032] stripe[1, 4511901941760] is not found in dev extent Chunk[256, 228, 4508672327680] stripe[1, 4514049425408] is not found in dev extent Chunk[256, 228, 4509746069504] stripe[1, 4515123167232] is not found in dev extent Chunk[256, 228, 4510819811328] stripe[1, 4516196909056] is not found in dev extent Chunk[256, 228, 4511893553152] stripe[1, 4517270650880] is not found in dev extent Chunk[256, 228, 4514041036800] stripe[1, 4519418134528] is not found in dev extent Chunk[256, 228, 4515114778624] stripe[1, 4520491876352] is not found in dev extent Chunk[256, 228, 4516188520448] stripe[1, 4521565618176] is not found in dev extent Chunk[256, 228, 4517262262272] stripe[1, 4522639360000] is not found in dev extent Chunk[256, 228, 4517262262272] stripe[1, 4523713101824] is not found in dev extent Chunk[256, 228, 4518336004096] stripe[1, 4524786843648] is not found in dev extent Chunk[256, 228, 4519409745920] stripe[1, 4525860585472] is not found in dev extent Chunk[256, 228, 4520483487744] stripe[1, 4526934327296] is not found in dev extent Chunk[256, 228, 4521557229568] stripe[1, 4528008069120] is not found in dev extent Chunk[256, 228, 4522630971392] stripe[1, 4529081810944] is not found in dev extent Chunk[256, 228, 4523704713216] stripe[1, 4530155552768] is not found in dev extent Chunk[256, 228, 4524778455040] stripe[1, 4531229294592] is not found in dev extent Chunk[256, 228, 4525852196864] stripe[1, 4532303036416] is not found in dev extent Chunk[256, 228, 4526925938688] stripe[1, 4533376778240] is not found in dev extent Chunk[256, 228, 4527999680512] stripe[1, 4534450520064] is not found in dev extent Chunk[256, 228, 4529073422336] stripe[1, 4535524261888] is not found in dev extent Chunk[256, 228, 4530147164160] stripe[1, 4536598003712] is not found in dev extent Chunk[256, 228, 4531220905984] stripe[1, 4537671745536] is not found in dev extent Chunk[256, 228, 4532294647808] stripe[1, 4538745487360] is not found in dev extent Chunk[256, 228, 4533368389632] stripe[1, 4539819229184] is not found in dev extent Chunk[256, 228, 4534442131456] stripe[1, 4540892971008] is not found in dev extent Chunk[256, 228, 4535515873280] stripe[1, 4541966712832] is not found in dev extent Chunk[256, 228, 4536589615104] stripe[1, 4543040454656] is not found in dev extent Chunk[256, 228, 4537663356928] stripe[1, 4544114196480] is not found in dev extent Chunk[256, 228, 4538737098752] stripe[1, 4545187938304] is not found in dev extent Chunk[256, 228, 4539810840576] stripe[1, 4546261680128] is not found in dev extent Chunk[256, 228, 4540884582400] stripe[1, 4547335421952] is not found in dev extent Chunk[256, 228, 4541958324224] stripe[1, 4548409163776] is not found in dev extent Chunk[256, 228, 4543032066048] stripe[1, 4549482905600] is not found in dev extent Chunk[256, 228, 4544105807872] stripe[1, 4550556647424] is not found in dev extent Chunk[256, 228, 4545179549696] stripe[1, 4551630389248] is not found in dev extent Chunk[256, 228, 4546253291520] stripe[1, 4552704131072] is not found in dev extent Chunk[256, 228, 4547327033344] stripe[1, 4553777872896] is not found in dev extent Chunk[256, 228, 4548400775168] stripe[1, 4554851614720] is not found in dev extent Chunk[256, 228, 4549474516992] stripe[1, 4555925356544] is not found in dev extent Chunk[256, 228, 4550548258816] stripe[1, 4556999098368] is not found in dev extent Chunk[256, 228, 4551622000640] stripe[1, 4558072840192] is not found in dev extent Chunk[256, 228, 4552695742464] stripe[1, 4559146582016] is not found in dev extent Chunk[256, 228, 4553769484288] stripe[1, 4560220323840] is not found in dev extent Chunk[256, 228, 4554843226112] stripe[1, 4561294065664] is not found in dev extent Chunk[256, 228, 4555916967936] stripe[1, 4562367807488] is not found in dev extent Chunk[256, 228, 4556990709760] stripe[1, 4563441549312] is not found in dev extent Chunk[256, 228, 4558064451584] stripe[1, 4564515291136] is not found in dev extent Chunk[256, 228, 4559138193408] stripe[1, 4565589032960] is not found in dev extent Chunk[256, 228, 4560211935232] stripe[1, 4566662774784] is not found in dev extent Chunk[256, 228, 4561285677056] stripe[1, 4567736516608] is not found in dev extent Chunk[256, 228, 4562359418880] stripe[1, 4568810258432] is not found in dev extent Chunk[256, 228, 4563433160704] stripe[1, 4569884000256] is not found in dev extent Chunk[256, 228, 4564506902528] stripe[1, 4570957742080] is not found in dev extent Chunk[256, 228, 4565580644352] stripe[1, 4572031483904] is not found in dev extent Chunk[256, 228, 4566654386176] stripe[1, 4573105225728] is not found in dev extent Chunk[256, 228, 4567728128000] stripe[1, 4574178967552] is not found in dev extent Chunk[256, 228, 4568801869824] stripe[1, 4575252709376] is not found in dev extent Chunk[256, 228, 4569875611648] stripe[1, 4576326451200] is not found in dev extent Chunk[256, 228, 4570949353472] stripe[1, 4577400193024] is not found in dev extent Chunk[256, 228, 4572023095296] stripe[1, 4578473934848] is not found in dev extent Chunk[256, 228, 4573096837120] stripe[1, 4579547676672] is not found in dev extent Chunk[256, 228, 4574170578944] stripe[1, 4580621418496] is not found in dev extent Chunk[256, 228, 4575244320768] stripe[1, 4581695160320] is not found in dev extent Chunk[256, 228, 4576318062592] stripe[1, 4582768902144] is not found in dev extent Chunk[256, 228, 4577391804416] stripe[1, 4583842643968] is not found in dev extent Chunk[256, 228, 4578465546240] stripe[1, 4584916385792] is not found in dev extent Chunk[256, 228, 4579539288064] stripe[1, 4585990127616] is not found in dev extent Chunk[256, 228, 4580613029888] stripe[1, 4587063869440] is not found in dev extent Chunk[256, 228, 4581686771712] stripe[1, 4588137611264] is not found in dev extent Chunk[256, 228, 4582760513536] stripe[1, 4589211353088] is not found in dev extent Chunk[256, 228, 4583834255360] stripe[1, 4590285094912] is not found in dev extent Chunk[256, 228, 4584907997184] stripe[1, 4591358836736] is not found in dev extent Chunk[256, 228, 4585981739008] stripe[1, 4592432578560] is not found in dev extent Chunk[256, 228, 4587055480832] stripe[1, 4593506320384] is not found in dev extent Chunk[256, 228, 4588129222656] stripe[1, 4594580062208] is not found in dev extent Chunk[256, 228, 4589202964480] stripe[1, 4595653804032] is not found in dev extent Chunk[256, 228, 4590276706304] stripe[1, 4596727545856] is not found in dev extent Chunk[256, 228, 4591350448128] stripe[1, 4597801287680] is not found in dev extent Chunk[256, 228, 4592424189952] stripe[1, 4598875029504] is not found in dev extent Chunk[256, 228, 4593497931776] stripe[1, 4599948771328] is not found in dev extent Chunk[256, 228, 4594571673600] stripe[1, 4601022513152] is not found in dev extent Chunk[256, 228, 4595645415424] stripe[1, 4602096254976] is not found in dev extent Chunk[256, 228, 4596719157248] stripe[1, 4603169996800] is not found in dev extent Chunk[256, 228, 4597792899072] stripe[1, 4604243738624] is not found in dev extent Chunk[256, 228, 4598866640896] stripe[1, 4605317480448] is not found in dev extent Chunk[256, 228, 4599940382720] stripe[1, 4606391222272] is not found in dev extent Chunk[256, 228, 4601014124544] stripe[1, 4607464964096] is not found in dev extent Chunk[256, 228, 4602087866368] stripe[1, 4608538705920] is not found in dev extent Chunk[256, 228, 4603161608192] stripe[1, 4609612447744] is not found in dev extent Chunk[256, 228, 4604235350016] stripe[1, 4610686189568] is not found in dev extent Chunk[256, 228, 4605309091840] stripe[1, 4611759931392] is not found in dev extent Chunk[256, 228, 4606382833664] stripe[1, 4612833673216] is not found in dev extent Chunk[256, 228, 4607456575488] stripe[1, 4613907415040] is not found in dev extent Chunk[256, 228, 4608530317312] stripe[1, 4614981156864] is not found in dev extent Chunk[256, 228, 4609604059136] stripe[1, 4616054898688] is not found in dev extent Chunk[256, 228, 4610677800960] stripe[1, 4617128640512] is not found in dev extent Chunk[256, 228, 4611751542784] stripe[1, 4618202382336] is not found in dev extent Chunk[256, 228, 4612825284608] stripe[1, 4619276124160] is not found in dev extent Chunk[256, 228, 4613899026432] stripe[1, 4620349865984] is not found in dev extent Chunk[256, 228, 4614972768256] stripe[1, 4621423607808] is not found in dev extent Chunk[256, 228, 4616046510080] stripe[1, 4622497349632] is not found in dev extent Chunk[256, 228, 4617120251904] stripe[1, 4623571091456] is not found in dev extent Chunk[256, 228, 4618193993728] stripe[1, 4624644833280] is not found in dev extent Chunk[256, 228, 4619267735552] stripe[1, 4625718575104] is not found in dev extent Chunk[256, 228, 4620341477376] stripe[1, 4626792316928] is not found in dev extent Chunk[256, 228, 4621415219200] stripe[1, 4627866058752] is not found in dev extent Chunk[256, 228, 4622488961024] stripe[1, 4628939800576] is not found in dev extent Chunk[256, 228, 4623562702848] stripe[1, 4630013542400] is not found in dev extent Chunk[256, 228, 4624636444672] stripe[1, 4631087284224] is not found in dev extent Chunk[256, 228, 4625710186496] stripe[1, 4632161026048] is not found in dev extent Chunk[256, 228, 4626783928320] stripe[1, 4633234767872] is not found in dev extent Chunk[256, 228, 4627857670144] stripe[1, 4634308509696] is not found in dev extent Chunk[256, 228, 4628931411968] stripe[1, 4635382251520] is not found in dev extent Chunk[256, 228, 4630005153792] stripe[1, 4636455993344] is not found in dev extent Chunk[256, 228, 4631078895616] stripe[1, 4637529735168] is not found in dev extent Chunk[256, 228, 4632152637440] stripe[1, 4638603476992] is not found in dev extent Chunk[256, 228, 4633226379264] stripe[1, 4639677218816] is not found in dev extent Chunk[256, 228, 4634300121088] stripe[1, 4640750960640] is not found in dev extent Chunk[256, 228, 4635373862912] stripe[1, 4641824702464] is not found in dev extent Chunk[256, 228, 4636447604736] stripe[1, 4642898444288] is not found in dev extent Chunk[256, 228, 4637521346560] stripe[1, 4643972186112] is not found in dev extent Chunk[256, 228, 4638595088384] stripe[1, 4645045927936] is not found in dev extent Chunk[256, 228, 4639668830208] stripe[1, 4646119669760] is not found in dev extent Chunk[256, 228, 4640742572032] stripe[1, 4647193411584] is not found in dev extent Chunk[256, 228, 4641816313856] stripe[1, 4648267153408] is not found in dev extent Chunk[256, 228, 4642890055680] stripe[1, 4649340895232] is not found in dev extent Chunk[256, 228, 4643963797504] stripe[1, 4650414637056] is not found in dev extent Chunk[256, 228, 4645037539328] stripe[1, 4651488378880] is not found in dev extent Chunk[256, 228, 4646111281152] stripe[1, 4652562120704] is not found in dev extent Chunk[256, 228, 4647185022976] stripe[1, 4653635862528] is not found in dev extent Chunk[256, 228, 4648258764800] stripe[1, 4654709604352] is not found in dev extent Chunk[256, 228, 4649332506624] stripe[1, 4655783346176] is not found in dev extent Chunk[256, 228, 4650406248448] stripe[1, 4656857088000] is not found in dev extent Chunk[256, 228, 4651479990272] stripe[1, 4657930829824] is not found in dev extent Chunk[256, 228, 4652553732096] stripe[1, 4659004571648] is not found in dev extent Chunk[256, 228, 4653627473920] stripe[1, 4660078313472] is not found in dev extent Chunk[256, 228, 4654701215744] stripe[1, 4661152055296] is not found in dev extent Chunk[256, 228, 4655774957568] stripe[1, 4662225797120] is not found in dev extent Chunk[256, 228, 4656848699392] stripe[1, 4663299538944] is not found in dev extent Chunk[256, 228, 4657922441216] stripe[1, 4664373280768] is not found in dev extent Chunk[256, 228, 4658996183040] stripe[1, 4665447022592] is not found in dev extent Chunk[256, 228, 4660069924864] stripe[1, 4666520764416] is not found in dev extent Chunk[256, 228, 4661143666688] stripe[1, 4667594506240] is not found in dev extent Chunk[256, 228, 4662217408512] stripe[1, 4668668248064] is not found in dev extent Chunk[256, 228, 4663291150336] stripe[1, 4669741989888] is not found in dev extent Chunk[256, 228, 4664364892160] stripe[1, 4670815731712] is not found in dev extent Chunk[256, 228, 4665438633984] stripe[1, 4671889473536] is not found in dev extent Chunk[256, 228, 4666512375808] stripe[1, 4672963215360] is not found in dev extent Chunk[256, 228, 4667586117632] stripe[1, 4674036957184] is not found in dev extent Chunk[256, 228, 4668659859456] stripe[1, 4675110699008] is not found in dev extent Chunk[256, 228, 4669733601280] stripe[1, 4676184440832] is not found in dev extent Chunk[256, 228, 4670807343104] stripe[1, 4677258182656] is not found in dev extent Chunk[256, 228, 4671881084928] stripe[1, 4678331924480] is not found in dev extent Chunk[256, 228, 4672954826752] stripe[1, 4679405666304] is not found in dev extent Chunk[256, 228, 4674028568576] stripe[1, 4680479408128] is not found in dev extent Chunk[256, 228, 4675102310400] stripe[1, 4681553149952] is not found in dev extent Chunk[256, 228, 4676176052224] stripe[1, 4682626891776] is not found in dev extent Chunk[256, 228, 4677249794048] stripe[1, 4683700633600] is not found in dev extent Chunk[256, 228, 4678323535872] stripe[1, 4684774375424] is not found in dev extent Chunk[256, 228, 4679397277696] stripe[1, 4685848117248] is not found in dev extent Chunk[256, 228, 4680471019520] stripe[1, 4686921859072] is not found in dev extent Chunk[256, 228, 4681544761344] stripe[1, 4687995600896] is not found in dev extent Chunk[256, 228, 4682618503168] stripe[1, 4689069342720] is not found in dev extent Chunk[256, 228, 4683692244992] stripe[1, 4690143084544] is not found in dev extent Chunk[256, 228, 4684765986816] stripe[1, 4691216826368] is not found in dev extent Chunk[256, 228, 4685839728640] stripe[1, 4692290568192] is not found in dev extent Chunk[256, 228, 4686913470464] stripe[1, 4693364310016] is not found in dev extent Chunk[256, 228, 4687987212288] stripe[1, 4694438051840] is not found in dev extent Chunk[256, 228, 4689060954112] stripe[1, 4695511793664] is not found in dev extent Chunk[256, 228, 4690134695936] stripe[1, 4696585535488] is not found in dev extent Chunk[256, 228, 4691208437760] stripe[1, 4697659277312] is not found in dev extent Chunk[256, 228, 4692282179584] stripe[1, 4698733019136] is not found in dev extent Chunk[256, 228, 4693355921408] stripe[1, 4699806760960] is not found in dev extent Chunk[256, 228, 4694429663232] stripe[1, 4700880502784] is not found in dev extent Chunk[256, 228, 4695503405056] stripe[1, 4701954244608] is not found in dev extent Chunk[256, 228, 4696577146880] stripe[1, 4703027986432] is not found in dev extent Chunk[256, 228, 4697650888704] stripe[1, 4704101728256] is not found in dev extent Chunk[256, 228, 4698724630528] stripe[1, 4705175470080] is not found in dev extent Chunk[256, 228, 4699798372352] stripe[1, 4706249211904] is not found in dev extent Chunk[256, 228, 4700872114176] stripe[1, 4707322953728] is not found in dev extent Chunk[256, 228, 4701945856000] stripe[1, 4708396695552] is not found in dev extent Chunk[256, 228, 4703019597824] stripe[1, 4709470437376] is not found in dev extent Chunk[256, 228, 4704093339648] stripe[1, 4710544179200] is not found in dev extent Chunk[256, 228, 4705167081472] stripe[1, 4711617921024] is not found in dev extent Chunk[256, 228, 4706240823296] stripe[1, 4712691662848] is not found in dev extent Chunk[256, 228, 4707314565120] stripe[1, 4713765404672] is not found in dev extent Chunk[256, 228, 4708388306944] stripe[1, 4714839146496] is not found in dev extent Chunk[256, 228, 4709462048768] stripe[1, 4715912888320] is not found in dev extent Chunk[256, 228, 4710535790592] stripe[1, 4716986630144] is not found in dev extent Chunk[256, 228, 4711609532416] stripe[1, 4718060371968] is not found in dev extent Chunk[256, 228, 4712683274240] stripe[1, 4719134113792] is not found in dev extent Chunk[256, 228, 4713757016064] stripe[1, 4720207855616] is not found in dev extent Chunk[256, 228, 4714830757888] stripe[1, 4721281597440] is not found in dev extent Chunk[256, 228, 4715904499712] stripe[1, 4722355339264] is not found in dev extent Chunk[256, 228, 4716978241536] stripe[1, 4723429081088] is not found in dev extent Chunk[256, 228, 4718051983360] stripe[1, 4724502822912] is not found in dev extent Chunk[256, 228, 4719125725184] stripe[1, 4725576564736] is not found in dev extent Chunk[256, 228, 4720199467008] stripe[1, 4726650306560] is not found in dev extent Chunk[256, 228, 4721273208832] stripe[1, 4727724048384] is not found in dev extent Chunk[256, 228, 4722346950656] stripe[1, 4728797790208] is not found in dev extent Chunk[256, 228, 4723420692480] stripe[1, 4729871532032] is not found in dev extent Chunk[256, 228, 4724494434304] stripe[1, 4730945273856] is not found in dev extent Chunk[256, 228, 4725568176128] stripe[1, 4732019015680] is not found in dev extent Chunk[256, 228, 4726641917952] stripe[1, 4733092757504] is not found in dev extent Chunk[256, 228, 4727715659776] stripe[1, 4734166499328] is not found in dev extent Chunk[256, 228, 4728789401600] stripe[1, 4735240241152] is not found in dev extent Chunk[256, 228, 4729863143424] stripe[1, 4736313982976] is not found in dev extent Chunk[256, 228, 4730936885248] stripe[1, 4737387724800] is not found in dev extent Chunk[256, 228, 4732010627072] stripe[1, 4738461466624] is not found in dev extent Chunk[256, 228, 4733084368896] stripe[1, 4739535208448] is not found in dev extent Chunk[256, 228, 4734158110720] stripe[1, 4740608950272] is not found in dev extent Chunk[256, 228, 4735231852544] stripe[1, 4741682692096] is not found in dev extent Chunk[256, 228, 4736305594368] stripe[1, 4742756433920] is not found in dev extent Chunk[256, 228, 4737379336192] stripe[1, 4743830175744] is not found in dev extent Chunk[256, 228, 4738453078016] stripe[1, 4744903917568] is not found in dev extent Chunk[256, 228, 4739526819840] stripe[1, 4745977659392] is not found in dev extent Chunk[256, 228, 4740600561664] stripe[1, 4747051401216] is not found in dev extent Chunk[256, 228, 4741674303488] stripe[1, 4748125143040] is not found in dev extent Chunk[256, 228, 4742748045312] stripe[1, 4749198884864] is not found in dev extent Chunk[256, 228, 4743821787136] stripe[1, 4750272626688] is not found in dev extent Chunk[256, 228, 4744895528960] stripe[1, 4751346368512] is not found in dev extent Chunk[256, 228, 4745969270784] stripe[1, 4752420110336] is not found in dev extent Chunk[256, 228, 4747043012608] stripe[1, 4753493852160] is not found in dev extent Chunk[256, 228, 4748116754432] stripe[1, 4754567593984] is not found in dev extent Chunk[256, 228, 4749190496256] stripe[1, 4755641335808] is not found in dev extent Chunk[256, 228, 4750264238080] stripe[1, 4756715077632] is not found in dev extent Chunk[256, 228, 4751337979904] stripe[1, 4757788819456] is not found in dev extent Chunk[256, 228, 4752411721728] stripe[1, 4758862561280] is not found in dev extent Chunk[256, 228, 4753485463552] stripe[1, 4759936303104] is not found in dev extent Chunk[256, 228, 4754559205376] stripe[1, 4761010044928] is not found in dev extent Chunk[256, 228, 4755632947200] stripe[1, 4762083786752] is not found in dev extent Chunk[256, 228, 4756706689024] stripe[1, 4763157528576] is not found in dev extent Chunk[256, 228, 4757780430848] stripe[1, 4764231270400] is not found in dev extent Chunk[256, 228, 4758854172672] stripe[1, 4765305012224] is not found in dev extent Chunk[256, 228, 4759927914496] stripe[1, 4766378754048] is not found in dev extent Chunk[256, 228, 4761001656320] stripe[1, 4767452495872] is not found in dev extent Chunk[256, 228, 4762075398144] stripe[1, 4768526237696] is not found in dev extent Chunk[256, 228, 4763149139968] stripe[1, 4769599979520] is not found in dev extent Chunk[256, 228, 4764222881792] stripe[1, 4770673721344] is not found in dev extent Chunk[256, 228, 4765296623616] stripe[1, 4771747463168] is not found in dev extent Chunk[256, 228, 4766370365440] stripe[1, 4772821204992] is not found in dev extent Chunk[256, 228, 4767444107264] stripe[1, 4773894946816] is not found in dev extent Chunk[256, 228, 4768517849088] stripe[1, 4774968688640] is not found in dev extent Chunk[256, 228, 4769591590912] stripe[1, 4776042430464] is not found in dev extent Chunk[256, 228, 4770665332736] stripe[1, 4777116172288] is not found in dev extent Chunk[256, 228, 4771739074560] stripe[1, 4778189914112] is not found in dev extent Chunk[256, 228, 4772812816384] stripe[1, 4779263655936] is not found in dev extent Chunk[256, 228, 4773886558208] stripe[1, 4780337397760] is not found in dev extent Chunk[256, 228, 4774960300032] stripe[1, 4781411139584] is not found in dev extent Chunk[256, 228, 4776034041856] stripe[1, 4782484881408] is not found in dev extent Chunk[256, 228, 4777107783680] stripe[1, 4783558623232] is not found in dev extent Chunk[256, 228, 4778181525504] stripe[1, 4784632365056] is not found in dev extent Chunk[256, 228, 4779255267328] stripe[1, 4785706106880] is not found in dev extent Chunk[256, 228, 4780329009152] stripe[1, 4786779848704] is not found in dev extent Chunk[256, 228, 4781402750976] stripe[1, 4787853590528] is not found in dev extent Chunk[256, 228, 4782476492800] stripe[1, 4788927332352] is not found in dev extent Chunk[256, 228, 4783550234624] stripe[1, 4790001074176] is not found in dev extent Chunk[256, 228, 4784623976448] stripe[1, 4791074816000] is not found in dev extent Chunk[256, 228, 4785697718272] stripe[1, 4792148557824] is not found in dev extent Chunk[256, 228, 4786771460096] stripe[1, 4793222299648] is not found in dev extent Chunk[256, 228, 4787845201920] stripe[1, 4794296041472] is not found in dev extent Chunk[256, 228, 4788918943744] stripe[1, 4795369783296] is not found in dev extent Chunk[256, 228, 4789992685568] stripe[1, 4796443525120] is not found in dev extent Chunk[256, 228, 4791066427392] stripe[1, 4797517266944] is not found in dev extent Chunk[256, 228, 4792140169216] stripe[1, 4798591008768] is not found in dev extent Chunk[256, 228, 4793213911040] stripe[1, 4799664750592] is not found in dev extent Chunk[256, 228, 4794287652864] stripe[1, 4800738492416] is not found in dev extent Chunk[256, 228, 4795361394688] stripe[1, 4801812234240] is not found in dev extent Chunk[256, 228, 4796435136512] stripe[1, 4802885976064] is not found in dev extent Chunk[256, 228, 4797508878336] stripe[1, 4803959717888] is not found in dev extent Chunk[256, 228, 4798582620160] stripe[1, 4805033459712] is not found in dev extent Chunk[256, 228, 4799656361984] stripe[1, 4806107201536] is not found in dev extent Chunk[256, 228, 4800730103808] stripe[1, 4807180943360] is not found in dev extent Chunk[256, 228, 4801803845632] stripe[1, 4808254685184] is not found in dev extent Chunk[256, 228, 4802877587456] stripe[1, 4809328427008] is not found in dev extent Chunk[256, 228, 4803951329280] stripe[1, 4810402168832] is not found in dev extent Chunk[256, 228, 4805025071104] stripe[1, 4811475910656] is not found in dev extent Chunk[256, 228, 4806098812928] stripe[1, 4812549652480] is not found in dev extent Chunk[256, 228, 4807172554752] stripe[1, 4813623394304] is not found in dev extent Chunk[256, 228, 4808246296576] stripe[1, 4814697136128] is not found in dev extent Chunk[256, 228, 4809320038400] stripe[1, 4815770877952] is not found in dev extent Chunk[256, 228, 4810393780224] stripe[1, 4816844619776] is not found in dev extent Chunk[256, 228, 4811467522048] stripe[1, 4817918361600] is not found in dev extent Chunk[256, 228, 4812541263872] stripe[1, 4818992103424] is not found in dev extent Chunk[256, 228, 4813615005696] stripe[1, 4820065845248] is not found in dev extent Chunk[256, 228, 4814688747520] stripe[1, 4821139587072] is not found in dev extent Chunk[256, 228, 4815762489344] stripe[1, 4822213328896] is not found in dev extent Chunk[256, 228, 4816836231168] stripe[1, 4823287070720] is not found in dev extent Chunk[256, 228, 4817909972992] stripe[1, 4824360812544] is not found in dev extent Chunk[256, 228, 4818983714816] stripe[1, 4825434554368] is not found in dev extent Chunk[256, 228, 4820057456640] stripe[1, 4826508296192] is not found in dev extent Chunk[256, 228, 4821131198464] stripe[1, 4827582038016] is not found in dev extent Chunk[256, 228, 4822204940288] stripe[1, 4828655779840] is not found in dev extent Chunk[256, 228, 4823278682112] stripe[1, 4829729521664] is not found in dev extent Chunk[256, 228, 4824352423936] stripe[1, 4830803263488] is not found in dev extent Chunk[256, 228, 4825426165760] stripe[1, 4831877005312] is not found in dev extent Chunk[256, 228, 4826499907584] stripe[1, 4832950747136] is not found in dev extent Chunk[256, 228, 4827573649408] stripe[1, 4834024488960] is not found in dev extent Chunk[256, 228, 4828647391232] stripe[1, 4835098230784] is not found in dev extent Chunk[256, 228, 4829721133056] stripe[1, 4836171972608] is not found in dev extent Chunk[256, 228, 4830794874880] stripe[1, 4837245714432] is not found in dev extent Chunk[256, 228, 4831868616704] stripe[1, 4838319456256] is not found in dev extent Chunk[256, 228, 4832942358528] stripe[1, 4839393198080] is not found in dev extent Chunk[256, 228, 4834016100352] stripe[1, 4840466939904] is not found in dev extent Chunk[256, 228, 4835089842176] stripe[1, 4841540681728] is not found in dev extent Chunk[256, 228, 4836163584000] stripe[1, 4842614423552] is not found in dev extent Chunk[256, 228, 4837237325824] stripe[1, 4843688165376] is not found in dev extent Chunk[256, 228, 4838311067648] stripe[1, 4844761907200] is not found in dev extent Chunk[256, 228, 4839384809472] stripe[1, 4845835649024] is not found in dev extent Chunk[256, 228, 4840458551296] stripe[1, 4846909390848] is not found in dev extent Chunk[256, 228, 4841532293120] stripe[1, 4847983132672] is not found in dev extent Chunk[256, 228, 4842606034944] stripe[1, 4849056874496] is not found in dev extent Chunk[256, 228, 4843679776768] stripe[1, 4850130616320] is not found in dev extent Chunk[256, 228, 4844753518592] stripe[1, 4851204358144] is not found in dev extent Chunk[256, 228, 4845827260416] stripe[1, 4852278099968] is not found in dev extent Chunk[256, 228, 4846901002240] stripe[1, 4853351841792] is not found in dev extent Chunk[256, 228, 4847974744064] stripe[1, 4854425583616] is not found in dev extent Chunk[256, 228, 4849048485888] stripe[1, 4855499325440] is not found in dev extent Chunk[256, 228, 4850122227712] stripe[1, 4856573067264] is not found in dev extent Chunk[256, 228, 4851195969536] stripe[1, 4857646809088] is not found in dev extent Chunk[256, 228, 4852269711360] stripe[1, 4858720550912] is not found in dev extent Chunk[256, 228, 4853343453184] stripe[1, 4859794292736] is not found in dev extent Chunk[256, 228, 4854417195008] stripe[1, 4860868034560] is not found in dev extent Chunk[256, 228, 4855490936832] stripe[1, 4861941776384] is not found in dev extent Chunk[256, 228, 4856564678656] stripe[1, 4863015518208] is not found in dev extent Chunk[256, 228, 4857638420480] stripe[1, 4864089260032] is not found in dev extent Chunk[256, 228, 4858712162304] stripe[1, 4865163001856] is not found in dev extent Chunk[256, 228, 4859785904128] stripe[1, 4866236743680] is not found in dev extent Chunk[256, 228, 4860859645952] stripe[1, 4867310485504] is not found in dev extent Chunk[256, 228, 4861933387776] stripe[1, 4868384227328] is not found in dev extent Chunk[256, 228, 4863007129600] stripe[1, 4869457969152] is not found in dev extent Chunk[256, 228, 4864080871424] stripe[1, 4870531710976] is not found in dev extent Chunk[256, 228, 4865154613248] stripe[1, 4871605452800] is not found in dev extent Chunk[256, 228, 4866228355072] stripe[1, 4872679194624] is not found in dev extent Chunk[256, 228, 4867302096896] stripe[1, 4873752936448] is not found in dev extent Chunk[256, 228, 4868375838720] stripe[1, 4874826678272] is not found in dev extent Chunk[256, 228, 4869449580544] stripe[1, 4875900420096] is not found in dev extent Chunk[256, 228, 4870523322368] stripe[1, 4876974161920] is not found in dev extent Chunk[256, 228, 4871597064192] stripe[1, 4878047903744] is not found in dev extent Chunk[256, 228, 4872670806016] stripe[1, 4879121645568] is not found in dev extent Chunk[256, 228, 4873744547840] stripe[1, 4880195387392] is not found in dev extent Chunk[256, 228, 4874818289664] stripe[1, 4881269129216] is not found in dev extent Chunk[256, 228, 4875892031488] stripe[1, 4882342871040] is not found in dev extent Chunk[256, 228, 4876965773312] stripe[1, 4883416612864] is not found in dev extent Chunk[256, 228, 4878039515136] stripe[1, 4884490354688] is not found in dev extent Chunk[256, 228, 4879113256960] stripe[1, 4885564096512] is not found in dev extent Chunk[256, 228, 4880186998784] stripe[1, 4886637838336] is not found in dev extent Chunk[256, 228, 4881260740608] stripe[1, 4887711580160] is not found in dev extent Chunk[256, 228, 4882334482432] stripe[1, 4888785321984] is not found in dev extent Chunk[256, 228, 4883408224256] stripe[1, 4889859063808] is not found in dev extent Chunk[256, 228, 4884481966080] stripe[1, 4890932805632] is not found in dev extent Chunk[256, 228, 4885555707904] stripe[1, 4892006547456] is not found in dev extent Chunk[256, 228, 4886629449728] stripe[1, 4893080289280] is not found in dev extent Chunk[256, 228, 4887703191552] stripe[1, 4894154031104] is not found in dev extent Chunk[256, 228, 4888776933376] stripe[1, 4895227772928] is not found in dev extent Chunk[256, 228, 4889850675200] stripe[1, 4896301514752] is not found in dev extent Chunk[256, 228, 4890924417024] stripe[1, 4897375256576] is not found in dev extent Chunk[256, 228, 4891998158848] stripe[1, 4898448998400] is not found in dev extent Chunk[256, 228, 4893071900672] stripe[1, 4899522740224] is not found in dev extent Chunk[256, 228, 4894145642496] stripe[1, 4900596482048] is not found in dev extent Chunk[256, 228, 4895219384320] stripe[1, 4901670223872] is not found in dev extent Chunk[256, 228, 4896293126144] stripe[1, 4902743965696] is not found in dev extent Chunk[256, 228, 4897366867968] stripe[1, 4903817707520] is not found in dev extent Chunk[256, 228, 4898440609792] stripe[1, 4904891449344] is not found in dev extent Chunk[256, 228, 4899514351616] stripe[1, 4905965191168] is not found in dev extent Chunk[256, 228, 4900588093440] stripe[1, 4907038932992] is not found in dev extent Chunk[256, 228, 4901661835264] stripe[1, 4908112674816] is not found in dev extent Chunk[256, 228, 4902735577088] stripe[1, 4909186416640] is not found in dev extent Chunk[256, 228, 4903809318912] stripe[1, 4910260158464] is not found in dev extent Chunk[256, 228, 4904883060736] stripe[1, 4911333900288] is not found in dev extent Chunk[256, 228, 4905956802560] stripe[1, 4912407642112] is not found in dev extent Chunk[256, 228, 4907030544384] stripe[1, 4913481383936] is not found in dev extent Chunk[256, 228, 4908104286208] stripe[1, 4914555125760] is not found in dev extent Chunk[256, 228, 4909178028032] stripe[1, 4915628867584] is not found in dev extent Chunk[256, 228, 4910251769856] stripe[1, 4916702609408] is not found in dev extent Chunk[256, 228, 4911325511680] stripe[1, 4917776351232] is not found in dev extent Chunk[256, 228, 4912399253504] stripe[1, 4918850093056] is not found in dev extent Chunk[256, 228, 4913472995328] stripe[1, 4919923834880] is not found in dev extent Chunk[256, 228, 4914546737152] stripe[1, 4920997576704] is not found in dev extent Chunk[256, 228, 4915620478976] stripe[1, 4922071318528] is not found in dev extent Chunk[256, 228, 4916694220800] stripe[1, 4923145060352] is not found in dev extent Chunk[256, 228, 4917767962624] stripe[1, 4924218802176] is not found in dev extent Chunk[256, 228, 4918841704448] stripe[1, 4925292544000] is not found in dev extent Chunk[256, 228, 4919915446272] stripe[1, 4926366285824] is not found in dev extent Chunk[256, 228, 4920989188096] stripe[1, 4927440027648] is not found in dev extent Chunk[256, 228, 4922062929920] stripe[1, 4928513769472] is not found in dev extent Chunk[256, 228, 4923136671744] stripe[1, 4929587511296] is not found in dev extent Chunk[256, 228, 4924210413568] stripe[1, 4930661253120] is not found in dev extent Chunk[256, 228, 4925284155392] stripe[1, 4931734994944] is not found in dev extent Chunk[256, 228, 4926357897216] stripe[1, 4932808736768] is not found in dev extent Chunk[256, 228, 4927431639040] stripe[1, 4933882478592] is not found in dev extent Chunk[256, 228, 4928505380864] stripe[1, 4934956220416] is not found in dev extent Chunk[256, 228, 4929579122688] stripe[1, 4936029962240] is not found in dev extent Chunk[256, 228, 4930652864512] stripe[1, 4937103704064] is not found in dev extent Chunk[256, 228, 4931726606336] stripe[1, 4938177445888] is not found in dev extent Chunk[256, 228, 4932800348160] stripe[1, 4939251187712] is not found in dev extent Chunk[256, 228, 4933874089984] stripe[1, 4940324929536] is not found in dev extent Chunk[256, 228, 4934947831808] stripe[1, 4941398671360] is not found in dev extent Chunk[256, 228, 4936021573632] stripe[1, 4942472413184] is not found in dev extent Chunk[256, 228, 4937095315456] stripe[1, 4943546155008] is not found in dev extent Chunk[256, 228, 4938169057280] stripe[1, 4944619896832] is not found in dev extent Chunk[256, 228, 4939242799104] stripe[1, 4945693638656] is not found in dev extent Chunk[256, 228, 4940316540928] stripe[1, 4946767380480] is not found in dev extent Chunk[256, 228, 4941390282752] stripe[1, 4947841122304] is not found in dev extent Chunk[256, 228, 4942464024576] stripe[1, 4948914864128] is not found in dev extent Chunk[256, 228, 4943537766400] stripe[1, 4949988605952] is not found in dev extent Chunk[256, 228, 4944611508224] stripe[1, 4951062347776] is not found in dev extent Chunk[256, 228, 4945685250048] stripe[1, 4952136089600] is not found in dev extent Chunk[256, 228, 4946758991872] stripe[1, 4953209831424] is not found in dev extent Chunk[256, 228, 4947832733696] stripe[1, 4954283573248] is not found in dev extent Chunk[256, 228, 4948906475520] stripe[1, 4955357315072] is not found in dev extent Chunk[256, 228, 4949980217344] stripe[1, 4956431056896] is not found in dev extent Chunk[256, 228, 4951053959168] stripe[1, 4957504798720] is not found in dev extent Chunk[256, 228, 4952127700992] stripe[1, 4958578540544] is not found in dev extent Chunk[256, 228, 4953201442816] stripe[1, 4959652282368] is not found in dev extent Chunk[256, 228, 4954275184640] stripe[1, 4960726024192] is not found in dev extent Chunk[256, 228, 4955348926464] stripe[1, 4961799766016] is not found in dev extent Chunk[256, 228, 4956422668288] stripe[1, 4962873507840] is not found in dev extent Chunk[256, 228, 4957496410112] stripe[1, 4963947249664] is not found in dev extent Chunk[256, 228, 4958570151936] stripe[1, 4965020991488] is not found in dev extent Chunk[256, 228, 4959643893760] stripe[1, 4966094733312] is not found in dev extent Chunk[256, 228, 4960717635584] stripe[1, 4967168475136] is not found in dev extent Chunk[256, 228, 4961791377408] stripe[1, 4968242216960] is not found in dev extent Chunk[256, 228, 4962865119232] stripe[1, 4969315958784] is not found in dev extent Chunk[256, 228, 4963938861056] stripe[1, 4970389700608] is not found in dev extent Chunk[256, 228, 4965012602880] stripe[1, 4971463442432] is not found in dev extent Chunk[256, 228, 4966086344704] stripe[1, 4972537184256] is not found in dev extent Chunk[256, 228, 4967160086528] stripe[1, 4973610926080] is not found in dev extent Chunk[256, 228, 4968233828352] stripe[1, 4974684667904] is not found in dev extent Chunk[256, 228, 4969307570176] stripe[1, 4975758409728] is not found in dev extent Chunk[256, 228, 4970381312000] stripe[1, 4976832151552] is not found in dev extent Chunk[256, 228, 4971455053824] stripe[1, 4977905893376] is not found in dev extent Chunk[256, 228, 4972528795648] stripe[1, 4978979635200] is not found in dev extent Chunk[256, 228, 4973602537472] stripe[1, 4980053377024] is not found in dev extent Chunk[256, 228, 4974676279296] stripe[1, 4981127118848] is not found in dev extent Chunk[256, 228, 4975750021120] stripe[1, 4982200860672] is not found in dev extent Chunk[256, 228, 4976823762944] stripe[1, 4983274602496] is not found in dev extent Chunk[256, 228, 4977897504768] stripe[1, 4984348344320] is not found in dev extent Chunk[256, 228, 4978971246592] stripe[1, 4985422086144] is not found in dev extent Chunk[256, 228, 4980044988416] stripe[1, 4986495827968] is not found in dev extent Chunk[256, 228, 4981118730240] stripe[1, 4987569569792] is not found in dev extent Chunk[256, 228, 4982192472064] stripe[1, 4988643311616] is not found in dev extent Chunk[256, 228, 4983266213888] stripe[1, 4989717053440] is not found in dev extent Chunk[256, 228, 4984339955712] stripe[1, 4990790795264] is not found in dev extent Chunk[256, 228, 4985413697536] stripe[1, 4991864537088] is not found in dev extent Chunk[256, 228, 4986487439360] stripe[1, 4992938278912] is not found in dev extent Chunk[256, 228, 4987561181184] stripe[1, 4994012020736] is not found in dev extent Chunk[256, 228, 4988634923008] stripe[1, 4995085762560] is not found in dev extent Chunk[256, 228, 4989708664832] stripe[1, 4996159504384] is not found in dev extent Chunk[256, 228, 4990782406656] stripe[1, 4997233246208] is not found in dev extent Chunk[256, 228, 4991856148480] stripe[1, 4998306988032] is not found in dev extent Chunk[256, 228, 4992929890304] stripe[1, 4999380729856] is not found in dev extent Chunk[256, 228, 4994003632128] stripe[1, 5000454471680] is not found in dev extent Chunk[256, 228, 4995077373952] stripe[1, 5001528213504] is not found in dev extent Chunk[256, 228, 4996151115776] stripe[1, 5002601955328] is not found in dev extent Chunk[256, 228, 4997224857600] stripe[1, 5003675697152] is not found in dev extent Chunk[256, 228, 4998298599424] stripe[1, 5004749438976] is not found in dev extent Chunk[256, 228, 4999372341248] stripe[1, 5005823180800] is not found in dev extent Chunk[256, 228, 5000446083072] stripe[1, 5006896922624] is not found in dev extent Chunk[256, 228, 5001519824896] stripe[1, 5007970664448] is not found in dev extent Chunk[256, 228, 5002593566720] stripe[1, 5009044406272] is not found in dev extent Chunk[256, 228, 5003667308544] stripe[1, 5010118148096] is not found in dev extent Chunk[256, 228, 5004741050368] stripe[1, 5011191889920] is not found in dev extent Chunk[256, 228, 5005814792192] stripe[1, 5012265631744] is not found in dev extent Chunk[256, 228, 5006888534016] stripe[1, 5013339373568] is not found in dev extent Chunk[256, 228, 5007962275840] stripe[1, 5014413115392] is not found in dev extent Chunk[256, 228, 5007962275840] stripe[1, 5015486857216] is not found in dev extent Chunk[256, 228, 5009036017664] stripe[1, 5016560599040] is not found in dev extent Chunk[256, 228, 5010109759488] stripe[1, 5017634340864] is not found in dev extent Chunk[256, 228, 5011183501312] stripe[1, 5018708082688] is not found in dev extent Chunk[256, 228, 5012257243136] stripe[1, 5019781824512] is not found in dev extent Chunk[256, 228, 5013330984960] stripe[1, 5020855566336] is not found in dev extent Chunk[256, 228, 5014404726784] stripe[1, 5021929308160] is not found in dev extent Chunk[256, 228, 5015478468608] stripe[1, 5023003049984] is not found in dev extent Chunk[256, 228, 5016552210432] stripe[1, 5024076791808] is not found in dev extent Chunk[256, 228, 5017625952256] stripe[1, 5025150533632] is not found in dev extent Chunk[256, 228, 5018699694080] stripe[1, 5026224275456] is not found in dev extent Chunk[256, 228, 5019773435904] stripe[1, 5027298017280] is not found in dev extent Chunk[256, 228, 5020847177728] stripe[1, 5028371759104] is not found in dev extent Chunk[256, 228, 5021920919552] stripe[1, 5029445500928] is not found in dev extent Chunk[256, 228, 5022994661376] stripe[1, 5030519242752] is not found in dev extent Chunk[256, 228, 5024068403200] stripe[1, 5031592984576] is not found in dev extent Chunk[256, 228, 5025142145024] stripe[1, 5032666726400] is not found in dev extent Chunk[256, 228, 5026215886848] stripe[1, 5033740468224] is not found in dev extent Chunk[256, 228, 5027289628672] stripe[1, 5034814210048] is not found in dev extent Chunk[256, 228, 5028363370496] stripe[1, 5035887951872] is not found in dev extent Chunk[256, 228, 5029437112320] stripe[1, 5036961693696] is not found in dev extent Chunk[256, 228, 5030510854144] stripe[1, 5038035435520] is not found in dev extent Chunk[256, 228, 5031584595968] stripe[1, 5039109177344] is not found in dev extent Chunk[256, 228, 5032658337792] stripe[1, 5040182919168] is not found in dev extent Chunk[256, 228, 5033732079616] stripe[1, 5041256660992] is not found in dev extent Chunk[256, 228, 5034805821440] stripe[1, 5042330402816] is not found in dev extent Chunk[256, 228, 5035879563264] stripe[1, 5043404144640] is not found in dev extent Chunk[256, 228, 5036953305088] stripe[1, 5044477886464] is not found in dev extent Chunk[256, 228, 5038027046912] stripe[1, 5045551628288] is not found in dev extent Chunk[256, 228, 5039100788736] stripe[1, 5046625370112] is not found in dev extent Chunk[256, 228, 5040174530560] stripe[1, 5047699111936] is not found in dev extent Chunk[256, 228, 5041248272384] stripe[1, 5048772853760] is not found in dev extent Chunk[256, 228, 5042322014208] stripe[1, 5049846595584] is not found in dev extent Chunk[256, 228, 5043395756032] stripe[1, 5050920337408] is not found in dev extent Chunk[256, 228, 5044469497856] stripe[1, 5051994079232] is not found in dev extent Chunk[256, 228, 5045543239680] stripe[1, 5053067821056] is not found in dev extent Chunk[256, 228, 5046616981504] stripe[1, 5054141562880] is not found in dev extent Chunk[256, 228, 5047690723328] stripe[1, 5055215304704] is not found in dev extent Chunk[256, 228, 5048764465152] stripe[1, 5056289046528] is not found in dev extent Chunk[256, 228, 5049838206976] stripe[1, 5057362788352] is not found in dev extent Chunk[256, 228, 5050911948800] stripe[1, 5058436530176] is not found in dev extent Chunk[256, 228, 5051985690624] stripe[1, 5059510272000] is not found in dev extent Chunk[256, 228, 5053059432448] stripe[1, 5060584013824] is not found in dev extent Chunk[256, 228, 5054133174272] stripe[1, 5061657755648] is not found in dev extent Chunk[256, 228, 5055206916096] stripe[1, 5062731497472] is not found in dev extent Chunk[256, 228, 5056280657920] stripe[1, 5063805239296] is not found in dev extent Chunk[256, 228, 5057354399744] stripe[1, 5064878981120] is not found in dev extent Chunk[256, 228, 5058428141568] stripe[1, 5065952722944] is not found in dev extent Chunk[256, 228, 5059501883392] stripe[1, 5067026464768] is not found in dev extent Chunk[256, 228, 5060575625216] stripe[1, 5068100206592] is not found in dev extent Chunk[256, 228, 5061649367040] stripe[1, 5069173948416] is not found in dev extent Chunk[256, 228, 5062723108864] stripe[1, 5070247690240] is not found in dev extent Chunk[256, 228, 5063796850688] stripe[1, 5071321432064] is not found in dev extent Chunk[256, 228, 5064870592512] stripe[1, 5072395173888] is not found in dev extent Chunk[256, 228, 5065944334336] stripe[1, 5073468915712] is not found in dev extent Chunk[256, 228, 5067018076160] stripe[1, 5074542657536] is not found in dev extent Chunk[256, 228, 5068091817984] stripe[1, 5075616399360] is not found in dev extent Chunk[256, 228, 5069165559808] stripe[1, 5076690141184] is not found in dev extent Chunk[256, 228, 5070239301632] stripe[1, 5077763883008] is not found in dev extent Chunk[256, 228, 5071313043456] stripe[1, 5078837624832] is not found in dev extent Chunk[256, 228, 5072386785280] stripe[1, 5079911366656] is not found in dev extent Chunk[256, 228, 5073460527104] stripe[1, 5080985108480] is not found in dev extent Chunk[256, 228, 5074534268928] stripe[1, 5082058850304] is not found in dev extent Chunk[256, 228, 5075608010752] stripe[1, 5083132592128] is not found in dev extent Chunk[256, 228, 5076681752576] stripe[1, 5084206333952] is not found in dev extent Chunk[256, 228, 5077755494400] stripe[1, 5085280075776] is not found in dev extent Chunk[256, 228, 5078829236224] stripe[1, 5086353817600] is not found in dev extent Chunk[256, 228, 5079902978048] stripe[1, 5087427559424] is not found in dev extent Chunk[256, 228, 5080976719872] stripe[1, 5088501301248] is not found in dev extent Chunk[256, 228, 5082050461696] stripe[1, 5089575043072] is not found in dev extent Chunk[256, 228, 5083124203520] stripe[1, 5090648784896] is not found in dev extent Chunk[256, 228, 5084197945344] stripe[1, 5091722526720] is not found in dev extent Chunk[256, 228, 7054514192384] stripe[1, 1995051106304] is not found in dev extent Chunk[256, 228, 7063104126976] stripe[1, 2003641040896] is not found in dev extent Chunk[256, 228, 7066325352448] stripe[1, 2006862266368] is not found in dev extent Chunk[256, 228, 7067399094272] stripe[1, 2007936008192] is not found in dev extent Chunk[256, 228, 7069546577920] stripe[1, 2010083491840] is not found in dev extent Chunk[256, 228, 7070620319744] stripe[1, 2011157233664] is not found in dev extent Chunk[256, 228, 7072767803392] stripe[1, 2013304717312] is not found in dev extent Chunk[256, 228, 7073841545216] stripe[1, 2014378459136] is not found in dev extent Chunk[256, 228, 7074915287040] stripe[1, 2015452200960] is not found in dev extent Chunk[256, 228, 7075989028864] stripe[1, 2016525942784] is not found in dev extent Chunk[256, 228, 7077062770688] stripe[1, 2017599684608] is not found in dev extent Chunk[256, 228, 7080283996160] stripe[1, 2020820910080] is not found in dev extent Chunk[256, 228, 7084578963456] stripe[1, 2025115877376] is not found in dev extent Chunk[256, 228, 7086726447104] stripe[1, 2027263361024] is not found in dev extent Chunk[256, 228, 7087800188928] stripe[1, 2028337102848] is not found in dev extent Chunk[256, 228, 7088873930752] stripe[1, 2029410844672] is not found in dev extent Chunk[256, 228, 7089947672576] stripe[1, 2030484586496] is not found in dev extent Chunk[256, 228, 7091021414400] stripe[1, 2031558328320] is not found in dev extent Chunk[256, 228, 7092095156224] stripe[1, 2032632070144] is not found in dev extent Chunk[256, 228, 7093168898048] stripe[1, 2033705811968] is not found in dev extent Chunk[256, 228, 7094242639872] stripe[1, 2034779553792] is not found in dev extent Chunk[256, 228, 7095316381696] stripe[1, 2035853295616] is not found in dev extent Chunk[256, 228, 7096390123520] stripe[1, 2036927037440] is not found in dev extent Chunk[256, 228, 7097463865344] stripe[1, 2038000779264] is not found in dev extent Chunk[256, 228, 7098537607168] stripe[1, 2039074521088] is not found in dev extent Chunk[256, 228, 7099611348992] stripe[1, 2040148262912] is not found in dev extent Chunk[256, 228, 7100685090816] stripe[1, 2041222004736] is not found in dev extent Chunk[256, 228, 7101758832640] stripe[1, 2042295746560] is not found in dev extent Chunk[256, 228, 7102832574464] stripe[1, 2043369488384] is not found in dev extent Chunk[256, 228, 7103906316288] stripe[1, 2044443230208] is not found in dev extent Chunk[256, 228, 7104980058112] stripe[1, 2045516972032] is not found in dev extent Chunk[256, 228, 7106053799936] stripe[1, 2046590713856] is not found in dev extent Chunk[256, 228, 7108201283584] stripe[1, 2048738197504] is not found in dev extent Chunk[256, 228, 7109275025408] stripe[1, 2049811939328] is not found in dev extent Chunk[256, 228, 7110348767232] stripe[1, 2050885681152] is not found in dev extent Chunk[256, 228, 7111422509056] stripe[1, 2051959422976] is not found in dev extent Chunk[256, 228, 7112496250880] stripe[1, 2053033164800] is not found in dev extent Chunk[256, 228, 7113569992704] stripe[1, 2054106906624] is not found in dev extent Chunk[256, 228, 7114643734528] stripe[1, 2055180648448] is not found in dev extent Chunk[256, 228, 7115717476352] stripe[1, 2056254390272] is not found in dev extent Chunk[256, 228, 7116791218176] stripe[1, 2057328132096] is not found in dev extent Chunk[256, 228, 7117864960000] stripe[1, 2058401873920] is not found in dev extent Chunk[256, 228, 7118938701824] stripe[1, 2059475615744] is not found in dev extent Chunk[256, 228, 7120012443648] stripe[1, 2060549357568] is not found in dev extent Chunk[256, 228, 7121086185472] stripe[1, 2061623099392] is not found in dev extent Chunk[256, 228, 7122159927296] stripe[1, 2062696841216] is not found in dev extent Chunk[256, 228, 7123233669120] stripe[1, 2063770583040] is not found in dev extent Chunk[256, 228, 7124307410944] stripe[1, 2064844324864] is not found in dev extent Chunk[256, 228, 7125381152768] stripe[1, 2065918066688] is not found in dev extent Chunk[256, 228, 7126454894592] stripe[1, 2066991808512] is not found in dev extent Chunk[256, 228, 7127528636416] stripe[1, 2068065550336] is not found in dev extent Chunk[256, 228, 7129676120064] stripe[1, 2070213033984] is not found in dev extent Chunk[256, 228, 7130749861888] stripe[1, 2071286775808] is not found in dev extent Chunk[256, 228, 7131823603712] stripe[1, 2072360517632] is not found in dev extent Chunk[256, 228, 7132897345536] stripe[1, 2073434259456] is not found in dev extent Chunk[256, 228, 7133971087360] stripe[1, 2074508001280] is not found in dev extent Chunk[256, 228, 7135044829184] stripe[1, 2075581743104] is not found in dev extent Chunk[256, 228, 7136118571008] stripe[1, 2076655484928] is not found in dev extent Chunk[256, 228, 7137192312832] stripe[1, 2077729226752] is not found in dev extent Chunk[256, 228, 7138266054656] stripe[1, 2078802968576] is not found in dev extent Chunk[256, 228, 7139339796480] stripe[1, 2079876710400] is not found in dev extent Chunk[256, 228, 7140413538304] stripe[1, 2080950452224] is not found in dev extent Chunk[256, 228, 7141487280128] stripe[1, 2082024194048] is not found in dev extent Chunk[256, 228, 7142561021952] stripe[1, 2083097935872] is not found in dev extent Chunk[256, 228, 7143634763776] stripe[1, 2084171677696] is not found in dev extent Chunk[256, 228, 7144708505600] stripe[1, 2085245419520] is not found in dev extent Chunk[256, 228, 7145782247424] stripe[1, 2086319161344] is not found in dev extent Chunk[256, 228, 7146855989248] stripe[1, 2087392903168] is not found in dev extent Chunk[256, 228, 7147929731072] stripe[1, 2088466644992] is not found in dev extent Chunk[256, 228, 7149003472896] stripe[1, 2089540386816] is not found in dev extent Chunk[256, 228, 7150077214720] stripe[1, 2090614128640] is not found in dev extent Chunk[256, 228, 7151150956544] stripe[1, 2091687870464] is not found in dev extent Chunk[256, 228, 7152224698368] stripe[1, 2092761612288] is not found in dev extent Chunk[256, 228, 7153298440192] stripe[1, 2093835354112] is not found in dev extent Chunk[256, 228, 7154372182016] stripe[1, 2094909095936] is not found in dev extent Chunk[256, 228, 7155445923840] stripe[1, 2095982837760] is not found in dev extent Chunk[256, 228, 7156519665664] stripe[1, 2097056579584] is not found in dev extent Chunk[256, 228, 7157593407488] stripe[1, 2098130321408] is not found in dev extent Chunk[256, 228, 7158667149312] stripe[1, 2099204063232] is not found in dev extent Chunk[256, 228, 7159740891136] stripe[1, 2100277805056] is not found in dev extent Chunk[256, 228, 7160814632960] stripe[1, 2101351546880] is not found in dev extent Chunk[256, 228, 7161888374784] stripe[1, 2102425288704] is not found in dev extent Chunk[256, 228, 7162962116608] stripe[1, 2103499030528] is not found in dev extent Chunk[256, 228, 7164035858432] stripe[1, 2104572772352] is not found in dev extent Chunk[256, 228, 7165109600256] stripe[1, 2105646514176] is not found in dev extent Chunk[256, 228, 7166183342080] stripe[1, 2106720256000] is not found in dev extent Chunk[256, 228, 7167257083904] stripe[1, 2107793997824] is not found in dev extent Chunk[256, 228, 7168330825728] stripe[1, 2108867739648] is not found in dev extent Chunk[256, 228, 7169404567552] stripe[1, 2109941481472] is not found in dev extent Chunk[256, 228, 7170478309376] stripe[1, 2111015223296] is not found in dev extent Chunk[256, 228, 7171552051200] stripe[1, 2112088965120] is not found in dev extent Chunk[256, 228, 7172625793024] stripe[1, 2113162706944] is not found in dev extent Chunk[256, 228, 7173699534848] stripe[1, 2114236448768] is not found in dev extent Chunk[256, 228, 7174773276672] stripe[1, 2115310190592] is not found in dev extent Chunk[256, 228, 7175847018496] stripe[1, 2116383932416] is not found in dev extent Chunk[256, 228, 7176920760320] stripe[1, 2117457674240] is not found in dev extent Chunk[256, 228, 7177994502144] stripe[1, 2118531416064] is not found in dev extent Chunk[256, 228, 7179068243968] stripe[1, 2119605157888] is not found in dev extent Chunk[256, 228, 7180141985792] stripe[1, 2120678899712] is not found in dev extent Chunk[256, 228, 7181215727616] stripe[1, 2121752641536] is not found in dev extent Chunk[256, 228, 7182289469440] stripe[1, 2122826383360] is not found in dev extent Chunk[256, 228, 7183363211264] stripe[1, 2123900125184] is not found in dev extent Chunk[256, 228, 7184436953088] stripe[1, 2124973867008] is not found in dev extent Chunk[256, 228, 7185510694912] stripe[1, 2126047608832] is not found in dev extent Chunk[256, 228, 7186584436736] stripe[1, 2127121350656] is not found in dev extent Chunk[256, 228, 7187658178560] stripe[1, 2128195092480] is not found in dev extent Chunk[256, 228, 7188731920384] stripe[1, 2129268834304] is not found in dev extent Chunk[256, 228, 7189805662208] stripe[1, 2130342576128] is not found in dev extent Chunk[256, 228, 7190879404032] stripe[1, 2131416317952] is not found in dev extent Chunk[256, 228, 7191953145856] stripe[1, 2132490059776] is not found in dev extent Chunk[256, 228, 7193026887680] stripe[1, 2133563801600] is not found in dev extent Chunk[256, 228, 7194100629504] stripe[1, 2134637543424] is not found in dev extent Chunk[256, 228, 7195174371328] stripe[1, 2135711285248] is not found in dev extent Chunk[256, 228, 7196248113152] stripe[1, 2136785027072] is not found in dev extent Chunk[256, 228, 7197321854976] stripe[1, 2137858768896] is not found in dev extent Chunk[256, 228, 7198395596800] stripe[1, 2138932510720] is not found in dev extent Chunk[256, 228, 7199469338624] stripe[1, 2140006252544] is not found in dev extent Chunk[256, 228, 7200543080448] stripe[1, 2141079994368] is not found in dev extent Chunk[256, 228, 7201616822272] stripe[1, 2142153736192] is not found in dev extent Chunk[256, 228, 7202690564096] stripe[1, 2143227478016] is not found in dev extent Chunk[256, 228, 7203764305920] stripe[1, 2144301219840] is not found in dev extent Chunk[256, 228, 7204838047744] stripe[1, 2145374961664] is not found in dev extent Chunk[256, 228, 7205911789568] stripe[1, 2146448703488] is not found in dev extent Chunk[256, 228, 7206985531392] stripe[1, 2147522445312] is not found in dev extent Chunk[256, 228, 7208059273216] stripe[1, 2148596187136] is not found in dev extent Chunk[256, 228, 7209133015040] stripe[1, 2149669928960] is not found in dev extent Chunk[256, 228, 7210206756864] stripe[1, 2150743670784] is not found in dev extent Chunk[256, 228, 7211280498688] stripe[1, 2151817412608] is not found in dev extent Chunk[256, 228, 7212354240512] stripe[1, 2152891154432] is not found in dev extent Chunk[256, 228, 7213427982336] stripe[1, 2153964896256] is not found in dev extent Chunk[256, 228, 7214501724160] stripe[1, 2155038638080] is not found in dev extent Chunk[256, 228, 7215575465984] stripe[1, 2156112379904] is not found in dev extent Chunk[256, 228, 7216649207808] stripe[1, 2157186121728] is not found in dev extent Chunk[256, 228, 7217722949632] stripe[1, 2158259863552] is not found in dev extent Chunk[256, 228, 7218796691456] stripe[1, 2159333605376] is not found in dev extent Chunk[256, 228, 7219870433280] stripe[1, 2160407347200] is not found in dev extent Chunk[256, 228, 7220944175104] stripe[1, 2161481089024] is not found in dev extent Chunk[256, 228, 7222017916928] stripe[1, 2162554830848] is not found in dev extent Chunk[256, 228, 7223091658752] stripe[1, 2163628572672] is not found in dev extent Chunk[256, 228, 7224165400576] stripe[1, 2164702314496] is not found in dev extent Chunk[256, 228, 7225239142400] stripe[1, 2165776056320] is not found in dev extent Chunk[256, 228, 7226312884224] stripe[1, 2166849798144] is not found in dev extent Chunk[256, 228, 7227386626048] stripe[1, 2167923539968] is not found in dev extent Chunk[256, 228, 7228460367872] stripe[1, 2168997281792] is not found in dev extent Chunk[256, 228, 7229534109696] stripe[1, 2170071023616] is not found in dev extent Chunk[256, 228, 7230607851520] stripe[1, 2171144765440] is not found in dev extent Chunk[256, 228, 7231681593344] stripe[1, 2172218507264] is not found in dev extent Chunk[256, 228, 7232755335168] stripe[1, 2173292249088] is not found in dev extent Chunk[256, 228, 7233829076992] stripe[1, 2174365990912] is not found in dev extent Chunk[256, 228, 7234902818816] stripe[1, 2175439732736] is not found in dev extent Chunk[256, 228, 7235976560640] stripe[1, 2176513474560] is not found in dev extent Chunk[256, 228, 7237050302464] stripe[1, 2177587216384] is not found in dev extent Chunk[256, 228, 7238124044288] stripe[1, 2178660958208] is not found in dev extent Chunk[256, 228, 7239197786112] stripe[1, 2179734700032] is not found in dev extent Chunk[256, 228, 7240271527936] stripe[1, 2180808441856] is not found in dev extent Chunk[256, 228, 7241345269760] stripe[1, 2181882183680] is not found in dev extent Chunk[256, 228, 7242419011584] stripe[1, 2182955925504] is not found in dev extent Chunk[256, 228, 7243492753408] stripe[1, 2184029667328] is not found in dev extent Chunk[256, 228, 7244566495232] stripe[1, 2185103409152] is not found in dev extent Chunk[256, 228, 7245640237056] stripe[1, 2186177150976] is not found in dev extent Chunk[256, 228, 7246713978880] stripe[1, 2187250892800] is not found in dev extent Chunk[256, 228, 7247787720704] stripe[1, 2188324634624] is not found in dev extent Chunk[256, 228, 7248861462528] stripe[1, 2189398376448] is not found in dev extent Chunk[256, 228, 7249935204352] stripe[1, 2190472118272] is not found in dev extent Chunk[256, 228, 7251008946176] stripe[1, 2191545860096] is not found in dev extent Chunk[256, 228, 7252082688000] stripe[1, 2192619601920] is not found in dev extent Chunk[256, 228, 7253156429824] stripe[1, 2193693343744] is not found in dev extent Chunk[256, 228, 7254230171648] stripe[1, 2194767085568] is not found in dev extent Chunk[256, 228, 7255303913472] stripe[1, 2195840827392] is not found in dev extent Chunk[256, 228, 7256377655296] stripe[1, 2196914569216] is not found in dev extent Chunk[256, 228, 7257451397120] stripe[1, 2197988311040] is not found in dev extent Chunk[256, 228, 7258525138944] stripe[1, 2199062052864] is not found in dev extent Chunk[256, 228, 7259598880768] stripe[1, 2200135794688] is not found in dev extent Chunk[256, 228, 7260672622592] stripe[1, 2201209536512] is not found in dev extent Chunk[256, 228, 7261746364416] stripe[1, 2202283278336] is not found in dev extent Chunk[256, 228, 7262820106240] stripe[1, 2203357020160] is not found in dev extent Chunk[256, 228, 7263893848064] stripe[1, 2204430761984] is not found in dev extent Chunk[256, 228, 7264967589888] stripe[1, 2205504503808] is not found in dev extent Chunk[256, 228, 7266041331712] stripe[1, 2206578245632] is not found in dev extent Chunk[256, 228, 7267115073536] stripe[1, 2207651987456] is not found in dev extent Chunk[256, 228, 7268188815360] stripe[1, 2208725729280] is not found in dev extent Chunk[256, 228, 7269262557184] stripe[1, 2209799471104] is not found in dev extent Chunk[256, 228, 7270336299008] stripe[1, 2210873212928] is not found in dev extent Chunk[256, 228, 7271410040832] stripe[1, 2211946954752] is not found in dev extent Chunk[256, 228, 7272483782656] stripe[1, 2213020696576] is not found in dev extent Chunk[256, 228, 7273557524480] stripe[1, 2214094438400] is not found in dev extent Chunk[256, 228, 7274631266304] stripe[1, 2215168180224] is not found in dev extent Chunk[256, 228, 7275705008128] stripe[1, 2216241922048] is not found in dev extent Chunk[256, 228, 7276778749952] stripe[1, 2217315663872] is not found in dev extent Chunk[256, 228, 7277852491776] stripe[1, 2218389405696] is not found in dev extent Chunk[256, 228, 7278926233600] stripe[1, 2219463147520] is not found in dev extent Chunk[256, 228, 7279999975424] stripe[1, 2220536889344] is not found in dev extent Chunk[256, 228, 7281073717248] stripe[1, 2221610631168] is not found in dev extent Chunk[256, 228, 7282147459072] stripe[1, 2222684372992] is not found in dev extent Chunk[256, 228, 7283221200896] stripe[1, 2223758114816] is not found in dev extent Chunk[256, 228, 7284294942720] stripe[1, 2224831856640] is not found in dev extent Chunk[256, 228, 7285368684544] stripe[1, 2225905598464] is not found in dev extent Chunk[256, 228, 7286442426368] stripe[1, 2226979340288] is not found in dev extent Chunk[256, 228, 7287516168192] stripe[1, 2228053082112] is not found in dev extent Chunk[256, 228, 7288589910016] stripe[1, 2229126823936] is not found in dev extent Chunk[256, 228, 7289663651840] stripe[1, 2230200565760] is not found in dev extent Chunk[256, 228, 7290737393664] stripe[1, 2231274307584] is not found in dev extent Chunk[256, 228, 7291811135488] stripe[1, 2232348049408] is not found in dev extent Chunk[256, 228, 7292884877312] stripe[1, 2233421791232] is not found in dev extent Chunk[256, 228, 7293958619136] stripe[1, 2234495533056] is not found in dev extent Chunk[256, 228, 7295032360960] stripe[1, 2235569274880] is not found in dev extent Chunk[256, 228, 7296106102784] stripe[1, 2236643016704] is not found in dev extent Chunk[256, 228, 7297179844608] stripe[1, 2237716758528] is not found in dev extent Chunk[256, 228, 7298253586432] stripe[1, 2238790500352] is not found in dev extent Chunk[256, 228, 7299327328256] stripe[1, 2239864242176] is not found in dev extent Chunk[256, 228, 7300401070080] stripe[1, 2240937984000] is not found in dev extent Chunk[256, 228, 7301474811904] stripe[1, 2242011725824] is not found in dev extent Chunk[256, 228, 7302548553728] stripe[1, 2243085467648] is not found in dev extent Chunk[256, 228, 7303622295552] stripe[1, 2244159209472] is not found in dev extent Chunk[256, 228, 7304696037376] stripe[1, 2245232951296] is not found in dev extent Chunk[256, 228, 7305769779200] stripe[1, 2246306693120] is not found in dev extent Chunk[256, 228, 7306843521024] stripe[1, 2247380434944] is not found in dev extent Chunk[256, 228, 7307917262848] stripe[1, 2248454176768] is not found in dev extent Chunk[256, 228, 7308991004672] stripe[1, 2249527918592] is not found in dev extent Chunk[256, 228, 7310064746496] stripe[1, 2250601660416] is not found in dev extent Chunk[256, 228, 7311138488320] stripe[1, 2251675402240] is not found in dev extent Chunk[256, 228, 7312212230144] stripe[1, 2252749144064] is not found in dev extent Chunk[256, 228, 7313285971968] stripe[1, 2253822885888] is not found in dev extent Chunk[256, 228, 7314359713792] stripe[1, 2254896627712] is not found in dev extent Chunk[256, 228, 7315433455616] stripe[1, 2255970369536] is not found in dev extent Chunk[256, 228, 7316507197440] stripe[1, 2257044111360] is not found in dev extent Chunk[256, 228, 7317580939264] stripe[1, 2258117853184] is not found in dev extent Chunk[256, 228, 7318654681088] stripe[1, 2259191595008] is not found in dev extent Chunk[256, 228, 7319728422912] stripe[1, 2260265336832] is not found in dev extent Chunk[256, 228, 7320802164736] stripe[1, 2261339078656] is not found in dev extent Chunk[256, 228, 7321875906560] stripe[1, 2262412820480] is not found in dev extent Chunk[256, 228, 7322949648384] stripe[1, 2263486562304] is not found in dev extent Chunk[256, 228, 7325097132032] stripe[1, 2265634045952] is not found in dev extent Chunk[256, 228, 7326170873856] stripe[1, 2266707787776] is not found in dev extent Chunk[256, 228, 7327244615680] stripe[1, 2267781529600] is not found in dev extent Chunk[256, 228, 7328318357504] stripe[1, 2268855271424] is not found in dev extent Chunk[256, 228, 7329392099328] stripe[1, 2269929013248] is not found in dev extent Chunk[256, 228, 7330465841152] stripe[1, 2271002755072] is not found in dev extent Chunk[256, 228, 7331539582976] stripe[1, 2272076496896] is not found in dev extent Chunk[256, 228, 7332613324800] stripe[1, 2273150238720] is not found in dev extent Chunk[256, 228, 7333687066624] stripe[1, 2274223980544] is not found in dev extent Chunk[256, 228, 7334760808448] stripe[1, 2275297722368] is not found in dev extent Chunk[256, 228, 7335834550272] stripe[1, 2276371464192] is not found in dev extent Chunk[256, 228, 7336908292096] stripe[1, 2277445206016] is not found in dev extent Chunk[256, 228, 7339055775744] stripe[1, 2279592689664] is not found in dev extent Chunk[256, 228, 7340129517568] stripe[1, 2280666431488] is not found in dev extent Chunk[256, 228, 7341203259392] stripe[1, 2281740173312] is not found in dev extent Chunk[256, 228, 7342277001216] stripe[1, 2282813915136] is not found in dev extent Chunk[256, 228, 7343350743040] stripe[1, 2283887656960] is not found in dev extent Chunk[256, 228, 7344424484864] stripe[1, 2284961398784] is not found in dev extent Chunk[256, 228, 7345498226688] stripe[1, 2286035140608] is not found in dev extent Chunk[256, 228, 7346571968512] stripe[1, 2287108882432] is not found in dev extent Chunk[256, 228, 7348719452160] stripe[1, 2289256366080] is not found in dev extent Chunk[256, 228, 7349793193984] stripe[1, 2290330107904] is not found in dev extent Chunk[256, 228, 7350866935808] stripe[1, 2291403849728] is not found in dev extent Chunk[256, 228, 7351940677632] stripe[1, 2292477591552] is not found in dev extent Chunk[256, 228, 7353014419456] stripe[1, 2293551333376] is not found in dev extent Chunk[256, 228, 7354088161280] stripe[1, 2294625075200] is not found in dev extent Chunk[256, 228, 7355161903104] stripe[1, 2295698817024] is not found in dev extent Chunk[256, 228, 7357309386752] stripe[1, 2297846300672] is not found in dev extent Chunk[256, 228, 7358383128576] stripe[1, 2298920042496] is not found in dev extent Chunk[256, 228, 7359456870400] stripe[1, 2299993784320] is not found in dev extent Chunk[256, 228, 7360530612224] stripe[1, 2301067526144] is not found in dev extent Chunk[256, 228, 7361604354048] stripe[1, 2302141267968] is not found in dev extent Chunk[256, 228, 7362678095872] stripe[1, 2303215009792] is not found in dev extent Chunk[256, 228, 7363751837696] stripe[1, 2304288751616] is not found in dev extent Chunk[256, 228, 7364825579520] stripe[1, 2305362493440] is not found in dev extent Chunk[256, 228, 7365899321344] stripe[1, 2306436235264] is not found in dev extent Chunk[256, 228, 7366973063168] stripe[1, 2307509977088] is not found in dev extent Chunk[256, 228, 7368046804992] stripe[1, 2308583718912] is not found in dev extent Chunk[256, 228, 7370194288640] stripe[1, 2310731202560] is not found in dev extent Chunk[256, 228, 7371268030464] stripe[1, 2311804944384] is not found in dev extent Chunk[256, 228, 7372341772288] stripe[1, 2312878686208] is not found in dev extent Chunk[256, 228, 7373415514112] stripe[1, 2313952428032] is not found in dev extent Chunk[256, 228, 7374489255936] stripe[1, 2315026169856] is not found in dev extent Chunk[256, 228, 7375562997760] stripe[1, 2316099911680] is not found in dev extent Chunk[256, 228, 7376636739584] stripe[1, 2317173653504] is not found in dev extent Chunk[256, 228, 7377710481408] stripe[1, 2318247395328] is not found in dev extent Chunk[256, 228, 7378784223232] stripe[1, 2319321137152] is not found in dev extent Chunk[256, 228, 7379857965056] stripe[1, 2320394878976] is not found in dev extent Chunk[256, 228, 7383079190528] stripe[1, 2323616104448] is not found in dev extent Chunk[256, 228, 7384152932352] stripe[1, 2324689846272] is not found in dev extent Chunk[256, 228, 7386300416000] stripe[1, 2326837329920] is not found in dev extent Chunk[256, 228, 7387374157824] stripe[1, 2327911071744] is not found in dev extent Chunk[256, 228, 7388447899648] stripe[1, 2328984813568] is not found in dev extent Chunk[256, 228, 7390595383296] stripe[1, 2331132297216] is not found in dev extent Chunk[256, 228, 7391669125120] stripe[1, 2332206039040] is not found in dev extent Chunk[256, 228, 7393816608768] stripe[1, 2334353522688] is not found in dev extent Chunk[256, 228, 7394890350592] stripe[1, 2335427264512] is not found in dev extent Chunk[256, 228, 7395964092416] stripe[1, 2336501006336] is not found in dev extent Chunk[256, 228, 7398111576064] stripe[1, 2338648489984] is not found in dev extent Chunk[256, 228, 7399185317888] stripe[1, 2339722231808] is not found in dev extent Chunk[256, 228, 7400259059712] stripe[1, 2340795973632] is not found in dev extent Chunk[256, 228, 7401332801536] stripe[1, 2341869715456] is not found in dev extent Chunk[256, 228, 7402406543360] stripe[1, 2342943457280] is not found in dev extent Chunk[256, 228, 7403480285184] stripe[1, 2344017199104] is not found in dev extent Chunk[256, 228, 7405627768832] stripe[1, 2346164682752] is not found in dev extent Chunk[256, 228, 7406701510656] stripe[1, 2347238424576] is not found in dev extent Chunk[256, 228, 7409922736128] stripe[1, 2350459650048] is not found in dev extent Chunk[256, 228, 7412070219776] stripe[1, 2352607133696] is not found in dev extent Chunk[256, 228, 7413143961600] stripe[1, 2353680875520] is not found in dev extent Chunk[256, 228, 7414217703424] stripe[1, 2354754617344] is not found in dev extent Chunk[256, 228, 7415291445248] stripe[1, 2355828359168] is not found in dev extent Chunk[256, 228, 7416365187072] stripe[1, 2356902100992] is not found in dev extent Chunk[256, 228, 7417438928896] stripe[1, 2357975842816] is not found in dev extent Chunk[256, 228, 7418512670720] stripe[1, 2359049584640] is not found in dev extent Chunk[256, 228, 7419586412544] stripe[1, 2360123326464] is not found in dev extent Chunk[256, 228, 7420660154368] stripe[1, 2361197068288] is not found in dev extent Chunk[256, 228, 7421733896192] stripe[1, 2362270810112] is not found in dev extent Chunk[256, 228, 7422807638016] stripe[1, 2363344551936] is not found in dev extent Chunk[256, 228, 7424955121664] stripe[1, 2365492035584] is not found in dev extent Chunk[256, 228, 7426028863488] stripe[1, 2366565777408] is not found in dev extent Chunk[256, 228, 7427102605312] stripe[1, 2367639519232] is not found in dev extent Chunk[256, 228, 7430323830784] stripe[1, 2370860744704] is not found in dev extent Chunk[256, 228, 7431397572608] stripe[1, 2371934486528] is not found in dev extent Chunk[256, 228, 7432471314432] stripe[1, 2373008228352] is not found in dev extent Chunk[256, 228, 7433545056256] stripe[1, 2374081970176] is not found in dev extent Chunk[256, 228, 7434618798080] stripe[1, 2375155712000] is not found in dev extent Chunk[256, 228, 7435692539904] stripe[1, 2376229453824] is not found in dev extent Chunk[256, 228, 7436766281728] stripe[1, 2377303195648] is not found in dev extent Chunk[256, 228, 7439987507200] stripe[1, 2380524421120] is not found in dev extent Chunk[256, 228, 7441061249024] stripe[1, 2381598162944] is not found in dev extent Chunk[256, 228, 7442134990848] stripe[1, 2382671904768] is not found in dev extent Chunk[256, 228, 7443208732672] stripe[1, 2383745646592] is not found in dev extent Chunk[256, 228, 7444282474496] stripe[1, 2384819388416] is not found in dev extent Chunk[256, 228, 7446429958144] stripe[1, 2386966872064] is not found in dev extent Chunk[256, 228, 7448577441792] stripe[1, 2389114355712] is not found in dev extent Chunk[256, 228, 7449651183616] stripe[1, 2390188097536] is not found in dev extent Chunk[256, 228, 7451798667264] stripe[1, 2392335581184] is not found in dev extent Chunk[256, 228, 7452872409088] stripe[1, 2393409323008] is not found in dev extent Chunk[256, 228, 7453946150912] stripe[1, 2394483064832] is not found in dev extent Chunk[256, 228, 7455019892736] stripe[1, 2395556806656] is not found in dev extent Chunk[256, 228, 7456093634560] stripe[1, 2396630548480] is not found in dev extent Chunk[256, 228, 7457167376384] stripe[1, 2397704290304] is not found in dev extent Chunk[256, 228, 7459314860032] stripe[1, 2399851773952] is not found in dev extent Chunk[256, 228, 7460388601856] stripe[1, 2400925515776] is not found in dev extent Chunk[256, 228, 7462536085504] stripe[1, 2403072999424] is not found in dev extent Chunk[256, 228, 7464683569152] stripe[1, 2405220483072] is not found in dev extent Chunk[256, 228, 7465757310976] stripe[1, 2406294224896] is not found in dev extent Chunk[256, 228, 7466831052800] stripe[1, 2407367966720] is not found in dev extent Chunk[256, 228, 7467904794624] stripe[1, 2408441708544] is not found in dev extent Chunk[256, 228, 7468978536448] stripe[1, 2409515450368] is not found in dev extent Chunk[256, 228, 7470052278272] stripe[1, 2410589192192] is not found in dev extent Chunk[256, 228, 7471126020096] stripe[1, 2411662934016] is not found in dev extent Chunk[256, 228, 7472199761920] stripe[1, 2412736675840] is not found in dev extent Chunk[256, 228, 7474347245568] stripe[1, 2414884159488] is not found in dev extent Chunk[256, 228, 7475420987392] stripe[1, 2415957901312] is not found in dev extent Chunk[256, 228, 7476494729216] stripe[1, 2417031643136] is not found in dev extent Chunk[256, 228, 7478642212864] stripe[1, 2419179126784] is not found in dev extent Chunk[256, 228, 7479715954688] stripe[1, 2420252868608] is not found in dev extent Chunk[256, 228, 7480789696512] stripe[1, 2421326610432] is not found in dev extent Chunk[256, 228, 7481863438336] stripe[1, 2422400352256] is not found in dev extent Chunk[256, 228, 7482937180160] stripe[1, 2423474094080] is not found in dev extent Chunk[256, 228, 7485084663808] stripe[1, 2425621577728] is not found in dev extent Chunk[256, 228, 7487232147456] stripe[1, 2427769061376] is not found in dev extent Chunk[256, 228, 7488305889280] stripe[1, 2428842803200] is not found in dev extent Chunk[256, 228, 7489379631104] stripe[1, 2429916545024] is not found in dev extent Chunk[256, 228, 7490453372928] stripe[1, 2430990286848] is not found in dev extent Chunk[256, 228, 7491527114752] stripe[1, 2432064028672] is not found in dev extent Chunk[256, 228, 7492600856576] stripe[1, 2433137770496] is not found in dev extent Chunk[256, 228, 7493674598400] stripe[1, 2434211512320] is not found in dev extent Chunk[256, 228, 7494748340224] stripe[1, 2435285254144] is not found in dev extent Chunk[256, 228, 7495822082048] stripe[1, 2436358995968] is not found in dev extent Chunk[256, 228, 7496895823872] stripe[1, 2437432737792] is not found in dev extent Chunk[256, 228, 7499043307520] stripe[1, 2439580221440] is not found in dev extent Chunk[256, 228, 7500117049344] stripe[1, 2440653963264] is not found in dev extent Chunk[256, 228, 7501190791168] stripe[1, 2441727705088] is not found in dev extent Chunk[256, 228, 7502264532992] stripe[1, 2442801446912] is not found in dev extent Chunk[256, 228, 7504412016640] stripe[1, 2444948930560] is not found in dev extent Chunk[256, 228, 7505485758464] stripe[1, 2446022672384] is not found in dev extent Chunk[256, 228, 7507633242112] stripe[1, 2448170156032] is not found in dev extent Chunk[256, 228, 7509780725760] stripe[1, 2450317639680] is not found in dev extent Chunk[256, 228, 7510854467584] stripe[1, 2451391381504] is not found in dev extent Chunk[256, 228, 7511928209408] stripe[1, 2452465123328] is not found in dev extent Chunk[256, 228, 7514075693056] stripe[1, 2454612606976] is not found in dev extent Chunk[256, 228, 7517296918528] stripe[1, 2457833832448] is not found in dev extent Chunk[256, 228, 7518370660352] stripe[1, 2458907574272] is not found in dev extent Chunk[256, 228, 7519444402176] stripe[1, 2459981316096] is not found in dev extent Chunk[256, 228, 7520518144000] stripe[1, 2461055057920] is not found in dev extent Chunk[256, 228, 7521591885824] stripe[1, 2462128799744] is not found in dev extent Chunk[256, 228, 7522665627648] stripe[1, 2463202541568] is not found in dev extent Chunk[256, 228, 7524813111296] stripe[1, 2465350025216] is not found in dev extent Chunk[256, 228, 7525886853120] stripe[1, 2466423767040] is not found in dev extent Chunk[256, 228, 7526960594944] stripe[1, 2467497508864] is not found in dev extent Chunk[256, 228, 7530181820416] stripe[1, 2470718734336] is not found in dev extent Chunk[256, 228, 7532329304064] stripe[1, 2472866217984] is not found in dev extent Chunk[256, 228, 7533403045888] stripe[1, 2473939959808] is not found in dev extent Chunk[256, 228, 7534476787712] stripe[1, 2475013701632] is not found in dev extent Chunk[256, 228, 7535550529536] stripe[1, 2476087443456] is not found in dev extent Chunk[256, 228, 7536624271360] stripe[1, 2477161185280] is not found in dev extent Chunk[256, 228, 7537698013184] stripe[1, 2478234927104] is not found in dev extent Chunk[256, 228, 7538771755008] stripe[1, 2479308668928] is not found in dev extent Chunk[256, 228, 7539845496832] stripe[1, 2480382410752] is not found in dev extent Chunk[256, 228, 7540919238656] stripe[1, 2481456152576] is not found in dev extent Chunk[256, 228, 7541992980480] stripe[1, 2482529894400] is not found in dev extent Chunk[256, 228, 7545214205952] stripe[1, 2485751119872] is not found in dev extent Chunk[256, 228, 7546287947776] stripe[1, 2486824861696] is not found in dev extent Chunk[256, 228, 7547361689600] stripe[1, 2487898603520] is not found in dev extent Chunk[256, 228, 7550582915072] stripe[1, 2491119828992] is not found in dev extent Chunk[256, 228, 7551656656896] stripe[1, 2492193570816] is not found in dev extent Chunk[256, 228, 7553804140544] stripe[1, 2494341054464] is not found in dev extent Chunk[256, 228, 7554877882368] stripe[1, 2495414796288] is not found in dev extent Chunk[256, 228, 7559172849664] stripe[1, 2499709763584] is not found in dev extent Chunk[256, 228, 7560246591488] stripe[1, 2500783505408] is not found in dev extent Chunk[256, 228, 7561320333312] stripe[1, 2501857247232] is not found in dev extent Chunk[256, 228, 7562394075136] stripe[1, 2502930989056] is not found in dev extent Chunk[256, 228, 7565615300608] stripe[1, 2506152214528] is not found in dev extent Chunk[256, 228, 7568836526080] stripe[1, 2509373440000] is not found in dev extent Chunk[256, 228, 7569910267904] stripe[1, 2510447181824] is not found in dev extent Chunk[256, 228, 7570984009728] stripe[1, 2511520923648] is not found in dev extent Chunk[256, 228, 7572057751552] stripe[1, 2512594665472] is not found in dev extent Chunk[256, 228, 7573131493376] stripe[1, 2513668407296] is not found in dev extent Chunk[256, 228, 7574205235200] stripe[1, 2514742149120] is not found in dev extent Chunk[256, 228, 7575278977024] stripe[1, 2515815890944] is not found in dev extent Chunk[256, 228, 7578500202496] stripe[1, 2519037116416] is not found in dev extent Chunk[256, 228, 7579573944320] stripe[1, 2520110858240] is not found in dev extent Chunk[256, 228, 7582795169792] stripe[1, 2523332083712] is not found in dev extent Chunk[256, 228, 7583868911616] stripe[1, 2524405825536] is not found in dev extent Chunk[256, 228, 7586016395264] stripe[1, 2526553309184] is not found in dev extent Chunk[256, 228, 7587090137088] stripe[1, 2527627051008] is not found in dev extent Chunk[256, 228, 7588163878912] stripe[1, 2528700792832] is not found in dev extent Chunk[256, 228, 7589237620736] stripe[1, 2529774534656] is not found in dev extent Chunk[256, 228, 7590311362560] stripe[1, 2530848276480] is not found in dev extent Chunk[256, 228, 7591385104384] stripe[1, 2531922018304] is not found in dev extent Chunk[256, 228, 7592458846208] stripe[1, 2532995760128] is not found in dev extent Chunk[256, 228, 7595680071680] stripe[1, 2536216985600] is not found in dev extent Chunk[256, 228, 7598901297152] stripe[1, 2539438211072] is not found in dev extent Chunk[256, 228, 7599975038976] stripe[1, 2540511952896] is not found in dev extent Chunk[256, 228, 7603196264448] stripe[1, 2543733178368] is not found in dev extent Chunk[256, 228, 7604270006272] stripe[1, 2544806920192] is not found in dev extent Chunk[256, 228, 7605343748096] stripe[1, 2545880662016] is not found in dev extent Chunk[256, 228, 7606417489920] stripe[1, 2546954403840] is not found in dev extent Chunk[256, 228, 7607491231744] stripe[1, 2548028145664] is not found in dev extent Chunk[256, 228, 7608564973568] stripe[1, 2549101887488] is not found in dev extent Chunk[256, 228, 7610712457216] stripe[1, 2551249371136] is not found in dev extent Chunk[256, 228, 7613933682688] stripe[1, 2554470596608] is not found in dev extent Chunk[256, 228, 7615007424512] stripe[1, 2555544338432] is not found in dev extent Chunk[256, 228, 7617154908160] stripe[1, 2557691822080] is not found in dev extent Chunk[256, 228, 7618228649984] stripe[1, 2558765563904] is not found in dev extent Chunk[256, 228, 7619302391808] stripe[1, 2559839305728] is not found in dev extent Chunk[256, 228, 7620376133632] stripe[1, 2560913047552] is not found in dev extent Chunk[256, 228, 7621449875456] stripe[1, 2561986789376] is not found in dev extent Chunk[256, 228, 7623597359104] stripe[1, 2564134273024] is not found in dev extent Chunk[256, 228, 7624671100928] stripe[1, 2565208014848] is not found in dev extent Chunk[256, 228, 7627892326400] stripe[1, 2568429240320] is not found in dev extent Chunk[256, 228, 7632187293696] stripe[1, 2572724207616] is not found in dev extent Chunk[256, 228, 7633261035520] stripe[1, 2573797949440] is not found in dev extent Chunk[256, 228, 7634334777344] stripe[1, 2574871691264] is not found in dev extent Chunk[256, 228, 7635408519168] stripe[1, 2575945433088] is not found in dev extent Chunk[256, 228, 7636482260992] stripe[1, 2577019174912] is not found in dev extent Chunk[256, 228, 7637556002816] stripe[1, 2578092916736] is not found in dev extent Chunk[256, 228, 7638629744640] stripe[1, 2579166658560] is not found in dev extent Chunk[256, 228, 7639703486464] stripe[1, 2580240400384] is not found in dev extent Chunk[256, 228, 7641850970112] stripe[1, 2582387884032] is not found in dev extent Chunk[256, 228, 7642924711936] stripe[1, 2583461625856] is not found in dev extent Chunk[256, 228, 7643998453760] stripe[1, 2584535367680] is not found in dev extent Chunk[256, 228, 7645072195584] stripe[1, 2585609109504] is not found in dev extent Chunk[256, 228, 7646145937408] stripe[1, 2586682851328] is not found in dev extent Chunk[256, 228, 7649367162880] stripe[1, 2589904076800] is not found in dev extent Chunk[256, 228, 7652588388352] stripe[1, 2593125302272] is not found in dev extent Chunk[256, 228, 7655809613824] stripe[1, 2596346527744] is not found in dev extent Chunk[256, 228, 7656883355648] stripe[1, 2597420269568] is not found in dev extent Chunk[256, 228, 7657957097472] stripe[1, 2598494011392] is not found in dev extent Chunk[256, 228, 7659030839296] stripe[1, 2599567753216] is not found in dev extent Chunk[256, 228, 7660104581120] stripe[1, 2600641495040] is not found in dev extent Chunk[256, 228, 7661178322944] stripe[1, 2601715236864] is not found in dev extent Chunk[256, 228, 7662252064768] stripe[1, 2602788978688] is not found in dev extent Chunk[256, 228, 7663325806592] stripe[1, 2603862720512] is not found in dev extent Chunk[256, 228, 7665473290240] stripe[1, 2606010204160] is not found in dev extent Chunk[256, 228, 7666547032064] stripe[1, 2607083945984] is not found in dev extent Chunk[256, 228, 7667620773888] stripe[1, 2608157687808] is not found in dev extent Chunk[256, 228, 7668694515712] stripe[1, 2609231429632] is not found in dev extent Chunk[256, 228, 7669768257536] stripe[1, 2610305171456] is not found in dev extent Chunk[256, 228, 7670841999360] stripe[1, 2611378913280] is not found in dev extent Chunk[256, 228, 7671915741184] stripe[1, 2612452655104] is not found in dev extent Chunk[256, 228, 7672989483008] stripe[1, 2613526396928] is not found in dev extent Chunk[256, 228, 7674063224832] stripe[1, 2614600138752] is not found in dev extent Chunk[256, 228, 7675136966656] stripe[1, 2615673880576] is not found in dev extent Chunk[256, 228, 7677284450304] stripe[1, 2617821364224] is not found in dev extent Chunk[256, 228, 7678358192128] stripe[1, 2618895106048] is not found in dev extent Chunk[256, 228, 7679431933952] stripe[1, 2619968847872] is not found in dev extent Chunk[256, 228, 7680505675776] stripe[1, 2621042589696] is not found in dev extent Chunk[256, 228, 7684800643072] stripe[1, 2625337556992] is not found in dev extent Chunk[256, 228, 7685874384896] stripe[1, 2626411298816] is not found in dev extent Chunk[256, 228, 7686948126720] stripe[1, 2627485040640] is not found in dev extent Chunk[256, 228, 7688021868544] stripe[1, 2628558782464] is not found in dev extent Chunk[256, 228, 7689095610368] stripe[1, 2629632524288] is not found in dev extent Chunk[256, 228, 7690169352192] stripe[1, 2630706266112] is not found in dev extent Chunk[256, 228, 7691243094016] stripe[1, 2631780007936] is not found in dev extent Chunk[256, 228, 7692316835840] stripe[1, 2632853749760] is not found in dev extent Chunk[256, 228, 7693390577664] stripe[1, 2633927491584] is not found in dev extent Chunk[256, 228, 7694464319488] stripe[1, 2635001233408] is not found in dev extent Chunk[256, 228, 7695538061312] stripe[1, 2636074975232] is not found in dev extent Chunk[256, 228, 7696611803136] stripe[1, 2637148717056] is not found in dev extent Chunk[256, 228, 7697685544960] stripe[1, 2638222458880] is not found in dev extent Chunk[256, 228, 7698759286784] stripe[1, 2639296200704] is not found in dev extent Chunk[256, 228, 7699833028608] stripe[1, 2640369942528] is not found in dev extent Chunk[256, 228, 7700906770432] stripe[1, 2641443684352] is not found in dev extent Chunk[256, 228, 7701980512256] stripe[1, 2642517426176] is not found in dev extent Chunk[256, 228, 7703054254080] stripe[1, 2643591168000] is not found in dev extent Chunk[256, 228, 7704127995904] stripe[1, 2644664909824] is not found in dev extent Chunk[256, 228, 7705201737728] stripe[1, 2645738651648] is not found in dev extent Chunk[256, 228, 7706275479552] stripe[1, 2646812393472] is not found in dev extent Chunk[256, 228, 7707349221376] stripe[1, 2647886135296] is not found in dev extent Chunk[256, 228, 7708422963200] stripe[1, 2648959877120] is not found in dev extent Chunk[256, 228, 7709496705024] stripe[1, 2650033618944] is not found in dev extent Chunk[256, 228, 7710570446848] stripe[1, 2651107360768] is not found in dev extent Chunk[256, 228, 7712717930496] stripe[1, 2653254844416] is not found in dev extent Chunk[256, 228, 7713791672320] stripe[1, 2654328586240] is not found in dev extent Chunk[256, 228, 7714865414144] stripe[1, 2655402328064] is not found in dev extent Chunk[256, 228, 7715939155968] stripe[1, 2656476069888] is not found in dev extent Chunk[256, 228, 7719160381440] stripe[1, 2659697295360] is not found in dev extent Chunk[256, 228, 7721307865088] stripe[1, 2661844779008] is not found in dev extent Chunk[256, 228, 7723455348736] stripe[1, 2663992262656] is not found in dev extent Chunk[256, 228, 7726676574208] stripe[1, 2667213488128] is not found in dev extent Chunk[256, 228, 7728824057856] stripe[1, 2669360971776] is not found in dev extent Chunk[256, 228, 7732045283328] stripe[1, 2672582197248] is not found in dev extent Chunk[256, 228, 7733119025152] stripe[1, 2673655939072] is not found in dev extent Chunk[256, 228, 7737413992448] stripe[1, 2677950906368] is not found in dev extent Chunk[256, 228, 7741708959744] stripe[1, 2682245873664] is not found in dev extent Chunk[256, 228, 7742782701568] stripe[1, 2683319615488] is not found in dev extent Chunk[256, 228, 7747077668864] stripe[1, 2687614582784] is not found in dev extent Chunk[256, 228, 7748151410688] stripe[1, 2688688324608] is not found in dev extent Chunk[256, 228, 7751372636160] stripe[1, 2691909550080] is not found in dev extent Chunk[256, 228, 7752446377984] stripe[1, 2692983291904] is not found in dev extent Chunk[256, 228, 7753520119808] stripe[1, 2694057033728] is not found in dev extent Chunk[256, 228, 7754593861632] stripe[1, 2695130775552] is not found in dev extent Chunk[256, 228, 7755667603456] stripe[1, 2696204517376] is not found in dev extent Chunk[256, 228, 7756741345280] stripe[1, 2697278259200] is not found in dev extent Chunk[256, 228, 7757815087104] stripe[1, 2698352001024] is not found in dev extent Chunk[256, 228, 7758888828928] stripe[1, 2699425742848] is not found in dev extent Chunk[256, 228, 7759962570752] stripe[1, 2700499484672] is not found in dev extent Chunk[256, 228, 7761036312576] stripe[1, 2701573226496] is not found in dev extent Chunk[256, 228, 7762110054400] stripe[1, 2702646968320] is not found in dev extent Chunk[256, 228, 7763183796224] stripe[1, 2703720710144] is not found in dev extent Chunk[256, 228, 7764257538048] stripe[1, 2704794451968] is not found in dev extent Chunk[256, 228, 7765331279872] stripe[1, 2705868193792] is not found in dev extent Chunk[256, 228, 7766405021696] stripe[1, 2706941935616] is not found in dev extent Chunk[256, 228, 7767478763520] stripe[1, 2708015677440] is not found in dev extent Chunk[256, 228, 7768552505344] stripe[1, 2709089419264] is not found in dev extent Chunk[256, 228, 7769626247168] stripe[1, 2710163161088] is not found in dev extent Chunk[256, 228, 7770699988992] stripe[1, 2711236902912] is not found in dev extent Chunk[256, 228, 7771773730816] stripe[1, 2712310644736] is not found in dev extent Chunk[256, 228, 7772847472640] stripe[1, 2713384386560] is not found in dev extent Chunk[256, 228, 7773921214464] stripe[1, 2714458128384] is not found in dev extent Chunk[256, 228, 7774994956288] stripe[1, 2715531870208] is not found in dev extent Chunk[256, 228, 7776068698112] stripe[1, 2716605612032] is not found in dev extent Chunk[256, 228, 7777142439936] stripe[1, 2717679353856] is not found in dev extent Chunk[256, 228, 7778216181760] stripe[1, 2718753095680] is not found in dev extent Chunk[256, 228, 7779289923584] stripe[1, 2719826837504] is not found in dev extent Chunk[256, 228, 7780363665408] stripe[1, 2720900579328] is not found in dev extent Chunk[256, 228, 7781437407232] stripe[1, 2721974321152] is not found in dev extent Chunk[256, 228, 7782511149056] stripe[1, 2723048062976] is not found in dev extent Chunk[256, 228, 7783584890880] stripe[1, 2724121804800] is not found in dev extent Chunk[256, 228, 7784658632704] stripe[1, 2725195546624] is not found in dev extent Chunk[256, 228, 7785732374528] stripe[1, 2726269288448] is not found in dev extent Chunk[256, 228, 7786806116352] stripe[1, 2727343030272] is not found in dev extent Chunk[256, 228, 7787879858176] stripe[1, 2728416772096] is not found in dev extent Chunk[256, 228, 7788953600000] stripe[1, 2729490513920] is not found in dev extent Chunk[256, 228, 7790027341824] stripe[1, 2730564255744] is not found in dev extent Chunk[256, 228, 7791101083648] stripe[1, 2731637997568] is not found in dev extent Chunk[256, 228, 7792174825472] stripe[1, 2732711739392] is not found in dev extent Chunk[256, 228, 7793248567296] stripe[1, 2733785481216] is not found in dev extent Chunk[256, 228, 7794322309120] stripe[1, 2734859223040] is not found in dev extent Chunk[256, 228, 7795396050944] stripe[1, 2735932964864] is not found in dev extent Chunk[256, 228, 7796469792768] stripe[1, 2737006706688] is not found in dev extent Chunk[256, 228, 7797543534592] stripe[1, 2738080448512] is not found in dev extent Chunk[256, 228, 7798617276416] stripe[1, 2739154190336] is not found in dev extent Chunk[256, 228, 7799691018240] stripe[1, 2740227932160] is not found in dev extent Chunk[256, 228, 7800764760064] stripe[1, 2741301673984] is not found in dev extent Chunk[256, 228, 7801838501888] stripe[1, 2742375415808] is not found in dev extent Chunk[256, 228, 7802912243712] stripe[1, 2743449157632] is not found in dev extent Chunk[256, 228, 7803985985536] stripe[1, 2744522899456] is not found in dev extent Chunk[256, 228, 7807207211008] stripe[1, 2747744124928] is not found in dev extent Chunk[256, 228, 7808280952832] stripe[1, 2748817866752] is not found in dev extent Chunk[256, 228, 7809354694656] stripe[1, 2749891608576] is not found in dev extent Chunk[256, 228, 7810428436480] stripe[1, 2750965350400] is not found in dev extent Chunk[256, 228, 7811502178304] stripe[1, 2752039092224] is not found in dev extent Chunk[256, 228, 7812575920128] stripe[1, 2753112834048] is not found in dev extent Chunk[256, 228, 7815797145600] stripe[1, 2756334059520] is not found in dev extent Chunk[256, 228, 7816870887424] stripe[1, 2757407801344] is not found in dev extent Chunk[256, 228, 7817944629248] stripe[1, 2758481543168] is not found in dev extent Chunk[256, 228, 7819018371072] stripe[1, 2759555284992] is not found in dev extent Chunk[256, 228, 7821165854720] stripe[1, 2761702768640] is not found in dev extent Chunk[256, 228, 7822239596544] stripe[1, 2762776510464] is not found in dev extent Chunk[256, 228, 7824387080192] stripe[1, 2764923994112] is not found in dev extent Chunk[256, 228, 7825460822016] stripe[1, 2765997735936] is not found in dev extent Chunk[256, 228, 7827608305664] stripe[1, 2768145219584] is not found in dev extent Chunk[256, 228, 7828682047488] stripe[1, 2769218961408] is not found in dev extent Chunk[256, 228, 7831903272960] stripe[1, 2772440186880] is not found in dev extent Chunk[256, 228, 7834050756608] stripe[1, 2774587670528] is not found in dev extent Chunk[256, 228, 7835124498432] stripe[1, 2775661412352] is not found in dev extent Chunk[256, 228, 7838345723904] stripe[1, 2778882637824] is not found in dev extent Chunk[256, 228, 7840493207552] stripe[1, 2781030121472] is not found in dev extent Chunk[256, 228, 7841566949376] stripe[1, 2782103863296] is not found in dev extent Chunk[256, 228, 7842640691200] stripe[1, 2783177605120] is not found in dev extent Chunk[256, 228, 7844788174848] stripe[1, 2785325088768] is not found in dev extent Chunk[256, 228, 7845861916672] stripe[1, 2786398830592] is not found in dev extent Chunk[256, 228, 7846935658496] stripe[1, 2787472572416] is not found in dev extent Chunk[256, 228, 7849083142144] stripe[1, 2789620056064] is not found in dev extent Chunk[256, 228, 7850156883968] stripe[1, 2790693797888] is not found in dev extent Chunk[256, 228, 7851230625792] stripe[1, 2791767539712] is not found in dev extent Chunk[256, 228, 7853378109440] stripe[1, 2793915023360] is not found in dev extent Chunk[256, 228, 7854451851264] stripe[1, 2794988765184] is not found in dev extent Chunk[256, 228, 7856599334912] stripe[1, 2797136248832] is not found in dev extent Chunk[256, 228, 7857673076736] stripe[1, 2798209990656] is not found in dev extent Chunk[256, 228, 7858746818560] stripe[1, 2799283732480] is not found in dev extent Chunk[256, 228, 7859820560384] stripe[1, 2800357474304] is not found in dev extent Chunk[256, 228, 7860894302208] stripe[1, 2801431216128] is not found in dev extent Chunk[256, 228, 7863041785856] stripe[1, 2803578699776] is not found in dev extent Chunk[256, 228, 7864115527680] stripe[1, 2804652441600] is not found in dev extent Chunk[256, 228, 7866263011328] stripe[1, 2806799925248] is not found in dev extent Chunk[256, 228, 7867336753152] stripe[1, 2807873667072] is not found in dev extent Chunk[256, 228, 7872705462272] stripe[1, 2813242376192] is not found in dev extent Chunk[256, 228, 7873779204096] stripe[1, 2814316118016] is not found in dev extent Chunk[256, 228, 7874852945920] stripe[1, 2815389859840] is not found in dev extent Chunk[256, 228, 7877000429568] stripe[1, 2817537343488] is not found in dev extent Chunk[256, 228, 7878074171392] stripe[1, 2818611085312] is not found in dev extent Chunk[256, 228, 7879147913216] stripe[1, 2819684827136] is not found in dev extent Chunk[256, 228, 7880221655040] stripe[1, 2820758568960] is not found in dev extent Chunk[256, 228, 7882369138688] stripe[1, 2822906052608] is not found in dev extent Chunk[256, 228, 7884516622336] stripe[1, 2825053536256] is not found in dev extent Chunk[256, 228, 7888811589632] stripe[1, 2829348503552] is not found in dev extent Chunk[256, 228, 7889885331456] stripe[1, 2830422245376] is not found in dev extent Chunk[256, 228, 7893106556928] stripe[1, 2833643470848] is not found in dev extent Chunk[256, 228, 7895254040576] stripe[1, 2835790954496] is not found in dev extent Chunk[256, 228, 7898475266048] stripe[1, 2839012179968] is not found in dev extent Chunk[256, 228, 7899549007872] stripe[1, 2840085921792] is not found in dev extent Chunk[256, 228, 7901696491520] stripe[1, 2842233405440] is not found in dev extent Chunk[256, 228, 7903843975168] stripe[1, 2844380889088] is not found in dev extent Chunk[256, 228, 7904917716992] stripe[1, 2845454630912] is not found in dev extent Chunk[256, 228, 7905991458816] stripe[1, 2846528372736] is not found in dev extent Chunk[256, 228, 7907065200640] stripe[1, 2847602114560] is not found in dev extent Chunk[256, 228, 7910286426112] stripe[1, 2850823340032] is not found in dev extent Chunk[256, 228, 7911360167936] stripe[1, 2851897081856] is not found in dev extent Chunk[256, 228, 7914581393408] stripe[1, 2855118307328] is not found in dev extent Chunk[256, 228, 7915655135232] stripe[1, 2856192049152] is not found in dev extent Chunk[256, 228, 7916728877056] stripe[1, 2857265790976] is not found in dev extent Chunk[256, 228, 7917802618880] stripe[1, 2858339532800] is not found in dev extent Chunk[256, 228, 7922097586176] stripe[1, 2862634500096] is not found in dev extent Chunk[256, 228, 7923171328000] stripe[1, 2863708241920] is not found in dev extent Chunk[256, 228, 7924245069824] stripe[1, 2864781983744] is not found in dev extent Chunk[256, 228, 7930687520768] stripe[1, 2871224434688] is not found in dev extent Chunk[256, 228, 7931761262592] stripe[1, 2872298176512] is not found in dev extent Chunk[256, 228, 7934982488064] stripe[1, 2875519401984] is not found in dev extent Chunk[256, 228, 7937129971712] stripe[1, 2877666885632] is not found in dev extent Chunk[256, 228, 7939277455360] stripe[1, 2879814369280] is not found in dev extent Chunk[256, 228, 7940351197184] stripe[1, 2880888111104] is not found in dev extent Chunk[256, 228, 7941424939008] stripe[1, 2881961852928] is not found in dev extent Chunk[256, 228, 7944646164480] stripe[1, 2885183078400] is not found in dev extent Chunk[256, 228, 7945719906304] stripe[1, 2886256820224] is not found in dev extent Chunk[256, 228, 7947867389952] stripe[1, 2888404303872] is not found in dev extent Chunk[256, 228, 7950014873600] stripe[1, 2890551787520] is not found in dev extent Chunk[256, 228, 7951088615424] stripe[1, 2903436689408] is not found in dev extent Chunk[256, 228, 7952162357248] stripe[1, 2904510431232] is not found in dev extent Chunk[256, 228, 7953236099072] stripe[1, 2905584173056] is not found in dev extent Chunk[256, 228, 7955383582720] stripe[1, 2907731656704] is not found in dev extent Chunk[256, 228, 7956457324544] stripe[1, 2908805398528] is not found in dev extent Chunk[256, 228, 7957531066368] stripe[1, 2909879140352] is not found in dev extent Chunk[256, 228, 7958604808192] stripe[1, 2910952882176] is not found in dev extent Chunk[256, 228, 7959678550016] stripe[1, 2912026624000] is not found in dev extent Chunk[256, 228, 7961826033664] stripe[1, 2914174107648] is not found in dev extent Chunk[256, 228, 7962899775488] stripe[1, 2915247849472] is not found in dev extent Chunk[256, 228, 7963973517312] stripe[1, 2916321591296] is not found in dev extent Chunk[256, 228, 7965047259136] stripe[1, 2917395333120] is not found in dev extent Chunk[256, 228, 7967194742784] stripe[1, 2919542816768] is not found in dev extent Chunk[256, 228, 7969342226432] stripe[1, 2921690300416] is not found in dev extent Chunk[256, 228, 7970415968256] stripe[1, 2922764042240] is not found in dev extent Chunk[256, 228, 7972563451904] stripe[1, 2924911525888] is not found in dev extent Chunk[256, 228, 7973637193728] stripe[1, 2925985267712] is not found in dev extent Chunk[256, 228, 7976858419200] stripe[1, 2929206493184] is not found in dev extent Chunk[256, 228, 7979005902848] stripe[1, 2931353976832] is not found in dev extent Chunk[256, 228, 7981153386496] stripe[1, 2933501460480] is not found in dev extent Chunk[256, 228, 7983300870144] stripe[1, 2935648944128] is not found in dev extent Chunk[256, 228, 7985448353792] stripe[1, 2937796427776] is not found in dev extent Chunk[256, 228, 7988669579264] stripe[1, 2941017653248] is not found in dev extent Chunk[256, 228, 7990817062912] stripe[1, 2943165136896] is not found in dev extent Chunk[256, 228, 7992964546560] stripe[1, 2945312620544] is not found in dev extent Chunk[256, 228, 7994038288384] stripe[1, 2946386362368] is not found in dev extent Chunk[256, 228, 7997259513856] stripe[1, 2949607587840] is not found in dev extent Chunk[256, 228, 7999406997504] stripe[1, 2951755071488] is not found in dev extent Chunk[256, 228, 8001554481152] stripe[1, 2953902555136] is not found in dev extent Chunk[256, 228, 8002628222976] stripe[1, 2954976296960] is not found in dev extent Chunk[256, 228, 8003701964800] stripe[1, 2956050038784] is not found in dev extent Chunk[256, 228, 8004775706624] stripe[1, 2957123780608] is not found in dev extent Chunk[256, 228, 8007996932096] stripe[1, 2960345006080] is not found in dev extent Chunk[256, 228, 8009070673920] stripe[1, 2961418747904] is not found in dev extent Chunk[256, 228, 8011218157568] stripe[1, 2963566231552] is not found in dev extent Chunk[256, 228, 8013365641216] stripe[1, 2965713715200] is not found in dev extent Chunk[256, 228, 8014439383040] stripe[1, 2966787457024] is not found in dev extent Chunk[256, 228, 8015513124864] stripe[1, 2967861198848] is not found in dev extent Chunk[256, 228, 8016586866688] stripe[1, 2968934940672] is not found in dev extent Chunk[256, 228, 8017660608512] stripe[1, 2970008682496] is not found in dev extent Chunk[256, 228, 8019808092160] stripe[1, 2972156166144] is not found in dev extent Chunk[256, 228, 8020881833984] stripe[1, 2973229907968] is not found in dev extent Chunk[256, 228, 8023029317632] stripe[1, 2975377391616] is not found in dev extent Chunk[256, 228, 8025176801280] stripe[1, 2977524875264] is not found in dev extent Chunk[256, 228, 8028398026752] stripe[1, 2980746100736] is not found in dev extent Chunk[256, 228, 8029471768576] stripe[1, 2981819842560] is not found in dev extent Chunk[256, 228, 8030545510400] stripe[1, 2982893584384] is not found in dev extent Chunk[256, 228, 8031619252224] stripe[1, 2983967326208] is not found in dev extent Chunk[256, 228, 8032692994048] stripe[1, 2985041068032] is not found in dev extent Chunk[256, 228, 8033766735872] stripe[1, 2986114809856] is not found in dev extent Chunk[256, 228, 8034840477696] stripe[1, 2987188551680] is not found in dev extent Chunk[256, 228, 8035914219520] stripe[1, 2988262293504] is not found in dev extent Chunk[256, 228, 8036987961344] stripe[1, 2989336035328] is not found in dev extent Chunk[256, 228, 8038061703168] stripe[1, 2990409777152] is not found in dev extent Chunk[256, 228, 8039135444992] stripe[1, 2991483518976] is not found in dev extent Chunk[256, 228, 8043430412288] stripe[1, 2995778486272] is not found in dev extent Chunk[256, 228, 8044504154112] stripe[1, 2996852228096] is not found in dev extent Chunk[256, 228, 8046651637760] stripe[1, 2998999711744] is not found in dev extent Chunk[256, 228, 8047725379584] stripe[1, 3000073453568] is not found in dev extent Chunk[256, 228, 8050946605056] stripe[1, 3003294679040] is not found in dev extent Chunk[256, 228, 8053094088704] stripe[1, 3005442162688] is not found in dev extent Chunk[256, 228, 8054167830528] stripe[1, 3006515904512] is not found in dev extent Chunk[256, 228, 8055241572352] stripe[1, 3007589646336] is not found in dev extent Chunk[256, 228, 8056315314176] stripe[1, 3008663388160] is not found in dev extent Chunk[256, 228, 8057389056000] stripe[1, 3009737129984] is not found in dev extent Chunk[256, 228, 8058462797824] stripe[1, 3010810871808] is not found in dev extent Chunk[256, 228, 8059536539648] stripe[1, 3011884613632] is not found in dev extent Chunk[256, 228, 8062757765120] stripe[1, 3015105839104] is not found in dev extent Chunk[256, 228, 8063831506944] stripe[1, 3016179580928] is not found in dev extent Chunk[256, 228, 8064905248768] stripe[1, 3017253322752] is not found in dev extent Chunk[256, 228, 8067052732416] stripe[1, 3019400806400] is not found in dev extent Chunk[256, 228, 8069200216064] stripe[1, 3021548290048] is not found in dev extent Chunk[256, 228, 8070273957888] stripe[1, 3022622031872] is not found in dev extent Chunk[256, 228, 8071347699712] stripe[1, 3023695773696] is not found in dev extent Chunk[256, 228, 8072421441536] stripe[1, 3024769515520] is not found in dev extent Chunk[256, 228, 8073495183360] stripe[1, 3025843257344] is not found in dev extent Chunk[256, 228, 8077790150656] stripe[1, 3030138224640] is not found in dev extent Chunk[256, 228, 8081011376128] stripe[1, 3033359450112] is not found in dev extent Chunk[256, 228, 8083158859776] stripe[1, 3035506933760] is not found in dev extent Chunk[256, 228, 8085306343424] stripe[1, 3037654417408] is not found in dev extent Chunk[256, 228, 8086380085248] stripe[1, 3038728159232] is not found in dev extent Chunk[256, 228, 8089601310720] stripe[1, 3041949384704] is not found in dev extent Chunk[256, 228, 8090675052544] stripe[1, 3043023126528] is not found in dev extent Chunk[256, 228, 8093896278016] stripe[1, 3046244352000] is not found in dev extent Chunk[256, 228, 8096043761664] stripe[1, 3048391835648] is not found in dev extent Chunk[256, 228, 8098191245312] stripe[1, 3050539319296] is not found in dev extent Chunk[256, 228, 8100338728960] stripe[1, 3052686802944] is not found in dev extent Chunk[256, 228, 8102486212608] stripe[1, 3054834286592] is not found in dev extent Chunk[256, 228, 8103559954432] stripe[1, 3055908028416] is not found in dev extent Chunk[256, 228, 8106781179904] stripe[1, 3059129253888] is not found in dev extent Chunk[256, 228, 8108928663552] stripe[1, 3061276737536] is not found in dev extent Chunk[256, 228, 8111076147200] stripe[1, 3063424221184] is not found in dev extent Chunk[256, 228, 8112149889024] stripe[1, 3064497963008] is not found in dev extent Chunk[256, 228, 8117518598144] stripe[1, 3069866672128] is not found in dev extent Chunk[256, 228, 8119666081792] stripe[1, 3072014155776] is not found in dev extent Chunk[256, 228, 8122887307264] stripe[1, 3075235381248] is not found in dev extent Chunk[256, 228, 8125034790912] stripe[1, 3077382864896] is not found in dev extent Chunk[256, 228, 8127182274560] stripe[1, 3079530348544] is not found in dev extent Chunk[256, 228, 8128256016384] stripe[1, 3080604090368] is not found in dev extent Chunk[256, 228, 8129329758208] stripe[1, 3081677832192] is not found in dev extent Chunk[256, 228, 8130403500032] stripe[1, 3082751574016] is not found in dev extent Chunk[256, 228, 8133624725504] stripe[1, 3085972799488] is not found in dev extent Chunk[256, 228, 8134698467328] stripe[1, 3087046541312] is not found in dev extent Chunk[256, 228, 8135772209152] stripe[1, 3088120283136] is not found in dev extent Chunk[256, 228, 8136845950976] stripe[1, 3089194024960] is not found in dev extent Chunk[256, 228, 8137919692800] stripe[1, 5092796268544] is not found in dev extent Chunk[256, 228, 8138993434624] stripe[1, 5093870010368] is not found in dev extent Chunk[256, 228, 8140067176448] stripe[1, 5094943752192] is not found in dev extent Chunk[256, 228, 8141140918272] stripe[1, 5096017494016] is not found in dev extent Chunk[256, 228, 8142214660096] stripe[1, 5097091235840] is not found in dev extent Chunk[256, 228, 8143288401920] stripe[1, 5098164977664] is not found in dev extent Chunk[256, 228, 8144362143744] stripe[1, 5099238719488] is not found in dev extent Chunk[256, 228, 8145435885568] stripe[1, 5100312461312] is not found in dev extent Chunk[256, 228, 8146509627392] stripe[1, 5101386203136] is not found in dev extent Chunk[256, 228, 8147583369216] stripe[1, 5102459944960] is not found in dev extent Chunk[256, 228, 8148657111040] stripe[1, 5103533686784] is not found in dev extent Chunk[256, 228, 8149730852864] stripe[1, 5104607428608] is not found in dev extent Chunk[256, 228, 8150804594688] stripe[1, 5105681170432] is not found in dev extent Chunk[256, 228, 8151878336512] stripe[1, 5106754912256] is not found in dev extent Chunk[256, 228, 8152952078336] stripe[1, 5107828654080] is not found in dev extent Chunk[256, 228, 8154025820160] stripe[1, 5108902395904] is not found in dev extent Chunk[256, 228, 8155099561984] stripe[1, 5109976137728] is not found in dev extent Chunk[256, 228, 8156173303808] stripe[1, 5111049879552] is not found in dev extent Chunk[256, 228, 8157247045632] stripe[1, 5112123621376] is not found in dev extent Chunk[256, 228, 8158320787456] stripe[1, 5113197363200] is not found in dev extent Chunk[256, 228, 8159394529280] stripe[1, 5114271105024] is not found in dev extent Chunk[256, 228, 8160468271104] stripe[1, 5115344846848] is not found in dev extent Chunk[256, 228, 8161542012928] stripe[1, 5116418588672] is not found in dev extent Chunk[256, 228, 8162615754752] stripe[1, 5117492330496] is not found in dev extent Chunk[256, 228, 8163689496576] stripe[1, 5118566072320] is not found in dev extent Chunk[256, 228, 8164763238400] stripe[1, 5119639814144] is not found in dev extent Chunk[256, 228, 8165836980224] stripe[1, 5120713555968] is not found in dev extent Chunk[256, 228, 8166910722048] stripe[1, 5121787297792] is not found in dev extent Chunk[256, 228, 8167984463872] stripe[1, 5122861039616] is not found in dev extent Chunk[256, 228, 8169058205696] stripe[1, 5123934781440] is not found in dev extent Chunk[256, 228, 8170131947520] stripe[1, 5125008523264] is not found in dev extent Chunk[256, 228, 8171205689344] stripe[1, 5126082265088] is not found in dev extent Chunk[256, 228, 8172279431168] stripe[1, 5127156006912] is not found in dev extent Chunk[256, 228, 8173353172992] stripe[1, 5128229748736] is not found in dev extent Chunk[256, 228, 8174426914816] stripe[1, 5129303490560] is not found in dev extent Chunk[256, 228, 8175500656640] stripe[1, 5130377232384] is not found in dev extent Chunk[256, 228, 8176574398464] stripe[1, 5131450974208] is not found in dev extent Chunk[256, 228, 8177648140288] stripe[1, 5132524716032] is not found in dev extent Chunk[256, 228, 8178721882112] stripe[1, 5133598457856] is not found in dev extent Chunk[256, 228, 8179795623936] stripe[1, 5134672199680] is not found in dev extent Chunk[256, 228, 8180869365760] stripe[1, 5135745941504] is not found in dev extent Chunk[256, 228, 8181943107584] stripe[1, 5136819683328] is not found in dev extent Chunk[256, 228, 8183016849408] stripe[1, 5137893425152] is not found in dev extent Chunk[256, 228, 8184090591232] stripe[1, 5138967166976] is not found in dev extent Chunk[256, 228, 8185164333056] stripe[1, 5140040908800] is not found in dev extent Chunk[256, 228, 8186238074880] stripe[1, 5141114650624] is not found in dev extent Chunk[256, 228, 8187311816704] stripe[1, 5142188392448] is not found in dev extent Chunk[256, 228, 8188385558528] stripe[1, 5143262134272] is not found in dev extent Chunk[256, 228, 8189459300352] stripe[1, 5144335876096] is not found in dev extent Chunk[256, 228, 8190533042176] stripe[1, 5145409617920] is not found in dev extent Chunk[256, 228, 8191606784000] stripe[1, 5146483359744] is not found in dev extent Chunk[256, 228, 8192680525824] stripe[1, 5147557101568] is not found in dev extent Chunk[256, 228, 8193754267648] stripe[1, 5148630843392] is not found in dev extent Chunk[256, 228, 8194828009472] stripe[1, 5149704585216] is not found in dev extent Chunk[256, 228, 8195901751296] stripe[1, 5150778327040] is not found in dev extent Chunk[256, 228, 8196975493120] stripe[1, 5151852068864] is not found in dev extent Chunk[256, 228, 8198049234944] stripe[1, 5152925810688] is not found in dev extent Chunk[256, 228, 8199122976768] stripe[1, 5153999552512] is not found in dev extent Chunk[256, 228, 8200196718592] stripe[1, 5155073294336] is not found in dev extent Chunk[256, 228, 8201270460416] stripe[1, 5156147036160] is not found in dev extent Chunk[256, 228, 8202344202240] stripe[1, 5157220777984] is not found in dev extent Chunk[256, 228, 8204491685888] stripe[1, 5159368261632] is not found in dev extent Chunk[256, 228, 8205565427712] stripe[1, 5160442003456] is not found in dev extent Chunk[256, 228, 8206639169536] stripe[1, 5161515745280] is not found in dev extent Chunk[256, 228, 8207712911360] stripe[1, 5162589487104] is not found in dev extent Chunk[256, 228, 8208786653184] stripe[1, 5163663228928] is not found in dev extent Chunk[256, 228, 8210934136832] stripe[1, 5165810712576] is not found in dev extent Chunk[256, 228, 8212007878656] stripe[1, 5166884454400] is not found in dev extent Chunk[256, 228, 8213081620480] stripe[1, 5167958196224] is not found in dev extent Chunk[256, 228, 8214155362304] stripe[1, 5169031938048] is not found in dev extent Chunk[256, 228, 8215229104128] stripe[1, 5170105679872] is not found in dev extent Chunk[256, 228, 8216302845952] stripe[1, 5171179421696] is not found in dev extent Chunk[256, 228, 8217376587776] stripe[1, 5172253163520] is not found in dev extent Chunk[256, 228, 8218450329600] stripe[1, 5173326905344] is not found in dev extent Chunk[256, 228, 8219524071424] stripe[1, 5174400647168] is not found in dev extent Chunk[256, 228, 8220597813248] stripe[1, 5175474388992] is not found in dev extent Chunk[256, 228, 8221671555072] stripe[1, 5176548130816] is not found in dev extent Chunk[256, 228, 8222745296896] stripe[1, 5177621872640] is not found in dev extent Chunk[256, 228, 8223819038720] stripe[1, 5178695614464] is not found in dev extent Chunk[256, 228, 8224892780544] stripe[1, 5179769356288] is not found in dev extent Chunk[256, 228, 8225966522368] stripe[1, 5180843098112] is not found in dev extent Chunk[256, 228, 8227040264192] stripe[1, 5181916839936] is not found in dev extent Chunk[256, 228, 8228114006016] stripe[1, 5182990581760] is not found in dev extent Chunk[256, 228, 8229187747840] stripe[1, 5184064323584] is not found in dev extent Chunk[256, 228, 8230261489664] stripe[1, 5185138065408] is not found in dev extent Chunk[256, 228, 8231335231488] stripe[1, 5186211807232] is not found in dev extent Chunk[256, 228, 8232408973312] stripe[1, 5187285549056] is not found in dev extent Chunk[256, 228, 8233482715136] stripe[1, 5188359290880] is not found in dev extent Chunk[256, 228, 8234556456960] stripe[1, 5189433032704] is not found in dev extent Chunk[256, 228, 8235630198784] stripe[1, 5190506774528] is not found in dev extent Chunk[256, 228, 8236703940608] stripe[1, 5191580516352] is not found in dev extent Chunk[256, 228, 8237777682432] stripe[1, 5192654258176] is not found in dev extent Chunk[256, 228, 8238851424256] stripe[1, 5193728000000] is not found in dev extent Chunk[256, 228, 8239925166080] stripe[1, 5194801741824] is not found in dev extent Chunk[256, 228, 8240998907904] stripe[1, 5195875483648] is not found in dev extent Chunk[256, 228, 8243146391552] stripe[1, 5198022967296] is not found in dev extent Chunk[256, 228, 8244220133376] stripe[1, 5199096709120] is not found in dev extent Chunk[256, 228, 8245293875200] stripe[1, 5200170450944] is not found in dev extent Chunk[256, 228, 8246367617024] stripe[1, 5201244192768] is not found in dev extent Chunk[256, 228, 8247441358848] stripe[1, 5202317934592] is not found in dev extent Chunk[256, 228, 8248515100672] stripe[1, 5203391676416] is not found in dev extent Chunk[256, 228, 8249588842496] stripe[1, 5204465418240] is not found in dev extent Chunk[256, 228, 8250662584320] stripe[1, 5205539160064] is not found in dev extent Chunk[256, 228, 8251736326144] stripe[1, 5206612901888] is not found in dev extent Chunk[256, 228, 8252810067968] stripe[1, 5207686643712] is not found in dev extent Chunk[256, 228, 8253883809792] stripe[1, 5208760385536] is not found in dev extent Chunk[256, 228, 8254957551616] stripe[1, 5209834127360] is not found in dev extent Chunk[256, 228, 8256031293440] stripe[1, 5210907869184] is not found in dev extent Chunk[256, 228, 8257105035264] stripe[1, 5211981611008] is not found in dev extent Chunk[256, 228, 8258178777088] stripe[1, 5213055352832] is not found in dev extent Chunk[256, 228, 8259252518912] stripe[1, 5214129094656] is not found in dev extent Chunk[256, 228, 8260326260736] stripe[1, 5215202836480] is not found in dev extent Chunk[256, 228, 8261400002560] stripe[1, 5216276578304] is not found in dev extent Chunk[256, 228, 8263547486208] stripe[1, 5218424061952] is not found in dev extent Chunk[256, 228, 8264621228032] stripe[1, 5219497803776] is not found in dev extent Chunk[256, 228, 8265694969856] stripe[1, 5220571545600] is not found in dev extent Chunk[256, 228, 8267842453504] stripe[1, 5222719029248] is not found in dev extent Chunk[256, 228, 8268916195328] stripe[1, 5223792771072] is not found in dev extent Chunk[256, 228, 8269989937152] stripe[1, 5224866512896] is not found in dev extent Chunk[256, 228, 8271063678976] stripe[1, 5225940254720] is not found in dev extent Chunk[256, 228, 8272137420800] stripe[1, 5227013996544] is not found in dev extent Chunk[256, 228, 8273211162624] stripe[1, 5228087738368] is not found in dev extent Chunk[256, 228, 8274284904448] stripe[1, 5229161480192] is not found in dev extent Chunk[256, 228, 8275358646272] stripe[1, 5230235222016] is not found in dev extent Chunk[256, 228, 8276432388096] stripe[1, 5231308963840] is not found in dev extent Chunk[256, 228, 8277506129920] stripe[1, 5232382705664] is not found in dev extent Chunk[256, 228, 8278579871744] stripe[1, 5233456447488] is not found in dev extent Chunk[256, 228, 8279653613568] stripe[1, 5234530189312] is not found in dev extent Chunk[256, 228, 8280727355392] stripe[1, 5235603931136] is not found in dev extent Chunk[256, 228, 8282874839040] stripe[1, 5237751414784] is not found in dev extent Chunk[256, 228, 8283948580864] stripe[1, 5238825156608] is not found in dev extent Chunk[256, 228, 8285022322688] stripe[1, 5239898898432] is not found in dev extent Chunk[256, 228, 8286096064512] stripe[1, 5240972640256] is not found in dev extent Chunk[256, 228, 8287169806336] stripe[1, 5242046382080] is not found in dev extent Chunk[256, 228, 8288243548160] stripe[1, 5243120123904] is not found in dev extent Chunk[256, 228, 8289317289984] stripe[1, 5244193865728] is not found in dev extent Chunk[256, 228, 8290391031808] stripe[1, 5245267607552] is not found in dev extent Chunk[256, 228, 8292538515456] stripe[1, 5247415091200] is not found in dev extent Chunk[256, 228, 8293612257280] stripe[1, 5248488833024] is not found in dev extent Chunk[256, 228, 8294685999104] stripe[1, 5249562574848] is not found in dev extent Chunk[256, 228, 8295759740928] stripe[1, 5250636316672] is not found in dev extent Chunk[256, 228, 8296833482752] stripe[1, 5251710058496] is not found in dev extent Chunk[256, 228, 8297907224576] stripe[1, 5252783800320] is not found in dev extent Chunk[256, 228, 8298980966400] stripe[1, 5253857542144] is not found in dev extent Chunk[256, 228, 8300054708224] stripe[1, 5254931283968] is not found in dev extent Chunk[256, 228, 8301128450048] stripe[1, 5256005025792] is not found in dev extent Chunk[256, 228, 8302202191872] stripe[1, 5257078767616] is not found in dev extent Chunk[256, 228, 8305423417344] stripe[1, 5260299993088] is not found in dev extent Chunk[256, 228, 8306497159168] stripe[1, 5261373734912] is not found in dev extent Chunk[256, 228, 8307570900992] stripe[1, 5262447476736] is not found in dev extent Chunk[256, 228, 8308644642816] stripe[1, 5263521218560] is not found in dev extent Chunk[256, 228, 8309718384640] stripe[1, 5264594960384] is not found in dev extent Chunk[256, 228, 8312939610112] stripe[1, 5267816185856] is not found in dev extent Chunk[256, 228, 8316160835584] stripe[1, 5271037411328] is not found in dev extent Chunk[256, 228, 8317234577408] stripe[1, 5272111153152] is not found in dev extent Chunk[256, 228, 8318308319232] stripe[1, 5273184894976] is not found in dev extent Chunk[256, 228, 8319382061056] stripe[1, 5274258636800] is not found in dev extent Chunk[256, 228, 8320455802880] stripe[1, 5275332378624] is not found in dev extent Chunk[256, 228, 8322603286528] stripe[1, 5277479862272] is not found in dev extent Chunk[256, 228, 8323677028352] stripe[1, 5278553604096] is not found in dev extent Chunk[256, 228, 8324750770176] stripe[1, 5279627345920] is not found in dev extent Chunk[256, 228, 8326898253824] stripe[1, 5281774829568] is not found in dev extent Chunk[256, 228, 8327971995648] stripe[1, 5282848571392] is not found in dev extent Chunk[256, 228, 8329045737472] stripe[1, 5283922313216] is not found in dev extent Chunk[256, 228, 8330119479296] stripe[1, 5284996055040] is not found in dev extent Chunk[256, 228, 8331193221120] stripe[1, 5286069796864] is not found in dev extent Chunk[256, 228, 8332266962944] stripe[1, 5287143538688] is not found in dev extent Chunk[256, 228, 8333340704768] stripe[1, 5288217280512] is not found in dev extent Chunk[256, 228, 8334414446592] stripe[1, 5289291022336] is not found in dev extent Chunk[256, 228, 8335488188416] stripe[1, 5290364764160] is not found in dev extent Chunk[256, 228, 8336561930240] stripe[1, 5291438505984] is not found in dev extent Chunk[256, 228, 8337635672064] stripe[1, 5292512247808] is not found in dev extent Chunk[256, 228, 8338709413888] stripe[1, 5293585989632] is not found in dev extent Chunk[256, 228, 8339783155712] stripe[1, 5294659731456] is not found in dev extent Chunk[256, 228, 8341930639360] stripe[1, 5296807215104] is not found in dev extent Chunk[256, 228, 8343004381184] stripe[1, 5297880956928] is not found in dev extent Chunk[256, 228, 8344078123008] stripe[1, 5298954698752] is not found in dev extent Chunk[256, 228, 8345151864832] stripe[1, 5300028440576] is not found in dev extent Chunk[256, 228, 8346225606656] stripe[1, 5301102182400] is not found in dev extent Chunk[256, 228, 8347299348480] stripe[1, 5302175924224] is not found in dev extent Chunk[256, 228, 8348373090304] stripe[1, 5303249666048] is not found in dev extent Chunk[256, 228, 8349446832128] stripe[1, 5304323407872] is not found in dev extent Chunk[256, 228, 8351594315776] stripe[1, 5306470891520] is not found in dev extent Chunk[256, 228, 8352668057600] stripe[1, 5307544633344] is not found in dev extent Chunk[256, 228, 8353741799424] stripe[1, 5308618375168] is not found in dev extent Chunk[256, 228, 8354815541248] stripe[1, 5309692116992] is not found in dev extent Chunk[256, 228, 8355889283072] stripe[1, 5310765858816] is not found in dev extent Chunk[256, 228, 8356963024896] stripe[1, 5311839600640] is not found in dev extent Chunk[256, 228, 8358036766720] stripe[1, 5312913342464] is not found in dev extent Chunk[256, 228, 8359110508544] stripe[1, 5313987084288] is not found in dev extent Chunk[256, 228, 8362331734016] stripe[1, 5317208309760] is not found in dev extent Chunk[256, 228, 8363405475840] stripe[1, 5318282051584] is not found in dev extent Chunk[256, 228, 8364479217664] stripe[1, 5319355793408] is not found in dev extent Chunk[256, 228, 8365552959488] stripe[1, 5320429535232] is not found in dev extent Chunk[256, 228, 8366626701312] stripe[1, 5321503277056] is not found in dev extent Chunk[256, 228, 8369847926784] stripe[1, 5324724502528] is not found in dev extent Chunk[256, 228, 8370921668608] stripe[1, 5325798244352] is not found in dev extent Chunk[256, 228, 8371995410432] stripe[1, 5326871986176] is not found in dev extent Chunk[256, 228, 8373069152256] stripe[1, 5327945728000] is not found in dev extent Chunk[256, 228, 8374142894080] stripe[1, 5329019469824] is not found in dev extent Chunk[256, 228, 8376290377728] stripe[1, 5331166953472] is not found in dev extent Chunk[256, 228, 8377364119552] stripe[1, 5332240695296] is not found in dev extent Chunk[256, 228, 8378437861376] stripe[1, 5333314437120] is not found in dev extent Chunk[256, 228, 8379511603200] stripe[1, 5334388178944] is not found in dev extent Chunk[256, 228, 8380585345024] stripe[1, 5335461920768] is not found in dev extent Chunk[256, 228, 8381659086848] stripe[1, 5336535662592] is not found in dev extent Chunk[256, 228, 8383806570496] stripe[1, 5338683146240] is not found in dev extent Chunk[256, 228, 8384880312320] stripe[1, 5339756888064] is not found in dev extent Chunk[256, 228, 8385954054144] stripe[1, 5340830629888] is not found in dev extent Chunk[256, 228, 8387027795968] stripe[1, 5341904371712] is not found in dev extent Chunk[256, 228, 8388101537792] stripe[1, 5342978113536] is not found in dev extent Chunk[256, 228, 8389175279616] stripe[1, 5344051855360] is not found in dev extent Chunk[256, 228, 8390249021440] stripe[1, 5345125597184] is not found in dev extent Chunk[256, 228, 8391322763264] stripe[1, 5346199339008] is not found in dev extent Chunk[256, 228, 8392396505088] stripe[1, 5347273080832] is not found in dev extent Chunk[256, 228, 8393470246912] stripe[1, 5348346822656] is not found in dev extent Chunk[256, 228, 8394543988736] stripe[1, 5349420564480] is not found in dev extent Chunk[256, 228, 8396691472384] stripe[1, 5351568048128] is not found in dev extent Chunk[256, 228, 8397765214208] stripe[1, 5352641789952] is not found in dev extent Chunk[256, 228, 8398838956032] stripe[1, 5353715531776] is not found in dev extent Chunk[256, 228, 8399912697856] stripe[1, 5354789273600] is not found in dev extent Chunk[256, 228, 8400986439680] stripe[1, 5355863015424] is not found in dev extent Chunk[256, 228, 8402060181504] stripe[1, 5356936757248] is not found in dev extent Chunk[256, 228, 8403133923328] stripe[1, 5358010499072] is not found in dev extent Chunk[256, 228, 8404207665152] stripe[1, 5359084240896] is not found in dev extent Chunk[256, 228, 8405281406976] stripe[1, 5360157982720] is not found in dev extent Chunk[256, 228, 8406355148800] stripe[1, 5361231724544] is not found in dev extent Chunk[256, 228, 8407428890624] stripe[1, 5362305466368] is not found in dev extent Chunk[256, 228, 8408502632448] stripe[1, 5363379208192] is not found in dev extent Chunk[256, 228, 8409576374272] stripe[1, 5364452950016] is not found in dev extent Chunk[256, 228, 8410650116096] stripe[1, 5365526691840] is not found in dev extent Chunk[256, 228, 8411723857920] stripe[1, 5366600433664] is not found in dev extent Chunk[256, 228, 8412797599744] stripe[1, 5367674175488] is not found in dev extent Chunk[256, 228, 8413871341568] stripe[1, 5368747917312] is not found in dev extent Chunk[256, 228, 8414945083392] stripe[1, 5369821659136] is not found in dev extent Chunk[256, 228, 8416018825216] stripe[1, 5370895400960] is not found in dev extent Chunk[256, 228, 8417092567040] stripe[1, 5371969142784] is not found in dev extent Chunk[256, 228, 8418166308864] stripe[1, 5373042884608] is not found in dev extent Chunk[256, 228, 8419240050688] stripe[1, 5374116626432] is not found in dev extent Chunk[256, 228, 8420313792512] stripe[1, 5375190368256] is not found in dev extent Chunk[256, 228, 8421387534336] stripe[1, 5376264110080] is not found in dev extent Chunk[256, 228, 8422461276160] stripe[1, 5377337851904] is not found in dev extent Chunk[256, 228, 8423535017984] stripe[1, 5378411593728] is not found in dev extent Chunk[256, 228, 8424608759808] stripe[1, 5379485335552] is not found in dev extent Chunk[256, 228, 8425682501632] stripe[1, 5380559077376] is not found in dev extent Chunk[256, 228, 8426756243456] stripe[1, 5381632819200] is not found in dev extent Chunk[256, 228, 8427829985280] stripe[1, 5382706561024] is not found in dev extent Chunk[256, 228, 8428903727104] stripe[1, 5383780302848] is not found in dev extent Chunk[256, 228, 8429977468928] stripe[1, 5384854044672] is not found in dev extent Chunk[256, 228, 8431051210752] stripe[1, 5385927786496] is not found in dev extent Chunk[256, 228, 8432124952576] stripe[1, 5387001528320] is not found in dev extent Chunk[256, 228, 8433198694400] stripe[1, 5388075270144] is not found in dev extent Chunk[256, 228, 8434272436224] stripe[1, 5389149011968] is not found in dev extent Chunk[256, 228, 8435346178048] stripe[1, 5390222753792] is not found in dev extent Chunk[256, 228, 8436419919872] stripe[1, 5391296495616] is not found in dev extent Chunk[256, 228, 8437493661696] stripe[1, 5392370237440] is not found in dev extent Chunk[256, 228, 8438567403520] stripe[1, 5393443979264] is not found in dev extent Chunk[256, 228, 8439641145344] stripe[1, 5394517721088] is not found in dev extent Chunk[256, 228, 8440714887168] stripe[1, 5395591462912] is not found in dev extent Chunk[256, 228, 8441788628992] stripe[1, 5396665204736] is not found in dev extent Chunk[256, 228, 8442862370816] stripe[1, 5397738946560] is not found in dev extent Chunk[256, 228, 8443936112640] stripe[1, 5398812688384] is not found in dev extent Chunk[256, 228, 8445009854464] stripe[1, 5399886430208] is not found in dev extent Chunk[256, 228, 8446083596288] stripe[1, 5400960172032] is not found in dev extent Chunk[256, 228, 8447157338112] stripe[1, 5402033913856] is not found in dev extent Chunk[256, 228, 8448231079936] stripe[1, 5403107655680] is not found in dev extent Chunk[256, 228, 8449304821760] stripe[1, 5404181397504] is not found in dev extent Chunk[256, 228, 8450378563584] stripe[1, 5405255139328] is not found in dev extent Chunk[256, 228, 8451452305408] stripe[1, 5406328881152] is not found in dev extent Chunk[256, 228, 8452526047232] stripe[1, 5407402622976] is not found in dev extent Chunk[256, 228, 8454673530880] stripe[1, 5409550106624] is not found in dev extent Chunk[256, 228, 8455747272704] stripe[1, 5410623848448] is not found in dev extent Chunk[256, 228, 8456821014528] stripe[1, 5411697590272] is not found in dev extent Chunk[256, 228, 8457894756352] stripe[1, 5412771332096] is not found in dev extent Chunk[256, 228, 8458968498176] stripe[1, 5413845073920] is not found in dev extent Chunk[256, 228, 8460042240000] stripe[1, 5414918815744] is not found in dev extent Chunk[256, 228, 8461115981824] stripe[1, 5415992557568] is not found in dev extent Chunk[256, 228, 8462189723648] stripe[1, 5417066299392] is not found in dev extent Chunk[256, 228, 8463263465472] stripe[1, 5418140041216] is not found in dev extent Chunk[256, 228, 8464337207296] stripe[1, 5419213783040] is not found in dev extent Chunk[256, 228, 8465410949120] stripe[1, 5420287524864] is not found in dev extent Chunk[256, 228, 8466484690944] stripe[1, 5421361266688] is not found in dev extent Chunk[256, 228, 8467558432768] stripe[1, 5422435008512] is not found in dev extent Chunk[256, 228, 8468632174592] stripe[1, 5423508750336] is not found in dev extent Chunk[256, 228, 8469705916416] stripe[1, 5424582492160] is not found in dev extent Chunk[256, 228, 8472927141888] stripe[1, 5427803717632] is not found in dev extent Chunk[256, 228, 8474000883712] stripe[1, 5428877459456] is not found in dev extent Chunk[256, 228, 8475074625536] stripe[1, 5429951201280] is not found in dev extent Chunk[256, 228, 8476148367360] stripe[1, 5431024943104] is not found in dev extent Chunk[256, 228, 8477222109184] stripe[1, 5432098684928] is not found in dev extent Chunk[256, 228, 8478295851008] stripe[1, 5433172426752] is not found in dev extent Chunk[256, 228, 8479369592832] stripe[1, 5434246168576] is not found in dev extent Chunk[256, 228, 8480443334656] stripe[1, 5435319910400] is not found in dev extent Chunk[256, 228, 8481517076480] stripe[1, 5436393652224] is not found in dev extent Chunk[256, 228, 8482590818304] stripe[1, 5437467394048] is not found in dev extent Chunk[256, 228, 8483664560128] stripe[1, 5438541135872] is not found in dev extent Chunk[256, 228, 8484738301952] stripe[1, 5439614877696] is not found in dev extent Chunk[256, 228, 8485812043776] stripe[1, 5440688619520] is not found in dev extent Chunk[256, 228, 8486885785600] stripe[1, 5441762361344] is not found in dev extent Chunk[256, 228, 8487959527424] stripe[1, 5442836103168] is not found in dev extent Chunk[256, 228, 8489033269248] stripe[1, 5443909844992] is not found in dev extent Chunk[256, 228, 8490107011072] stripe[1, 5444983586816] is not found in dev extent Chunk[256, 228, 8491180752896] stripe[1, 5446057328640] is not found in dev extent Chunk[256, 228, 8492254494720] stripe[1, 5447131070464] is not found in dev extent Chunk[256, 228, 8493328236544] stripe[1, 5448204812288] is not found in dev extent Chunk[256, 228, 8494401978368] stripe[1, 5449278554112] is not found in dev extent Chunk[256, 228, 8495475720192] stripe[1, 5450352295936] is not found in dev extent Chunk[256, 228, 8496549462016] stripe[1, 5451426037760] is not found in dev extent Chunk[256, 228, 8497623203840] stripe[1, 5452499779584] is not found in dev extent Chunk[256, 228, 8498696945664] stripe[1, 5453573521408] is not found in dev extent Chunk[256, 228, 8499770687488] stripe[1, 5454647263232] is not found in dev extent Chunk[256, 228, 8500844429312] stripe[1, 5455721005056] is not found in dev extent Chunk[256, 228, 8501918171136] stripe[1, 5456794746880] is not found in dev extent Chunk[256, 228, 8502991912960] stripe[1, 5457868488704] is not found in dev extent Chunk[256, 228, 8504065654784] stripe[1, 5458942230528] is not found in dev extent Chunk[256, 228, 8505139396608] stripe[1, 5460015972352] is not found in dev extent Chunk[256, 228, 8506213138432] stripe[1, 5461089714176] is not found in dev extent Chunk[256, 228, 8507286880256] stripe[1, 5462163456000] is not found in dev extent Chunk[256, 228, 8508360622080] stripe[1, 5463237197824] is not found in dev extent Chunk[256, 228, 8511581847552] stripe[1, 5466458423296] is not found in dev extent Chunk[256, 228, 8512655589376] stripe[1, 5467532165120] is not found in dev extent Chunk[256, 228, 8513729331200] stripe[1, 5468605906944] is not found in dev extent Chunk[256, 228, 8514803073024] stripe[1, 5469679648768] is not found in dev extent Chunk[256, 228, 8515876814848] stripe[1, 5470753390592] is not found in dev extent Chunk[256, 228, 8516950556672] stripe[1, 5471827132416] is not found in dev extent Chunk[256, 228, 8559900229632] stripe[1, 5514776805376] is not found in dev extent Chunk[256, 228, 8567416422400] stripe[1, 5522292998144] is not found in dev extent Chunk[256, 228, 8569563906048] stripe[1, 5524440481792] is not found in dev extent Chunk[256, 228, 8571711389696] stripe[1, 5526587965440] is not found in dev extent Chunk[256, 228, 8574932615168] stripe[1, 5529809190912] is not found in dev extent Chunk[256, 228, 8578153840640] stripe[1, 5533030416384] is not found in dev extent Chunk[256, 228, 8579227582464] stripe[1, 5534104158208] is not found in dev extent Chunk[256, 228, 8580301324288] stripe[1, 5535177900032] is not found in dev extent Chunk[256, 228, 8581375066112] stripe[1, 5536251641856] is not found in dev extent Chunk[256, 228, 8582448807936] stripe[1, 5537325383680] is not found in dev extent Chunk[256, 228, 8583522549760] stripe[1, 5538399125504] is not found in dev extent Chunk[256, 228, 8584596291584] stripe[1, 5539472867328] is not found in dev extent Chunk[256, 228, 8585670033408] stripe[1, 5540546609152] is not found in dev extent Chunk[256, 228, 8586743775232] stripe[1, 5541620350976] is not found in dev extent Chunk[256, 228, 8587817517056] stripe[1, 5542694092800] is not found in dev extent Chunk[256, 228, 8588891258880] stripe[1, 5543767834624] is not found in dev extent Chunk[256, 228, 8589965000704] stripe[1, 5544841576448] is not found in dev extent Chunk[256, 228, 8591038742528] stripe[1, 5545915318272] is not found in dev extent Chunk[256, 228, 8592112484352] stripe[1, 5546989060096] is not found in dev extent Chunk[256, 228, 8593186226176] stripe[1, 5548062801920] is not found in dev extent Chunk[256, 228, 8594259968000] stripe[1, 5549136543744] is not found in dev extent Chunk[256, 228, 8595333709824] stripe[1, 5550210285568] is not found in dev extent Chunk[256, 228, 8596407451648] stripe[1, 5551284027392] is not found in dev extent Chunk[256, 228, 8597481193472] stripe[1, 5552357769216] is not found in dev extent Chunk[256, 228, 8598554935296] stripe[1, 5553431511040] is not found in dev extent Chunk[256, 228, 8599628677120] stripe[1, 5554505252864] is not found in dev extent Chunk[256, 228, 8600702418944] stripe[1, 5555578994688] is not found in dev extent Chunk[256, 228, 8601776160768] stripe[1, 5556652736512] is not found in dev extent Chunk[256, 228, 8602849902592] stripe[1, 5557726478336] is not found in dev extent Chunk[256, 228, 8603923644416] stripe[1, 5558800220160] is not found in dev extent Chunk[256, 228, 8604997386240] stripe[1, 5559873961984] is not found in dev extent Chunk[256, 228, 8606071128064] stripe[1, 5560947703808] is not found in dev extent Chunk[256, 228, 8607144869888] stripe[1, 5562021445632] is not found in dev extent Chunk[256, 228, 8608218611712] stripe[1, 5563095187456] is not found in dev extent Chunk[256, 228, 8609292353536] stripe[1, 5564168929280] is not found in dev extent Chunk[256, 228, 8610366095360] stripe[1, 5565242671104] is not found in dev extent Chunk[256, 228, 8611439837184] stripe[1, 5566316412928] is not found in dev extent Chunk[256, 228, 8612513579008] stripe[1, 5567390154752] is not found in dev extent Chunk[256, 228, 8613587320832] stripe[1, 5568463896576] is not found in dev extent Chunk[256, 228, 8614661062656] stripe[1, 5569537638400] is not found in dev extent Chunk[256, 228, 8615734804480] stripe[1, 5570611380224] is not found in dev extent Chunk[256, 228, 8616808546304] stripe[1, 5571685122048] is not found in dev extent Chunk[256, 228, 8617882288128] stripe[1, 5572758863872] is not found in dev extent Chunk[256, 228, 8618956029952] stripe[1, 5573832605696] is not found in dev extent Chunk[256, 228, 8620029771776] stripe[1, 5574906347520] is not found in dev extent Chunk[256, 228, 8621103513600] stripe[1, 5575980089344] is not found in dev extent Chunk[256, 228, 8622177255424] stripe[1, 5577053831168] is not found in dev extent Chunk[256, 228, 8623250997248] stripe[1, 5578127572992] is not found in dev extent Chunk[256, 228, 8624324739072] stripe[1, 5579201314816] is not found in dev extent Chunk[256, 228, 8625398480896] stripe[1, 5580275056640] is not found in dev extent Chunk[256, 228, 8626472222720] stripe[1, 5581348798464] is not found in dev extent Chunk[256, 228, 8627545964544] stripe[1, 5582422540288] is not found in dev extent Chunk[256, 228, 8628619706368] stripe[1, 5583496282112] is not found in dev extent Chunk[256, 228, 8629693448192] stripe[1, 5584570023936] is not found in dev extent Chunk[256, 228, 8630767190016] stripe[1, 5585643765760] is not found in dev extent Chunk[256, 228, 8631840931840] stripe[1, 5586717507584] is not found in dev extent Chunk[256, 228, 8632914673664] stripe[1, 5587791249408] is not found in dev extent Chunk[256, 228, 8633988415488] stripe[1, 5588864991232] is not found in dev extent Chunk[256, 228, 8637209640960] stripe[1, 5592086216704] is not found in dev extent Chunk[256, 228, 8638283382784] stripe[1, 5593159958528] is not found in dev extent Chunk[256, 228, 8639357124608] stripe[1, 5594233700352] is not found in dev extent Chunk[256, 228, 8640430866432] stripe[1, 5595307442176] is not found in dev extent Chunk[256, 228, 8641504608256] stripe[1, 5596381184000] is not found in dev extent Chunk[256, 228, 8642578350080] stripe[1, 5597454925824] is not found in dev extent Chunk[256, 228, 8643652091904] stripe[1, 5598528667648] is not found in dev extent Chunk[256, 228, 8644725833728] stripe[1, 5599602409472] is not found in dev extent Chunk[256, 228, 8645799575552] stripe[1, 5600676151296] is not found in dev extent Chunk[256, 228, 8646873317376] stripe[1, 5601749893120] is not found in dev extent Chunk[256, 228, 8647947059200] stripe[1, 5602823634944] is not found in dev extent Chunk[256, 228, 8649020801024] stripe[1, 5603897376768] is not found in dev extent Chunk[256, 228, 8650094542848] stripe[1, 5604971118592] is not found in dev extent Chunk[256, 228, 8651168284672] stripe[1, 5606044860416] is not found in dev extent Chunk[256, 228, 8652242026496] stripe[1, 5607118602240] is not found in dev extent Chunk[256, 228, 8653315768320] stripe[1, 5608192344064] is not found in dev extent Chunk[256, 228, 8654389510144] stripe[1, 5609266085888] is not found in dev extent Chunk[256, 228, 8656536993792] stripe[1, 5611413569536] is not found in dev extent Chunk[256, 228, 8658684477440] stripe[1, 5613561053184] is not found in dev extent Chunk[256, 228, 8659758219264] stripe[1, 5614634795008] is not found in dev extent Chunk[256, 228, 8660831961088] stripe[1, 5615708536832] is not found in dev extent Chunk[256, 228, 8661905702912] stripe[1, 5616782278656] is not found in dev extent Chunk[256, 228, 8662979444736] stripe[1, 5617856020480] is not found in dev extent Chunk[256, 228, 8664053186560] stripe[1, 5618929762304] is not found in dev extent Chunk[256, 228, 8665126928384] stripe[1, 5620003504128] is not found in dev extent Chunk[256, 228, 8666200670208] stripe[1, 5621077245952] is not found in dev extent Chunk[256, 228, 8667274412032] stripe[1, 5622150987776] is not found in dev extent Chunk[256, 228, 8668348153856] stripe[1, 5623224729600] is not found in dev extent Chunk[256, 228, 8669421895680] stripe[1, 5624298471424] is not found in dev extent Chunk[256, 228, 8670495637504] stripe[1, 5625372213248] is not found in dev extent Chunk[256, 228, 8673716862976] stripe[1, 5628593438720] is not found in dev extent Chunk[256, 228, 8674790604800] stripe[1, 5629667180544] is not found in dev extent Chunk[256, 228, 8675864346624] stripe[1, 5630740922368] is not found in dev extent Chunk[256, 228, 8676938088448] stripe[1, 5631814664192] is not found in dev extent Chunk[256, 228, 8679085572096] stripe[1, 5633962147840] is not found in dev extent Chunk[256, 228, 8680159313920] stripe[1, 5635035889664] is not found in dev extent Chunk[256, 228, 8681233055744] stripe[1, 5636109631488] is not found in dev extent Chunk[256, 228, 8682306797568] stripe[1, 5637183373312] is not found in dev extent Chunk[256, 228, 8683380539392] stripe[1, 5638257115136] is not found in dev extent Chunk[256, 228, 8684454281216] stripe[1, 5639330856960] is not found in dev extent Chunk[256, 228, 8685528023040] stripe[1, 5640404598784] is not found in dev extent Chunk[256, 228, 8686601764864] stripe[1, 5641478340608] is not found in dev extent Chunk[256, 228, 8687675506688] stripe[1, 5642552082432] is not found in dev extent Chunk[256, 228, 8688749248512] stripe[1, 5643625824256] is not found in dev extent Chunk[256, 228, 8689822990336] stripe[1, 5644699566080] is not found in dev extent Chunk[256, 228, 8690896732160] stripe[1, 5645773307904] is not found in dev extent Chunk[256, 228, 8691970473984] stripe[1, 5646847049728] is not found in dev extent Chunk[256, 228, 8693044215808] stripe[1, 5647920791552] is not found in dev extent Chunk[256, 228, 8694117957632] stripe[1, 5648994533376] is not found in dev extent Chunk[256, 228, 8695191699456] stripe[1, 5650068275200] is not found in dev extent Chunk[256, 228, 8696265441280] stripe[1, 5651142017024] is not found in dev extent Chunk[256, 228, 8697339183104] stripe[1, 5652215758848] is not found in dev extent Chunk[256, 228, 8698412924928] stripe[1, 5653289500672] is not found in dev extent Chunk[256, 228, 8700560408576] stripe[1, 5655436984320] is not found in dev extent Chunk[256, 228, 8701634150400] stripe[1, 5656510726144] is not found in dev extent Chunk[256, 228, 8702707892224] stripe[1, 5657584467968] is not found in dev extent Chunk[256, 228, 8703781634048] stripe[1, 5658658209792] is not found in dev extent Chunk[256, 228, 8704855375872] stripe[1, 5659731951616] is not found in dev extent Chunk[256, 228, 8705929117696] stripe[1, 5660805693440] is not found in dev extent Chunk[256, 228, 8709150343168] stripe[1, 5664026918912] is not found in dev extent Chunk[256, 228, 8710224084992] stripe[1, 5665100660736] is not found in dev extent Chunk[256, 228, 8711297826816] stripe[1, 5666174402560] is not found in dev extent Chunk[256, 228, 8712371568640] stripe[1, 5667248144384] is not found in dev extent Chunk[256, 228, 8713445310464] stripe[1, 5668321886208] is not found in dev extent Chunk[256, 228, 8714519052288] stripe[1, 5669395628032] is not found in dev extent Chunk[256, 228, 8715592794112] stripe[1, 5670469369856] is not found in dev extent Chunk[256, 228, 8717740277760] stripe[1, 5672616853504] is not found in dev extent Chunk[256, 228, 8718814019584] stripe[1, 5673690595328] is not found in dev extent Chunk[256, 228, 8720961503232] stripe[1, 5675838078976] is not found in dev extent Chunk[256, 228, 8722035245056] stripe[1, 5676911820800] is not found in dev extent Chunk[256, 228, 8724182728704] stripe[1, 5679059304448] is not found in dev extent Chunk[256, 228, 8726330212352] stripe[1, 5681206788096] is not found in dev extent Chunk[256, 228, 8727403954176] stripe[1, 5682280529920] is not found in dev extent Chunk[256, 228, 8730625179648] stripe[1, 5685501755392] is not found in dev extent Chunk[256, 228, 8731698921472] stripe[1, 5686575497216] is not found in dev extent Chunk[256, 228, 8732772663296] stripe[1, 5687649239040] is not found in dev extent Chunk[256, 228, 8733846405120] stripe[1, 5688722980864] is not found in dev extent Chunk[256, 228, 8734920146944] stripe[1, 5689796722688] is not found in dev extent Chunk[256, 228, 8735993888768] stripe[1, 5690870464512] is not found in dev extent Chunk[256, 228, 8737067630592] stripe[1, 5691944206336] is not found in dev extent Chunk[256, 228, 8739215114240] stripe[1, 5694091689984] is not found in dev extent Chunk[256, 228, 8740288856064] stripe[1, 5695165431808] is not found in dev extent Chunk[256, 228, 8741362597888] stripe[1, 5696239173632] is not found in dev extent Chunk[256, 228, 8743510081536] stripe[1, 5698386657280] is not found in dev extent Chunk[256, 228, 8744583823360] stripe[1, 5699460399104] is not found in dev extent Chunk[256, 228, 8745657565184] stripe[1, 5700534140928] is not found in dev extent Chunk[256, 228, 8747805048832] stripe[1, 5702681624576] is not found in dev extent Chunk[256, 228, 8748878790656] stripe[1, 5703755366400] is not found in dev extent Chunk[256, 228, 8749952532480] stripe[1, 5704829108224] is not found in dev extent Chunk[256, 228, 8752100016128] stripe[1, 5706976591872] is not found in dev extent Chunk[256, 228, 8753173757952] stripe[1, 5708050333696] is not found in dev extent Chunk[256, 228, 8754247499776] stripe[1, 5709124075520] is not found in dev extent Chunk[256, 228, 8756394983424] stripe[1, 5711271559168] is not found in dev extent Chunk[256, 228, 8757468725248] stripe[1, 5712345300992] is not found in dev extent Chunk[256, 228, 8758542467072] stripe[1, 5713419042816] is not found in dev extent Chunk[256, 228, 8759616208896] stripe[1, 5714492784640] is not found in dev extent Chunk[256, 228, 8760689950720] stripe[1, 5715566526464] is not found in dev extent Chunk[256, 228, 8761763692544] stripe[1, 5716640268288] is not found in dev extent Chunk[256, 228, 8762837434368] stripe[1, 5717714010112] is not found in dev extent Chunk[256, 228, 8763911176192] stripe[1, 5718787751936] is not found in dev extent Chunk[256, 228, 8764984918016] stripe[1, 5719861493760] is not found in dev extent Chunk[256, 228, 8766058659840] stripe[1, 5720935235584] is not found in dev extent Chunk[256, 228, 8767132401664] stripe[1, 5722008977408] is not found in dev extent Chunk[256, 228, 8768206143488] stripe[1, 5723082719232] is not found in dev extent Chunk[256, 228, 8769279885312] stripe[1, 5724156461056] is not found in dev extent Chunk[256, 228, 8770353627136] stripe[1, 5725230202880] is not found in dev extent Chunk[256, 228, 8771427368960] stripe[1, 5726303944704] is not found in dev extent Chunk[256, 228, 8772501110784] stripe[1, 5727377686528] is not found in dev extent Chunk[256, 228, 8773574852608] stripe[1, 5728451428352] is not found in dev extent Chunk[256, 228, 8774648594432] stripe[1, 5729525170176] is not found in dev extent Chunk[256, 228, 8775722336256] stripe[1, 5730598912000] is not found in dev extent Chunk[256, 228, 8776796078080] stripe[1, 5731672653824] is not found in dev extent Chunk[256, 228, 8777869819904] stripe[1, 5732746395648] is not found in dev extent Chunk[256, 228, 8778943561728] stripe[1, 5733820137472] is not found in dev extent Chunk[256, 228, 8780017303552] stripe[1, 5734893879296] is not found in dev extent Chunk[256, 228, 8781091045376] stripe[1, 5735967621120] is not found in dev extent Chunk[256, 228, 8783238529024] stripe[1, 5738115104768] is not found in dev extent Chunk[256, 228, 8784312270848] stripe[1, 5739188846592] is not found in dev extent Chunk[256, 228, 8785386012672] stripe[1, 5740262588416] is not found in dev extent Chunk[256, 228, 8786459754496] stripe[1, 5741336330240] is not found in dev extent Chunk[256, 228, 8788607238144] stripe[1, 5743483813888] is not found in dev extent Chunk[256, 228, 8789680979968] stripe[1, 5744557555712] is not found in dev extent Chunk[256, 228, 8790754721792] stripe[1, 5745631297536] is not found in dev extent Chunk[256, 228, 8791828463616] stripe[1, 5746705039360] is not found in dev extent Chunk[256, 228, 8792902205440] stripe[1, 5747778781184] is not found in dev extent Chunk[256, 228, 8793975947264] stripe[1, 5748852523008] is not found in dev extent Chunk[256, 228, 8795049689088] stripe[1, 5749926264832] is not found in dev extent Chunk[256, 228, 8796123430912] stripe[1, 5751000006656] is not found in dev extent Chunk[256, 228, 8797197172736] stripe[1, 5752073748480] is not found in dev extent Chunk[256, 228, 8798270914560] stripe[1, 5753147490304] is not found in dev extent Chunk[256, 228, 8799344656384] stripe[1, 5754221232128] is not found in dev extent Chunk[256, 228, 8800418398208] stripe[1, 5755294973952] is not found in dev extent Chunk[256, 228, 8801492140032] stripe[1, 5756368715776] is not found in dev extent Chunk[256, 228, 8802565881856] stripe[1, 5757442457600] is not found in dev extent Chunk[256, 228, 8804713365504] stripe[1, 5759589941248] is not found in dev extent Chunk[256, 228, 8805787107328] stripe[1, 5760663683072] is not found in dev extent Chunk[256, 228, 8806860849152] stripe[1, 5761737424896] is not found in dev extent Chunk[256, 228, 8809008332800] stripe[1, 5763884908544] is not found in dev extent Chunk[256, 228, 8810082074624] stripe[1, 5764958650368] is not found in dev extent Chunk[256, 228, 8811155816448] stripe[1, 5766032392192] is not found in dev extent Chunk[256, 228, 8812229558272] stripe[1, 5767106134016] is not found in dev extent Chunk[256, 228, 8813303300096] stripe[1, 5768179875840] is not found in dev extent Chunk[256, 228, 8814377041920] stripe[1, 5769253617664] is not found in dev extent Chunk[256, 228, 8815450783744] stripe[1, 5770327359488] is not found in dev extent Chunk[256, 228, 8816524525568] stripe[1, 5771401101312] is not found in dev extent Chunk[256, 228, 8817598267392] stripe[1, 5772474843136] is not found in dev extent Chunk[256, 228, 8818672009216] stripe[1, 5773548584960] is not found in dev extent Chunk[256, 228, 8819745751040] stripe[1, 5774622326784] is not found in dev extent Chunk[256, 228, 8824040718336] stripe[1, 5778917294080] is not found in dev extent Chunk[256, 228, 8825114460160] stripe[1, 5779991035904] is not found in dev extent Chunk[256, 228, 8826188201984] stripe[1, 5781064777728] is not found in dev extent Chunk[256, 228, 8833704394752] stripe[1, 5788580970496] is not found in dev extent Chunk[256, 228, 8834778136576] stripe[1, 5789654712320] is not found in dev extent Chunk[256, 228, 8835851878400] stripe[1, 5790728454144] is not found in dev extent Chunk[256, 228, 8836925620224] stripe[1, 5791802195968] is not found in dev extent Chunk[256, 228, 8837999362048] stripe[1, 5792875937792] is not found in dev extent Chunk[256, 228, 8839073103872] stripe[1, 5793949679616] is not found in dev extent Chunk[256, 228, 8840146845696] stripe[1, 5795023421440] is not found in dev extent Chunk[256, 228, 8844441812992] stripe[1, 5799318388736] is not found in dev extent Chunk[256, 228, 8846589296640] stripe[1, 5801465872384] is not found in dev extent Chunk[256, 228, 8847663038464] stripe[1, 5802539614208] is not found in dev extent Chunk[256, 228, 8851958005760] stripe[1, 5806834581504] is not found in dev extent Chunk[256, 228, 8853031747584] stripe[1, 5807908323328] is not found in dev extent Chunk[256, 228, 8855179231232] stripe[1, 5810055806976] is not found in dev extent Chunk[256, 228, 8856252973056] stripe[1, 5811129548800] is not found in dev extent Chunk[256, 228, 8857326714880] stripe[1, 5812203290624] is not found in dev extent Chunk[256, 228, 8858400456704] stripe[1, 5813277032448] is not found in dev extent Chunk[256, 228, 8859474198528] stripe[1, 5814350774272] is not found in dev extent Chunk[256, 228, 8860547940352] stripe[1, 5815424516096] is not found in dev extent Chunk[256, 228, 8861621682176] stripe[1, 5816498257920] is not found in dev extent Chunk[256, 228, 8862695424000] stripe[1, 5817571999744] is not found in dev extent Chunk[256, 228, 8863769165824] stripe[1, 5818645741568] is not found in dev extent Chunk[256, 228, 8864842907648] stripe[1, 5819719483392] is not found in dev extent Chunk[256, 228, 8865916649472] stripe[1, 5820793225216] is not found in dev extent Chunk[256, 228, 8866990391296] stripe[1, 5821866967040] is not found in dev extent Chunk[256, 228, 8868064133120] stripe[1, 5822940708864] is not found in dev extent Chunk[256, 228, 8869137874944] stripe[1, 5824014450688] is not found in dev extent Chunk[256, 228, 8871285358592] stripe[1, 5826161934336] is not found in dev extent Chunk[256, 228, 8872359100416] stripe[1, 936341667840] is not found in dev extent Chunk[256, 228, 8872359100416] stripe[1, 937415409664] is not found in dev extent Chunk[256, 228, 8873432842240] stripe[1, 5827235676160] is not found in dev extent Chunk[256, 228, 8874506584064] stripe[1, 5828309417984] is not found in dev extent Chunk[256, 228, 8875580325888] stripe[1, 5829383159808] is not found in dev extent Chunk[256, 228, 8876654067712] stripe[1, 5830456901632] is not found in dev extent Chunk[256, 228, 8877727809536] stripe[1, 5831530643456] is not found in dev extent Chunk[256, 228, 8878801551360] stripe[1, 5832604385280] is not found in dev extent Chunk[256, 228, 8883096518656] stripe[1, 5836899352576] is not found in dev extent Chunk[256, 228, 8884170260480] stripe[1, 5837973094400] is not found in dev extent Chunk[256, 228, 8886317744128] stripe[1, 5840120578048] is not found in dev extent Chunk[256, 228, 8887391485952] stripe[1, 5841194319872] is not found in dev extent Chunk[256, 228, 8888465227776] stripe[1, 5842268061696] is not found in dev extent Chunk[256, 228, 8889538969600] stripe[1, 5843341803520] is not found in dev extent Chunk[256, 228, 8891686453248] stripe[1, 5845489287168] is not found in dev extent Chunk[256, 228, 8892760195072] stripe[1, 5846563028992] is not found in dev extent Chunk[256, 228, 8893833936896] stripe[1, 5847636770816] is not found in dev extent Chunk[256, 228, 8894907678720] stripe[1, 5848710512640] is not found in dev extent Chunk[256, 228, 8897055162368] stripe[1, 5850857996288] is not found in dev extent Chunk[256, 228, 8898128904192] stripe[1, 5851931738112] is not found in dev extent Chunk[256, 228, 8899202646016] stripe[1, 5853005479936] is not found in dev extent Chunk[256, 228, 8900276387840] stripe[1, 5854079221760] is not found in dev extent Chunk[256, 228, 8901350129664] stripe[1, 5855152963584] is not found in dev extent Chunk[256, 228, 8902423871488] stripe[1, 5856226705408] is not found in dev extent Chunk[256, 228, 8903497613312] stripe[1, 5857300447232] is not found in dev extent Chunk[256, 228, 8904571355136] stripe[1, 5858374189056] is not found in dev extent Chunk[256, 228, 8905645096960] stripe[1, 5859447930880] is not found in dev extent Chunk[256, 228, 8907792580608] stripe[1, 5861595414528] is not found in dev extent Chunk[256, 228, 8908866322432] stripe[1, 5862669156352] is not found in dev extent Chunk[256, 228, 8909940064256] stripe[1, 5863742898176] is not found in dev extent Chunk[256, 228, 8911013806080] stripe[1, 5864816640000] is not found in dev extent Chunk[256, 228, 8913161289728] stripe[1, 5866964123648] is not found in dev extent Chunk[256, 228, 8914235031552] stripe[1, 5868037865472] is not found in dev extent Chunk[256, 228, 8916382515200] stripe[1, 5870185349120] is not found in dev extent Chunk[256, 228, 8918529998848] stripe[1, 5872332832768] is not found in dev extent Chunk[256, 228, 8919603740672] stripe[1, 5873406574592] is not found in dev extent Chunk[256, 228, 8920677482496] stripe[1, 5874480316416] is not found in dev extent Chunk[256, 228, 8922824966144] stripe[1, 5876627800064] is not found in dev extent Chunk[256, 228, 8923898707968] stripe[1, 5877701541888] is not found in dev extent Chunk[256, 228, 8924972449792] stripe[1, 5878775283712] is not found in dev extent Chunk[256, 228, 8926046191616] stripe[1, 5879849025536] is not found in dev extent Chunk[256, 228, 8927119933440] stripe[1, 5880922767360] is not found in dev extent Chunk[256, 228, 8929267417088] stripe[1, 5883070251008] is not found in dev extent Chunk[256, 228, 8930341158912] stripe[1, 5884143992832] is not found in dev extent Chunk[256, 228, 8931414900736] stripe[1, 5885217734656] is not found in dev extent Chunk[256, 228, 8932488642560] stripe[1, 5886291476480] is not found in dev extent Chunk[256, 228, 8933562384384] stripe[1, 5887365218304] is not found in dev extent Chunk[256, 228, 8934636126208] stripe[1, 5888438960128] is not found in dev extent Chunk[256, 228, 8935709868032] stripe[1, 5889512701952] is not found in dev extent Chunk[256, 228, 8936783609856] stripe[1, 5890586443776] is not found in dev extent Chunk[256, 228, 8937857351680] stripe[1, 5891660185600] is not found in dev extent Chunk[256, 228, 8938931093504] stripe[1, 5892733927424] is not found in dev extent Chunk[256, 228, 8940004835328] stripe[1, 5893807669248] is not found in dev extent Chunk[256, 228, 8941078577152] stripe[1, 5894881411072] is not found in dev extent Chunk[256, 228, 8942152318976] stripe[1, 5895955152896] is not found in dev extent Chunk[256, 228, 8943226060800] stripe[1, 5897028894720] is not found in dev extent Chunk[256, 228, 8944299802624] stripe[1, 5898102636544] is not found in dev extent Chunk[256, 228, 8945373544448] stripe[1, 5899176378368] is not found in dev extent Chunk[256, 228, 8946447286272] stripe[1, 5900250120192] is not found in dev extent Chunk[256, 228, 8947521028096] stripe[1, 5901323862016] is not found in dev extent Chunk[256, 228, 8948594769920] stripe[1, 5902397603840] is not found in dev extent Chunk[256, 228, 8949668511744] stripe[1, 5903471345664] is not found in dev extent Chunk[256, 228, 8950742253568] stripe[1, 5904545087488] is not found in dev extent Chunk[256, 228, 8951815995392] stripe[1, 5905618829312] is not found in dev extent Chunk[256, 228, 8952889737216] stripe[1, 5906692571136] is not found in dev extent Chunk[256, 228, 8953963479040] stripe[1, 5907766312960] is not found in dev extent Chunk[256, 228, 8956110962688] stripe[1, 5909913796608] is not found in dev extent Chunk[256, 228, 8958258446336] stripe[1, 5912061280256] is not found in dev extent Chunk[256, 228, 8959332188160] stripe[1, 5913135022080] is not found in dev extent Chunk[256, 228, 8960405929984] stripe[1, 5914208763904] is not found in dev extent Chunk[256, 228, 8961479671808] stripe[1, 5915282505728] is not found in dev extent Chunk[256, 228, 8963627155456] stripe[1, 5917429989376] is not found in dev extent Chunk[256, 228, 8964700897280] stripe[1, 5918503731200] is not found in dev extent Chunk[256, 228, 8965774639104] stripe[1, 5919577473024] is not found in dev extent Chunk[256, 228, 8966848380928] stripe[1, 5920651214848] is not found in dev extent Chunk[256, 228, 8967922122752] stripe[1, 5921724956672] is not found in dev extent Chunk[256, 228, 8968995864576] stripe[1, 5922798698496] is not found in dev extent Chunk[256, 228, 8970069606400] stripe[1, 5923872440320] is not found in dev extent Chunk[256, 228, 8971143348224] stripe[1, 5924946182144] is not found in dev extent Chunk[256, 228, 8972217090048] stripe[1, 5926019923968] is not found in dev extent Chunk[256, 228, 8973290831872] stripe[1, 5927093665792] is not found in dev extent Chunk[256, 228, 8974364573696] stripe[1, 5928167407616] is not found in dev extent Chunk[256, 228, 8975438315520] stripe[1, 5929241149440] is not found in dev extent Chunk[256, 228, 8976512057344] stripe[1, 5930314891264] is not found in dev extent Chunk[256, 228, 8977585799168] stripe[1, 5931388633088] is not found in dev extent Chunk[256, 228, 8980807024640] stripe[1, 5934609858560] is not found in dev extent Chunk[256, 228, 8982954508288] stripe[1, 5936757342208] is not found in dev extent Chunk[256, 228, 8984028250112] stripe[1, 5937831084032] is not found in dev extent Chunk[256, 228, 8985101991936] stripe[1, 5938904825856] is not found in dev extent Chunk[256, 228, 8990470701056] stripe[1, 5944273534976] is not found in dev extent Chunk[256, 228, 8993691926528] stripe[1, 5947494760448] is not found in dev extent Chunk[256, 228, 8994765668352] stripe[1, 5948568502272] is not found in dev extent Chunk[256, 228, 8995839410176] stripe[1, 5949642244096] is not found in dev extent Chunk[256, 228, 8997986893824] stripe[1, 5951789727744] is not found in dev extent Chunk[256, 228, 9000134377472] stripe[1, 5953937211392] is not found in dev extent Chunk[256, 228, 9001208119296] stripe[1, 5955010953216] is not found in dev extent Chunk[256, 228, 9002281861120] stripe[1, 5956084695040] is not found in dev extent Chunk[256, 228, 9003355602944] stripe[1, 5957158436864] is not found in dev extent Chunk[256, 228, 9004429344768] stripe[1, 5958232178688] is not found in dev extent Chunk[256, 228, 9005503086592] stripe[1, 5959305920512] is not found in dev extent Chunk[256, 228, 9006576828416] stripe[1, 5960379662336] is not found in dev extent Chunk[256, 228, 9007650570240] stripe[1, 5961453404160] is not found in dev extent Chunk[256, 228, 9008724312064] stripe[1, 5962527145984] is not found in dev extent Chunk[256, 228, 9009798053888] stripe[1, 5963600887808] is not found in dev extent Chunk[256, 228, 9010871795712] stripe[1, 5964674629632] is not found in dev extent Chunk[256, 228, 9011945537536] stripe[1, 5965748371456] is not found in dev extent Chunk[256, 228, 9013019279360] stripe[1, 5966822113280] is not found in dev extent Chunk[256, 228, 9014093021184] stripe[1, 5967895855104] is not found in dev extent Chunk[256, 228, 9015166763008] stripe[1, 5968969596928] is not found in dev extent Chunk[256, 228, 9016240504832] stripe[1, 5970043338752] is not found in dev extent Chunk[256, 228, 9019461730304] stripe[1, 5973264564224] is not found in dev extent Chunk[256, 228, 9020535472128] stripe[1, 5974338306048] is not found in dev extent Chunk[256, 228, 9021609213952] stripe[1, 5975412047872] is not found in dev extent Chunk[256, 228, 9024830439424] stripe[1, 5978633273344] is not found in dev extent Chunk[256, 228, 9025904181248] stripe[1, 5979707015168] is not found in dev extent Chunk[256, 228, 9026977923072] stripe[1, 5980780756992] is not found in dev extent Chunk[256, 228, 9028051664896] stripe[1, 5981854498816] is not found in dev extent Chunk[256, 228, 9029125406720] stripe[1, 5982928240640] is not found in dev extent Chunk[256, 228, 9032346632192] stripe[1, 5986149466112] is not found in dev extent Chunk[256, 228, 9035567857664] stripe[1, 5989370691584] is not found in dev extent Chunk[256, 228, 9036641599488] stripe[1, 5990444433408] is not found in dev extent Chunk[256, 228, 9037715341312] stripe[1, 5991518175232] is not found in dev extent Chunk[256, 228, 9038789083136] stripe[1, 5992591917056] is not found in dev extent Chunk[256, 228, 9039862824960] stripe[1, 5993665658880] is not found in dev extent Chunk[256, 228, 9040936566784] stripe[1, 5994739400704] is not found in dev extent Chunk[256, 228, 9042010308608] stripe[1, 5995813142528] is not found in dev extent Chunk[256, 228, 9043084050432] stripe[1, 5996886884352] is not found in dev extent Chunk[256, 228, 9044157792256] stripe[1, 5997960626176] is not found in dev extent Chunk[256, 228, 9045231534080] stripe[1, 5999034368000] is not found in dev extent Chunk[256, 228, 9046305275904] stripe[1, 6000108109824] is not found in dev extent Chunk[256, 228, 9047379017728] stripe[1, 6001181851648] is not found in dev extent Chunk[256, 228, 9048452759552] stripe[1, 6002255593472] is not found in dev extent Chunk[256, 228, 9050600243200] stripe[1, 6004403077120] is not found in dev extent Chunk[256, 228, 9051673985024] stripe[1, 6005476818944] is not found in dev extent Chunk[256, 228, 9052747726848] stripe[1, 6006550560768] is not found in dev extent Chunk[256, 228, 9058116435968] stripe[1, 6011919269888] is not found in dev extent Chunk[256, 228, 9059190177792] stripe[1, 6012993011712] is not found in dev extent Chunk[256, 228, 9062411403264] stripe[1, 6016214237184] is not found in dev extent Chunk[256, 228, 9065632628736] stripe[1, 6019435462656] is not found in dev extent Chunk[256, 228, 9066706370560] stripe[1, 6020509204480] is not found in dev extent Chunk[256, 228, 9067780112384] stripe[1, 6021582946304] is not found in dev extent Chunk[256, 228, 9072075079680] stripe[1, 6025877913600] is not found in dev extent Chunk[256, 228, 9074222563328] stripe[1, 6028025397248] is not found in dev extent Chunk[256, 228, 9075296305152] stripe[1, 6029099139072] is not found in dev extent Chunk[256, 228, 9076370046976] stripe[1, 6030172880896] is not found in dev extent Chunk[256, 228, 9078517530624] stripe[1, 6032320364544] is not found in dev extent Chunk[256, 228, 9080665014272] stripe[1, 6034467848192] is not found in dev extent Chunk[256, 228, 9082812497920] stripe[1, 6036615331840] is not found in dev extent Chunk[256, 228, 9083886239744] stripe[1, 6037689073664] is not found in dev extent Chunk[256, 228, 9084959981568] stripe[1, 6038762815488] is not found in dev extent Chunk[256, 228, 9087107465216] stripe[1, 6040910299136] is not found in dev extent Chunk[256, 228, 9088181207040] stripe[1, 6041984040960] is not found in dev extent Chunk[256, 228, 9089254948864] stripe[1, 6043057782784] is not found in dev extent Chunk[256, 228, 9090328690688] stripe[1, 6044131524608] is not found in dev extent Chunk[256, 228, 9091402432512] stripe[1, 6045205266432] is not found in dev extent Chunk[256, 228, 9092476174336] stripe[1, 6046279008256] is not found in dev extent Chunk[256, 228, 9093549916160] stripe[1, 6047352750080] is not found in dev extent Chunk[256, 228, 9094623657984] stripe[1, 6048426491904] is not found in dev extent Chunk[256, 228, 9095697399808] stripe[1, 6049500233728] is not found in dev extent Chunk[256, 228, 9096771141632] stripe[1, 6050573975552] is not found in dev extent Chunk[256, 228, 9097844883456] stripe[1, 6051647717376] is not found in dev extent Chunk[256, 228, 9098918625280] stripe[1, 6052721459200] is not found in dev extent Chunk[256, 228, 9099992367104] stripe[1, 6053795201024] is not found in dev extent Chunk[256, 228, 9101066108928] stripe[1, 6054868942848] is not found in dev extent Chunk[256, 228, 9102139850752] stripe[1, 6055942684672] is not found in dev extent Chunk[256, 228, 9104287334400] stripe[1, 6058090168320] is not found in dev extent Chunk[256, 228, 9105361076224] stripe[1, 6059163910144] is not found in dev extent Chunk[256, 228, 9106434818048] stripe[1, 6060237651968] is not found in dev extent Chunk[256, 228, 9107508559872] stripe[1, 6061311393792] is not found in dev extent Chunk[256, 228, 9108582301696] stripe[1, 6062385135616] is not found in dev extent Chunk[256, 228, 9109656043520] stripe[1, 6063458877440] is not found in dev extent Chunk[256, 228, 9110729785344] stripe[1, 6064532619264] is not found in dev extent Chunk[256, 228, 9111803527168] stripe[1, 6065606361088] is not found in dev extent Chunk[256, 228, 9112877268992] stripe[1, 6066680102912] is not found in dev extent Chunk[256, 228, 9113951010816] stripe[1, 6067753844736] is not found in dev extent Chunk[256, 228, 9115024752640] stripe[1, 6068827586560] is not found in dev extent Chunk[256, 228, 9119319719936] stripe[1, 6073122553856] is not found in dev extent Chunk[256, 228, 9122540945408] stripe[1, 6076343779328] is not found in dev extent Chunk[256, 228, 9123614687232] stripe[1, 6077417521152] is not found in dev extent Chunk[256, 228, 9124688429056] stripe[1, 6078491262976] is not found in dev extent Chunk[256, 228, 9125762170880] stripe[1, 6079565004800] is not found in dev extent Chunk[256, 228, 9127909654528] stripe[1, 6081712488448] is not found in dev extent Chunk[256, 228, 9128983396352] stripe[1, 6082786230272] is not found in dev extent Chunk[256, 228, 9130057138176] stripe[1, 6083859972096] is not found in dev extent Chunk[256, 228, 9131130880000] stripe[1, 6084933713920] is not found in dev extent Chunk[256, 228, 9132204621824] stripe[1, 6086007455744] is not found in dev extent Chunk[256, 228, 9133278363648] stripe[1, 6087081197568] is not found in dev extent Chunk[256, 228, 9134352105472] stripe[1, 6088154939392] is not found in dev extent Chunk[256, 228, 9135425847296] stripe[1, 6089228681216] is not found in dev extent Chunk[256, 228, 9136499589120] stripe[1, 6090302423040] is not found in dev extent Chunk[256, 228, 9137573330944] stripe[1, 6091376164864] is not found in dev extent Chunk[256, 228, 9138647072768] stripe[1, 6092449906688] is not found in dev extent Chunk[256, 228, 9139720814592] stripe[1, 6093523648512] is not found in dev extent Chunk[256, 228, 9140794556416] stripe[1, 6094597390336] is not found in dev extent Chunk[256, 228, 9141868298240] stripe[1, 6095671132160] is not found in dev extent Chunk[256, 228, 9146163265536] stripe[1, 6099966099456] is not found in dev extent Chunk[256, 228, 9147237007360] stripe[1, 6101039841280] is not found in dev extent Chunk[256, 228, 9148310749184] stripe[1, 6102113583104] is not found in dev extent Chunk[256, 228, 9149384491008] stripe[1, 6103187324928] is not found in dev extent Chunk[256, 228, 9150458232832] stripe[1, 6104261066752] is not found in dev extent Chunk[256, 228, 9151531974656] stripe[1, 6105334808576] is not found in dev extent Chunk[256, 228, 9152605716480] stripe[1, 6106408550400] is not found in dev extent Chunk[256, 228, 9153679458304] stripe[1, 6107482292224] is not found in dev extent Chunk[256, 228, 9154753200128] stripe[1, 6108556034048] is not found in dev extent Chunk[256, 228, 9155826941952] stripe[1, 6109629775872] is not found in dev extent Chunk[256, 228, 9156900683776] stripe[1, 6110703517696] is not found in dev extent Chunk[256, 228, 9157974425600] stripe[1, 6111777259520] is not found in dev extent Chunk[256, 228, 9159048167424] stripe[1, 6112851001344] is not found in dev extent Chunk[256, 228, 9160121909248] stripe[1, 6113924743168] is not found in dev extent Chunk[256, 228, 9161195651072] stripe[1, 6114998484992] is not found in dev extent Chunk[256, 228, 9162269392896] stripe[1, 6116072226816] is not found in dev extent Chunk[256, 228, 9163343134720] stripe[1, 6117145968640] is not found in dev extent Chunk[256, 228, 9164416876544] stripe[1, 6118219710464] is not found in dev extent Chunk[256, 228, 9165490618368] stripe[1, 6119293452288] is not found in dev extent Chunk[256, 228, 9166564360192] stripe[1, 6120367194112] is not found in dev extent Chunk[256, 228, 9167638102016] stripe[1, 6121440935936] is not found in dev extent Chunk[256, 228, 9168711843840] stripe[1, 6122514677760] is not found in dev extent Chunk[256, 228, 9169785585664] stripe[1, 6123588419584] is not found in dev extent Chunk[256, 228, 9171933069312] stripe[1, 6125735903232] is not found in dev extent Chunk[256, 228, 9174080552960] stripe[1, 6127883386880] is not found in dev extent Chunk[256, 228, 9175154294784] stripe[1, 6128957128704] is not found in dev extent Chunk[256, 228, 9178375520256] stripe[1, 6132178354176] is not found in dev extent Chunk[256, 228, 9179449262080] stripe[1, 6133252096000] is not found in dev extent Chunk[256, 228, 9180523003904] stripe[1, 6134325837824] is not found in dev extent Chunk[256, 228, 9183744229376] stripe[1, 6137547063296] is not found in dev extent Chunk[256, 228, 9185891713024] stripe[1, 6139694546944] is not found in dev extent Chunk[256, 228, 9190186680320] stripe[1, 6143989514240] is not found in dev extent Chunk[256, 228, 9191260422144] stripe[1, 6145063256064] is not found in dev extent Chunk[256, 228, 9192334163968] stripe[1, 6146136997888] is not found in dev extent Chunk[256, 228, 9193407905792] stripe[1, 6147210739712] is not found in dev extent Chunk[256, 228, 9194481647616] stripe[1, 6148284481536] is not found in dev extent Chunk[256, 228, 9195555389440] stripe[1, 938489151488] is not found in dev extent Chunk[256, 228, 9195555389440] stripe[1, 939562893312] is not found in dev extent Chunk[256, 228, 9196629131264] stripe[1, 6149358223360] is not found in dev extent Chunk[256, 228, 9197702873088] stripe[1, 6150431965184] is not found in dev extent Chunk[256, 228, 9198776614912] stripe[1, 6151505707008] is not found in dev extent Chunk[256, 228, 9199850356736] stripe[1, 6152579448832] is not found in dev extent Chunk[256, 228, 9200924098560] stripe[1, 6153653190656] is not found in dev extent Chunk[256, 228, 9201997840384] stripe[1, 6154726932480] is not found in dev extent Chunk[256, 228, 9203071582208] stripe[1, 6155800674304] is not found in dev extent Chunk[256, 228, 9204145324032] stripe[1, 6156874416128] is not found in dev extent Chunk[256, 228, 9205219065856] stripe[1, 6157948157952] is not found in dev extent Chunk[256, 228, 9206292807680] stripe[1, 6159021899776] is not found in dev extent Chunk[256, 228, 9207366549504] stripe[1, 6160095641600] is not found in dev extent Chunk[256, 228, 9208440291328] stripe[1, 6161169383424] is not found in dev extent Chunk[256, 228, 9209514033152] stripe[1, 6162243125248] is not found in dev extent Chunk[256, 228, 9210587774976] stripe[1, 6163316867072] is not found in dev extent Chunk[256, 228, 9211661516800] stripe[1, 6164390608896] is not found in dev extent Chunk[256, 228, 9212735258624] stripe[1, 6165464350720] is not found in dev extent Chunk[256, 228, 9213809000448] stripe[1, 6166538092544] is not found in dev extent Chunk[256, 228, 9214882742272] stripe[1, 6167611834368] is not found in dev extent Chunk[256, 228, 9215956484096] stripe[1, 6168685576192] is not found in dev extent Chunk[256, 228, 9217030225920] stripe[1, 6169759318016] is not found in dev extent Chunk[256, 228, 9218103967744] stripe[1, 6170833059840] is not found in dev extent Chunk[256, 228, 9219177709568] stripe[1, 6171906801664] is not found in dev extent Chunk[256, 228, 9220251451392] stripe[1, 6172980543488] is not found in dev extent Chunk[256, 228, 9221325193216] stripe[1, 6174054285312] is not found in dev extent Chunk[256, 228, 9222398935040] stripe[1, 6175128027136] is not found in dev extent Chunk[256, 228, 9223472676864] stripe[1, 6176201768960] is not found in dev extent Chunk[256, 228, 9224546418688] stripe[1, 6177275510784] is not found in dev extent Chunk[256, 228, 9225620160512] stripe[1, 6178349252608] is not found in dev extent Chunk[256, 228, 9226693902336] stripe[1, 6179422994432] is not found in dev extent Chunk[256, 228, 9227767644160] stripe[1, 6180496736256] is not found in dev extent Chunk[256, 228, 9228841385984] stripe[1, 6181570478080] is not found in dev extent Chunk[256, 228, 9229915127808] stripe[1, 6182644219904] is not found in dev extent Chunk[256, 228, 9230988869632] stripe[1, 6183717961728] is not found in dev extent Chunk[256, 228, 9232062611456] stripe[1, 6184791703552] is not found in dev extent Chunk[256, 228, 9233136353280] stripe[1, 6185865445376] is not found in dev extent Chunk[256, 228, 9234210095104] stripe[1, 6186939187200] is not found in dev extent Chunk[256, 228, 9235283836928] stripe[1, 6188012929024] is not found in dev extent Chunk[256, 228, 9236357578752] stripe[1, 6189086670848] is not found in dev extent Chunk[256, 228, 9255684931584] stripe[1, 6208414023680] is not found in dev extent Chunk[256, 228, 9256758673408] stripe[1, 6209487765504] is not found in dev extent Chunk[256, 228, 9258906157056] stripe[1, 6211635249152] is not found in dev extent Chunk[256, 228, 9261053640704] stripe[1, 6213782732800] is not found in dev extent Chunk[256, 228, 9263201124352] stripe[1, 6215930216448] is not found in dev extent Chunk[256, 228, 9264274866176] stripe[1, 6217003958272] is not found in dev extent Chunk[256, 228, 9266422349824] stripe[1, 6219151441920] is not found in dev extent Chunk[256, 228, 9267496091648] stripe[1, 6220225183744] is not found in dev extent Chunk[256, 228, 9268569833472] stripe[1, 6221298925568] is not found in dev extent Chunk[256, 228, 9269643575296] stripe[1, 6222372667392] is not found in dev extent Chunk[256, 228, 9271791058944] stripe[1, 6224520151040] is not found in dev extent Chunk[256, 228, 9275012284416] stripe[1, 6227741376512] is not found in dev extent Chunk[256, 228, 9277159768064] stripe[1, 6229888860160] is not found in dev extent Chunk[256, 228, 9278233509888] stripe[1, 6230962601984] is not found in dev extent Chunk[256, 228, 9279307251712] stripe[1, 6232036343808] is not found in dev extent Chunk[256, 228, 9280380993536] stripe[1, 6233110085632] is not found in dev extent Chunk[256, 228, 9281454735360] stripe[1, 6234183827456] is not found in dev extent Chunk[256, 228, 9283602219008] stripe[1, 6236331311104] is not found in dev extent Chunk[256, 228, 9284675960832] stripe[1, 6237405052928] is not found in dev extent Chunk[256, 228, 9285749702656] stripe[1, 6238478794752] is not found in dev extent Chunk[256, 228, 9287897186304] stripe[1, 6240626278400] is not found in dev extent Chunk[256, 228, 9288970928128] stripe[1, 6241700020224] is not found in dev extent Chunk[256, 228, 9291118411776] stripe[1, 6243847503872] is not found in dev extent Chunk[256, 228, 9292192153600] stripe[1, 6244921245696] is not found in dev extent Chunk[256, 228, 9293265895424] stripe[1, 6245994987520] is not found in dev extent Chunk[256, 228, 9294339637248] stripe[1, 6247068729344] is not found in dev extent Chunk[256, 228, 9295413379072] stripe[1, 6248142471168] is not found in dev extent Chunk[256, 228, 9296487120896] stripe[1, 6249216212992] is not found in dev extent Chunk[256, 228, 9297560862720] stripe[1, 6250289954816] is not found in dev extent Chunk[256, 228, 9298634604544] stripe[1, 6251363696640] is not found in dev extent Chunk[256, 228, 9299708346368] stripe[1, 6252437438464] is not found in dev extent Chunk[256, 228, 9300782088192] stripe[1, 6253511180288] is not found in dev extent Chunk[256, 228, 9301855830016] stripe[1, 6254584922112] is not found in dev extent Chunk[256, 228, 9302929571840] stripe[1, 6255658663936] is not found in dev extent Chunk[256, 228, 9304003313664] stripe[1, 6256732405760] is not found in dev extent Chunk[256, 228, 9305077055488] stripe[1, 6257806147584] is not found in dev extent Chunk[256, 228, 9306150797312] stripe[1, 6258879889408] is not found in dev extent Chunk[256, 228, 9307224539136] stripe[1, 6259953631232] is not found in dev extent Chunk[256, 228, 9308298280960] stripe[1, 6261027373056] is not found in dev extent Chunk[256, 228, 9309372022784] stripe[1, 6262101114880] is not found in dev extent Chunk[256, 228, 9310445764608] stripe[1, 6263174856704] is not found in dev extent Chunk[256, 228, 9311519506432] stripe[1, 6264248598528] is not found in dev extent Chunk[256, 228, 9312593248256] stripe[1, 6265322340352] is not found in dev extent Chunk[256, 228, 9314740731904] stripe[1, 6267469824000] is not found in dev extent Chunk[256, 228, 9315814473728] stripe[1, 6268543565824] is not found in dev extent Chunk[256, 228, 9316888215552] stripe[1, 6269617307648] is not found in dev extent Chunk[256, 228, 9317961957376] stripe[1, 6270691049472] is not found in dev extent Chunk[256, 228, 9319035699200] stripe[1, 6271764791296] is not found in dev extent Chunk[256, 228, 9320109441024] stripe[1, 6272838533120] is not found in dev extent Chunk[256, 228, 9321183182848] stripe[1, 6273912274944] is not found in dev extent Chunk[256, 228, 9322256924672] stripe[1, 6274986016768] is not found in dev extent Chunk[256, 228, 9323330666496] stripe[1, 6276059758592] is not found in dev extent Chunk[256, 228, 9324404408320] stripe[1, 6277133500416] is not found in dev extent Chunk[256, 228, 9325478150144] stripe[1, 6278207242240] is not found in dev extent Chunk[256, 228, 9326551891968] stripe[1, 6279280984064] is not found in dev extent Chunk[256, 228, 9327625633792] stripe[1, 6280354725888] is not found in dev extent Chunk[256, 228, 9328699375616] stripe[1, 6281428467712] is not found in dev extent Chunk[256, 228, 9329773117440] stripe[1, 6282502209536] is not found in dev extent Chunk[256, 228, 9331920601088] stripe[1, 6284649693184] is not found in dev extent Chunk[256, 228, 9332994342912] stripe[1, 6285723435008] is not found in dev extent Chunk[256, 228, 9334068084736] stripe[1, 6286797176832] is not found in dev extent Chunk[256, 228, 9335141826560] stripe[1, 6287870918656] is not found in dev extent Chunk[256, 228, 9336215568384] stripe[1, 6288944660480] is not found in dev extent Chunk[256, 228, 9337289310208] stripe[1, 6290018402304] is not found in dev extent Chunk[256, 228, 9338363052032] stripe[1, 6291092144128] is not found in dev extent Chunk[256, 228, 9339436793856] stripe[1, 6292165885952] is not found in dev extent Chunk[256, 228, 9341584277504] stripe[1, 6294313369600] is not found in dev extent Chunk[256, 228, 9342658019328] stripe[1, 6295387111424] is not found in dev extent Chunk[256, 228, 9344805502976] stripe[1, 6297534595072] is not found in dev extent Chunk[256, 228, 9345879244800] stripe[1, 6298608336896] is not found in dev extent Chunk[256, 228, 9346952986624] stripe[1, 6299682078720] is not found in dev extent Chunk[256, 228, 9348026728448] stripe[1, 6300755820544] is not found in dev extent Chunk[256, 228, 9349100470272] stripe[1, 6301829562368] is not found in dev extent Chunk[256, 228, 9350174212096] stripe[1, 6302903304192] is not found in dev extent Chunk[256, 228, 9351247953920] stripe[1, 6303977046016] is not found in dev extent Chunk[256, 228, 9352321695744] stripe[1, 6305050787840] is not found in dev extent Chunk[256, 228, 9353395437568] stripe[1, 6306124529664] is not found in dev extent Chunk[256, 228, 9354469179392] stripe[1, 6307198271488] is not found in dev extent Chunk[256, 228, 9355542921216] stripe[1, 6308272013312] is not found in dev extent Chunk[256, 228, 9356616663040] stripe[1, 6309345755136] is not found in dev extent Chunk[256, 228, 9357690404864] stripe[1, 6310419496960] is not found in dev extent Chunk[256, 228, 9358764146688] stripe[1, 6311493238784] is not found in dev extent Chunk[256, 228, 9359837888512] stripe[1, 6312566980608] is not found in dev extent Chunk[256, 228, 9360911630336] stripe[1, 6313640722432] is not found in dev extent Chunk[256, 228, 9361985372160] stripe[1, 6314714464256] is not found in dev extent Chunk[256, 228, 9363059113984] stripe[1, 6315788206080] is not found in dev extent Chunk[256, 228, 9364132855808] stripe[1, 6316861947904] is not found in dev extent Chunk[256, 228, 9365206597632] stripe[1, 6317935689728] is not found in dev extent Chunk[256, 228, 9366280339456] stripe[1, 6319009431552] is not found in dev extent Chunk[256, 228, 9367354081280] stripe[1, 6320083173376] is not found in dev extent Chunk[256, 228, 9368427823104] stripe[1, 6321156915200] is not found in dev extent Chunk[256, 228, 9369501564928] stripe[1, 6322230657024] is not found in dev extent Chunk[256, 228, 9370575306752] stripe[1, 6323304398848] is not found in dev extent Chunk[256, 228, 9371649048576] stripe[1, 6324378140672] is not found in dev extent Chunk[256, 228, 9372722790400] stripe[1, 6325451882496] is not found in dev extent Chunk[256, 228, 9373796532224] stripe[1, 6326525624320] is not found in dev extent Chunk[256, 228, 9374870274048] stripe[1, 6327599366144] is not found in dev extent Chunk[256, 228, 9375944015872] stripe[1, 6328673107968] is not found in dev extent Chunk[256, 228, 9377017757696] stripe[1, 6329746849792] is not found in dev extent Chunk[256, 228, 9378091499520] stripe[1, 6330820591616] is not found in dev extent Chunk[256, 228, 9379165241344] stripe[1, 6331894333440] is not found in dev extent Chunk[256, 228, 9380238983168] stripe[1, 6332968075264] is not found in dev extent Chunk[256, 228, 9381312724992] stripe[1, 6334041817088] is not found in dev extent Chunk[256, 228, 9382386466816] stripe[1, 6335115558912] is not found in dev extent Chunk[256, 228, 9384533950464] stripe[1, 6337263042560] is not found in dev extent Chunk[256, 228, 9385607692288] stripe[1, 6338336784384] is not found in dev extent Chunk[256, 228, 9386681434112] stripe[1, 6339410526208] is not found in dev extent Chunk[256, 228, 9389902659584] stripe[1, 6342631751680] is not found in dev extent Chunk[256, 228, 9392050143232] stripe[1, 6344779235328] is not found in dev extent Chunk[256, 228, 9393123885056] stripe[1, 6345852977152] is not found in dev extent Chunk[256, 228, 9394197626880] stripe[1, 6346926718976] is not found in dev extent Chunk[256, 228, 9396345110528] stripe[1, 6349074202624] is not found in dev extent Chunk[256, 228, 9397418852352] stripe[1, 6350147944448] is not found in dev extent Chunk[256, 228, 9398492594176] stripe[1, 6351221686272] is not found in dev extent Chunk[256, 228, 9399566336000] stripe[1, 6352295428096] is not found in dev extent Chunk[256, 228, 9403861303296] stripe[1, 6356590395392] is not found in dev extent Chunk[256, 228, 9404935045120] stripe[1, 6357664137216] is not found in dev extent Chunk[256, 228, 9406008786944] stripe[1, 6358737879040] is not found in dev extent Chunk[256, 228, 9407082528768] stripe[1, 6359811620864] is not found in dev extent Chunk[256, 228, 9409230012416] stripe[1, 6361959104512] is not found in dev extent Chunk[256, 228, 9410303754240] stripe[1, 6363032846336] is not found in dev extent Chunk[256, 228, 9411377496064] stripe[1, 6364106588160] is not found in dev extent Chunk[256, 228, 9412451237888] stripe[1, 6365180329984] is not found in dev extent Chunk[256, 228, 9413524979712] stripe[1, 6366254071808] is not found in dev extent Chunk[256, 228, 9414598721536] stripe[1, 6367327813632] is not found in dev extent Chunk[256, 228, 9415672463360] stripe[1, 6368401555456] is not found in dev extent Chunk[256, 228, 9416746205184] stripe[1, 6369475297280] is not found in dev extent Chunk[256, 228, 9417819947008] stripe[1, 6370549039104] is not found in dev extent Chunk[256, 228, 9418893688832] stripe[1, 6371622780928] is not found in dev extent Chunk[256, 228, 9419967430656] stripe[1, 6372696522752] is not found in dev extent Chunk[256, 228, 9421041172480] stripe[1, 6373770264576] is not found in dev extent Chunk[256, 228, 9422114914304] stripe[1, 6374844006400] is not found in dev extent Chunk[256, 228, 9423188656128] stripe[1, 6375917748224] is not found in dev extent Chunk[256, 228, 9424262397952] stripe[1, 6376991490048] is not found in dev extent Chunk[256, 228, 9425336139776] stripe[1, 6378065231872] is not found in dev extent Chunk[256, 228, 9426409881600] stripe[1, 6379138973696] is not found in dev extent Chunk[256, 228, 9428557365248] stripe[1, 6381286457344] is not found in dev extent Chunk[256, 228, 9429631107072] stripe[1, 6382360199168] is not found in dev extent Chunk[256, 228, 9430704848896] stripe[1, 6383433940992] is not found in dev extent Chunk[256, 228, 9431778590720] stripe[1, 6384507682816] is not found in dev extent Chunk[256, 228, 9433926074368] stripe[1, 6386655166464] is not found in dev extent Chunk[256, 228, 9434999816192] stripe[1, 6387728908288] is not found in dev extent Chunk[256, 228, 9437147299840] stripe[1, 6389876391936] is not found in dev extent Chunk[256, 228, 9438221041664] stripe[1, 6390950133760] is not found in dev extent Chunk[256, 228, 9439294783488] stripe[1, 6392023875584] is not found in dev extent Chunk[256, 228, 9442516008960] stripe[1, 6395245101056] is not found in dev extent Chunk[256, 228, 9443589750784] stripe[1, 6396318842880] is not found in dev extent Chunk[256, 228, 9444663492608] stripe[1, 6397392584704] is not found in dev extent Chunk[256, 228, 9445737234432] stripe[1, 6398466326528] is not found in dev extent Chunk[256, 228, 9450032201728] stripe[1, 6402761293824] is not found in dev extent Chunk[256, 228, 9452179685376] stripe[1, 6404908777472] is not found in dev extent Chunk[256, 228, 9453253427200] stripe[1, 6405982519296] is not found in dev extent Chunk[256, 228, 9454327169024] stripe[1, 6407056261120] is not found in dev extent Chunk[256, 228, 9455400910848] stripe[1, 6408130002944] is not found in dev extent Chunk[256, 228, 9456474652672] stripe[1, 6409203744768] is not found in dev extent Chunk[256, 228, 9457548394496] stripe[1, 6410277486592] is not found in dev extent Chunk[256, 228, 9458622136320] stripe[1, 6411351228416] is not found in dev extent Chunk[256, 228, 9459695878144] stripe[1, 6412424970240] is not found in dev extent Chunk[256, 228, 9460769619968] stripe[1, 6413498712064] is not found in dev extent Chunk[256, 228, 9461843361792] stripe[1, 6414572453888] is not found in dev extent Chunk[256, 228, 9462917103616] stripe[1, 6415646195712] is not found in dev extent Chunk[256, 228, 9463990845440] stripe[1, 6416719937536] is not found in dev extent Chunk[256, 228, 9465064587264] stripe[1, 6417793679360] is not found in dev extent Chunk[256, 228, 9467212070912] stripe[1, 6419941163008] is not found in dev extent Chunk[256, 228, 9468285812736] stripe[1, 6421014904832] is not found in dev extent Chunk[256, 228, 9469359554560] stripe[1, 6422088646656] is not found in dev extent Chunk[256, 228, 9470433296384] stripe[1, 6423162388480] is not found in dev extent Chunk[256, 228, 9471507038208] stripe[1, 6424236130304] is not found in dev extent Chunk[256, 228, 9472580780032] stripe[1, 6425309872128] is not found in dev extent Chunk[256, 228, 9473654521856] stripe[1, 6426383613952] is not found in dev extent Chunk[256, 228, 9474728263680] stripe[1, 6427457355776] is not found in dev extent Chunk[256, 228, 9475802005504] stripe[1, 940636635136] is not found in dev extent Chunk[256, 228, 9475802005504] stripe[1, 941710376960] is not found in dev extent Chunk[256, 228, 9476875747328] stripe[1, 6428531097600] is not found in dev extent Chunk[256, 228, 9477949489152] stripe[1, 6429604839424] is not found in dev extent Chunk[256, 228, 9479023230976] stripe[1, 6430678581248] is not found in dev extent Chunk[256, 228, 9480096972800] stripe[1, 6431752323072] is not found in dev extent Chunk[256, 228, 9481170714624] stripe[1, 6432826064896] is not found in dev extent Chunk[256, 228, 9482244456448] stripe[1, 6433899806720] is not found in dev extent Chunk[256, 228, 9483318198272] stripe[1, 6434973548544] is not found in dev extent Chunk[256, 228, 9484391940096] stripe[1, 6436047290368] is not found in dev extent Chunk[256, 228, 9485465681920] stripe[1, 6437121032192] is not found in dev extent Chunk[256, 228, 9486539423744] stripe[1, 6438194774016] is not found in dev extent Chunk[256, 228, 9487613165568] stripe[1, 6439268515840] is not found in dev extent Chunk[256, 228, 9488686907392] stripe[1, 6440342257664] is not found in dev extent Chunk[256, 228, 9489760649216] stripe[1, 6441415999488] is not found in dev extent Chunk[256, 228, 9490834391040] stripe[1, 6442489741312] is not found in dev extent Chunk[256, 228, 9491908132864] stripe[1, 6443563483136] is not found in dev extent Chunk[256, 228, 9492981874688] stripe[1, 6444637224960] is not found in dev extent Chunk[256, 228, 9494055616512] stripe[1, 6445710966784] is not found in dev extent Chunk[256, 228, 9495129358336] stripe[1, 6446784708608] is not found in dev extent Chunk[256, 228, 9496203100160] stripe[1, 6447858450432] is not found in dev extent Chunk[256, 228, 9497276841984] stripe[1, 6448932192256] is not found in dev extent Chunk[256, 228, 9498350583808] stripe[1, 6450005934080] is not found in dev extent Chunk[256, 228, 9499424325632] stripe[1, 6451079675904] is not found in dev extent Chunk[256, 228, 9500498067456] stripe[1, 6452153417728] is not found in dev extent Chunk[256, 228, 9501571809280] stripe[1, 6453227159552] is not found in dev extent Chunk[256, 228, 9502645551104] stripe[1, 6454300901376] is not found in dev extent Chunk[256, 228, 9503719292928] stripe[1, 6455374643200] is not found in dev extent Chunk[256, 228, 9504793034752] stripe[1, 6456448385024] is not found in dev extent Chunk[256, 228, 9505866776576] stripe[1, 6457522126848] is not found in dev extent Chunk[256, 228, 9506940518400] stripe[1, 6458595868672] is not found in dev extent Chunk[256, 228, 9508014260224] stripe[1, 6459669610496] is not found in dev extent Chunk[256, 228, 9509088002048] stripe[1, 6460743352320] is not found in dev extent Chunk[256, 228, 9510161743872] stripe[1, 6461817094144] is not found in dev extent Chunk[256, 228, 9511235485696] stripe[1, 6462890835968] is not found in dev extent Chunk[256, 228, 9512309227520] stripe[1, 6463964577792] is not found in dev extent Chunk[256, 228, 9513382969344] stripe[1, 6465038319616] is not found in dev extent Chunk[256, 228, 9514456711168] stripe[1, 6466112061440] is not found in dev extent Chunk[256, 228, 9515530452992] stripe[1, 6467185803264] is not found in dev extent Chunk[256, 228, 9516604194816] stripe[1, 6468259545088] is not found in dev extent Chunk[256, 228, 9517677936640] stripe[1, 6469333286912] is not found in dev extent Chunk[256, 228, 9518751678464] stripe[1, 6470407028736] is not found in dev extent Chunk[256, 228, 9519825420288] stripe[1, 6471480770560] is not found in dev extent Chunk[256, 228, 9520899162112] stripe[1, 6472554512384] is not found in dev extent Chunk[256, 228, 9521972903936] stripe[1, 6473628254208] is not found in dev extent Chunk[256, 228, 9523046645760] stripe[1, 6474701996032] is not found in dev extent Chunk[256, 228, 9524120387584] stripe[1, 6475775737856] is not found in dev extent Chunk[256, 228, 9525194129408] stripe[1, 6476849479680] is not found in dev extent Chunk[256, 228, 9526267871232] stripe[1, 6477923221504] is not found in dev extent Chunk[256, 228, 9527341613056] stripe[1, 6478996963328] is not found in dev extent Chunk[256, 228, 9528415354880] stripe[1, 6480070705152] is not found in dev extent Chunk[256, 228, 9529489096704] stripe[1, 6481144446976] is not found in dev extent Chunk[256, 228, 9530562838528] stripe[1, 6482218188800] is not found in dev extent Chunk[256, 228, 9531636580352] stripe[1, 6483291930624] is not found in dev extent Chunk[256, 228, 9532710322176] stripe[1, 6484365672448] is not found in dev extent Chunk[256, 228, 9533784064000] stripe[1, 6485439414272] is not found in dev extent Chunk[256, 228, 9534857805824] stripe[1, 6486513156096] is not found in dev extent Chunk[256, 228, 9535931547648] stripe[1, 6487586897920] is not found in dev extent Chunk[256, 228, 9537005289472] stripe[1, 6488660639744] is not found in dev extent Chunk[256, 228, 9538079031296] stripe[1, 6489734381568] is not found in dev extent Chunk[256, 228, 9539152773120] stripe[1, 6490808123392] is not found in dev extent Chunk[256, 228, 9540226514944] stripe[1, 6491881865216] is not found in dev extent Chunk[256, 228, 9541300256768] stripe[1, 6492955607040] is not found in dev extent Chunk[256, 228, 9542373998592] stripe[1, 6494029348864] is not found in dev extent Chunk[256, 228, 9543447740416] stripe[1, 6495103090688] is not found in dev extent Chunk[256, 228, 9544521482240] stripe[1, 6496176832512] is not found in dev extent Chunk[256, 228, 9545595224064] stripe[1, 6497250574336] is not found in dev extent Chunk[256, 228, 9546668965888] stripe[1, 6498324316160] is not found in dev extent Chunk[256, 228, 9547742707712] stripe[1, 6499398057984] is not found in dev extent Chunk[256, 228, 9548816449536] stripe[1, 6500471799808] is not found in dev extent Chunk[256, 228, 9549890191360] stripe[1, 6501545541632] is not found in dev extent Chunk[256, 228, 9550963933184] stripe[1, 6502619283456] is not found in dev extent Chunk[256, 228, 9552037675008] stripe[1, 6503693025280] is not found in dev extent Chunk[256, 228, 9553111416832] stripe[1, 6504766767104] is not found in dev extent Chunk[256, 228, 9554185158656] stripe[1, 6505840508928] is not found in dev extent Chunk[256, 228, 9555258900480] stripe[1, 6506914250752] is not found in dev extent Chunk[256, 228, 9556332642304] stripe[1, 6507987992576] is not found in dev extent Chunk[256, 228, 9557406384128] stripe[1, 6509061734400] is not found in dev extent Chunk[256, 228, 9558480125952] stripe[1, 6510135476224] is not found in dev extent Chunk[256, 228, 9559553867776] stripe[1, 6511209218048] is not found in dev extent Chunk[256, 228, 9560627609600] stripe[1, 6512282959872] is not found in dev extent Chunk[256, 228, 9673370501120] stripe[1, 6625025851392] is not found in dev extent Chunk[256, 228, 9675517984768] stripe[1, 6627173335040] is not found in dev extent Chunk[256, 228, 9678739210240] stripe[1, 6630394560512] is not found in dev extent Chunk[256, 228, 9679812952064] stripe[1, 6631468302336] is not found in dev extent Chunk[256, 228, 9680886693888] stripe[1, 6632542044160] is not found in dev extent Chunk[256, 228, 9681960435712] stripe[1, 6633615785984] is not found in dev extent Chunk[256, 228, 9683034177536] stripe[1, 6634689527808] is not found in dev extent Chunk[256, 228, 9684107919360] stripe[1, 6635763269632] is not found in dev extent Chunk[256, 228, 9685181661184] stripe[1, 6636837011456] is not found in dev extent Chunk[256, 228, 9686255403008] stripe[1, 6637910753280] is not found in dev extent Chunk[256, 228, 9687329144832] stripe[1, 6638984495104] is not found in dev extent Chunk[256, 228, 9688402886656] stripe[1, 6640058236928] is not found in dev extent Chunk[256, 228, 9689476628480] stripe[1, 6641131978752] is not found in dev extent Chunk[256, 228, 9690550370304] stripe[1, 6642205720576] is not found in dev extent Chunk[256, 228, 9691624112128] stripe[1, 6643279462400] is not found in dev extent Chunk[256, 228, 9692697853952] stripe[1, 6644353204224] is not found in dev extent Chunk[256, 228, 9693771595776] stripe[1, 6645426946048] is not found in dev extent Chunk[256, 228, 9694845337600] stripe[1, 6646500687872] is not found in dev extent Chunk[256, 228, 9695919079424] stripe[1, 6647574429696] is not found in dev extent Chunk[256, 228, 9696992821248] stripe[1, 6648648171520] is not found in dev extent Chunk[256, 228, 9698066563072] stripe[1, 6649721913344] is not found in dev extent Chunk[256, 228, 9699140304896] stripe[1, 6650795655168] is not found in dev extent Chunk[256, 228, 9700214046720] stripe[1, 6651869396992] is not found in dev extent Chunk[256, 228, 9701287788544] stripe[1, 6652943138816] is not found in dev extent Chunk[256, 228, 9702361530368] stripe[1, 6654016880640] is not found in dev extent Chunk[256, 228, 9704509014016] stripe[1, 6656164364288] is not found in dev extent Chunk[256, 228, 9706656497664] stripe[1, 6658311847936] is not found in dev extent Chunk[256, 228, 9707730239488] stripe[1, 6659385589760] is not found in dev extent Chunk[256, 228, 9709877723136] stripe[1, 6661533073408] is not found in dev extent Chunk[256, 228, 9710951464960] stripe[1, 6662606815232] is not found in dev extent Chunk[256, 228, 9713098948608] stripe[1, 6664754298880] is not found in dev extent Chunk[256, 228, 9716320174080] stripe[1, 6667975524352] is not found in dev extent Chunk[256, 228, 9717393915904] stripe[1, 6669049266176] is not found in dev extent Chunk[256, 228, 9720615141376] stripe[1, 6672270491648] is not found in dev extent Chunk[256, 228, 9721688883200] stripe[1, 6673344233472] is not found in dev extent Chunk[256, 228, 9722762625024] stripe[1, 6674417975296] is not found in dev extent Chunk[256, 228, 9723836366848] stripe[1, 6675491717120] is not found in dev extent Chunk[256, 228, 9724910108672] stripe[1, 6676565458944] is not found in dev extent Chunk[256, 228, 9725983850496] stripe[1, 6677639200768] is not found in dev extent Chunk[256, 228, 9727057592320] stripe[1, 6678712942592] is not found in dev extent Chunk[256, 228, 9728131334144] stripe[1, 6679786684416] is not found in dev extent Chunk[256, 228, 9730278817792] stripe[1, 6681934168064] is not found in dev extent Chunk[256, 228, 9734573785088] stripe[1, 6686229135360] is not found in dev extent Chunk[256, 228, 9738868752384] stripe[1, 6690524102656] is not found in dev extent Chunk[256, 228, 9741016236032] stripe[1, 6692671586304] is not found in dev extent Chunk[256, 228, 9742089977856] stripe[1, 6693745328128] is not found in dev extent Chunk[256, 228, 9743163719680] stripe[1, 6694819069952] is not found in dev extent Chunk[256, 228, 9745311203328] stripe[1, 6696966553600] is not found in dev extent Chunk[256, 228, 9746384945152] stripe[1, 6698040295424] is not found in dev extent Chunk[256, 228, 9748532428800] stripe[1, 6700187779072] is not found in dev extent Chunk[256, 228, 9749606170624] stripe[1, 6701261520896] is not found in dev extent Chunk[256, 228, 9750679912448] stripe[1, 6702335262720] is not found in dev extent Chunk[256, 228, 9751753654272] stripe[1, 6703409004544] is not found in dev extent Chunk[256, 228, 9752827396096] stripe[1, 6704482746368] is not found in dev extent Chunk[256, 228, 9753901137920] stripe[1, 6705556488192] is not found in dev extent Chunk[256, 228, 9754974879744] stripe[1, 6706630230016] is not found in dev extent Chunk[256, 228, 9756048621568] stripe[1, 6707703971840] is not found in dev extent Chunk[256, 228, 9757122363392] stripe[1, 6708777713664] is not found in dev extent Chunk[256, 228, 9758196105216] stripe[1, 6709851455488] is not found in dev extent Chunk[256, 228, 9759269847040] stripe[1, 6710925197312] is not found in dev extent Chunk[256, 228, 9760343588864] stripe[1, 6711998939136] is not found in dev extent Chunk[256, 228, 9761417330688] stripe[1, 6713072680960] is not found in dev extent Chunk[256, 228, 9762491072512] stripe[1, 6714146422784] is not found in dev extent Chunk[256, 228, 9763564814336] stripe[1, 6715220164608] is not found in dev extent Chunk[256, 228, 9764638556160] stripe[1, 6716293906432] is not found in dev extent Chunk[256, 228, 9765712297984] stripe[1, 6717367648256] is not found in dev extent Chunk[256, 228, 9766786039808] stripe[1, 6718441390080] is not found in dev extent Chunk[256, 228, 9767859781632] stripe[1, 6719515131904] is not found in dev extent Chunk[256, 228, 9768933523456] stripe[1, 6720588873728] is not found in dev extent Chunk[256, 228, 9770007265280] stripe[1, 6721662615552] is not found in dev extent Chunk[256, 228, 9771081007104] stripe[1, 6722736357376] is not found in dev extent Chunk[256, 228, 9772154748928] stripe[1, 6723810099200] is not found in dev extent Chunk[256, 228, 9773228490752] stripe[1, 6724883841024] is not found in dev extent Chunk[256, 228, 9774302232576] stripe[1, 6725957582848] is not found in dev extent Chunk[256, 228, 9775375974400] stripe[1, 6727031324672] is not found in dev extent Chunk[256, 228, 9776449716224] stripe[1, 6728105066496] is not found in dev extent Chunk[256, 228, 9777523458048] stripe[1, 6729178808320] is not found in dev extent Chunk[256, 228, 9778597199872] stripe[1, 6730252550144] is not found in dev extent Chunk[256, 228, 9779670941696] stripe[1, 6731326291968] is not found in dev extent Chunk[256, 228, 9780744683520] stripe[1, 6732400033792] is not found in dev extent Chunk[256, 228, 9781818425344] stripe[1, 6733473775616] is not found in dev extent Chunk[256, 228, 9782892167168] stripe[1, 6734547517440] is not found in dev extent Chunk[256, 228, 9783965908992] stripe[1, 6735621259264] is not found in dev extent Chunk[256, 228, 9785039650816] stripe[1, 6736695001088] is not found in dev extent Chunk[256, 228, 9786113392640] stripe[1, 6737768742912] is not found in dev extent Chunk[256, 228, 9787187134464] stripe[1, 6738842484736] is not found in dev extent Chunk[256, 228, 9788260876288] stripe[1, 6739916226560] is not found in dev extent Chunk[256, 228, 9790408359936] stripe[1, 6742063710208] is not found in dev extent Chunk[256, 228, 9791482101760] stripe[1, 6743137452032] is not found in dev extent Chunk[256, 228, 9792555843584] stripe[1, 6744211193856] is not found in dev extent Chunk[256, 228, 9793629585408] stripe[1, 942784118784] is not found in dev extent Chunk[256, 228, 9793629585408] stripe[1, 943857860608] is not found in dev extent Chunk[256, 228, 9794703327232] stripe[1, 6745284935680] is not found in dev extent Chunk[256, 228, 9795777069056] stripe[1, 6746358677504] is not found in dev extent Chunk[256, 228, 9796850810880] stripe[1, 6747432419328] is not found in dev extent Chunk[256, 228, 9797924552704] stripe[1, 6748506161152] is not found in dev extent Chunk[256, 228, 9798998294528] stripe[1, 6749579902976] is not found in dev extent Chunk[256, 228, 9800072036352] stripe[1, 6750653644800] is not found in dev extent Chunk[256, 228, 9801145778176] stripe[1, 6751727386624] is not found in dev extent Chunk[256, 228, 9802219520000] stripe[1, 6752801128448] is not found in dev extent Chunk[256, 228, 9803293261824] stripe[1, 6753874870272] is not found in dev extent Chunk[256, 228, 9804367003648] stripe[1, 6754948612096] is not found in dev extent Chunk[256, 228, 9805440745472] stripe[1, 6756022353920] is not found in dev extent Chunk[256, 228, 9806514487296] stripe[1, 6757096095744] is not found in dev extent Chunk[256, 228, 9883823898624] stripe[1, 6834405507072] is not found in dev extent Chunk[256, 228, 9887045124096] stripe[1, 6837626732544] is not found in dev extent Chunk[256, 228, 9918183636992] stripe[1, 6868765245440] is not found in dev extent Chunk[256, 228, 9920331120640] stripe[1, 6870912729088] is not found in dev extent Chunk[256, 228, 9939658473472] stripe[1, 6890240081920] is not found in dev extent Chunk[256, 228, 9947174666240] stripe[1, 6897756274688] is not found in dev extent Chunk[256, 228, 9949322149888] stripe[1, 6899903758336] is not found in dev extent Chunk[256, 228, 9956838342656] stripe[1, 6907419951104] is not found in dev extent Chunk[256, 228, 9966502019072] stripe[1, 6917083627520] is not found in dev extent Chunk[256, 228, 9972944470016] stripe[1, 6923526078464] is not found in dev extent Chunk[256, 228, 9990124339200] stripe[1, 6940705947648] is not found in dev extent Chunk[256, 228, 9996566790144] stripe[1, 6947148398592] is not found in dev extent Chunk[256, 228, 9997640531968] stripe[1, 6948222140416] is not found in dev extent Chunk[256, 228, 10001935499264] stripe[1, 6952517107712] is not found in dev extent Chunk[256, 228, 10022336593920] stripe[1, 6972918202368] is not found in dev extent Chunk[256, 228, 10032000270336] stripe[1, 6982581878784] is not found in dev extent Chunk[256, 228, 10037368979456] stripe[1, 6987950587904] is not found in dev extent Chunk[256, 228, 10038442721280] stripe[1, 6989024329728] is not found in dev extent Chunk[256, 228, 10039516463104] stripe[1, 6990098071552] is not found in dev extent Chunk[256, 228, 10040590204928] stripe[1, 6991171813376] is not found in dev extent Chunk[256, 228, 10043811430400] stripe[1, 6994393038848] is not found in dev extent Chunk[256, 228, 10044885172224] stripe[1, 6995466780672] is not found in dev extent Chunk[256, 228, 10049180139520] stripe[1, 6999761747968] is not found in dev extent Chunk[256, 228, 10054548848640] stripe[1, 7005130457088] is not found in dev extent Chunk[256, 228, 10058843815936] stripe[1, 7009425424384] is not found in dev extent Chunk[256, 228, 10060991299584] stripe[1, 7011572908032] is not found in dev extent Chunk[256, 228, 10062065041408] stripe[1, 7012646649856] is not found in dev extent Chunk[256, 228, 10063138783232] stripe[1, 7013720391680] is not found in dev extent Chunk[256, 228, 10064212525056] stripe[1, 7014794133504] is not found in dev extent Chunk[256, 228, 10065286266880] stripe[1, 7015867875328] is not found in dev extent Chunk[256, 228, 10071728717824] stripe[1, 7022310326272] is not found in dev extent Chunk[256, 228, 10073876201472] stripe[1, 7024457809920] is not found in dev extent Chunk[256, 228, 10074949943296] stripe[1, 7025531551744] is not found in dev extent Chunk[256, 228, 10076023685120] stripe[1, 7026605293568] is not found in dev extent Chunk[256, 228, 10077097426944] stripe[1, 7027679035392] is not found in dev extent Chunk[256, 228, 10078171168768] stripe[1, 7028752777216] is not found in dev extent Chunk[256, 228, 10079244910592] stripe[1, 7029826519040] is not found in dev extent Chunk[256, 228, 10081392394240] stripe[1, 7031974002688] is not found in dev extent Chunk[256, 228, 10083539877888] stripe[1, 7034121486336] is not found in dev extent Chunk[256, 228, 10084613619712] stripe[1, 7035195228160] is not found in dev extent Chunk[256, 228, 10086761103360] stripe[1, 7037342711808] is not found in dev extent Chunk[256, 228, 10089982328832] stripe[1, 7040563937280] is not found in dev extent Chunk[256, 228, 10092129812480] stripe[1, 7042711420928] is not found in dev extent Chunk[256, 228, 10093203554304] stripe[1, 7043785162752] is not found in dev extent Chunk[256, 228, 10095351037952] stripe[1, 7045932646400] is not found in dev extent Chunk[256, 228, 10097498521600] stripe[1, 7048080130048] is not found in dev extent Chunk[256, 228, 10099646005248] stripe[1, 7050227613696] is not found in dev extent Chunk[256, 228, 10100719747072] stripe[1, 7051301355520] is not found in dev extent Chunk[256, 228, 10102867230720] stripe[1, 7053448839168] is not found in dev extent Chunk[256, 228, 10103940972544] stripe[1, 7054522580992] is not found in dev extent Chunk[256, 228, 10105014714368] stripe[1, 7055596322816] is not found in dev extent Chunk[256, 228, 10107162198016] stripe[1, 7057743806464] is not found in dev extent Chunk[256, 228, 10108235939840] stripe[1, 7058817548288] is not found in dev extent Chunk[256, 228, 10110383423488] stripe[1, 7060965031936] is not found in dev extent Chunk[256, 228, 10111457165312] stripe[1, 7062038773760] is not found in dev extent Chunk[256, 228, 10112530907136] stripe[1, 7063112515584] is not found in dev extent Chunk[256, 228, 10113604648960] stripe[1, 7064186257408] is not found in dev extent Chunk[256, 228, 10115752132608] stripe[1, 7066333741056] is not found in dev extent Chunk[256, 228, 10116825874432] stripe[1, 7067407482880] is not found in dev extent Chunk[256, 228, 10117899616256] stripe[1, 7068481224704] is not found in dev extent Chunk[256, 228, 10118973358080] stripe[1, 7069554966528] is not found in dev extent Chunk[256, 228, 10120047099904] stripe[1, 7070628708352] is not found in dev extent Chunk[256, 228, 10121120841728] stripe[1, 7071702450176] is not found in dev extent Chunk[256, 228, 10122194583552] stripe[1, 7072776192000] is not found in dev extent Chunk[256, 228, 10123268325376] stripe[1, 7073849933824] is not found in dev extent Chunk[256, 228, 10124342067200] stripe[1, 7074923675648] is not found in dev extent Chunk[256, 228, 10126489550848] stripe[1, 7077071159296] is not found in dev extent Chunk[256, 228, 10127563292672] stripe[1, 7078144901120] is not found in dev extent Chunk[256, 228, 10129710776320] stripe[1, 7080292384768] is not found in dev extent Chunk[256, 228, 10130784518144] stripe[1, 7081366126592] is not found in dev extent Chunk[256, 228, 10131858259968] stripe[1, 7082439868416] is not found in dev extent Chunk[256, 228, 10132932001792] stripe[1, 7083513610240] is not found in dev extent Chunk[256, 228, 10134005743616] stripe[1, 7084587352064] is not found in dev extent Chunk[256, 228, 10135079485440] stripe[1, 7085661093888] is not found in dev extent Chunk[256, 228, 10136153227264] stripe[1, 7086734835712] is not found in dev extent Chunk[256, 228, 10137226969088] stripe[1, 7087808577536] is not found in dev extent Chunk[256, 228, 10138300710912] stripe[1, 7088882319360] is not found in dev extent Chunk[256, 228, 10139374452736] stripe[1, 7089956061184] is not found in dev extent Chunk[256, 228, 10140448194560] stripe[1, 7091029803008] is not found in dev extent Chunk[256, 228, 10141521936384] stripe[1, 7092103544832] is not found in dev extent Chunk[256, 228, 10142595678208] stripe[1, 7093177286656] is not found in dev extent Chunk[256, 228, 10143669420032] stripe[1, 7094251028480] is not found in dev extent Chunk[256, 228, 10144743161856] stripe[1, 7095324770304] is not found in dev extent Chunk[256, 228, 10145816903680] stripe[1, 7096398512128] is not found in dev extent Chunk[256, 228, 10146890645504] stripe[1, 7097472253952] is not found in dev extent Chunk[256, 228, 10147964387328] stripe[1, 7098545995776] is not found in dev extent Chunk[256, 228, 10149038129152] stripe[1, 7099619737600] is not found in dev extent Chunk[256, 228, 10150111870976] stripe[1, 7100693479424] is not found in dev extent Chunk[256, 228, 10151185612800] stripe[1, 7101767221248] is not found in dev extent Chunk[256, 228, 10152259354624] stripe[1, 7102840963072] is not found in dev extent Chunk[256, 228, 10153333096448] stripe[1, 7103914704896] is not found in dev extent Chunk[256, 228, 10154406838272] stripe[1, 7104988446720] is not found in dev extent Chunk[256, 228, 10155480580096] stripe[1, 7106062188544] is not found in dev extent Chunk[256, 228, 10156554321920] stripe[1, 7107135930368] is not found in dev extent Chunk[256, 228, 10157628063744] stripe[1, 7108209672192] is not found in dev extent Chunk[256, 228, 10158701805568] stripe[1, 1928479113216] is not found in dev extent Chunk[256, 228, 10158701805568] stripe[1, 1929552855040] is not found in dev extent Chunk[256, 228, 10159775547392] stripe[1, 7109283414016] is not found in dev extent Chunk[256, 228, 10160849289216] stripe[1, 7110357155840] is not found in dev extent Chunk[256, 228, 10161923031040] stripe[1, 7111430897664] is not found in dev extent Chunk[256, 228, 10162996772864] stripe[1, 7112504639488] is not found in dev extent Chunk[256, 228, 10164070514688] stripe[1, 7113578381312] is not found in dev extent Chunk[256, 228, 10165144256512] stripe[1, 7114652123136] is not found in dev extent Chunk[256, 228, 10166217998336] stripe[1, 7115725864960] is not found in dev extent Chunk[256, 228, 10167291740160] stripe[1, 7116799606784] is not found in dev extent Chunk[256, 228, 10168365481984] stripe[1, 7117873348608] is not found in dev extent Chunk[256, 228, 10169439223808] stripe[1, 7118947090432] is not found in dev extent Chunk[256, 228, 10170512965632] stripe[1, 7120020832256] is not found in dev extent Chunk[256, 228, 10171586707456] stripe[1, 7121094574080] is not found in dev extent Chunk[256, 228, 10172660449280] stripe[1, 7122168315904] is not found in dev extent Chunk[256, 228, 10173734191104] stripe[1, 7123242057728] is not found in dev extent Chunk[256, 228, 10174807932928] stripe[1, 7124315799552] is not found in dev extent Chunk[256, 228, 10175881674752] stripe[1, 7125389541376] is not found in dev extent Chunk[256, 228, 10176955416576] stripe[1, 7126463283200] is not found in dev extent Chunk[256, 228, 10178029158400] stripe[1, 7127537025024] is not found in dev extent Chunk[256, 228, 10179102900224] stripe[1, 7128610766848] is not found in dev extent Chunk[256, 228, 10180176642048] stripe[1, 7129684508672] is not found in dev extent Chunk[256, 228, 10181250383872] stripe[1, 7130758250496] is not found in dev extent Chunk[256, 228, 10182324125696] stripe[1, 7131831992320] is not found in dev extent Chunk[256, 228, 10183397867520] stripe[1, 7132905734144] is not found in dev extent Chunk[256, 228, 10184471609344] stripe[1, 7133979475968] is not found in dev extent Chunk[256, 228, 10185545351168] stripe[1, 7135053217792] is not found in dev extent Chunk[256, 228, 10186619092992] stripe[1, 7136126959616] is not found in dev extent Chunk[256, 228, 10187692834816] stripe[1, 7137200701440] is not found in dev extent Chunk[256, 228, 10188766576640] stripe[1, 7138274443264] is not found in dev extent Chunk[256, 228, 10189840318464] stripe[1, 7139348185088] is not found in dev extent Chunk[256, 228, 10190914060288] stripe[1, 7140421926912] is not found in dev extent Chunk[256, 228, 10191987802112] stripe[1, 7141495668736] is not found in dev extent Chunk[256, 228, 10193061543936] stripe[1, 7142569410560] is not found in dev extent Chunk[256, 228, 10194135285760] stripe[1, 7143643152384] is not found in dev extent Chunk[256, 228, 10195209027584] stripe[1, 7144716894208] is not found in dev extent Chunk[256, 228, 10196282769408] stripe[1, 7145790636032] is not found in dev extent Chunk[256, 228, 10197356511232] stripe[1, 7146864377856] is not found in dev extent Chunk[256, 228, 10198430253056] stripe[1, 7147938119680] is not found in dev extent Chunk[256, 228, 10199503994880] stripe[1, 7149011861504] is not found in dev extent Chunk[256, 228, 10201651478528] stripe[1, 7151159345152] is not found in dev extent Chunk[256, 228, 10203798962176] stripe[1, 7153306828800] is not found in dev extent Chunk[256, 228, 10204872704000] stripe[1, 7154380570624] is not found in dev extent Chunk[256, 228, 10210241413120] stripe[1, 7159749279744] is not found in dev extent Chunk[256, 228, 10211315154944] stripe[1, 7160823021568] is not found in dev extent Chunk[256, 228, 10212388896768] stripe[1, 7161896763392] is not found in dev extent Chunk[256, 228, 10216683864064] stripe[1, 7166191730688] is not found in dev extent Chunk[256, 228, 10218831347712] stripe[1, 7168339214336] is not found in dev extent Chunk[256, 228, 10220978831360] stripe[1, 7170486697984] is not found in dev extent Chunk[256, 228, 10224200056832] stripe[1, 7173707923456] is not found in dev extent Chunk[256, 228, 10225273798656] stripe[1, 7174781665280] is not found in dev extent Chunk[256, 228, 10226347540480] stripe[1, 7175855407104] is not found in dev extent Chunk[256, 228, 10227421282304] stripe[1, 7176929148928] is not found in dev extent Chunk[256, 228, 10228495024128] stripe[1, 7178002890752] is not found in dev extent Chunk[256, 228, 10230642507776] stripe[1, 7180150374400] is not found in dev extent Chunk[256, 228, 10231716249600] stripe[1, 7181224116224] is not found in dev extent Chunk[256, 228, 10233863733248] stripe[1, 7183371599872] is not found in dev extent Chunk[256, 228, 10234937475072] stripe[1, 7184445341696] is not found in dev extent Chunk[256, 228, 10236011216896] stripe[1, 7185519083520] is not found in dev extent Chunk[256, 228, 10237084958720] stripe[1, 7186592825344] is not found in dev extent Chunk[256, 228, 10239232442368] stripe[1, 7188740308992] is not found in dev extent Chunk[256, 228, 10241379926016] stripe[1, 7190887792640] is not found in dev extent Chunk[256, 228, 10244601151488] stripe[1, 7194109018112] is not found in dev extent Chunk[256, 228, 10245674893312] stripe[1, 7195182759936] is not found in dev extent Chunk[256, 228, 10246748635136] stripe[1, 7196256501760] is not found in dev extent Chunk[256, 228, 10247822376960] stripe[1, 7197330243584] is not found in dev extent Chunk[256, 228, 10248896118784] stripe[1, 7198403985408] is not found in dev extent Chunk[256, 228, 10249969860608] stripe[1, 7199477727232] is not found in dev extent Chunk[256, 228, 10251043602432] stripe[1, 7200551469056] is not found in dev extent Chunk[256, 228, 10252117344256] stripe[1, 7201625210880] is not found in dev extent Chunk[256, 228, 10255338569728] stripe[1, 7204846436352] is not found in dev extent Chunk[256, 228, 10257486053376] stripe[1, 7206993920000] is not found in dev extent Chunk[256, 228, 10259633537024] stripe[1, 7209141403648] is not found in dev extent Chunk[256, 228, 10261781020672] stripe[1, 7211288887296] is not found in dev extent Chunk[256, 228, 10263928504320] stripe[1, 7213436370944] is not found in dev extent Chunk[256, 228, 10265002246144] stripe[1, 7214510112768] is not found in dev extent Chunk[256, 228, 10267149729792] stripe[1, 7216657596416] is not found in dev extent Chunk[256, 228, 10269297213440] stripe[1, 7218805080064] is not found in dev extent Chunk[256, 228, 10270370955264] stripe[1, 7219878821888] is not found in dev extent Chunk[256, 228, 10271444697088] stripe[1, 7220952563712] is not found in dev extent Chunk[256, 228, 10273592180736] stripe[1, 7223100047360] is not found in dev extent Chunk[256, 228, 10275739664384] stripe[1, 7225247531008] is not found in dev extent Chunk[256, 228, 10276813406208] stripe[1, 7226321272832] is not found in dev extent Chunk[256, 228, 10278960889856] stripe[1, 7228468756480] is not found in dev extent Chunk[256, 228, 10281108373504] stripe[1, 7230616240128] is not found in dev extent Chunk[256, 228, 10284329598976] stripe[1, 7233837465600] is not found in dev extent Chunk[256, 228, 10287550824448] stripe[1, 7237058691072] is not found in dev extent Chunk[256, 228, 10289698308096] stripe[1, 7239206174720] is not found in dev extent Chunk[256, 228, 10290772049920] stripe[1, 7240279916544] is not found in dev extent Chunk[256, 228, 10291845791744] stripe[1, 7241353658368] is not found in dev extent Chunk[256, 228, 10292919533568] stripe[1, 7242427400192] is not found in dev extent Chunk[256, 228, 10293993275392] stripe[1, 7243501142016] is not found in dev extent Chunk[256, 228, 10295067017216] stripe[1, 7244574883840] is not found in dev extent Chunk[256, 228, 10296140759040] stripe[1, 7245648625664] is not found in dev extent Chunk[256, 228, 10297214500864] stripe[1, 7246722367488] is not found in dev extent Chunk[256, 228, 10298288242688] stripe[1, 7247796109312] is not found in dev extent Chunk[256, 228, 10299361984512] stripe[1, 7248869851136] is not found in dev extent Chunk[256, 228, 10300435726336] stripe[1, 7249943592960] is not found in dev extent Chunk[256, 228, 10301509468160] stripe[1, 7251017334784] is not found in dev extent Chunk[256, 228, 10302583209984] stripe[1, 7252091076608] is not found in dev extent Chunk[256, 228, 10303656951808] stripe[1, 7253164818432] is not found in dev extent Chunk[256, 228, 10304730693632] stripe[1, 7254238560256] is not found in dev extent Chunk[256, 228, 10305804435456] stripe[1, 7255312302080] is not found in dev extent Chunk[256, 228, 10306878177280] stripe[1, 7256386043904] is not found in dev extent Chunk[256, 228, 10307951919104] stripe[1, 7257459785728] is not found in dev extent Chunk[256, 228, 10309025660928] stripe[1, 7258533527552] is not found in dev extent Chunk[256, 228, 10310099402752] stripe[1, 7259607269376] is not found in dev extent Chunk[256, 228, 10311173144576] stripe[1, 7260681011200] is not found in dev extent Chunk[256, 228, 10312246886400] stripe[1, 7261754753024] is not found in dev extent Chunk[256, 228, 10313320628224] stripe[1, 7262828494848] is not found in dev extent Chunk[256, 228, 10314394370048] stripe[1, 7263902236672] is not found in dev extent Chunk[256, 228, 10315468111872] stripe[1, 7264975978496] is not found in dev extent Chunk[256, 228, 10316541853696] stripe[1, 7266049720320] is not found in dev extent Chunk[256, 228, 10317615595520] stripe[1, 7267123462144] is not found in dev extent Chunk[256, 228, 10318689337344] stripe[1, 7268197203968] is not found in dev extent Chunk[256, 228, 10319763079168] stripe[1, 7269270945792] is not found in dev extent Chunk[256, 228, 10320836820992] stripe[1, 7270344687616] is not found in dev extent Chunk[256, 228, 10321910562816] stripe[1, 7271418429440] is not found in dev extent Chunk[256, 228, 10322984304640] stripe[1, 7272492171264] is not found in dev extent Chunk[256, 228, 10324058046464] stripe[1, 1930626596864] is not found in dev extent Chunk[256, 228, 10324058046464] stripe[1, 1931700338688] is not found in dev extent Chunk[256, 228, 10325131788288] stripe[1, 7273565913088] is not found in dev extent Chunk[256, 228, 10326205530112] stripe[1, 7274639654912] is not found in dev extent Chunk[256, 228, 10327279271936] stripe[1, 7275713396736] is not found in dev extent Chunk[256, 228, 10328353013760] stripe[1, 7276787138560] is not found in dev extent Chunk[256, 228, 10329426755584] stripe[1, 7277860880384] is not found in dev extent Chunk[256, 228, 10330500497408] stripe[1, 7278934622208] is not found in dev extent Chunk[256, 228, 10331574239232] stripe[1, 7280008364032] is not found in dev extent Chunk[256, 228, 10332647981056] stripe[1, 7281082105856] is not found in dev extent Chunk[256, 228, 10333721722880] stripe[1, 7282155847680] is not found in dev extent Chunk[256, 228, 10334795464704] stripe[1, 7283229589504] is not found in dev extent Chunk[256, 228, 10335869206528] stripe[1, 7284303331328] is not found in dev extent Chunk[256, 228, 10336942948352] stripe[1, 7285377073152] is not found in dev extent Chunk[256, 228, 10338016690176] stripe[1, 7286450814976] is not found in dev extent Chunk[256, 228, 11318342975488] stripe[1, 3565935394816] is not found in dev extent Chunk[256, 228, 11318342975488] stripe[1, 3566472265728] is not found in dev extent Chunk[256, 228, 11318879846400] stripe[1, 2186280960] is not found in dev extent Chunk[256, 228, 11319953588224] stripe[1, 3260022784] is not found in dev extent Chunk[256, 228, 11321027330048] stripe[1, 4333764608] is not found in dev extent Chunk[256, 228, 11322101071872] stripe[1, 5407506432] is not found in dev extent Chunk[256, 228, 11322101071872] stripe[1, 6481248256] is not found in dev extent Chunk[256, 228, 11323174813696] stripe[1, 7554990080] is not found in dev extent Chunk[256, 228, 11324248555520] stripe[1, 8628731904] is not found in dev extent Chunk[256, 228, 11325322297344] stripe[1, 9702473728] is not found in dev extent Chunk[256, 228, 11326396039168] stripe[1, 10776215552] is not found in dev extent Chunk[256, 228, 11327469780992] stripe[1, 11849957376] is not found in dev extent Chunk[256, 228, 11328543522816] stripe[1, 12923699200] is not found in dev extent Chunk[256, 228, 11329617264640] stripe[1, 13997441024] is not found in dev extent Chunk[256, 228, 11330691006464] stripe[1, 15071182848] is not found in dev extent Chunk[256, 228, 11331764748288] stripe[1, 16144924672] is not found in dev extent Chunk[256, 228, 11332838490112] stripe[1, 17218666496] is not found in dev extent Chunk[256, 228, 11333912231936] stripe[1, 18292408320] is not found in dev extent Chunk[256, 228, 11334985973760] stripe[1, 19366150144] is not found in dev extent Chunk[256, 228, 11336059715584] stripe[1, 20439891968] is not found in dev extent Chunk[256, 228, 11337133457408] stripe[1, 21513633792] is not found in dev extent Chunk[256, 228, 11338207199232] stripe[1, 22587375616] is not found in dev extent Chunk[256, 228, 11339280941056] stripe[1, 23661117440] is not found in dev extent Chunk[256, 228, 11340354682880] stripe[1, 24734859264] is not found in dev extent Chunk[256, 228, 11341428424704] stripe[1, 25808601088] is not found in dev extent Chunk[256, 228, 11342502166528] stripe[1, 26882342912] is not found in dev extent Chunk[256, 228, 11343575908352] stripe[1, 27956084736] is not found in dev extent Chunk[256, 228, 11344649650176] stripe[1, 29029826560] is not found in dev extent Chunk[256, 228, 11345723392000] stripe[1, 30103568384] is not found in dev extent Chunk[256, 228, 11346797133824] stripe[1, 31177310208] is not found in dev extent Chunk[256, 228, 11347870875648] stripe[1, 32251052032] is not found in dev extent Chunk[256, 228, 11348944617472] stripe[1, 33324793856] is not found in dev extent Chunk[256, 228, 11350018359296] stripe[1, 34398535680] is not found in dev extent Chunk[256, 228, 11351092101120] stripe[1, 35472277504] is not found in dev extent Chunk[256, 228, 11352165842944] stripe[1, 36546019328] is not found in dev extent Chunk[256, 228, 11353239584768] stripe[1, 37619761152] is not found in dev extent Chunk[256, 228, 11354313326592] stripe[1, 38693502976] is not found in dev extent Chunk[256, 228, 11355387068416] stripe[1, 39767244800] is not found in dev extent Chunk[256, 228, 11356460810240] stripe[1, 40840986624] is not found in dev extent Chunk[256, 228, 11357534552064] stripe[1, 41914728448] is not found in dev extent Chunk[256, 228, 11358608293888] stripe[1, 42988470272] is not found in dev extent Chunk[256, 228, 11359682035712] stripe[1, 44062212096] is not found in dev extent Chunk[256, 228, 11360755777536] stripe[1, 45135953920] is not found in dev extent Chunk[256, 228, 11361829519360] stripe[1, 46209695744] is not found in dev extent Chunk[256, 228, 11362903261184] stripe[1, 47283437568] is not found in dev extent Chunk[256, 228, 11363977003008] stripe[1, 48357179392] is not found in dev extent Chunk[256, 228, 11365050744832] stripe[1, 49430921216] is not found in dev extent Chunk[256, 228, 11366124486656] stripe[1, 50504663040] is not found in dev extent Chunk[256, 228, 11367198228480] stripe[1, 51578404864] is not found in dev extent Chunk[256, 228, 11368271970304] stripe[1, 52652146688] is not found in dev extent Chunk[256, 228, 11369345712128] stripe[1, 53725888512] is not found in dev extent Chunk[256, 228, 11370419453952] stripe[1, 54799630336] is not found in dev extent Chunk[256, 228, 11371493195776] stripe[1, 55873372160] is not found in dev extent Chunk[256, 228, 11372566937600] stripe[1, 56947113984] is not found in dev extent Chunk[256, 228, 11373640679424] stripe[1, 58020855808] is not found in dev extent Chunk[256, 228, 11374714421248] stripe[1, 59094597632] is not found in dev extent Chunk[256, 228, 11375788163072] stripe[1, 60168339456] is not found in dev extent Chunk[256, 228, 11376861904896] stripe[1, 61242081280] is not found in dev extent Chunk[256, 228, 11377935646720] stripe[1, 62315823104] is not found in dev extent Chunk[256, 228, 11379009388544] stripe[1, 63389564928] is not found in dev extent Chunk[256, 228, 11380083130368] stripe[1, 64463306752] is not found in dev extent Chunk[256, 228, 11381156872192] stripe[1, 65537048576] is not found in dev extent Chunk[256, 228, 11382230614016] stripe[1, 66610790400] is not found in dev extent Chunk[256, 228, 11383304355840] stripe[1, 67684532224] is not found in dev extent Chunk[256, 228, 11384378097664] stripe[1, 68758274048] is not found in dev extent Chunk[256, 228, 11385451839488] stripe[1, 69832015872] is not found in dev extent Chunk[256, 228, 11386525581312] stripe[1, 70905757696] is not found in dev extent Chunk[256, 228, 11387599323136] stripe[1, 71979499520] is not found in dev extent Chunk[256, 228, 11388673064960] stripe[1, 73053241344] is not found in dev extent Chunk[256, 228, 11389746806784] stripe[1, 74126983168] is not found in dev extent Chunk[256, 228, 11390820548608] stripe[1, 75200724992] is not found in dev extent Chunk[256, 228, 11391894290432] stripe[1, 76274466816] is not found in dev extent Chunk[256, 228, 11392968032256] stripe[1, 77348208640] is not found in dev extent Chunk[256, 228, 11394041774080] stripe[1, 78421950464] is not found in dev extent Chunk[256, 228, 11395115515904] stripe[1, 79495692288] is not found in dev extent Chunk[256, 228, 11396189257728] stripe[1, 80569434112] is not found in dev extent Chunk[256, 228, 11397262999552] stripe[1, 81643175936] is not found in dev extent Chunk[256, 228, 11398336741376] stripe[1, 82716917760] is not found in dev extent Chunk[256, 228, 11399410483200] stripe[1, 83790659584] is not found in dev extent Chunk[256, 228, 11400484225024] stripe[1, 84864401408] is not found in dev extent Chunk[256, 228, 11401557966848] stripe[1, 85938143232] is not found in dev extent Chunk[256, 228, 11402631708672] stripe[1, 87011885056] is not found in dev extent Chunk[256, 228, 11403705450496] stripe[1, 88085626880] is not found in dev extent Chunk[256, 228, 11404779192320] stripe[1, 89159368704] is not found in dev extent Chunk[256, 228, 11405852934144] stripe[1, 90233110528] is not found in dev extent Chunk[256, 228, 11406926675968] stripe[1, 91306852352] is not found in dev extent Chunk[256, 228, 11408000417792] stripe[1, 92380594176] is not found in dev extent Chunk[256, 228, 11409074159616] stripe[1, 93454336000] is not found in dev extent Chunk[256, 228, 11410147901440] stripe[1, 94528077824] is not found in dev extent Chunk[256, 228, 11411221643264] stripe[1, 95601819648] is not found in dev extent Chunk[256, 228, 11412295385088] stripe[1, 96675561472] is not found in dev extent Chunk[256, 228, 11413369126912] stripe[1, 97749303296] is not found in dev extent Chunk[256, 228, 11414442868736] stripe[1, 98823045120] is not found in dev extent Chunk[256, 228, 11415516610560] stripe[1, 99896786944] is not found in dev extent Chunk[256, 228, 11416590352384] stripe[1, 100970528768] is not found in dev extent Chunk[256, 228, 11417664094208] stripe[1, 102044270592] is not found in dev extent Chunk[256, 228, 11418737836032] stripe[1, 103118012416] is not found in dev extent Chunk[256, 228, 11419811577856] stripe[1, 104191754240] is not found in dev extent Chunk[256, 228, 11420885319680] stripe[1, 105265496064] is not found in dev extent Chunk[256, 228, 11421959061504] stripe[1, 106339237888] is not found in dev extent Chunk[256, 228, 11423032803328] stripe[1, 107412979712] is not found in dev extent Chunk[256, 228, 11424106545152] stripe[1, 108486721536] is not found in dev extent Chunk[256, 228, 11425180286976] stripe[1, 109560463360] is not found in dev extent Chunk[256, 228, 11426254028800] stripe[1, 110634205184] is not found in dev extent Chunk[256, 228, 11427327770624] stripe[1, 111707947008] is not found in dev extent Chunk[256, 228, 11428401512448] stripe[1, 112781688832] is not found in dev extent Chunk[256, 228, 11429475254272] stripe[1, 113855430656] is not found in dev extent Chunk[256, 228, 11430548996096] stripe[1, 114929172480] is not found in dev extent Chunk[256, 228, 11431622737920] stripe[1, 116002914304] is not found in dev extent Chunk[256, 228, 11432696479744] stripe[1, 117076656128] is not found in dev extent Chunk[256, 228, 11433770221568] stripe[1, 118150397952] is not found in dev extent Chunk[256, 228, 11434843963392] stripe[1, 119224139776] is not found in dev extent Chunk[256, 228, 11435917705216] stripe[1, 120297881600] is not found in dev extent Chunk[256, 228, 11436991447040] stripe[1, 121371623424] is not found in dev extent Chunk[256, 228, 11438065188864] stripe[1, 122445365248] is not found in dev extent Chunk[256, 228, 11439138930688] stripe[1, 123519107072] is not found in dev extent Chunk[256, 228, 11440212672512] stripe[1, 124592848896] is not found in dev extent Chunk[256, 228, 11441286414336] stripe[1, 125666590720] is not found in dev extent Chunk[256, 228, 11442360156160] stripe[1, 126740332544] is not found in dev extent Chunk[256, 228, 11443433897984] stripe[1, 127814074368] is not found in dev extent Chunk[256, 228, 11444507639808] stripe[1, 128887816192] is not found in dev extent Chunk[256, 228, 11445581381632] stripe[1, 129961558016] is not found in dev extent Chunk[256, 228, 11446655123456] stripe[1, 131035299840] is not found in dev extent Chunk[256, 228, 11447728865280] stripe[1, 132109041664] is not found in dev extent Chunk[256, 228, 11448802607104] stripe[1, 133182783488] is not found in dev extent Chunk[256, 228, 11449876348928] stripe[1, 134256525312] is not found in dev extent Chunk[256, 228, 11450950090752] stripe[1, 135330267136] is not found in dev extent Chunk[256, 228, 11452023832576] stripe[1, 136404008960] is not found in dev extent Chunk[256, 228, 11453097574400] stripe[1, 137477750784] is not found in dev extent Chunk[256, 228, 11454171316224] stripe[1, 138551492608] is not found in dev extent Chunk[256, 228, 11455245058048] stripe[1, 139625234432] is not found in dev extent Chunk[256, 228, 11456318799872] stripe[1, 140698976256] is not found in dev extent Chunk[256, 228, 11457392541696] stripe[1, 141772718080] is not found in dev extent Chunk[256, 228, 11458466283520] stripe[1, 142846459904] is not found in dev extent Chunk[256, 228, 11459540025344] stripe[1, 143920201728] is not found in dev extent Chunk[256, 228, 11460613767168] stripe[1, 144993943552] is not found in dev extent Chunk[256, 228, 11461687508992] stripe[1, 146067685376] is not found in dev extent Chunk[256, 228, 11462761250816] stripe[1, 147141427200] is not found in dev extent Chunk[256, 228, 11463834992640] stripe[1, 148215169024] is not found in dev extent Chunk[256, 228, 11464908734464] stripe[1, 149288910848] is not found in dev extent Chunk[256, 228, 11465982476288] stripe[1, 150362652672] is not found in dev extent Chunk[256, 228, 11467056218112] stripe[1, 151436394496] is not found in dev extent Chunk[256, 228, 11468129959936] stripe[1, 152510136320] is not found in dev extent Chunk[256, 228, 11469203701760] stripe[1, 153583878144] is not found in dev extent Chunk[256, 228, 11470277443584] stripe[1, 154657619968] is not found in dev extent Chunk[256, 228, 11471351185408] stripe[1, 155731361792] is not found in dev extent Chunk[256, 228, 11472424927232] stripe[1, 156805103616] is not found in dev extent Chunk[256, 228, 11473498669056] stripe[1, 157878845440] is not found in dev extent Chunk[256, 228, 11474572410880] stripe[1, 158952587264] is not found in dev extent Chunk[256, 228, 11475646152704] stripe[1, 160026329088] is not found in dev extent Chunk[256, 228, 11476719894528] stripe[1, 161100070912] is not found in dev extent Chunk[256, 228, 11477793636352] stripe[1, 162173812736] is not found in dev extent Chunk[256, 228, 11478867378176] stripe[1, 163247554560] is not found in dev extent Chunk[256, 228, 11479941120000] stripe[1, 164321296384] is not found in dev extent Chunk[256, 228, 11481014861824] stripe[1, 165395038208] is not found in dev extent Chunk[256, 228, 11482088603648] stripe[1, 166468780032] is not found in dev extent Chunk[256, 228, 11483162345472] stripe[1, 167542521856] is not found in dev extent Chunk[256, 228, 11484236087296] stripe[1, 168616263680] is not found in dev extent Chunk[256, 228, 11485309829120] stripe[1, 169690005504] is not found in dev extent Chunk[256, 228, 11486383570944] stripe[1, 170763747328] is not found in dev extent Chunk[256, 228, 11487457312768] stripe[1, 171837489152] is not found in dev extent Chunk[256, 228, 11488531054592] stripe[1, 172911230976] is not found in dev extent Chunk[256, 228, 11489604796416] stripe[1, 173984972800] is not found in dev extent Chunk[256, 228, 11490678538240] stripe[1, 175058714624] is not found in dev extent Chunk[256, 228, 11491752280064] stripe[1, 176132456448] is not found in dev extent Chunk[256, 228, 11492826021888] stripe[1, 177206198272] is not found in dev extent Chunk[256, 228, 11493899763712] stripe[1, 178279940096] is not found in dev extent Chunk[256, 228, 11494973505536] stripe[1, 179353681920] is not found in dev extent Chunk[256, 228, 11496047247360] stripe[1, 180427423744] is not found in dev extent Chunk[256, 228, 11497120989184] stripe[1, 181501165568] is not found in dev extent Chunk[256, 228, 11498194731008] stripe[1, 182574907392] is not found in dev extent Chunk[256, 228, 11499268472832] stripe[1, 183648649216] is not found in dev extent Chunk[256, 228, 11500342214656] stripe[1, 184722391040] is not found in dev extent Chunk[256, 228, 11501415956480] stripe[1, 185796132864] is not found in dev extent Chunk[256, 228, 11502489698304] stripe[1, 186869874688] is not found in dev extent Chunk[256, 228, 11503563440128] stripe[1, 187943616512] is not found in dev extent Chunk[256, 228, 11504637181952] stripe[1, 189017358336] is not found in dev extent Chunk[256, 228, 11505710923776] stripe[1, 190091100160] is not found in dev extent Chunk[256, 228, 11506784665600] stripe[1, 191164841984] is not found in dev extent Chunk[256, 228, 11507858407424] stripe[1, 192238583808] is not found in dev extent Chunk[256, 228, 11508932149248] stripe[1, 193312325632] is not found in dev extent Chunk[256, 228, 11510005891072] stripe[1, 194386067456] is not found in dev extent Chunk[256, 228, 11511079632896] stripe[1, 195459809280] is not found in dev extent Chunk[256, 228, 11512153374720] stripe[1, 196533551104] is not found in dev extent Chunk[256, 228, 11513227116544] stripe[1, 197607292928] is not found in dev extent Chunk[256, 228, 11514300858368] stripe[1, 198681034752] is not found in dev extent Chunk[256, 228, 11515374600192] stripe[1, 199754776576] is not found in dev extent Chunk[256, 228, 11516448342016] stripe[1, 200828518400] is not found in dev extent Chunk[256, 228, 11517522083840] stripe[1, 201902260224] is not found in dev extent Chunk[256, 228, 11518595825664] stripe[1, 202976002048] is not found in dev extent Chunk[256, 228, 11519669567488] stripe[1, 204049743872] is not found in dev extent Chunk[256, 228, 11520743309312] stripe[1, 205123485696] is not found in dev extent Chunk[256, 228, 11521817051136] stripe[1, 206197227520] is not found in dev extent Chunk[256, 228, 11522890792960] stripe[1, 207270969344] is not found in dev extent Chunk[256, 228, 11523964534784] stripe[1, 208344711168] is not found in dev extent Chunk[256, 228, 11525038276608] stripe[1, 209418452992] is not found in dev extent Chunk[256, 228, 11526112018432] stripe[1, 210492194816] is not found in dev extent Chunk[256, 228, 11527185760256] stripe[1, 211565936640] is not found in dev extent Chunk[256, 228, 11528259502080] stripe[1, 212639678464] is not found in dev extent Chunk[256, 228, 11529333243904] stripe[1, 213713420288] is not found in dev extent Chunk[256, 228, 11530406985728] stripe[1, 214787162112] is not found in dev extent Chunk[256, 228, 11531480727552] stripe[1, 215860903936] is not found in dev extent Chunk[256, 228, 11531480727552] stripe[1, 216934645760] is not found in dev extent Chunk[256, 228, 11532554469376] stripe[1, 218008387584] is not found in dev extent Chunk[256, 228, 11533628211200] stripe[1, 219082129408] is not found in dev extent Chunk[256, 228, 11533628211200] stripe[1, 220155871232] is not found in dev extent Chunk[256, 228, 11534701953024] stripe[1, 221229613056] is not found in dev extent Chunk[256, 228, 11535775694848] stripe[1, 222303354880] is not found in dev extent Chunk[256, 228, 11536849436672] stripe[1, 223377096704] is not found in dev extent Chunk[256, 228, 11537923178496] stripe[1, 224450838528] is not found in dev extent Chunk[256, 228, 11538996920320] stripe[1, 225524580352] is not found in dev extent Chunk[256, 228, 11540070662144] stripe[1, 226598322176] is not found in dev extent Chunk[256, 228, 11541144403968] stripe[1, 227672064000] is not found in dev extent Chunk[256, 228, 11542218145792] stripe[1, 228745805824] is not found in dev extent Chunk[256, 228, 11543291887616] stripe[1, 229819547648] is not found in dev extent Chunk[256, 228, 11544365629440] stripe[1, 230893289472] is not found in dev extent Chunk[256, 228, 11545439371264] stripe[1, 231967031296] is not found in dev extent Chunk[256, 228, 11546513113088] stripe[1, 233040773120] is not found in dev extent Chunk[256, 228, 11547586854912] stripe[1, 234114514944] is not found in dev extent Chunk[256, 228, 11548660596736] stripe[1, 235188256768] is not found in dev extent Chunk[256, 228, 11549734338560] stripe[1, 236261998592] is not found in dev extent Chunk[256, 228, 11550808080384] stripe[1, 237335740416] is not found in dev extent Chunk[256, 228, 11551881822208] stripe[1, 238409482240] is not found in dev extent Chunk[256, 228, 11552955564032] stripe[1, 239483224064] is not found in dev extent Chunk[256, 228, 11554029305856] stripe[1, 240556965888] is not found in dev extent Chunk[256, 228, 11555103047680] stripe[1, 241630707712] is not found in dev extent Chunk[256, 228, 11556176789504] stripe[1, 242704449536] is not found in dev extent Chunk[256, 228, 11557250531328] stripe[1, 243778191360] is not found in dev extent Chunk[256, 228, 11558324273152] stripe[1, 244851933184] is not found in dev extent Chunk[256, 228, 11559398014976] stripe[1, 245925675008] is not found in dev extent Chunk[256, 228, 11560471756800] stripe[1, 246999416832] is not found in dev extent Chunk[256, 228, 11561545498624] stripe[1, 248073158656] is not found in dev extent Chunk[256, 228, 11562619240448] stripe[1, 249146900480] is not found in dev extent Chunk[256, 228, 11563692982272] stripe[1, 250220642304] is not found in dev extent Chunk[256, 228, 11564766724096] stripe[1, 251294384128] is not found in dev extent Chunk[256, 228, 11565840465920] stripe[1, 252368125952] is not found in dev extent Chunk[256, 228, 11566914207744] stripe[1, 253441867776] is not found in dev extent Chunk[256, 228, 11567987949568] stripe[1, 254515609600] is not found in dev extent Chunk[256, 228, 11569061691392] stripe[1, 255589351424] is not found in dev extent Chunk[256, 228, 11570135433216] stripe[1, 256663093248] is not found in dev extent Chunk[256, 228, 11571209175040] stripe[1, 257736835072] is not found in dev extent Chunk[256, 228, 11572282916864] stripe[1, 258810576896] is not found in dev extent Chunk[256, 228, 11573356658688] stripe[1, 259884318720] is not found in dev extent Chunk[256, 228, 11574430400512] stripe[1, 260958060544] is not found in dev extent Chunk[256, 228, 11575504142336] stripe[1, 262031802368] is not found in dev extent Chunk[256, 228, 11576577884160] stripe[1, 263105544192] is not found in dev extent Chunk[256, 228, 11577651625984] stripe[1, 264179286016] is not found in dev extent Chunk[256, 228, 11578725367808] stripe[1, 265253027840] is not found in dev extent Chunk[256, 228, 11579799109632] stripe[1, 266326769664] is not found in dev extent Chunk[256, 228, 11580872851456] stripe[1, 267400511488] is not found in dev extent Chunk[256, 228, 11581946593280] stripe[1, 268474253312] is not found in dev extent Chunk[256, 228, 11583020335104] stripe[1, 269547995136] is not found in dev extent Chunk[256, 228, 11584094076928] stripe[1, 270621736960] is not found in dev extent Chunk[256, 228, 11585167818752] stripe[1, 271695478784] is not found in dev extent Chunk[256, 228, 11586241560576] stripe[1, 272769220608] is not found in dev extent Chunk[256, 228, 11587315302400] stripe[1, 273842962432] is not found in dev extent Chunk[256, 228, 11588389044224] stripe[1, 274916704256] is not found in dev extent Chunk[256, 228, 11589462786048] stripe[1, 275990446080] is not found in dev extent Chunk[256, 228, 11590536527872] stripe[1, 277064187904] is not found in dev extent Chunk[256, 228, 11591610269696] stripe[1, 278137929728] is not found in dev extent Chunk[256, 228, 11592684011520] stripe[1, 279211671552] is not found in dev extent Chunk[256, 228, 11593757753344] stripe[1, 280285413376] is not found in dev extent Chunk[256, 228, 11594831495168] stripe[1, 281359155200] is not found in dev extent Chunk[256, 228, 11595905236992] stripe[1, 282432897024] is not found in dev extent Chunk[256, 228, 11596978978816] stripe[1, 283506638848] is not found in dev extent Chunk[256, 228, 11598052720640] stripe[1, 284580380672] is not found in dev extent Chunk[256, 228, 11599126462464] stripe[1, 285654122496] is not found in dev extent Chunk[256, 228, 11600200204288] stripe[1, 286727864320] is not found in dev extent Chunk[256, 228, 11601273946112] stripe[1, 287801606144] is not found in dev extent Chunk[256, 228, 11602347687936] stripe[1, 288875347968] is not found in dev extent Chunk[256, 228, 11603421429760] stripe[1, 289949089792] is not found in dev extent Chunk[256, 228, 11604495171584] stripe[1, 291022831616] is not found in dev extent Chunk[256, 228, 11605568913408] stripe[1, 292096573440] is not found in dev extent Chunk[256, 228, 11606642655232] stripe[1, 293170315264] is not found in dev extent Chunk[256, 228, 11607716397056] stripe[1, 294244057088] is not found in dev extent Chunk[256, 228, 11608790138880] stripe[1, 295317798912] is not found in dev extent Chunk[256, 228, 11609863880704] stripe[1, 296391540736] is not found in dev extent Chunk[256, 228, 11610937622528] stripe[1, 297465282560] is not found in dev extent Chunk[256, 228, 11612011364352] stripe[1, 298539024384] is not found in dev extent Chunk[256, 228, 11613085106176] stripe[1, 299612766208] is not found in dev extent Chunk[256, 228, 11614158848000] stripe[1, 300686508032] is not found in dev extent Chunk[256, 228, 11615232589824] stripe[1, 301760249856] is not found in dev extent Chunk[256, 228, 11616306331648] stripe[1, 302833991680] is not found in dev extent Chunk[256, 228, 11617380073472] stripe[1, 303907733504] is not found in dev extent Chunk[256, 228, 11618453815296] stripe[1, 304981475328] is not found in dev extent Chunk[256, 228, 11619527557120] stripe[1, 306055217152] is not found in dev extent Chunk[256, 228, 11620601298944] stripe[1, 307128958976] is not found in dev extent Chunk[256, 228, 11621675040768] stripe[1, 308202700800] is not found in dev extent Chunk[256, 228, 11622748782592] stripe[1, 309276442624] is not found in dev extent Chunk[256, 228, 11623822524416] stripe[1, 310350184448] is not found in dev extent Chunk[256, 228, 11624896266240] stripe[1, 311423926272] is not found in dev extent Chunk[256, 228, 11625970008064] stripe[1, 312497668096] is not found in dev extent Chunk[256, 228, 11627043749888] stripe[1, 313571409920] is not found in dev extent Chunk[256, 228, 11628117491712] stripe[1, 314645151744] is not found in dev extent Chunk[256, 228, 11629191233536] stripe[1, 315718893568] is not found in dev extent Chunk[256, 228, 11630264975360] stripe[1, 316792635392] is not found in dev extent Chunk[256, 228, 11631338717184] stripe[1, 317866377216] is not found in dev extent Chunk[256, 228, 11632412459008] stripe[1, 318940119040] is not found in dev extent Chunk[256, 228, 11633486200832] stripe[1, 320013860864] is not found in dev extent Chunk[256, 228, 11634559942656] stripe[1, 321087602688] is not found in dev extent Chunk[256, 228, 11635633684480] stripe[1, 322161344512] is not found in dev extent Chunk[256, 228, 11636707426304] stripe[1, 323235086336] is not found in dev extent Chunk[256, 228, 11637781168128] stripe[1, 324308828160] is not found in dev extent Chunk[256, 228, 11638854909952] stripe[1, 325382569984] is not found in dev extent Chunk[256, 228, 11639928651776] stripe[1, 326456311808] is not found in dev extent Chunk[256, 228, 11641002393600] stripe[1, 327530053632] is not found in dev extent Chunk[256, 228, 11642076135424] stripe[1, 328603795456] is not found in dev extent Chunk[256, 228, 11643149877248] stripe[1, 329677537280] is not found in dev extent Chunk[256, 228, 11644223619072] stripe[1, 330751279104] is not found in dev extent Chunk[256, 228, 11645297360896] stripe[1, 331825020928] is not found in dev extent Chunk[256, 228, 11646371102720] stripe[1, 332898762752] is not found in dev extent Chunk[256, 228, 11647444844544] stripe[1, 333972504576] is not found in dev extent Chunk[256, 228, 11648518586368] stripe[1, 335046246400] is not found in dev extent Chunk[256, 228, 11649592328192] stripe[1, 336119988224] is not found in dev extent Chunk[256, 228, 11650666070016] stripe[1, 337193730048] is not found in dev extent Chunk[256, 228, 11651739811840] stripe[1, 338267471872] is not found in dev extent Chunk[256, 228, 11652813553664] stripe[1, 339341213696] is not found in dev extent Chunk[256, 228, 11653887295488] stripe[1, 340414955520] is not found in dev extent Chunk[256, 228, 11654961037312] stripe[1, 341488697344] is not found in dev extent Chunk[256, 228, 11656034779136] stripe[1, 342562439168] is not found in dev extent Chunk[256, 228, 11657108520960] stripe[1, 343636180992] is not found in dev extent Chunk[256, 228, 11658182262784] stripe[1, 344709922816] is not found in dev extent Chunk[256, 228, 11659256004608] stripe[1, 345783664640] is not found in dev extent Chunk[256, 228, 11660329746432] stripe[1, 346857406464] is not found in dev extent Chunk[256, 228, 11661403488256] stripe[1, 347931148288] is not found in dev extent Chunk[256, 228, 11662477230080] stripe[1, 349004890112] is not found in dev extent Chunk[256, 228, 11663550971904] stripe[1, 350078631936] is not found in dev extent Chunk[256, 228, 11664624713728] stripe[1, 351152373760] is not found in dev extent Chunk[256, 228, 11665698455552] stripe[1, 352226115584] is not found in dev extent Chunk[256, 228, 11666772197376] stripe[1, 353299857408] is not found in dev extent Chunk[256, 228, 11667845939200] stripe[1, 354373599232] is not found in dev extent Chunk[256, 228, 11668919681024] stripe[1, 355447341056] is not found in dev extent Chunk[256, 228, 11669993422848] stripe[1, 356521082880] is not found in dev extent Chunk[256, 228, 11671067164672] stripe[1, 357594824704] is not found in dev extent Chunk[256, 228, 11672140906496] stripe[1, 358668566528] is not found in dev extent Chunk[256, 228, 11673214648320] stripe[1, 359742308352] is not found in dev extent Chunk[256, 228, 11674288390144] stripe[1, 360816050176] is not found in dev extent Chunk[256, 228, 11675362131968] stripe[1, 361889792000] is not found in dev extent Chunk[256, 228, 11676435873792] stripe[1, 362963533824] is not found in dev extent Chunk[256, 228, 11677509615616] stripe[1, 364037275648] is not found in dev extent Chunk[256, 228, 11678583357440] stripe[1, 365111017472] is not found in dev extent Chunk[256, 228, 11679657099264] stripe[1, 366184759296] is not found in dev extent Chunk[256, 228, 11680730841088] stripe[1, 367258501120] is not found in dev extent Chunk[256, 228, 11681804582912] stripe[1, 368332242944] is not found in dev extent Chunk[256, 228, 11682878324736] stripe[1, 369405984768] is not found in dev extent Chunk[256, 228, 11683952066560] stripe[1, 370479726592] is not found in dev extent Chunk[256, 228, 11685025808384] stripe[1, 371553468416] is not found in dev extent Chunk[256, 228, 11686099550208] stripe[1, 372627210240] is not found in dev extent Chunk[256, 228, 11687173292032] stripe[1, 373700952064] is not found in dev extent Chunk[256, 228, 11688247033856] stripe[1, 374774693888] is not found in dev extent Chunk[256, 228, 11689320775680] stripe[1, 375848435712] is not found in dev extent Chunk[256, 228, 11690394517504] stripe[1, 376922177536] is not found in dev extent Chunk[256, 228, 11691468259328] stripe[1, 377995919360] is not found in dev extent Chunk[256, 228, 11692542001152] stripe[1, 379069661184] is not found in dev extent Chunk[256, 228, 11693615742976] stripe[1, 380143403008] is not found in dev extent Chunk[256, 228, 11694689484800] stripe[1, 381217144832] is not found in dev extent Chunk[256, 228, 11695763226624] stripe[1, 382290886656] is not found in dev extent Chunk[256, 228, 11696836968448] stripe[1, 383364628480] is not found in dev extent Chunk[256, 228, 11697910710272] stripe[1, 384438370304] is not found in dev extent Chunk[256, 228, 11698984452096] stripe[1, 385512112128] is not found in dev extent Chunk[256, 228, 11700058193920] stripe[1, 386585853952] is not found in dev extent Chunk[256, 228, 11701131935744] stripe[1, 387659595776] is not found in dev extent Chunk[256, 228, 11702205677568] stripe[1, 388733337600] is not found in dev extent Chunk[256, 228, 11703279419392] stripe[1, 389807079424] is not found in dev extent Chunk[256, 228, 11704353161216] stripe[1, 390880821248] is not found in dev extent Chunk[256, 228, 11705426903040] stripe[1, 391954563072] is not found in dev extent Chunk[256, 228, 11706500644864] stripe[1, 393028304896] is not found in dev extent Chunk[256, 228, 11707574386688] stripe[1, 394102046720] is not found in dev extent Chunk[256, 228, 11708648128512] stripe[1, 395175788544] is not found in dev extent Chunk[256, 228, 11709721870336] stripe[1, 396249530368] is not found in dev extent Chunk[256, 228, 11710795612160] stripe[1, 397323272192] is not found in dev extent Chunk[256, 228, 11711869353984] stripe[1, 398397014016] is not found in dev extent Chunk[256, 228, 11712943095808] stripe[1, 399470755840] is not found in dev extent Chunk[256, 228, 11714016837632] stripe[1, 400544497664] is not found in dev extent Chunk[256, 228, 11715090579456] stripe[1, 401618239488] is not found in dev extent Chunk[256, 228, 11716164321280] stripe[1, 402691981312] is not found in dev extent Chunk[256, 228, 11717238063104] stripe[1, 403765723136] is not found in dev extent Chunk[256, 228, 11718311804928] stripe[1, 404839464960] is not found in dev extent Chunk[256, 228, 11719385546752] stripe[1, 405913206784] is not found in dev extent Chunk[256, 228, 11720459288576] stripe[1, 406986948608] is not found in dev extent Chunk[256, 228, 11721533030400] stripe[1, 408060690432] is not found in dev extent Chunk[256, 228, 11722606772224] stripe[1, 409134432256] is not found in dev extent Chunk[256, 228, 11723680514048] stripe[1, 410208174080] is not found in dev extent Chunk[256, 228, 11724754255872] stripe[1, 411281915904] is not found in dev extent Chunk[256, 228, 11725827997696] stripe[1, 412355657728] is not found in dev extent Chunk[256, 228, 11726901739520] stripe[1, 413429399552] is not found in dev extent Chunk[256, 228, 11727975481344] stripe[1, 414503141376] is not found in dev extent Chunk[256, 228, 11729049223168] stripe[1, 415576883200] is not found in dev extent Chunk[256, 228, 11730122964992] stripe[1, 416650625024] is not found in dev extent Chunk[256, 228, 11731196706816] stripe[1, 417724366848] is not found in dev extent Chunk[256, 228, 11732270448640] stripe[1, 418798108672] is not found in dev extent Chunk[256, 228, 11733344190464] stripe[1, 419871850496] is not found in dev extent Chunk[256, 228, 11734417932288] stripe[1, 420945592320] is not found in dev extent Chunk[256, 228, 11735491674112] stripe[1, 422019334144] is not found in dev extent Chunk[256, 228, 11736565415936] stripe[1, 423093075968] is not found in dev extent Chunk[256, 228, 11737639157760] stripe[1, 424166817792] is not found in dev extent Chunk[256, 228, 11738712899584] stripe[1, 425240559616] is not found in dev extent Chunk[256, 228, 11739786641408] stripe[1, 426314301440] is not found in dev extent Chunk[256, 228, 11740860383232] stripe[1, 427388043264] is not found in dev extent Chunk[256, 228, 11741934125056] stripe[1, 428461785088] is not found in dev extent Chunk[256, 228, 11743007866880] stripe[1, 429535526912] is not found in dev extent Chunk[256, 228, 11744081608704] stripe[1, 430609268736] is not found in dev extent Chunk[256, 228, 11745155350528] stripe[1, 431683010560] is not found in dev extent Chunk[256, 228, 11746229092352] stripe[1, 432756752384] is not found in dev extent Chunk[256, 228, 11747302834176] stripe[1, 433830494208] is not found in dev extent Chunk[256, 228, 11748376576000] stripe[1, 434904236032] is not found in dev extent Chunk[256, 228, 11749450317824] stripe[1, 435977977856] is not found in dev extent Chunk[256, 228, 11750524059648] stripe[1, 437051719680] is not found in dev extent Chunk[256, 228, 11751597801472] stripe[1, 438125461504] is not found in dev extent Chunk[256, 228, 11752671543296] stripe[1, 439199203328] is not found in dev extent Chunk[256, 228, 11753745285120] stripe[1, 440272945152] is not found in dev extent Chunk[256, 228, 11754819026944] stripe[1, 441346686976] is not found in dev extent Chunk[256, 228, 11755892768768] stripe[1, 442420428800] is not found in dev extent Chunk[256, 228, 11756966510592] stripe[1, 443494170624] is not found in dev extent Chunk[256, 228, 11758040252416] stripe[1, 444567912448] is not found in dev extent Chunk[256, 228, 11759113994240] stripe[1, 445641654272] is not found in dev extent ref mismatch on [30425088 16384] extent item 1, found 0 tree extent[30425088, 16384] root 4 has no tree block found incorrect global backref count on 30425088 found 1 wanted 0 backpointer mismatch on [30425088 16384] owner ref check failed [30425088 16384] ref mismatch on [30572544 16384] extent item 1, found 0 tree extent[30572544, 16384] root 4 has no tree block found incorrect global backref count on 30572544 found 1 wanted 0 backpointer mismatch on [30572544 16384] owner ref check failed [30572544 16384] ref mismatch on [166641664 16384] extent item 0, found 1 tree extent[166641664, 16384] root 10 has no backref item in extent tree backpointer mismatch on [166641664 16384] ref mismatch on [167870464 16384] extent item 0, found 1 tree extent[167870464, 16384] root 10 has no backref item in extent tree backpointer mismatch on [167870464 16384] ref mismatch on [168148992 16384] extent item 0, found 1 tree extent[168148992, 16384] root 10 has no backref item in extent tree backpointer mismatch on [168148992 16384] ref mismatch on [169738240 16384] extent item 0, found 1 tree extent[169738240, 16384] root 10 has no backref item in extent tree backpointer mismatch on [169738240 16384] metadata level mismatch on [171638784, 16384] ref mismatch on [171638784 16384] extent item 0, found 1 tree extent[171638784, 16384] root 4 has no backref item in extent tree backpointer mismatch on [171638784 16384] owner ref check failed [171638784 16384] ref mismatch on [176422912 16384] extent item 0, found 1 tree extent[176422912, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176422912 16384] ref mismatch on [176553984 16384] extent item 0, found 1 tree extent[176553984, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176553984 16384] ref mismatch on [176570368 16384] extent item 0, found 1 tree extent[176570368, 16384] root 10 has no backref item in extent tree backpointer mismatch on [176570368 16384] ref mismatch on [177192960 16384] extent item 0, found 1 tree extent[177192960, 16384] root 10 has no backref item in extent tree backpointer mismatch on [177192960 16384] ref mismatch on [177209344 16384] extent item 0, found 1 tree extent[177209344, 16384] root 10 has no backref item in extent tree backpointer mismatch on [177209344 16384] ref mismatch on [177356800 16384] extent item 0, found 1 tree extent[177356800, 16384] root 10 has no backref item in extent tree backpointer mismatch on [177356800 16384] ref mismatch on [184860672 16384] extent item 0, found 1 tree extent[184860672, 16384] root 10 has no backref item in extent tree backpointer mismatch on [184860672 16384] ref mismatch on [189382656 16384] extent item 0, found 1 tree extent[189382656, 16384] root 10 has no backref item in extent tree backpointer mismatch on [189382656 16384] ref mismatch on [190906368 16384] extent item 0, found 1 tree extent[190906368, 16384] root 10 has no backref item in extent tree backpointer mismatch on [190906368 16384] metadata level mismatch on [191954944, 16384] ref mismatch on [191954944 16384] extent item 0, found 1 tree extent[191954944, 16384] root 10 has no backref item in extent tree backpointer mismatch on [191954944 16384] ref mismatch on [191971328 16384] extent item 0, found 1 tree extent[191971328, 16384] root 10 has no backref item in extent tree backpointer mismatch on [191971328 16384] ref mismatch on [192069632 16384] extent item 0, found 1 tree extent[192069632, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192069632 16384] ref mismatch on [192086016 16384] extent item 0, found 1 tree extent[192086016, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192086016 16384] ref mismatch on [192102400 16384] extent item 0, found 1 tree extent[192102400, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192102400 16384] ref mismatch on [192348160 16384] extent item 0, found 1 tree extent[192348160, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192348160 16384] ref mismatch on [192364544 16384] extent item 0, found 1 tree extent[192364544, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192364544 16384] ref mismatch on [192380928 16384] extent item 0, found 1 tree extent[192380928, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192380928 16384] ref mismatch on [192397312 16384] extent item 0, found 1 tree extent[192397312, 16384] root 10 has no backref item in extent tree backpointer mismatch on [192397312 16384] ref mismatch on [194084864 16384] extent item 0, found 1 tree extent[194084864, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194084864 16384] ref mismatch on [194101248 16384] extent item 0, found 1 tree extent[194101248, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194101248 16384] ref mismatch on [194117632 16384] extent item 0, found 1 tree extent[194117632, 16384] root 10 has no backref item in extent tree backpointer mismatch on [194117632 16384] ref mismatch on [218218496 16384] extent item 0, found 1 tree extent[218218496, 16384] root 10 has no backref item in extent tree backpointer mismatch on [218218496 16384] ref mismatch on [218234880 16384] extent item 0, found 1 tree extent[218234880, 16384] root 10 has no backref item in extent tree backpointer mismatch on [218234880 16384] metadata level mismatch on [218873856, 16384] ref mismatch on [218873856 16384] extent item 0, found 1 tree extent[218873856, 16384] root 1 has no backref item in extent tree backpointer mismatch on [218873856 16384] ref mismatch on [219021312 16384] extent item 0, found 1 tree extent[219021312, 16384] root 1 has no backref item in extent tree backpointer mismatch on [219021312 16384] ref mismatch on [220823552 16384] extent item 1, found 0 tree extent[220823552, 16384] root 4 has no tree block found incorrect global backref count on 220823552 found 1 wanted 0 backpointer mismatch on [220823552 16384] owner ref check failed [220823552 16384] ref mismatch on [874168320 16384] extent item 1, found 0 tree extent[874168320, 16384] root 4 has no tree block found incorrect global backref count on 874168320 found 1 wanted 0 backpointer mismatch on [874168320 16384] owner ref check failed [874168320 16384] ref mismatch on [874266624 16384] extent item 1, found 0 tree extent[874266624, 16384] root 4 has no tree block found incorrect global backref count on 874266624 found 1 wanted 0 backpointer mismatch on [874266624 16384] owner ref check failed [874266624 16384] ref mismatch on [874905600 16384] extent item 1, found 0 tree extent[874905600, 16384] root 4 has no tree block found incorrect global backref count on 874905600 found 1 wanted 0 backpointer mismatch on [874905600 16384] owner ref check failed [874905600 16384] ref mismatch on [875855872 16384] extent item 1, found 0 tree extent[875855872, 16384] root 4 has no tree block found incorrect global backref count on 875855872 found 1 wanted 0 backpointer mismatch on [875855872 16384] owner ref check failed [875855872 16384] ref mismatch on [876347392 16384] extent item 1, found 0 tree extent[876347392, 16384] root 4 has no tree block found incorrect global backref count on 876347392 found 1 wanted 0 backpointer mismatch on [876347392 16384] owner ref check failed [876347392 16384] ref mismatch on [876806144 16384] extent item 1, found 0 tree extent[876806144, 16384] root 4 has no tree block found incorrect global backref count on 876806144 found 1 wanted 0 backpointer mismatch on [876806144 16384] owner ref check failed [876806144 16384] ref mismatch on [876904448 16384] extent item 1, found 0 tree extent[876904448, 16384] root 4 has no tree block found incorrect global backref count on 876904448 found 1 wanted 0 backpointer mismatch on [876904448 16384] owner ref check failed [876904448 16384] ref mismatch on [877150208 16384] extent item 1, found 0 tree extent[877150208, 16384] root 4 has no tree block found incorrect global backref count on 877150208 found 1 wanted 0 backpointer mismatch on [877150208 16384] owner ref check failed [877150208 16384] ref mismatch on [877166592 16384] extent item 1, found 0 tree extent[877166592, 16384] root 4 has no tree block found incorrect global backref count on 877166592 found 1 wanted 0 backpointer mismatch on [877166592 16384] owner ref check failed [877166592 16384] ref mismatch on [877182976 16384] extent item 1, found 0 tree extent[877182976, 16384] root 4 has no tree block found incorrect global backref count on 877182976 found 1 wanted 0 backpointer mismatch on [877182976 16384] owner ref check failed [877182976 16384] ref mismatch on [877215744 16384] extent item 1, found 0 tree extent[877215744, 16384] root 4 has no tree block found incorrect global backref count on 877215744 found 1 wanted 0 backpointer mismatch on [877215744 16384] owner ref check failed [877215744 16384] ref mismatch on [877232128 16384] extent item 1, found 0 tree extent[877232128, 16384] root 4 has no tree block found incorrect global backref count on 877232128 found 1 wanted 0 backpointer mismatch on [877232128 16384] owner ref check failed [877232128 16384] ref mismatch on [877248512 16384] extent item 1, found 0 tree extent[877248512, 16384] root 4 has no tree block found incorrect global backref count on 877248512 found 1 wanted 0 backpointer mismatch on [877248512 16384] owner ref check failed [877248512 16384] ref mismatch on [877281280 16384] extent item 1, found 0 tree extent[877281280, 16384] root 4 has no tree block found incorrect global backref count on 877281280 found 1 wanted 0 backpointer mismatch on [877281280 16384] owner ref check failed [877281280 16384] ref mismatch on [3689627664384 16384] extent item 1, found 0 tree extent[3689627664384, 16384] root 10 has no tree block found incorrect global backref count on 3689627664384 found 1 wanted 0 backpointer mismatch on [3689627664384 16384] owner ref check failed [3689627664384 16384] ref mismatch on [3689964093440 16384] extent item 1, found 0 tree extent[3689964093440, 16384] root 10 has no tree block found incorrect global backref count on 3689964093440 found 1 wanted 0 backpointer mismatch on [3689964093440 16384] owner ref check failed [3689964093440 16384] ref mismatch on [3690005561344 16384] extent item 1, found 0 tree extent[3690005561344, 16384] root 4 has no tree block found incorrect global backref count on 3690005561344 found 1 wanted 0 backpointer mismatch on [3690005561344 16384] owner ref check failed [3690005561344 16384] ref mismatch on [4518009290752 16384] extent item 1, found 0 tree extent[4518009290752, 16384] root 4 has no tree block found incorrect global backref count on 4518009290752 found 1 wanted 0 backpointer mismatch on [4518009290752 16384] owner ref check failed [4518009290752 16384] ref mismatch on [9196136939520 16384] extent item 1, found 0 tree extent[9196136939520, 16384] root 10 has no tree block found incorrect global backref count on 9196136939520 found 1 wanted 0 backpointer mismatch on [9196136939520 16384] owner ref check failed [9196136939520 16384] ref mismatch on [10159279833088 16384] extent item 1, found 0 tree extent[10159279833088, 16384] root 4 has no tree block found incorrect global backref count on 10159279833088 found 1 wanted 0 backpointer mismatch on [10159279833088 16384] owner ref check failed [10159279833088 16384] ref mismatch on [11318728458240 16384] extent item 1, found 0 tree extent[11318728458240, 16384] root 4 has no tree block found incorrect global backref count on 11318728458240 found 1 wanted 0 backpointer mismatch on [11318728458240 16384] owner ref check failed [11318728458240 16384] ref mismatch on [11533647839232 16384] extent item 1, found 0 tree extent[11533647839232, 16384] root 10 has no tree block found incorrect global backref count on 11533647839232 found 1 wanted 0 backpointer mismatch on [11533647839232 16384] owner ref check failed [11533647839232 16384] ref mismatch on [11533648068608 16384] extent item 1, found 0 tree extent[11533648068608, 16384] root 10 has no tree block found incorrect global backref count on 11533648068608 found 1 wanted 0 backpointer mismatch on [11533648068608 16384] owner ref check failed [11533648068608 16384] metadata level mismatch on [11533908279296, 16384] ref mismatch on [11533908279296 16384] extent item 1, found 0 tree extent[11533908279296, 16384] root 4 has no tree block found incorrect global backref count on 11533908279296 found 1 wanted 0 backpointer mismatch on [11533908279296 16384] owner ref check failed [11533908279296 16384] ref mismatch on [11533908295680 16384] extent item 1, found 0 tree extent[11533908295680, 16384] root 4 has no tree block found incorrect global backref count on 11533908295680 found 1 wanted 0 backpointer mismatch on [11533908295680 16384] owner ref check failed [11533908295680 16384] metadata level mismatch on [11534158413824, 16384] ref mismatch on [11534158413824 16384] extent item 1, found 0 tree extent[11534158413824, 16384] root 10 has no tree block found incorrect global backref count on 11534158413824 found 1 wanted 0 backpointer mismatch on [11534158413824 16384] owner ref check failed [11534158413824 16384] ref mismatch on [11534159904768 16384] extent item 1, found 0 tree extent[11534159904768, 16384] root 10 has no tree block found incorrect global backref count on 11534159904768 found 1 wanted 0 backpointer mismatch on [11534159904768 16384] owner ref check failed [11534159904768 16384] ref mismatch on [11534160035840 16384] extent item 1, found 0 tree extent[11534160035840, 16384] root 10 has no tree block found incorrect global backref count on 11534160035840 found 1 wanted 0 backpointer mismatch on [11534160035840 16384] owner ref check failed [11534160035840 16384] ref mismatch on [11534160265216 16384] extent item 1, found 0 tree extent[11534160265216, 16384] root 10 has no tree block found incorrect global backref count on 11534160265216 found 1 wanted 0 backpointer mismatch on [11534160265216 16384] owner ref check failed [11534160265216 16384] ref mismatch on [11534160330752 16384] extent item 1, found 0 tree extent[11534160330752, 16384] root 10 has no tree block found incorrect global backref count on 11534160330752 found 1 wanted 0 backpointer mismatch on [11534160330752 16384] owner ref check failed [11534160330752 16384] ref mismatch on [11534161166336 16384] extent item 1, found 0 tree extent[11534161166336, 16384] root 10 has no tree block found incorrect global backref count on 11534161166336 found 1 wanted 0 backpointer mismatch on [11534161166336 16384] owner ref check failed [11534161166336 16384] ref mismatch on [11534162329600 16384] extent item 1, found 0 tree extent[11534162329600, 16384] root 10 has no tree block found incorrect global backref count on 11534162329600 found 1 wanted 0 backpointer mismatch on [11534162329600 16384] owner ref check failed [11534162329600 16384] metadata level mismatch on [11534162345984, 16384] ref mismatch on [11534162345984 16384] extent item 1, found 0 tree extent[11534162345984, 16384] root 10 has no tree block found incorrect global backref count on 11534162345984 found 1 wanted 0 backpointer mismatch on [11534162345984 16384] owner ref check failed [11534162345984 16384] ref mismatch on [11534162837504 16384] extent item 1, found 0 tree extent[11534162837504, 16384] root 10 has no tree block found incorrect global backref count on 11534162837504 found 1 wanted 0 backpointer mismatch on [11534162837504 16384] owner ref check failed [11534162837504 16384] ref mismatch on [11534163181568 16384] extent item 1, found 0 tree extent[11534163181568, 16384] root 10 has no tree block found incorrect global backref count on 11534163181568 found 1 wanted 0 backpointer mismatch on [11534163181568 16384] owner ref check failed [11534163181568 16384] ref mismatch on [11534163378176 16384] extent item 1, found 0 tree extent[11534163378176, 16384] root 10 has no tree block found incorrect global backref count on 11534163378176 found 1 wanted 0 backpointer mismatch on [11534163378176 16384] owner ref check failed [11534163378176 16384] metadata level mismatch on [11534163394560, 16384] ref mismatch on [11534163394560 16384] extent item 1, found 0 tree extent[11534163394560, 16384] root 10 has no tree block found incorrect global backref count on 11534163394560 found 1 wanted 0 backpointer mismatch on [11534163394560 16384] owner ref check failed [11534163394560 16384] ref mismatch on [11534176518144 16384] extent item 1, found 0 tree extent[11534176518144, 16384] root 10 has no tree block found incorrect global backref count on 11534176518144 found 1 wanted 0 backpointer mismatch on [11534176518144 16384] owner ref check failed [11534176518144 16384] ref mismatch on [11534176632832 16384] extent item 1, found 0 tree extent[11534176632832, 16384] root 10 has no tree block found incorrect global backref count on 11534176632832 found 1 wanted 0 backpointer mismatch on [11534176632832 16384] owner ref check failed [11534176632832 16384] ref mismatch on [11534176894976 16384] extent item 1, found 0 tree extent[11534176894976, 16384] root 10 has no tree block found incorrect global backref count on 11534176894976 found 1 wanted 0 backpointer mismatch on [11534176894976 16384] owner ref check failed [11534176894976 16384] metadata level mismatch on [11534177026048, 16384] ref mismatch on [11534177026048 16384] extent item 1, found 0 tree extent[11534177026048, 16384] root 10 has no tree block found incorrect global backref count on 11534177026048 found 1 wanted 0 backpointer mismatch on [11534177026048 16384] owner ref check failed [11534177026048 16384] ref mismatch on [11534177042432 16384] extent item 1, found 0 tree extent[11534177042432, 16384] root 10 has no tree block found incorrect global backref count on 11534177042432 found 1 wanted 0 backpointer mismatch on [11534177042432 16384] owner ref check failed [11534177042432 16384] ref mismatch on [11534177320960 16384] extent item 1, found 0 tree extent[11534177320960, 16384] root 10 has no tree block found incorrect global backref count on 11534177320960 found 1 wanted 0 backpointer mismatch on [11534177320960 16384] owner ref check failed [11534177320960 16384] ref mismatch on [11534177861632 16384] extent item 1, found 0 tree extent[11534177861632, 16384] root 10 has no tree block found incorrect global backref count on 11534177861632 found 1 wanted 0 backpointer mismatch on [11534177861632 16384] owner ref check failed [11534177861632 16384] ref mismatch on [11534178123776 16384] extent item 1, found 0 tree extent[11534178123776, 16384] root 10 has no tree block found incorrect global backref count on 11534178123776 found 1 wanted 0 backpointer mismatch on [11534178123776 16384] owner ref check failed [11534178123776 16384] ref mismatch on [11534178353152 16384] extent item 1, found 0 tree extent[11534178353152, 16384] root 10 has no tree block found incorrect global backref count on 11534178353152 found 1 wanted 0 backpointer mismatch on [11534178353152 16384] owner ref check failed [11534178353152 16384] metadata level mismatch on [11534178467840, 16384] ref mismatch on [11534178467840 16384] extent item 1, found 0 tree extent[11534178467840, 16384] root 10 has no tree block found incorrect global backref count on 11534178467840 found 1 wanted 0 backpointer mismatch on [11534178467840 16384] owner ref check failed [11534178467840 16384] ref mismatch on [11534178942976 16384] extent item 1, found 0 tree extent[11534178942976, 16384] root 10 has no tree block found incorrect global backref count on 11534178942976 found 1 wanted 0 backpointer mismatch on [11534178942976 16384] owner ref check failed [11534178942976 16384] ref mismatch on [11534179041280 16384] extent item 1, found 0 tree extent[11534179041280, 16384] root 10 has no tree block found incorrect global backref count on 11534179041280 found 1 wanted 0 backpointer mismatch on [11534179041280 16384] owner ref check failed [11534179041280 16384] ref mismatch on [11534179450880 16384] extent item 1, found 0 tree extent[11534179450880, 16384] root 10 has no tree block found incorrect global backref count on 11534179450880 found 1 wanted 0 backpointer mismatch on [11534179450880 16384] owner ref check failed [11534179450880 16384] ref mismatch on [11534179893248 16384] extent item 1, found 0 tree extent[11534179893248, 16384] root 10 has no tree block found incorrect global backref count on 11534179893248 found 1 wanted 0 backpointer mismatch on [11534179893248 16384] owner ref check failed [11534179893248 16384] ref mismatch on [11534180073472 16384] extent item 1, found 0 tree extent[11534180073472, 16384] root 10 has no tree block found incorrect global backref count on 11534180073472 found 1 wanted 0 backpointer mismatch on [11534180073472 16384] owner ref check failed [11534180073472 16384] ref mismatch on [11534180548608 16384] extent item 1, found 0 tree extent[11534180548608, 16384] root 10 has no tree block found incorrect global backref count on 11534180548608 found 1 wanted 0 backpointer mismatch on [11534180548608 16384] owner ref check failed [11534180548608 16384] ref mismatch on [11534181777408 16384] extent item 1, found 0 tree extent[11534181777408, 16384] root 10 has no tree block found incorrect global backref count on 11534181777408 found 1 wanted 0 backpointer mismatch on [11534181777408 16384] owner ref check failed [11534181777408 16384] ref mismatch on [11534182006784 16384] extent item 1, found 0 tree extent[11534182006784, 16384] root 10 has no tree block found incorrect global backref count on 11534182006784 found 1 wanted 0 backpointer mismatch on [11534182006784 16384] owner ref check failed [11534182006784 16384] ref mismatch on [11534182514688 16384] extent item 1, found 0 tree extent[11534182514688, 16384] root 10 has no tree block found incorrect global backref count on 11534182514688 found 1 wanted 0 backpointer mismatch on [11534182514688 16384] owner ref check failed [11534182514688 16384] ref mismatch on [11534183268352 16384] extent item 1, found 0 tree extent[11534183268352, 16384] root 10 has no tree block found incorrect global backref count on 11534183268352 found 1 wanted 0 backpointer mismatch on [11534183268352 16384] owner ref check failed [11534183268352 16384] ref mismatch on [11534192181248 16384] extent item 1, found 0 tree extent[11534192181248, 16384] root 10 has no tree block found incorrect global backref count on 11534192181248 found 1 wanted 0 backpointer mismatch on [11534192181248 16384] owner ref check failed [11534192181248 16384] metadata level mismatch on [11534208352256, 16384] ref mismatch on [11534208352256 16384] extent item 1, found 0 tree extent[11534208352256, 16384] root 10 has no tree block found incorrect global backref count on 11534208352256 found 1 wanted 0 backpointer mismatch on [11534208352256 16384] owner ref check failed [11534208352256 16384] metadata level mismatch on [11534208368640, 16384] ref mismatch on [11534208368640 16384] extent item 1, found 0 tree extent[11534208368640, 16384] root 10 has no tree block found incorrect global backref count on 11534208368640 found 1 wanted 0 backpointer mismatch on [11534208368640 16384] owner ref check failed [11534208368640 16384] ref mismatch on [11534208647168 16384] extent item 1, found 0 tree extent[11534208647168, 16384] root 10 has no tree block found incorrect global backref count on 11534208647168 found 1 wanted 0 backpointer mismatch on [11534208647168 16384] owner ref check failed [11534208647168 16384] ref mismatch on [11534208811008 16384] extent item 1, found 0 tree extent[11534208811008, 16384] root 10 has no tree block found incorrect global backref count on 11534208811008 found 1 wanted 0 backpointer mismatch on [11534208811008 16384] owner ref check failed [11534208811008 16384] ref mismatch on [11534208892928 16384] extent item 1, found 0 tree extent[11534208892928, 16384] root 10 has no tree block found incorrect global backref count on 11534208892928 found 1 wanted 0 backpointer mismatch on [11534208892928 16384] owner ref check failed [11534208892928 16384] ref mismatch on [11534209400832 16384] extent item 1, found 0 tree extent[11534209400832, 16384] root 10 has no tree block found incorrect global backref count on 11534209400832 found 1 wanted 0 backpointer mismatch on [11534209400832 16384] owner ref check failed [11534209400832 16384] metadata level mismatch on [11534210465792, 16384] ref mismatch on [11534210465792 16384] extent item 1, found 0 tree extent[11534210465792, 16384] root 1 has no tree block found incorrect global backref count on 11534210465792 found 1 wanted 0 backpointer mismatch on [11534210465792 16384] owner ref check failed [11534210465792 16384] ref mismatch on [11534210580480 16384] extent item 1, found 0 tree extent[11534210580480, 16384] root 1 has no tree block found incorrect global backref count on 11534210580480 found 1 wanted 0 backpointer mismatch on [11534210580480 16384] owner ref check failed [11534210580480 16384] ref mismatch on [11534517862400 16384] extent item 1, found 0 tree extent[11534517862400, 16384] root 4 has no tree block found incorrect global backref count on 11534517862400 found 1 wanted 0 backpointer mismatch on [11534517862400 16384] owner ref check failed [11534517862400 16384] ref mismatch on [11534684995584 16384] extent item 1, found 0 tree extent[11534684995584, 16384] root 10 has no tree block found incorrect global backref count on 11534684995584 found 1 wanted 0 backpointer mismatch on [11534684995584 16384] owner ref check failed [11534684995584 16384] ERROR: errors found in extent allocation tree or chunk allocation [4/8] checking free space tree could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory could not load free space tree: No such file or directory [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) ERROR: transid errors in file system found 3158562795520 bytes used, error(s) found total csum bytes: 3067911580 total tree bytes: 17020157952 total fs tree bytes: 12739821568 total extent tree bytes: 794050560 btree space waste bytes: 2806337092 file data blocks allocated: 12774436143104 referenced 5635122405376 root@heisenberg:~# I haven't really done anything on that filesystem other than described before (i.e. mounted it rw while trying to clear the free space tree). Now, the fsck messages make it look pretty much bricked. So I wonder a bit how safe the whole procedure is... if one runs "by chance" into that timeout, things look bad. Unless you want me to test something on that fs,.. I'd simply scrap it now. Cheers, Chris ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-10 0:14 ` Christoph Anton Mitterer @ 2026-02-10 22:49 ` Christoph Anton Mitterer 2026-03-04 3:59 ` Christoph Anton Mitterer 0 siblings, 1 reply; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-02-10 22:49 UTC (permalink / raw) To: Qu Wenruo; +Cc: linux-btrfs Hey. I've tried again (with another, much bigger, fs) that also has "We have a space info key for a block group that doesn't exist". As that fs is precious (despite having backups), I set the blockdev --setro and made a snapshot of it (via dmsetup) and worked on that. Here me findings: 1) What at least seems to work is: btrfs rescue clear-space-cache v2 /dev/mapper/snapdev mount -o space_cache=v2,clear_cache,rw /dev/mapper/snapdev /mnt/ no kernel errors, and fsck works afterwards However, there are unexpected differences in fsck: Original device: # btrfs check /dev/mapper/data-a-2 ; echo $? ; beep Opening filesystem to check... Checking filesystem on /dev/mapper/data-a-2 UUID: e1a465db-0227-46e1-9917-d6be986266cd [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree We have a space info key for a block group that doesn't exist [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 15679604916224 bytes used, error(s) found total csum bytes: 15285505424 total tree bytes: 27247362048 total fs tree bytes: 9524903936 total extent tree bytes: 671170560 btree space waste bytes: 3364698078 file data blocks allocated: 20371926761472 referenced 17314900869120 1 snapshot after the above fix: # btrfs check /dev/mapper/snapdev ; echo $? ; beep Opening filesystem to check... Checking filesystem on /dev/mapper/snapdev UUID: e1a465db-0227-46e1-9917-d6be986266cd [1/8] checking log skipped (none written) [2/8] checking root items [3/8] checking extents [4/8] checking free space tree [5/8] checking fs roots [6/8] checking only csums items (without verifying data) [7/8] checking root refs [8/8] checking quota groups skipped (not enabled on this FS) found 15679604752384 bytes used, no error found total csum bytes: 15285505424 total tree bytes: 27247198208 total fs tree bytes: 9524903936 total extent tree bytes: 671203328 btree space waste bytes: 3364544224 file data blocks allocated: 20371926761472 referenced 17314900869120 0 Now I can imagine why "found ... bytes", tree bytes and space waste bytes differ (I assume because of the removed & newly created free space tree?) But why do extent tree bytes differ? So would you say the above procedure is safe for precious filesystems? I've also tried to check whether *only* using mount -o space_cache=v2,clear_cache,rw (without btrfs rescue clear- space-cache v2) leads to fs breakage again? 2) On a fresh snapshot from the original: # mount -o space_cache=v2,clear_cache,rw /dev/mapper/snapdev /mnt/ ; echo $? mount: /mnt: fsconfig() failed: No such file or directory. dmesg(1) may have more information after failed mount system call. 32 kernel log errors as before, due to the timeout But if I now try: # btrfs rescue clear-space-cache v2 /dev/mapper/snapdev ; echo $? Clear free space cache v2 corrupt leaf: root=1 block=11636200325120 slot=0, invalid root, root 1 must never be empty leaf 11636200325120 items 0 free space 16283 generation 2623 owner ROOT_TREE leaf 11636200325120 flags 0x0() backref revision 1 fs uuid e1a465db-0227-46e1-9917-d6be986266cd chunk uuid 27bbffc5-5af5-4957-84b9-494df59ebe51 ERROR: failed to clear free space cache v2: -1 ERROR: commit_root already set when starting transaction WARNING: reserved space leaked, flag=0x4 bytes_reserved=114688 extent buffer leak: start 11041772257280 len 16384 extent buffer leak: start 10877071310848 len 16384 WARNING: dirty eb leak (aborted trans): start 10877071310848 len 16384 extent buffer leak: start 9411384377344 len 16384 WARNING: dirty eb leak (aborted trans): start 9411384377344 len 16384 extent buffer leak: start 11041577304064 len 16384 WARNING: dirty eb leak (aborted trans): start 11041577304064 len 16384 extent buffer leak: start 11636200325120 len 16384 WARNING: dirty eb leak (aborted trans): start 11636200325120 len 16384 1 and I get these: Feb 10 23:29:20 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree Feb 10 23:29:54 heisenberg kernel: BTRFS critical (device dm-2): unable to find root key (10 132 0) in tree 1 Feb 10 23:29:54 heisenberg kernel: ------------[ cut here ]------------ Feb 10 23:29:54 heisenberg kernel: BTRFS: Transaction aborted (error -117) Feb 10 23:29:54 heisenberg kernel: WARNING: CPU: 14 PID: 90038 at fs/btrfs/root-tree.c:153 btrfs_update_root+0x229/0x3e0 [btrfs] Feb 10 23:29:54 heisenberg kernel: Modules linked in: sg uas dm_snapshot dm_bufio loop nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 drm_gpuvm drm_gpusvm_helper snd_hda_scodec_component gpu_sched snd_hda_codec_realtek_lib drm_ttm_helper snd_hda_codec_generic snd_soc_dmic drm_exec snd_hda_intel drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 snd_sof_pci_intel_tgl ipt_REJECT snd_sof_pci_intel_cnl nf_reject_ipv4 snd_sof_intel_hda_generic xt_tcpudp soundwire_intel xt_conntrack nf_conntrack snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_hdac_hda nft_compat snd_sof_intel_hda_mlink snd_sof_intel_hda nf_tables snd_hda_codec_hdmi soundwire_cadence binfmt_misc x_tables snd_sof_pci snd_sof_xtensa_dsp snd_sof i915 Feb 10 23:29:54 heisenberg kernel: intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal snd_sof_utils snd_soc_acpi_intel_match intel_powerclamp snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi crc8 soundwire_bus coretemp snd_soc_sdca iwlmvm joydev snd_soc_avs kvm_intel snd_soc_hda_codec mac80211 snd_hda_ext_core kvm snd_hda_codec drm_buddy snd_hda_core ttm processor_thermal_device_pci uvcvideo snd_usb_audio libarc4 btusb processor_thermal_device drm_display_helper snd_intel_dspcfg processor_thermal_wt_hint videobuf2_vmalloc platform_temperature_control btmtk irqbypass snd_intel_sdw_acpi processor_thermal_soc_slider iTCO_wdt uvc iwlwifi snd_soc_core cec btrtl hid_multitouch snd_usbmidi_lib videobuf2_memops ghash_clmulni_intel platform_profile intel_pmc_bxt snd_hwdep rc_core btbcm sdhci_pci videobuf2_v4l2 snd_rawmidi btintel rapl snd_compress drm_client_lib iTCO_vendor_support processor_thermal_rfim intel_rapl_msr hid_generic sdhci_uhs2 bluetooth cfg80211 videodev mei_pxp mei_hdcp watchdog Feb 10 23:29:54 heisenberg kernel: intel_pmc_core wmi_bmof ee1004 snd_pcm_dmaengine processor_thermal_rapl snd_seq_device intel_cstate ucsi_acpi drm_kms_helper sdhci videobuf2_common pmt_telemetry snd_pcm intel_rapl_common i2c_hid_acpi typec_ucsi i2c_algo_bit pmt_discovery processor_thermal_wt_req i2c_hid ecdh_generic cqhci fujitsu_laptop mc usbhid snd_timer intel_uncore mmc_core crc16 typec int3400_thermal pmt_class hid video processor_thermal_power_floor intel_lpss_pci intel_pmc_ssram_telemetry roles battery button acpi_thermal_rel snd mei_me intel_lpss processor_thermal_mbox wmi mei acpi_pad i2c_i801 intel_vsec int340x_thermal_zone rfkill soundcore ac acpi_tad idma64 i2c_smbus igen6_edac ppdev parport_pc lp drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme evdev nvme_core thunderbolt usbcore serio_raw aesni_intel Feb 10 23:29:54 heisenberg kernel: e1000e pcspkr nvme_keyring intel_hid nvme_auth hkdf sparse_keymap fan usb_common efivarfs Feb 10 23:29:54 heisenberg kernel: CPU: 14 UID: 0 PID: 90038 Comm: btrfs-transacti Tainted: G W 6.18.9+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.9-1 Feb 10 23:29:54 heisenberg kernel: Tainted: [W]=WARN Feb 10 23:29:54 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 10 23:29:54 heisenberg kernel: RIP: 0010:btrfs_update_root+0x229/0x3e0 [btrfs] Feb 10 23:29:54 heisenberg kernel: Code: 84 21 c6 49 8b 45 60 48 05 b0 0a 00 00 f0 48 0f ba 28 02 0f 82 b5 3b 0e 00 be 8b ff ff ff 48 c7 c7 c8 0d 8e c0 e8 b7 6e 13 c6 <0f> 0b 41 b8 01 00 00 00 41 83 e0 01 b9 8b ff ff ff ba 99 00 00 00 Feb 10 23:29:54 heisenberg kernel: RSP: 0018:ffffcfc0e5ad7d28 EFLAGS: 00010246 Feb 10 23:29:54 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8df592343d90 RCX: 0000000000000027 Feb 10 23:29:54 heisenberg kernel: RDX: ffff8e022f79ce48 RSI: 0000000000000001 RDI: ffff8e022f79ce40 Feb 10 23:29:54 heisenberg kernel: RBP: 0000000000000001 R08: 0000000000000000 R09: ffffcfc0e5ad7bc8 Feb 10 23:29:54 heisenberg kernel: R10: ffffffff888d86c0 R11: 00000000ffffff6c R12: ffff8df882fb1000 Feb 10 23:29:54 heisenberg kernel: R13: ffff8df2c62cf930 R14: ffff8df5b95dd000 R15: ffff8dff6c1a9840 Feb 10 23:29:54 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8e02a634c000(0000) knlGS:0000000000000000 Feb 10 23:29:54 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 10 23:29:54 heisenberg kernel: CR2: 000015341260b000 CR3: 0000000a1642c004 CR4: 0000000000f72ef0 Feb 10 23:29:54 heisenberg kernel: PKRU: 55555554 Feb 10 23:29:54 heisenberg kernel: Call Trace: Feb 10 23:29:54 heisenberg kernel: <TASK> Feb 10 23:29:54 heisenberg kernel: commit_cowonly_roots+0x1d5/0x250 [btrfs] Feb 10 23:29:54 heisenberg kernel: btrfs_commit_transaction+0x371/0xdf0 [btrfs] Feb 10 23:29:54 heisenberg kernel: ? start_transaction+0x228/0x840 [btrfs] Feb 10 23:29:54 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 10 23:29:54 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 10 23:29:54 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 10 23:29:54 heisenberg kernel: kthread+0xfc/0x240 Feb 10 23:29:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 10 23:29:54 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 10 23:29:54 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 10 23:29:54 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 10 23:29:54 heisenberg kernel: </TASK> Feb 10 23:29:54 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 10 23:29:54 heisenberg kernel: BTRFS: error (device dm-2 state A) in btrfs_update_root:153: errno=-117 Filesystem corrupted Feb 10 23:29:54 heisenberg kernel: BTRFS warning (device dm-2 state EA): Skipping commit of aborted transaction. Feb 10 23:29:54 heisenberg kernel: BTRFS: error (device dm-2 state EA) in cleanup_transaction:2021: errno=-117 Filesystem corrupted Feb 10 23:29:54 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -30 Feb 10 23:29:54 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 Feb 10 23:29:54 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -30 Feb 10 23:29:54 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2622 /dev/mapper/snapdev (253:2) scanned by mount (90020) Feb 10 23:29:54 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 10 23:29:54 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 10 23:30:12 heisenberg kernel: BTRFS info (device dm-2): force clearing of disk cache Feb 10 23:30:32 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 10 23:30:33 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2622 /dev/mapper/snapdev (253:2) scanned by mount (90632) Feb 10 23:30:33 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 10 23:30:33 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm "unable to find root key".... "errno=-117 Filesystem corrupted"... 3) Similarly if I (from a fresh snapshot) do: # mount -o space_cache=v2,clear_cache,rw /dev/mapper/snapdev /mnt/ ; echo $? mount: /mnt: fsconfig() failed: No such file or directory. dmesg(1) may have more information after failed mount system call. 32 # mount -o clear_cache,nospace_cache,rw /dev/mapper/snapdev /mnt/ ; echo $? mount: /mnt: WARNING: source write-protected, mounted read-only. 0 While the clear_cache,nospace_cache seems to have worked, I still get: Feb 10 23:30:51 heisenberg kernel: BTRFS info (device dm-2): rebuilding free space tree Feb 10 23:31:25 heisenberg kernel: BTRFS critical (device dm-2): unable to find root key (10 132 0) in tree 1 Feb 10 23:31:25 heisenberg kernel: ------------[ cut here ]------------ Feb 10 23:31:25 heisenberg kernel: BTRFS: Transaction aborted (error -117) Feb 10 23:31:25 heisenberg kernel: WARNING: CPU: 15 PID: 90703 at fs/btrfs/root-tree.c:153 btrfs_update_root+0x229/0x3e0 [btrfs] Feb 10 23:31:25 heisenberg kernel: Modules linked in: sg uas dm_snapshot dm_bufio loop nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 drm_gpuvm drm_gpusvm_helper snd_hda_scodec_component gpu_sched snd_hda_codec_realtek_lib drm_ttm_helper snd_hda_codec_generic snd_soc_dmic drm_exec snd_hda_intel drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 snd_sof_pci_intel_tgl ipt_REJECT snd_sof_pci_intel_cnl nf_reject_ipv4 snd_sof_intel_hda_generic xt_tcpudp soundwire_intel xt_conntrack nf_conntrack snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_hdac_hda nft_compat snd_sof_intel_hda_mlink snd_sof_intel_hda nf_tables snd_hda_codec_hdmi soundwire_cadence binfmt_misc x_tables snd_sof_pci snd_sof_xtensa_dsp snd_sof i915 Feb 10 23:31:25 heisenberg kernel: intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal snd_sof_utils snd_soc_acpi_intel_match intel_powerclamp snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi crc8 soundwire_bus coretemp snd_soc_sdca iwlmvm joydev snd_soc_avs kvm_intel snd_soc_hda_codec mac80211 snd_hda_ext_core kvm snd_hda_codec drm_buddy snd_hda_core ttm processor_thermal_device_pci uvcvideo snd_usb_audio libarc4 btusb processor_thermal_device drm_display_helper snd_intel_dspcfg processor_thermal_wt_hint videobuf2_vmalloc platform_temperature_control btmtk irqbypass snd_intel_sdw_acpi processor_thermal_soc_slider iTCO_wdt uvc iwlwifi snd_soc_core cec btrtl hid_multitouch snd_usbmidi_lib videobuf2_memops ghash_clmulni_intel platform_profile intel_pmc_bxt snd_hwdep rc_core btbcm sdhci_pci videobuf2_v4l2 snd_rawmidi btintel rapl snd_compress drm_client_lib iTCO_vendor_support processor_thermal_rfim intel_rapl_msr hid_generic sdhci_uhs2 bluetooth cfg80211 videodev mei_pxp mei_hdcp watchdog Feb 10 23:31:25 heisenberg kernel: intel_pmc_core wmi_bmof ee1004 snd_pcm_dmaengine processor_thermal_rapl snd_seq_device intel_cstate ucsi_acpi drm_kms_helper sdhci videobuf2_common pmt_telemetry snd_pcm intel_rapl_common i2c_hid_acpi typec_ucsi i2c_algo_bit pmt_discovery processor_thermal_wt_req i2c_hid ecdh_generic cqhci fujitsu_laptop mc usbhid snd_timer intel_uncore mmc_core crc16 typec int3400_thermal pmt_class hid video processor_thermal_power_floor intel_lpss_pci intel_pmc_ssram_telemetry roles battery button acpi_thermal_rel snd mei_me intel_lpss processor_thermal_mbox wmi mei acpi_pad i2c_i801 intel_vsec int340x_thermal_zone rfkill soundcore ac acpi_tad idma64 i2c_smbus igen6_edac ppdev parport_pc lp drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme evdev nvme_core thunderbolt usbcore serio_raw aesni_intel Feb 10 23:31:25 heisenberg kernel: e1000e pcspkr nvme_keyring intel_hid nvme_auth hkdf sparse_keymap fan usb_common efivarfs Feb 10 23:31:25 heisenberg kernel: CPU: 15 UID: 0 PID: 90703 Comm: btrfs-transacti Tainted: G W 6.18.9+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.9-1 Feb 10 23:31:25 heisenberg kernel: Tainted: [W]=WARN Feb 10 23:31:25 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 10 23:31:25 heisenberg kernel: RIP: 0010:btrfs_update_root+0x229/0x3e0 [btrfs] Feb 10 23:31:25 heisenberg kernel: Code: 84 21 c6 49 8b 45 60 48 05 b0 0a 00 00 f0 48 0f ba 28 02 0f 82 b5 3b 0e 00 be 8b ff ff ff 48 c7 c7 c8 0d 8e c0 e8 b7 6e 13 c6 <0f> 0b 41 b8 01 00 00 00 41 83 e0 01 b9 8b ff ff ff ba 99 00 00 00 Feb 10 23:31:25 heisenberg kernel: RSP: 0018:ffffcfc0c2ef3d28 EFLAGS: 00010246 Feb 10 23:31:25 heisenberg kernel: RAX: 0000000000000000 RBX: ffff8dff1af48e00 RCX: 0000000000000027 Feb 10 23:31:25 heisenberg kernel: RDX: ffff8e022f7dce48 RSI: 0000000000000001 RDI: ffff8e022f7dce40 Feb 10 23:31:25 heisenberg kernel: RBP: 0000000000000001 R08: 0000000000000000 R09: ffffcfc0c2ef3bc8 Feb 10 23:31:25 heisenberg kernel: R10: ffffffff888d98f8 R11: 00000000ffffffa1 R12: ffff8df3007dc000 Feb 10 23:31:25 heisenberg kernel: R13: ffff8df301ba8150 R14: ffff8df3707b5000 R15: ffff8df8994b4040 Feb 10 23:31:25 heisenberg kernel: FS: 0000000000000000(0000) GS:ffff8e02a638c000(0000) knlGS:0000000000000000 Feb 10 23:31:25 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 10 23:31:25 heisenberg kernel: CR2: 00007f45ffa20000 CR3: 0000000a1642c004 CR4: 0000000000f72ef0 Feb 10 23:31:25 heisenberg kernel: PKRU: 55555554 Feb 10 23:31:25 heisenberg kernel: Call Trace: Feb 10 23:31:25 heisenberg kernel: <TASK> Feb 10 23:31:25 heisenberg kernel: commit_cowonly_roots+0x1d5/0x250 [btrfs] Feb 10 23:31:25 heisenberg kernel: btrfs_commit_transaction+0x371/0xdf0 [btrfs] Feb 10 23:31:25 heisenberg kernel: ? start_transaction+0x228/0x840 [btrfs] Feb 10 23:31:25 heisenberg kernel: ? __pfx_autoremove_wake_function+0x10/0x10 Feb 10 23:31:25 heisenberg kernel: transaction_kthread+0x157/0x1c0 [btrfs] Feb 10 23:31:25 heisenberg kernel: ? __pfx_transaction_kthread+0x10/0x10 [btrfs] Feb 10 23:31:25 heisenberg kernel: kthread+0xfc/0x240 Feb 10 23:31:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 10 23:31:25 heisenberg kernel: ret_from_fork+0x1cc/0x200 Feb 10 23:31:25 heisenberg kernel: ? __pfx_kthread+0x10/0x10 Feb 10 23:31:25 heisenberg kernel: ret_from_fork_asm+0x1a/0x30 Feb 10 23:31:25 heisenberg kernel: </TASK> Feb 10 23:31:25 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 10 23:31:25 heisenberg kernel: BTRFS: error (device dm-2 state A) in btrfs_update_root:153: errno=-117 Filesystem corrupted Feb 10 23:31:25 heisenberg kernel: BTRFS warning (device dm-2 state EA): Skipping commit of aborted transaction. Feb 10 23:31:25 heisenberg kernel: BTRFS: error (device dm-2 state EA) in cleanup_transaction:2021: errno=-117 Filesystem corrupted Feb 10 23:31:25 heisenberg kernel: BTRFS warning (device dm-2 state EA): failed to rebuild free space tree: -30 Feb 10 23:31:25 heisenberg kernel: BTRFS error (device dm-2 state EA): commit super ret -30 Feb 10 23:31:25 heisenberg kernel: BTRFS error (device dm-2 state EA): open_ctree failed: -30 Feb 10 23:31:25 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2622 /dev/mapper/snapdev (253:2) scanned by mount (90632) Feb 10 23:31:25 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 10 23:31:25 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 10 23:31:42 heisenberg kernel: BTRFS info (device dm-2): force clearing of disk cache Feb 10 23:31:50 heisenberg kernel: BTRFS info (device dm-2): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd If I now just: # mount -o rw /dev/mapper/snapdev /mnt/ ; echo $? 0 it seems to work, but kernel gives: Feb 10 23:31:55 heisenberg kernel: BTRFS: device label data-a-2 devid 1 transid 2622 /dev/mapper/snapdev (253:2) scanned by mount (90897) Feb 10 23:31:55 heisenberg kernel: BTRFS info (device dm-2): first mount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Feb 10 23:31:55 heisenberg kernel: BTRFS info (device dm-2): using crc32c (crc32c-lib) checksum algorithm Feb 10 23:32:12 heisenberg kernel: BTRFS info (device dm-2): checking UUID tree Feb 10 23:32:12 heisenberg kernel: BTRFS info (device dm-2): enabling free space tree Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 12249277136896 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 12491942789120 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 13270405611520 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 13459384172544 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 13979075215360 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 14367769755648 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 14839142416384 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 15028120977408 Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2): missing free space info for 15582171758592 Feb 10 23:32:18 heisenberg kernel: ------------[ cut here ]------------ Feb 10 23:32:18 heisenberg kernel: WARNING: CPU: 5 PID: 90970 at fs/btrfs/extent-tree.c:3230 __btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 10 23:32:18 heisenberg kernel: Modules linked in: sg uas dm_snapshot dm_bufio loop nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 drm_gpuvm drm_gpusvm_helper snd_hda_scodec_component gpu_sched snd_hda_codec_realtek_lib drm_ttm_helper snd_hda_codec_generic snd_soc_dmic drm_exec snd_hda_intel drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 snd_sof_pci_intel_tgl ipt_REJECT snd_sof_pci_intel_cnl nf_reject_ipv4 snd_sof_intel_hda_generic xt_tcpudp soundwire_intel xt_conntrack nf_conntrack snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_hdac_hda nft_compat snd_sof_intel_hda_mlink snd_sof_intel_hda nf_tables snd_hda_codec_hdmi soundwire_cadence binfmt_misc x_tables snd_sof_pci snd_sof_xtensa_dsp snd_sof i915 Feb 10 23:32:18 heisenberg kernel: intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal snd_sof_utils snd_soc_acpi_intel_match intel_powerclamp snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi crc8 soundwire_bus coretemp snd_soc_sdca iwlmvm joydev snd_soc_avs kvm_intel snd_soc_hda_codec mac80211 snd_hda_ext_core kvm snd_hda_codec drm_buddy snd_hda_core ttm processor_thermal_device_pci uvcvideo snd_usb_audio libarc4 btusb processor_thermal_device drm_display_helper snd_intel_dspcfg processor_thermal_wt_hint videobuf2_vmalloc platform_temperature_control btmtk irqbypass snd_intel_sdw_acpi processor_thermal_soc_slider iTCO_wdt uvc iwlwifi snd_soc_core cec btrtl hid_multitouch snd_usbmidi_lib videobuf2_memops ghash_clmulni_intel platform_profile intel_pmc_bxt snd_hwdep rc_core btbcm sdhci_pci videobuf2_v4l2 snd_rawmidi btintel rapl snd_compress drm_client_lib iTCO_vendor_support processor_thermal_rfim intel_rapl_msr hid_generic sdhci_uhs2 bluetooth cfg80211 videodev mei_pxp mei_hdcp watchdog Feb 10 23:32:18 heisenberg kernel: intel_pmc_core wmi_bmof ee1004 snd_pcm_dmaengine processor_thermal_rapl snd_seq_device intel_cstate ucsi_acpi drm_kms_helper sdhci videobuf2_common pmt_telemetry snd_pcm intel_rapl_common i2c_hid_acpi typec_ucsi i2c_algo_bit pmt_discovery processor_thermal_wt_req i2c_hid ecdh_generic cqhci fujitsu_laptop mc usbhid snd_timer intel_uncore mmc_core crc16 typec int3400_thermal pmt_class hid video processor_thermal_power_floor intel_lpss_pci intel_pmc_ssram_telemetry roles battery button acpi_thermal_rel snd mei_me intel_lpss processor_thermal_mbox wmi mei acpi_pad i2c_i801 intel_vsec int340x_thermal_zone rfkill soundcore ac acpi_tad idma64 i2c_smbus igen6_edac ppdev parport_pc lp drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme evdev nvme_core thunderbolt usbcore serio_raw aesni_intel Feb 10 23:32:18 heisenberg kernel: e1000e pcspkr nvme_keyring intel_hid nvme_auth hkdf sparse_keymap fan usb_common efivarfs Feb 10 23:32:18 heisenberg kernel: CPU: 5 UID: 0 PID: 90970 Comm: umount Tainted: G W 6.18.9+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.9-1 Feb 10 23:32:18 heisenberg kernel: Tainted: [W]=WARN Feb 10 23:32:18 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 10 23:32:18 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7ac/0x1010 [btrfs] Feb 10 23:32:18 heisenberg kernel: Code: 00 f0 48 0f ba 28 02 0f 82 72 08 00 00 be 8b ff ff ff 48 c7 c7 60 f9 8d c0 e8 f0 ee 13 c6 0f 0b c6 44 24 2f 01 e9 00 b6 0e 00 <0f> 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 7a b3 0e 00 be 8b ff ff Feb 10 23:32:18 heisenberg kernel: RSP: 0018:ffffcfc0e6d77b48 EFLAGS: 00010246 Feb 10 23:32:18 heisenberg kernel: RAX: ffff8df2c5273000 RBX: 0000088f48cf4000 RCX: ffff8dfbae1da620 Feb 10 23:32:18 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000002 RDI: ffff8dfbae1da620 Feb 10 23:32:18 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001 Feb 10 23:32:18 heisenberg kernel: R10: 0000000000000fff R11: 0000000000000002 R12: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: R13: 0000000000000000 R14: ffff8dfbae1da620 R15: ffff8dfbae1da7e0 Feb 10 23:32:18 heisenberg kernel: FS: 00007efcdcd72840(0000) GS:ffff8e02a610c000(0000) knlGS:0000000000000000 Feb 10 23:32:18 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 10 23:32:18 heisenberg kernel: CR2: 00007f556ff20000 CR3: 0000000f2c00b004 CR4: 0000000000f72ef0 Feb 10 23:32:18 heisenberg kernel: PKRU: 55555554 Feb 10 23:32:18 heisenberg kernel: Call Trace: Feb 10 23:32:18 heisenberg kernel: <TASK> Feb 10 23:32:18 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 10 23:32:18 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 10 23:32:18 heisenberg kernel: btrfs_run_delayed_refs+0x8c/0x120 [btrfs] Feb 10 23:32:18 heisenberg kernel: commit_cowonly_roots+0x1fd/0x250 [btrfs] Feb 10 23:32:18 heisenberg kernel: btrfs_commit_transaction+0x371/0xdf0 [btrfs] Feb 10 23:32:18 heisenberg kernel: ? btrfs_attach_transaction_barrier+0x25/0x70 [btrfs] Feb 10 23:32:18 heisenberg kernel: sync_filesystem+0x7e/0xa0 Feb 10 23:32:18 heisenberg kernel: generic_shutdown_super+0x2a/0x100 Feb 10 23:32:18 heisenberg kernel: kill_anon_super+0x16/0x40 Feb 10 23:32:18 heisenberg kernel: btrfs_kill_super+0x16/0x20 [btrfs] Feb 10 23:32:18 heisenberg kernel: deactivate_locked_super+0x33/0xb0 Feb 10 23:32:18 heisenberg kernel: cleanup_mnt+0xb4/0x140 Feb 10 23:32:18 heisenberg kernel: task_work_run+0x5d/0x90 Feb 10 23:32:18 heisenberg kernel: exit_to_user_mode_loop+0x117/0x130 Feb 10 23:32:18 heisenberg kernel: do_syscall_64+0x1f6/0x7f0 Feb 10 23:32:18 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 10 23:32:18 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 10 23:32:18 heisenberg kernel: RIP: 0033:0x7efcdcfcc7d7 Feb 10 23:32:18 heisenberg kernel: Code: 0d 00 f7 d8 64 89 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 31 f6 e9 09 00 00 00 66 0f 1f 84 00 00 00 00 00 b8 a6 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 09 26 0d 00 f7 d8 64 89 02 b8 Feb 10 23:32:18 heisenberg kernel: RSP: 002b:00007ffce0e170d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a6 Feb 10 23:32:18 heisenberg kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 00007efcdcfcc7d7 Feb 10 23:32:18 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000556b55193fc0 Feb 10 23:32:18 heisenberg kernel: RBP: 00007efcdd12926c R08: 00007ffce0e15ec0 R09: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556b55193c88 Feb 10 23:32:18 heisenberg kernel: R13: 0000556b55193fc0 R14: 0000556b55193b80 R15: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: </TASK> Feb 10 23:32:18 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 10 23:32:18 heisenberg kernel: ------------[ cut here ]------------ Feb 10 23:32:18 heisenberg kernel: BTRFS: Transaction aborted (error -117) Feb 10 23:32:18 heisenberg kernel: WARNING: CPU: 5 PID: 90970 at fs/btrfs/extent-tree.c:3231 __btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 10 23:32:18 heisenberg kernel: Modules linked in: sg uas dm_snapshot dm_bufio loop nft_fib_ipv6 nft_ct nft_fib_ipv4 nft_fib wireguard libcurve25519 libchacha20poly1305 libchacha ip6_udp_tunnel udp_tunnel libpoly1305 cmac ccm snd_seq_dummy snd_hrtimer snd_seq snd_ctl_led snd_soc_skl_hda_dsp snd_soc_intel_sof_board_helpers snd_sof_probes snd_soc_intel_hda_dsp_common xe snd_hda_codec_intelhdmi snd_hda_codec_alc269 drm_gpuvm drm_gpusvm_helper snd_hda_scodec_component gpu_sched snd_hda_codec_realtek_lib drm_ttm_helper snd_hda_codec_generic snd_soc_dmic drm_exec snd_hda_intel drm_suballoc_helper ip6t_REJECT nf_reject_ipv6 snd_sof_pci_intel_tgl ipt_REJECT snd_sof_pci_intel_cnl nf_reject_ipv4 snd_sof_intel_hda_generic xt_tcpudp soundwire_intel xt_conntrack nf_conntrack snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_hdac_hda nft_compat snd_sof_intel_hda_mlink snd_sof_intel_hda nf_tables snd_hda_codec_hdmi soundwire_cadence binfmt_misc x_tables snd_sof_pci snd_sof_xtensa_dsp snd_sof i915 Feb 10 23:32:18 heisenberg kernel: intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal snd_sof_utils snd_soc_acpi_intel_match intel_powerclamp snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi crc8 soundwire_bus coretemp snd_soc_sdca iwlmvm joydev snd_soc_avs kvm_intel snd_soc_hda_codec mac80211 snd_hda_ext_core kvm snd_hda_codec drm_buddy snd_hda_core ttm processor_thermal_device_pci uvcvideo snd_usb_audio libarc4 btusb processor_thermal_device drm_display_helper snd_intel_dspcfg processor_thermal_wt_hint videobuf2_vmalloc platform_temperature_control btmtk irqbypass snd_intel_sdw_acpi processor_thermal_soc_slider iTCO_wdt uvc iwlwifi snd_soc_core cec btrtl hid_multitouch snd_usbmidi_lib videobuf2_memops ghash_clmulni_intel platform_profile intel_pmc_bxt snd_hwdep rc_core btbcm sdhci_pci videobuf2_v4l2 snd_rawmidi btintel rapl snd_compress drm_client_lib iTCO_vendor_support processor_thermal_rfim intel_rapl_msr hid_generic sdhci_uhs2 bluetooth cfg80211 videodev mei_pxp mei_hdcp watchdog Feb 10 23:32:18 heisenberg kernel: intel_pmc_core wmi_bmof ee1004 snd_pcm_dmaengine processor_thermal_rapl snd_seq_device intel_cstate ucsi_acpi drm_kms_helper sdhci videobuf2_common pmt_telemetry snd_pcm intel_rapl_common i2c_hid_acpi typec_ucsi i2c_algo_bit pmt_discovery processor_thermal_wt_req i2c_hid ecdh_generic cqhci fujitsu_laptop mc usbhid snd_timer intel_uncore mmc_core crc16 typec int3400_thermal pmt_class hid video processor_thermal_power_floor intel_lpss_pci intel_pmc_ssram_telemetry roles battery button acpi_thermal_rel snd mei_me intel_lpss processor_thermal_mbox wmi mei acpi_pad i2c_i801 intel_vsec int340x_thermal_zone rfkill soundcore ac acpi_tad idma64 i2c_smbus igen6_edac ppdev parport_pc lp drm parport efi_pstore configfs nfnetlink autofs4 crc32c_cryptoapi sd_mod dm_crypt dm_mod raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 md_mod usb_storage scsi_mod scsi_common btrfs blake2b_generic xor raid6_pq xhci_pci xhci_hcd nvme evdev nvme_core thunderbolt usbcore serio_raw aesni_intel Feb 10 23:32:18 heisenberg kernel: e1000e pcspkr nvme_keyring intel_hid nvme_auth hkdf sparse_keymap fan usb_common efivarfs Feb 10 23:32:18 heisenberg kernel: CPU: 5 UID: 0 PID: 90970 Comm: umount Tainted: G W 6.18.9+deb14-amd64 #1 PREEMPT(lazy) Debian 6.18.9-1 Feb 10 23:32:18 heisenberg kernel: Tainted: [W]=WARN Feb 10 23:32:18 heisenberg kernel: Hardware name: FUJITSU CLIENT COMPUTING LIMITED LIFEBOOK U7512/FJNB2F4, BIOS Version 2.35 07/01/2025 Feb 10 23:32:18 heisenberg kernel: RIP: 0010:__btrfs_free_extent.isra.0+0x7cf/0x1010 [btrfs] Feb 10 23:32:18 heisenberg kernel: Code: 2f 01 e9 00 b6 0e 00 0f 0b f0 48 0f ba a8 b0 0a 00 00 02 0f 82 7a b3 0e 00 be 8b ff ff ff 48 c7 c7 60 f9 8d c0 e8 c1 ee 13 c6 <0f> 0b c6 44 24 2f 01 e9 5d b3 0e 00 89 04 24 e8 ed 79 21 c6 48 8b Feb 10 23:32:18 heisenberg kernel: RSP: 0018:ffffcfc0e6d77b48 EFLAGS: 00010246 Feb 10 23:32:18 heisenberg kernel: RAX: 0000000000000000 RBX: 0000088f48cf4000 RCX: 0000000000000027 Feb 10 23:32:18 heisenberg kernel: RDX: ffff8e022f55ce48 RSI: 0000000000000001 RDI: ffff8e022f55ce40 Feb 10 23:32:18 heisenberg kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffcfc0e6d779e8 Feb 10 23:32:18 heisenberg kernel: R10: ffffffff88883f78 R11: 0000000100000011 R12: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: R13: 0000000000000000 R14: ffff8dfbae1da620 R15: ffff8dfbae1da7e0 Feb 10 23:32:18 heisenberg kernel: FS: 00007efcdcd72840(0000) GS:ffff8e02a610c000(0000) knlGS:0000000000000000 Feb 10 23:32:18 heisenberg kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Feb 10 23:32:18 heisenberg kernel: CR2: 00007f556ff20000 CR3: 0000000f2c00b004 CR4: 0000000000f72ef0 Feb 10 23:32:18 heisenberg kernel: PKRU: 55555554 Feb 10 23:32:18 heisenberg kernel: Call Trace: Feb 10 23:32:18 heisenberg kernel: <TASK> Feb 10 23:32:18 heisenberg kernel: ? btrfs_merge_delayed_refs+0x1bb/0x290 [btrfs] Feb 10 23:32:18 heisenberg kernel: __btrfs_run_delayed_refs+0x2dc/0xf70 [btrfs] Feb 10 23:32:18 heisenberg kernel: btrfs_run_delayed_refs+0x8c/0x120 [btrfs] Feb 10 23:32:18 heisenberg kernel: commit_cowonly_roots+0x1fd/0x250 [btrfs] Feb 10 23:32:18 heisenberg kernel: btrfs_commit_transaction+0x371/0xdf0 [btrfs] Feb 10 23:32:18 heisenberg kernel: ? btrfs_attach_transaction_barrier+0x25/0x70 [btrfs] Feb 10 23:32:18 heisenberg kernel: sync_filesystem+0x7e/0xa0 Feb 10 23:32:18 heisenberg kernel: generic_shutdown_super+0x2a/0x100 Feb 10 23:32:18 heisenberg kernel: kill_anon_super+0x16/0x40 Feb 10 23:32:18 heisenberg kernel: btrfs_kill_super+0x16/0x20 [btrfs] Feb 10 23:32:18 heisenberg kernel: deactivate_locked_super+0x33/0xb0 Feb 10 23:32:18 heisenberg kernel: cleanup_mnt+0xb4/0x140 Feb 10 23:32:18 heisenberg kernel: task_work_run+0x5d/0x90 Feb 10 23:32:18 heisenberg kernel: exit_to_user_mode_loop+0x117/0x130 Feb 10 23:32:18 heisenberg kernel: do_syscall_64+0x1f6/0x7f0 Feb 10 23:32:18 heisenberg kernel: ? exc_page_fault+0x7e/0x1a0 Feb 10 23:32:18 heisenberg kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Feb 10 23:32:18 heisenberg kernel: RIP: 0033:0x7efcdcfcc7d7 Feb 10 23:32:18 heisenberg kernel: Code: 0d 00 f7 d8 64 89 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 31 f6 e9 09 00 00 00 66 0f 1f 84 00 00 00 00 00 b8 a6 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 09 26 0d 00 f7 d8 64 89 02 b8 Feb 10 23:32:18 heisenberg kernel: RSP: 002b:00007ffce0e170d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a6 Feb 10 23:32:18 heisenberg kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 00007efcdcfcc7d7 Feb 10 23:32:18 heisenberg kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000556b55193fc0 Feb 10 23:32:18 heisenberg kernel: RBP: 00007efcdd12926c R08: 00007ffce0e15ec0 R09: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000556b55193c88 Feb 10 23:32:18 heisenberg kernel: R13: 0000556b55193fc0 R14: 0000556b55193b80 R15: 0000000000000000 Feb 10 23:32:18 heisenberg kernel: </TASK> Feb 10 23:32:18 heisenberg kernel: ---[ end trace 0000000000000000 ]--- Feb 10 23:32:18 heisenberg kernel: BTRFS: error (device dm-2 state A) in __btrfs_free_extent:3231: errno=-117 Filesystem corrupted Feb 10 23:32:18 heisenberg kernel: BTRFS info (device dm-2 state EA): forced readonly Feb 10 23:32:18 heisenberg kernel: BTRFS info (device dm-2 state EA): leaf 10371698147328 gen 2623 total ptrs 170 free space 6387 owner 2 Feb 10 23:32:18 heisenberg kernel: item 0 key (9411494248448 METADATA_ITEM 0) itemoff 16250 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 1 key (9411494264832 METADATA_ITEM 0) itemoff 16217 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 2 key (9411494281216 METADATA_ITEM 0) itemoff 16184 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 3 key (9411494297600 METADATA_ITEM 0) itemoff 16151 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 4 key (9411494313984 METADATA_ITEM 0) itemoff 16118 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 5 key (9411494330368 METADATA_ITEM 0) itemoff 16085 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 6 key (9411494346752 METADATA_ITEM 0) itemoff 16052 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 7 key (9411494363136 METADATA_ITEM 0) itemoff 16019 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 8 key (9411494379520 METADATA_ITEM 0) itemoff 15986 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 9 key (9411494395904 METADATA_ITEM 0) itemoff 15953 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 10 key (9411494412288 METADATA_ITEM 0) itemoff 15920 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 11 key (9411494428672 METADATA_ITEM 0) itemoff 15887 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 12 key (9411494445056 METADATA_ITEM 0) itemoff 15854 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 13 key (9411494461440 METADATA_ITEM 0) itemoff 15821 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 14 key (9411494477824 METADATA_ITEM 0) itemoff 15788 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 15 key (9411494494208 METADATA_ITEM 0) itemoff 15755 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 16 key (9411494510592 METADATA_ITEM 0) itemoff 15722 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 17 key (9411494526976 METADATA_ITEM 0) itemoff 15689 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 18 key (9411494543360 METADATA_ITEM 0) itemoff 15656 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 19 key (9411494559744 METADATA_ITEM 0) itemoff 15623 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 20 key (9411494576128 METADATA_ITEM 0) itemoff 15590 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 21 key (9411494592512 METADATA_ITEM 0) itemoff 15557 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 22 key (9411494608896 METADATA_ITEM 0) itemoff 15524 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 23 key (9411494625280 METADATA_ITEM 0) itemoff 15491 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 24 key (9411494641664 METADATA_ITEM 0) itemoff 15458 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1819 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 25 key (9411494658048 METADATA_ITEM 0) itemoff 15425 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 26 key (9411494674432 METADATA_ITEM 0) itemoff 15392 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 27 key (9411494690816 METADATA_ITEM 0) itemoff 15359 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 28 key (9411494707200 METADATA_ITEM 0) itemoff 15326 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 29 key (9411494723584 METADATA_ITEM 0) itemoff 15293 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 30 key (9411494739968 METADATA_ITEM 0) itemoff 15224 itemsize 69 Feb 10 23:32:18 heisenberg kernel: extent refs 5 gen 2161 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 275 Feb 10 23:32:18 heisenberg kernel: ref#1: tree block backref root 272 Feb 10 23:32:18 heisenberg kernel: ref#2: tree block backref root 267 Feb 10 23:32:18 heisenberg kernel: ref#3: tree block backref root 266 Feb 10 23:32:18 heisenberg kernel: ref#4: tree block backref root 264 Feb 10 23:32:18 heisenberg kernel: item 31 key (9411494756352 METADATA_ITEM 0) itemoff 15191 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 32 key (9411494772736 METADATA_ITEM 0) itemoff 15158 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 33 key (9411494789120 METADATA_ITEM 0) itemoff 15125 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 34 key (9411494805504 METADATA_ITEM 0) itemoff 15092 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 35 key (9411494821888 METADATA_ITEM 0) itemoff 15059 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 36 key (9411494838272 METADATA_ITEM 0) itemoff 15026 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1963 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 37 key (9411494854656 METADATA_ITEM 0) itemoff 14993 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 2201 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 264 Feb 10 23:32:18 heisenberg kernel: item 38 key (9411494871040 METADATA_ITEM 0) itemoff 14960 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 39 key (9411494887424 METADATA_ITEM 0) itemoff 14927 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 2623 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 40 key (9411494903808 METADATA_ITEM 0) itemoff 14894 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 41 key (9411494920192 METADATA_ITEM 0) itemoff 14861 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 42 key (9411494936576 METADATA_ITEM 0) itemoff 14828 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 43 key (9411494952960 METADATA_ITEM 0) itemoff 14795 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 44 key (9411494969344 METADATA_ITEM 0) itemoff 14762 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 45 key (9411494985728 METADATA_ITEM 0) itemoff 14729 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 46 key (9411495002112 METADATA_ITEM 0) itemoff 14696 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 47 key (9411495018496 METADATA_ITEM 0) itemoff 14663 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 48 key (9411495034880 METADATA_ITEM 0) itemoff 14630 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 49 key (9411495051264 METADATA_ITEM 0) itemoff 14597 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 50 key (9411495067648 METADATA_ITEM 0) itemoff 14564 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 51 key (9411495084032 METADATA_ITEM 0) itemoff 14531 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 52 key (9411495100416 METADATA_ITEM 0) itemoff 14498 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 53 key (9411495116800 METADATA_ITEM 0) itemoff 14465 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 54 key (9411495133184 METADATA_ITEM 0) itemoff 14432 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 55 key (9411495149568 METADATA_ITEM 0) itemoff 14399 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 56 key (9411495165952 METADATA_ITEM 0) itemoff 14366 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 57 key (9411495182336 METADATA_ITEM 0) itemoff 14333 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 58 key (9411495198720 METADATA_ITEM 0) itemoff 14300 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 59 key (9411495215104 METADATA_ITEM 0) itemoff 14267 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 60 key (9411495231488 METADATA_ITEM 0) itemoff 14234 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 61 key (9411495247872 METADATA_ITEM 0) itemoff 14201 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 62 key (9411495264256 METADATA_ITEM 0) itemoff 14168 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 63 key (9411495280640 METADATA_ITEM 0) itemoff 14135 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 64 key (9411495297024 METADATA_ITEM 0) itemoff 14102 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 65 key (9411495313408 METADATA_ITEM 0) itemoff 14069 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 66 key (9411495329792 METADATA_ITEM 0) itemoff 14036 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 67 key (9411495346176 METADATA_ITEM 0) itemoff 14003 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 68 key (9411495362560 METADATA_ITEM 0) itemoff 13970 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 69 key (9411495378944 METADATA_ITEM 0) itemoff 13937 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 70 key (9411495395328 METADATA_ITEM 0) itemoff 13904 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 71 key (9411495411712 METADATA_ITEM 0) itemoff 13871 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 72 key (9411495428096 METADATA_ITEM 0) itemoff 13838 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 73 key (9411495444480 METADATA_ITEM 0) itemoff 13805 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 74 key (9411495460864 METADATA_ITEM 0) itemoff 13772 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 75 key (9411495477248 METADATA_ITEM 0) itemoff 13739 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 76 key (9411495493632 METADATA_ITEM 0) itemoff 13706 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 77 key (9411495510016 METADATA_ITEM 0) itemoff 13673 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 78 key (9411495526400 METADATA_ITEM 0) itemoff 13640 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 79 key (9411495542784 METADATA_ITEM 0) itemoff 13607 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 80 key (9411495559168 METADATA_ITEM 0) itemoff 13574 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 81 key (9411495575552 METADATA_ITEM 0) itemoff 13541 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 82 key (9411495591936 METADATA_ITEM 0) itemoff 13508 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 83 key (9411495608320 METADATA_ITEM 0) itemoff 13475 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 84 key (9411495624704 METADATA_ITEM 0) itemoff 13442 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 85 key (9411495641088 METADATA_ITEM 0) itemoff 13409 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 86 key (9411495657472 METADATA_ITEM 0) itemoff 13376 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 87 key (9411495673856 METADATA_ITEM 0) itemoff 13343 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 88 key (9411495690240 METADATA_ITEM 0) itemoff 13310 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 89 key (9411495706624 METADATA_ITEM 0) itemoff 13277 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 90 key (9411495723008 METADATA_ITEM 0) itemoff 13244 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 91 key (9411495739392 METADATA_ITEM 0) itemoff 13211 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 92 key (9411495755776 METADATA_ITEM 0) itemoff 13178 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 93 key (9411495772160 METADATA_ITEM 0) itemoff 13145 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 94 key (9411495788544 METADATA_ITEM 0) itemoff 13112 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 95 key (9411495804928 METADATA_ITEM 0) itemoff 13079 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 96 key (9411495821312 METADATA_ITEM 0) itemoff 13046 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 97 key (9411495837696 METADATA_ITEM 0) itemoff 13013 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 98 key (9411495854080 METADATA_ITEM 0) itemoff 12980 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 99 key (9411495870464 METADATA_ITEM 0) itemoff 12947 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 100 key (9411495886848 METADATA_ITEM 0) itemoff 12914 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 101 key (9411495903232 METADATA_ITEM 0) itemoff 12881 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 102 key (9411495919616 METADATA_ITEM 0) itemoff 12848 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 103 key (9411495936000 METADATA_ITEM 0) itemoff 12815 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 104 key (9411495952384 METADATA_ITEM 0) itemoff 12782 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 105 key (9411495968768 METADATA_ITEM 0) itemoff 12749 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 106 key (9411495985152 METADATA_ITEM 0) itemoff 12716 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 107 key (9411496001536 METADATA_ITEM 0) itemoff 12683 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 108 key (9411496017920 METADATA_ITEM 0) itemoff 12650 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 109 key (9411496034304 METADATA_ITEM 0) itemoff 12617 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 110 key (9411496050688 METADATA_ITEM 0) itemoff 12584 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 111 key (9411496067072 METADATA_ITEM 0) itemoff 12551 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 112 key (9411496083456 METADATA_ITEM 0) itemoff 12518 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 113 key (9411496099840 METADATA_ITEM 0) itemoff 12485 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 114 key (9411496116224 METADATA_ITEM 0) itemoff 12452 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 115 key (9411496132608 METADATA_ITEM 0) itemoff 12419 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 116 key (9411496148992 METADATA_ITEM 0) itemoff 12386 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 117 key (9411496165376 METADATA_ITEM 0) itemoff 12353 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 118 key (9411496181760 METADATA_ITEM 0) itemoff 12320 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1978 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 2 Feb 10 23:32:18 heisenberg kernel: item 119 key (9411496198144 METADATA_ITEM 0) itemoff 12287 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 120 key (9411496214528 METADATA_ITEM 0) itemoff 12254 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 121 key (9411496230912 METADATA_ITEM 0) itemoff 12221 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 122 key (9411496247296 METADATA_ITEM 0) itemoff 12188 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 123 key (9411496263680 METADATA_ITEM 0) itemoff 12155 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 124 key (9411496280064 METADATA_ITEM 0) itemoff 12122 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 125 key (9411496296448 METADATA_ITEM 0) itemoff 12089 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 126 key (9411496312832 METADATA_ITEM 0) itemoff 12056 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 127 key (9411496329216 METADATA_ITEM 0) itemoff 12023 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 128 key (9411496345600 METADATA_ITEM 0) itemoff 11990 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 129 key (9411496361984 METADATA_ITEM 0) itemoff 11957 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 130 key (9411496378368 METADATA_ITEM 0) itemoff 11924 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 131 key (9411496394752 METADATA_ITEM 0) itemoff 11891 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 132 key (9411496411136 METADATA_ITEM 0) itemoff 11858 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 133 key (9411496427520 METADATA_ITEM 0) itemoff 11825 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1964 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 134 key (9411496443904 METADATA_ITEM 0) itemoff 11792 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 135 key (9411496460288 METADATA_ITEM 0) itemoff 11759 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 136 key (9411496476672 METADATA_ITEM 0) itemoff 11726 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 137 key (9411496493056 METADATA_ITEM 0) itemoff 11693 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 138 key (9411496509440 METADATA_ITEM 0) itemoff 11660 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 139 key (9411496525824 METADATA_ITEM 0) itemoff 11627 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 140 key (9411496542208 METADATA_ITEM 0) itemoff 11594 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 141 key (9411496558592 METADATA_ITEM 0) itemoff 11561 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 142 key (9411496574976 METADATA_ITEM 0) itemoff 11528 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 143 key (9411496591360 METADATA_ITEM 0) itemoff 11495 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 144 key (9411496607744 METADATA_ITEM 0) itemoff 11462 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 145 key (9411496624128 METADATA_ITEM 0) itemoff 11429 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 146 key (9411496640512 METADATA_ITEM 0) itemoff 11396 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 147 key (9411496656896 METADATA_ITEM 0) itemoff 11363 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 148 key (9411496673280 METADATA_ITEM 0) itemoff 11330 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 149 key (9411496689664 METADATA_ITEM 0) itemoff 11297 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 150 key (9411496706048 METADATA_ITEM 0) itemoff 11264 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 151 key (9411496722432 METADATA_ITEM 0) itemoff 11231 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 152 key (9411496738816 METADATA_ITEM 0) itemoff 11198 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 153 key (9411496755200 METADATA_ITEM 0) itemoff 11165 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 154 key (9411496771584 METADATA_ITEM 0) itemoff 11132 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 155 key (9411496787968 METADATA_ITEM 0) itemoff 11099 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 156 key (9411496804352 METADATA_ITEM 0) itemoff 11066 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 157 key (9411496820736 METADATA_ITEM 0) itemoff 11033 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 158 key (9411496837120 METADATA_ITEM 0) itemoff 11000 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 159 key (9411496853504 METADATA_ITEM 0) itemoff 10967 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 160 key (9411496869888 METADATA_ITEM 0) itemoff 10934 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 161 key (9411496886272 METADATA_ITEM 0) itemoff 10901 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 162 key (9411496902656 METADATA_ITEM 0) itemoff 10868 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 163 key (9411496919040 METADATA_ITEM 0) itemoff 10835 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 164 key (9411496935424 METADATA_ITEM 0) itemoff 10802 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 165 key (9411496951808 METADATA_ITEM 0) itemoff 10769 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 166 key (9411496968192 METADATA_ITEM 0) itemoff 10736 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 167 key (9411496984576 METADATA_ITEM 0) itemoff 10703 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 168 key (9411497000960 METADATA_ITEM 0) itemoff 10670 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1959 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: item 169 key (9411497017344 METADATA_ITEM 0) itemoff 10637 itemsize 33 Feb 10 23:32:18 heisenberg kernel: extent refs 1 gen 1820 flags 2 Feb 10 23:32:18 heisenberg kernel: ref#0: tree block backref root 7 Feb 10 23:32:18 heisenberg kernel: BTRFS critical (device dm-2 state EA): unable to find ref byte nr 9411494887424 parent 0 root 10 owner 0 offset 0 slot 40 Feb 10 23:32:18 heisenberg kernel: BTRFS error (device dm-2 state EA): failed to run delayed ref for logical 9411494887424 num_bytes 16384 type 176 action 2 ref_mod 1: -2 Feb 10 23:32:18 heisenberg kernel: BTRFS: error (device dm-2 state EA) in btrfs_run_delayed_refs:2161: errno=-2 No such entry Feb 10 23:32:18 heisenberg kernel: BTRFS warning (device dm-2 state EA): Skipping commit of aborted transaction. Feb 10 23:32:18 heisenberg kernel: BTRFS: error (device dm-2 state EA) in cleanup_transaction:2021: errno=-2 No such entry Feb 10 23:32:18 heisenberg kernel: BTRFS info (device dm-2 state EA): last unmount of filesystem e1a465db-0227-46e1-9917-d6be986266cd Well I'm not an expert... but these seem more serious (are the extent refs in the extent tree?)... and AFAICS it can hit anyone how merely clears/rebuilds the free space tree on a suitably large fs? Perhaps one should warn people NOT to do this? Cheers, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 2026-02-10 22:49 ` Christoph Anton Mitterer @ 2026-03-04 3:59 ` Christoph Anton Mitterer 0 siblings, 0 replies; 30+ messages in thread From: Christoph Anton Mitterer @ 2026-03-04 3:59 UTC (permalink / raw) To: linux-btrfs Hey. Anything new on this issue? I thought it seemed rather critical if a regular operation like btrfs rescue clear-space-cache v2 or mount -o space_cache=v2,clear_cache,rw bricks a fs. Cheers, Chris. ^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2026-03-04 6:23 UTC | newest] Thread overview: 30+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-11-17 2:08 We have a space info key for a block group that doesn't exist Christoph Anton Mitterer 2025-11-17 2:18 ` Qu Wenruo 2025-11-18 23:27 ` Christoph Anton Mitterer 2025-11-18 23:29 ` Qu Wenruo 2026-02-03 7:06 ` Dominique Martinet 2026-02-03 7:47 ` Qu Wenruo 2026-02-03 8:17 ` Dominique Martinet 2026-02-05 1:44 ` Christoph Anton Mitterer 2026-02-05 4:24 ` Qu Wenruo 2026-02-05 4:30 ` Christoph Anton Mitterer 2026-02-05 4:43 ` Qu Wenruo 2026-02-05 4:50 ` Christoph Anton Mitterer 2026-02-05 4:53 ` Qu Wenruo 2026-02-05 14:48 ` Christoph Anton Mitterer 2026-02-05 20:48 ` Qu Wenruo 2026-02-05 23:56 ` Christoph Anton Mitterer 2026-02-06 3:45 ` Qu Wenruo 2026-02-07 1:19 ` Christoph Anton Mitterer 2026-02-07 1:27 ` Christoph Anton Mitterer 2026-02-07 2:34 ` Qu Wenruo 2026-02-07 5:00 ` Christoph Anton Mitterer 2026-02-07 16:47 ` space_info METADATA (sub-group id 0) has 691535872 free, is not full // open_ctree failed: -2 Christoph Anton Mitterer 2026-02-09 3:21 ` Qu Wenruo 2026-02-09 3:32 ` Christoph Anton Mitterer 2026-02-09 3:48 ` Qu Wenruo 2026-02-09 3:58 ` Christoph Anton Mitterer 2026-02-09 4:02 ` Qu Wenruo 2026-02-10 0:14 ` Christoph Anton Mitterer 2026-02-10 22:49 ` Christoph Anton Mitterer 2026-03-04 3:59 ` Christoph Anton Mitterer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox