All of lore.kernel.org
 help / color / mirror / Atom feed
* Bad superblock when mounting rw, ro mount works
@ 2018-06-07 17:07 Daniel Underwood
  2018-06-07 20:38 ` Chris Murphy
  2018-06-08  3:39 ` Qu Wenruo
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Underwood @ 2018-06-07 17:07 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 1363 bytes --]

Hi,

I have a raid10-like setup that is failing to mount in rw mode with the error


mount: /mnt/media: wrong fs type, bad option, bad superblock on
/dev/mapper/em1, missing codepage or helper program, or other error

read-only mounts seem to work and the files seem to be there.

I started having issues after a system crash during the process of
deleting a number of large files. After this (Ubuntu 16.04/Kernel
4.4), any attempt to mount the array in rw mode would cause a similar
crash. I did an upgrade to Ubuntu 18.04/Kernel 4.15 and now get the
error above.

I have looked through a variety of posts on the mailing list, but
couldn't find anything with the same issue. I have done a scrub on the
array that resulted in 6 verify errors with dmesg showing something
about extent trees. It didn't list them as uncorrectable errors, but
couldn't correct them either as I can't mount in rw. I also tried
`btrfs rescue zero-log /dev/mapper/em1`, which changes the above to
(say) em5, but then zero-log on em5 causes it to go back to em1.

Any direction would be appreciated. From what I could tell, my next
steps would be a check with --repair or --init-extent-tree, though I'm
reluctant to try those without being explicitly told to do so.

I have attached a dmesg.log file and hope I haven't greped out
anything important.

Thanks,
Daniel
-- 
Daniel Underwood

[-- Attachment #2: dmesg.log --]
[-- Type: application/octet-stream, Size: 53851 bytes --]

[95639.431822] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[95639.432428] ------------[ cut here ]------------
[95639.432429] BTRFS: Transaction aborted (error -2)
[95639.432466] WARNING: CPU: 2 PID: 3503 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[95639.432466] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[95639.432511]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[95639.432566] CPU: 2 PID: 3503 Comm: mount Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[95639.432567] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[95639.432585] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[95639.432586] RSP: 0018:ffffaaf089f8b610 EFLAGS: 00010286
[95639.432588] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[95639.432590] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff9ebc1f296490
[95639.432591] RBP: ffffaaf089f8b6b8 R08: 0000000000000001 R09: 0000000000002731
[95639.432593] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9eb907020000
[95639.432594] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9ebb3f36d700
[95639.432597] FS:  00007f010a095080(0000) GS:ffff9ebc1f280000(0000) knlGS:0000000000000000
[95639.432598] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[95639.432600] CR2: 00007f5373821d30 CR3: 000000015e6a6002 CR4: 00000000000606e0
[95639.432601] Call Trace:
[95639.432627]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[95639.432647]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[95639.432667]  ? btree_set_page_dirty+0xe/0x10 [btrfs]
[95639.432671]  ? set_page_dirty+0x5e/0xb0
[95639.432690]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[95639.432730]  ? reserve_metadata_bytes+0xb66/0xc00 [btrfs]
[95639.432751]  btrfs_evict_inode+0x4bd/0x5c0 [btrfs]
[95639.432755]  evict+0xca/0x1a0
[95639.432757]  iput+0x156/0x220
[95639.432776]  btrfs_orphan_cleanup+0x209/0x490 [btrfs]
[95639.432795]  ? btrfs_insert_fs_root+0x52/0x80 [btrfs]
[95639.432816]  open_ctree+0x211b/0x2440 [btrfs]
[95639.432833]  btrfs_mount+0xe47/0xf60 [btrfs]
[95639.432849]  ? btrfs_mount+0xe47/0xf60 [btrfs]
[95639.432852]  ? find_next_bit+0xb/0x10
[95639.432854]  ? pcpu_next_unpop+0x3c/0x50
[95639.432858]  mount_fs+0x37/0x150
[95639.432861]  ? alloc_vfsmnt+0x1b3/0x230
[95639.432865]  vfs_kern_mount.part.23+0x5d/0x110
[95639.432869]  vfs_kern_mount+0x13/0x20
[95639.432884]  btrfs_mount+0x199/0xf60 [btrfs]
[95639.432887]  ? find_next_bit+0xb/0x10
[95639.432889]  ? pcpu_next_unpop+0x3c/0x50
[95639.432893]  mount_fs+0x37/0x150
[95639.432896]  ? alloc_vfsmnt+0x1b3/0x230
[95639.432899]  vfs_kern_mount.part.23+0x5d/0x110
[95639.432902]  do_mount+0x5ed/0xce0
[95639.432905]  ? memdup_user+0x4f/0x80
[95639.432908]  SyS_mount+0x98/0xe0
[95639.432911]  do_syscall_64+0x73/0x130
[95639.432914]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[95639.432916] RIP: 0033:0x7f01099623ca
[95639.432917] RSP: 002b:00007fffa9ce2158 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5
[95639.432920] RAX: ffffffffffffffda RBX: 000055fa63522a40 RCX: 00007f01099623ca
[95639.432921] RDX: 000055fa63529010 RSI: 000055fa63522c80 RDI: 000055fa63522d40
[95639.432923] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[95639.432924] R10: 00000000c0ed0000 R11: 0000000000000202 R12: 000055fa63522d40
[95639.432926] R13: 000055fa63529010 R14: 0000000000000000 R15: 00007f0109e838a4
[95639.432928] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[95639.432973] ---[ end trace a565f676a06845cf ]---
[95639.432976] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[95639.433638] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[95639.490889] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[95639.491223] BTRFS error (device dm-11): could not do orphan cleanup -22
[95639.491566] BTRFS error (device dm-11): commit super ret -30
[95639.492347] BTRFS error (device dm-11): pending csums is 44810240
[95639.492791] BTRFS error (device dm-11): cleaner transaction attach returned -30
[95639.609171] BTRFS error (device dm-11): open_ctree failed
[96614.907963] BTRFS info (device dm-11): disk space caching is enabled
[96614.907965] BTRFS info (device dm-11): has skinny extents
[96615.207692] BTRFS info (device dm-11): bdev /dev/mapper/em3 errs: wr 0, rd 0, flush 0, corrupt 0, gen 3
[96615.207702] BTRFS info (device dm-11): bdev /dev/mapper/em5 errs: wr 164286, rd 3444262, flush 2110, corrupt 3, gen 181
[96778.188543] WARNING: CPU: 7 PID: 3725 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6974 __btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[96778.188545] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[96778.188595]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[96778.188660] CPU: 7 PID: 3725 Comm: kworker/u16:1 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[96778.188661] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[96778.188690] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[96778.188710] RIP: 0010:__btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[96778.188711] RSP: 0018:ffffaaf081e9fbe8 EFLAGS: 00010246
[96778.188714] RAX: 00000000fffffffe RBX: 00004305a41a4000 RCX: 0000000000000000
[96778.188715] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9eb9020ab4c8
[96778.188717] RBP: ffffaaf081e9fc90 R08: ffff9eb9fd0c7000 R09: 0000000000000046
[96778.188718] R10: 0000000000000000 R11: ffffaaf081e9fb54 R12: ffff9eb907020000
[96778.188720] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7000
[96778.188722] FS:  0000000000000000(0000) GS:ffff9ebc1f3c0000(0000) knlGS:0000000000000000
[96778.188724] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96778.188725] CR2: 00007f17ef0b85d0 CR3: 00000003fe40a004 CR4: 00000000000606e0
[96778.188727] Call Trace:
[96778.188756]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[96778.188776]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[96778.188797]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[96778.188814]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[96778.188838]  normal_work_helper+0x7f/0x300 [btrfs]
[96778.188859]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[96778.188864]  process_one_work+0x1de/0x410
[96778.188867]  worker_thread+0x32/0x410
[96778.188870]  kthread+0x121/0x140
[96778.188873]  ? process_one_work+0x410/0x410
[96778.188876]  ? kthread_create_worker_on_cpu+0x70/0x70
[96778.188880]  ret_from_fork+0x35/0x40
[96778.188882] Code: ff 75 10 48 89 d9 48 c7 45 a0 00 00 00 00 e8 5c c0 ff ff 41 89 c5 58 5a 45 85 ed 0f 84 81 00 00 00 41 83 fd fe 0f 85 04 ff ff ff <0f> 0b 49 8b 3f e8 ea da 00 00 4c 8b 4d 10 4c 8b 85 78 ff ff ff 
[96778.188928] ---[ end trace a565f676a06845d0 ]---
[96778.188933] BTRFS info (device dm-11): leaf 49664442974208 total ptrs 204 free space 4460
[96778.189846] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[96778.190749] ------------[ cut here ]------------
[96778.190750] BTRFS: Transaction aborted (error -2)
[96778.190787] WARNING: CPU: 7 PID: 3725 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[96778.190787] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[96778.190832]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[96778.190887] CPU: 7 PID: 3725 Comm: kworker/u16:1 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[96778.190888] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[96778.190910] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[96778.190928] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[96778.190930] RSP: 0018:ffffaaf081e9fbe8 EFLAGS: 00010286
[96778.190932] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[96778.190934] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ebc1f3d6490
[96778.190935] RBP: ffffaaf081e9fc90 R08: 0000000000000001 R09: 00000000000029fc
[96778.190937] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9eb907020000
[96778.190938] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7000
[96778.190940] FS:  0000000000000000(0000) GS:ffff9ebc1f3c0000(0000) knlGS:0000000000000000
[96778.190942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[96778.190943] CR2: 00007f17ef0b85d0 CR3: 00000003fe40a004 CR4: 00000000000606e0
[96778.190944] Call Trace:
[96778.190969]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[96778.190988]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[96778.191008]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[96778.191026]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[96778.191047]  normal_work_helper+0x7f/0x300 [btrfs]
[96778.191067]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[96778.191070]  process_one_work+0x1de/0x410
[96778.191073]  worker_thread+0x32/0x410
[96778.191076]  kthread+0x121/0x140
[96778.191079]  ? process_one_work+0x410/0x410
[96778.191082]  ? kthread_create_worker_on_cpu+0x70/0x70
[96778.191085]  ret_from_fork+0x35/0x40
[96778.191087] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[96778.191132] ---[ end trace a565f676a06845d1 ]---
[96778.191136] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[96778.192090] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[96778.245582] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[96778.245590] BTRFS info (device dm-11): delayed_refs has NO entry
[96778.246035] BTRFS error (device dm-11): could not do orphan cleanup -22
[96778.246495] BTRFS error (device dm-11): commit super ret -30
[96778.247027] BTRFS error (device dm-11): cleaner transaction attach returned -30
[96778.583103] BTRFS error (device dm-11): open_ctree failed
[103826.659536] mlx4_en: enp2s0: Link Down
[103898.564227] mlx4_en: enp2s0: Link Up
[105750.300738] mlx4_en: enp2s0: Link Down
[106134.258941] mlx4_en: enp2s0: Link Up
[106134.308952] mlx4_en: enp2s0: Link Down
[106134.358902] mlx4_en: enp2s0: Link Up
[111045.066139] mlx4_en: enp2s0: Link Down
[147344.448018] mlx4_en: enp2s0: Link Up
[147521.378303] BTRFS info (device dm-11): disk space caching is enabled
[147521.378306] BTRFS info (device dm-11): has skinny extents
[147521.688090] BTRFS info (device dm-11): bdev /dev/mapper/em3 errs: wr 0, rd 0, flush 0, corrupt 0, gen 3
[147521.688100] BTRFS info (device dm-11): bdev /dev/mapper/em5 errs: wr 164286, rd 3444262, flush 2110, corrupt 3, gen 181
[147681.165701] WARNING: CPU: 0 PID: 11627 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6974 __btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[147681.165703] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[147681.165753]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[147681.165817] CPU: 0 PID: 11627 Comm: kworker/u16:3 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[147681.165818] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[147681.165846] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[147681.165866] RIP: 0010:__btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[147681.165868] RSP: 0018:ffffaaf08247bbe8 EFLAGS: 00010246
[147681.165870] RAX: 00000000fffffffe RBX: 00004305a41a4000 RCX: 0000000000000000
[147681.165872] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9ebb8bf2c690
[147681.165874] RBP: ffffaaf08247bc90 R08: ffff9eb9fd0c7bd0 R09: 0000000000000046
[147681.165875] R10: 0000000000000000 R11: ffffaaf08247bb54 R12: ffff9eb9847f0000
[147681.165877] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7bd0
[147681.165879] FS:  0000000000000000(0000) GS:ffff9ebc1f200000(0000) knlGS:0000000000000000
[147681.165881] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147681.165882] CR2: 0000565064000920 CR3: 00000003fe40a005 CR4: 00000000000606f0
[147681.165884] Call Trace:
[147681.165913]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[147681.165933]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[147681.165940]  ? mempool_free_slab+0x17/0x20
[147681.165943]  ? mempool_free+0x2f/0x90
[147681.165948]  ? update_curr+0xf5/0x1d0
[147681.165967]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[147681.165985]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[147681.166009]  normal_work_helper+0x7f/0x300 [btrfs]
[147681.166031]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[147681.166034]  process_one_work+0x1de/0x410
[147681.166037]  worker_thread+0x32/0x410
[147681.166041]  kthread+0x121/0x140
[147681.166043]  ? process_one_work+0x410/0x410
[147681.166047]  ? kthread_create_worker_on_cpu+0x70/0x70
[147681.166051]  ret_from_fork+0x35/0x40
[147681.166052] Code: ff 75 10 48 89 d9 48 c7 45 a0 00 00 00 00 e8 5c c0 ff ff 41 89 c5 58 5a 45 85 ed 0f 84 81 00 00 00 41 83 fd fe 0f 85 04 ff ff ff <0f> 0b 49 8b 3f e8 ea da 00 00 4c 8b 4d 10 4c 8b 85 78 ff ff ff 
[147681.166098] ---[ end trace a565f676a06845d2 ]---
[147681.166103] BTRFS info (device dm-11): leaf 49664027328512 total ptrs 204 free space 4460
[147681.167018] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[147681.169264] ------------[ cut here ]------------
[147681.169266] BTRFS: Transaction aborted (error -2)
[147681.169303] WARNING: CPU: 0 PID: 11627 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[147681.169308] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[147681.169359]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[147681.169415] CPU: 0 PID: 11627 Comm: kworker/u16:3 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[147681.169416] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[147681.169440] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[147681.169458] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[147681.169460] RSP: 0018:ffffaaf08247bbe8 EFLAGS: 00010286
[147681.169462] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[147681.169464] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ebc1f216490
[147681.169465] RBP: ffffaaf08247bc90 R08: 0000000000000001 R09: 0000000000002cd2
[147681.169467] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9eb9847f0000
[147681.169468] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7bd0
[147681.169470] FS:  0000000000000000(0000) GS:ffff9ebc1f200000(0000) knlGS:0000000000000000
[147681.169472] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[147681.169473] CR2: 0000565064000920 CR3: 00000003fe40a005 CR4: 00000000000606f0
[147681.169474] Call Trace:
[147681.169500]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[147681.169519]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[147681.169527]  ? mempool_free_slab+0x17/0x20
[147681.169530]  ? mempool_free+0x2f/0x90
[147681.169534]  ? update_curr+0xf5/0x1d0
[147681.169553]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[147681.169571]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[147681.169593]  normal_work_helper+0x7f/0x300 [btrfs]
[147681.169613]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[147681.169616]  process_one_work+0x1de/0x410
[147681.169619]  worker_thread+0x32/0x410
[147681.169622]  kthread+0x121/0x140
[147681.169625]  ? process_one_work+0x410/0x410
[147681.169628]  ? kthread_create_worker_on_cpu+0x70/0x70
[147681.169631]  ret_from_fork+0x35/0x40
[147681.169633] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[147681.169678] ---[ end trace a565f676a06845d3 ]---
[147681.169682] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[147681.171788] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[147681.515206] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[147681.517379] BTRFS error (device dm-11): could not do orphan cleanup -22
[147681.519556] BTRFS error (device dm-11): commit super ret -30
[147681.570580] BTRFS error (device dm-11): cleaner transaction attach returned -30
[147681.890468] BTRFS error (device dm-11): open_ctree failed
[148054.941961] BTRFS info (device dm-11): disabling disk space caching
[148054.941967] BTRFS info (device dm-11): force clearing of disk cache
[148054.941971] BTRFS info (device dm-11): has skinny extents
[148055.346429] BTRFS info (device dm-11): bdev /dev/mapper/em3 errs: wr 0, rd 0, flush 0, corrupt 0, gen 3
[148055.346439] BTRFS info (device dm-11): bdev /dev/mapper/em5 errs: wr 164286, rd 3444262, flush 2110, corrupt 3, gen 181
[148219.310882] WARNING: CPU: 5 PID: 11243 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6974 __btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[148219.310884] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[148219.310933]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[148219.310997] CPU: 5 PID: 11243 Comm: kworker/u16:1 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[148219.310999] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[148219.311027] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[148219.311048] RIP: 0010:__btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[148219.311049] RSP: 0018:ffffaaf081b7fbe8 EFLAGS: 00010246
[148219.311052] RAX: 00000000fffffffe RBX: 00004305a41a4000 RCX: 0000000000000000
[148219.311053] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9eb93a33f180
[148219.311055] RBP: ffffaaf081b7fc90 R08: ffff9eb95b403b60 R09: 0000000000000046
[148219.311056] R10: 0000000000000000 R11: ffffaaf081b7fb54 R12: ffff9eba1c5b0000
[148219.311058] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb95b403b60
[148219.311060] FS:  0000000000000000(0000) GS:ffff9ebc1f340000(0000) knlGS:0000000000000000
[148219.311062] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148219.311063] CR2: 000055767f714458 CR3: 00000003fe40a005 CR4: 00000000000606e0
[148219.311065] Call Trace:
[148219.311094]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[148219.311114]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[148219.311119]  ? intel_pstate_update_util+0x1fd/0x390
[148219.311123]  ? __update_load_avg_se.isra.38+0x1c0/0x1d0
[148219.311126]  ? __update_load_avg_se.isra.38+0x1c0/0x1d0
[148219.311130]  ? update_curr+0xf5/0x1d0
[148219.311150]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[148219.311168]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[148219.311191]  normal_work_helper+0x7f/0x300 [btrfs]
[148219.311213]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[148219.311217]  process_one_work+0x1de/0x410
[148219.311219]  worker_thread+0x32/0x410
[148219.311223]  kthread+0x121/0x140
[148219.311225]  ? process_one_work+0x410/0x410
[148219.311229]  ? kthread_create_worker_on_cpu+0x70/0x70
[148219.311232]  ? do_syscall_64+0x73/0x130
[148219.311235]  ? SyS_exit_group+0x14/0x20
[148219.311240]  ret_from_fork+0x35/0x40
[148219.311242] Code: ff 75 10 48 89 d9 48 c7 45 a0 00 00 00 00 e8 5c c0 ff ff 41 89 c5 58 5a 45 85 ed 0f 84 81 00 00 00 41 83 fd fe 0f 85 04 ff ff ff <0f> 0b 49 8b 3f e8 ea da 00 00 4c 8b 4d 10 4c 8b 85 78 ff ff ff 
[148219.311287] ---[ end trace a565f676a06845d4 ]---
[148219.311292] BTRFS info (device dm-11): leaf 49664426655744 total ptrs 204 free space 4460
[148219.312209] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[148219.314260] ------------[ cut here ]------------
[148219.314265] BTRFS: Transaction aborted (error -2)
[148219.314320] WARNING: CPU: 5 PID: 11243 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[148219.314330] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[148219.314529]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[148219.314611] CPU: 5 PID: 11243 Comm: kworker/u16:1 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[148219.314613] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[148219.314650] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[148219.314680] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[148219.314682] RSP: 0018:ffffaaf081b7fbe8 EFLAGS: 00010286
[148219.314686] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[148219.314688] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ebc1f356490
[148219.314690] RBP: ffffaaf081b7fc90 R08: 0000000000000001 R09: 0000000000002f8c
[148219.314693] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9eba1c5b0000
[148219.314695] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb95b403b60
[148219.314698] FS:  0000000000000000(0000) GS:ffff9ebc1f340000(0000) knlGS:0000000000000000
[148219.314701] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148219.314703] CR2: 000055767f714458 CR3: 00000003fe40a005 CR4: 00000000000606e0
[148219.314705] Call Trace:
[148219.314744]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[148219.314774]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[148219.314782]  ? intel_pstate_update_util+0x1fd/0x390
[148219.314792]  ? __update_load_avg_se.isra.38+0x1c0/0x1d0
[148219.314799]  ? __update_load_avg_se.isra.38+0x1c0/0x1d0
[148219.314808]  ? update_curr+0xf5/0x1d0
[148219.314837]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[148219.314866]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[148219.314906]  normal_work_helper+0x7f/0x300 [btrfs]
[148219.314939]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[148219.314948]  process_one_work+0x1de/0x410
[148219.314958]  worker_thread+0x32/0x410
[148219.314965]  kthread+0x121/0x140
[148219.314971]  ? process_one_work+0x410/0x410
[148219.314979]  ? kthread_create_worker_on_cpu+0x70/0x70
[148219.314986]  ? do_syscall_64+0x73/0x130
[148219.314994]  ? SyS_exit_group+0x14/0x20
[148219.315004]  ret_from_fork+0x35/0x40
[148219.315009] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[148219.315236] ---[ end trace a565f676a06845d5 ]---
[148219.315241] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[148219.317700] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[148219.462857] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[148219.464634] BTRFS error (device dm-11): could not do orphan cleanup -22
[148219.466438] BTRFS error (device dm-11): commit super ret -30
[148219.468327] BTRFS error (device dm-11): cleaner transaction attach returned -30
[148219.580656] BTRFS error (device dm-11): open_ctree failed
[148707.539851] BTRFS info (device dm-11): disabling disk space caching
[148707.539855] BTRFS info (device dm-11): force clearing of disk cache
[148707.539859] BTRFS info (device dm-11): trying to use backup root at mount time
[148707.539862] BTRFS info (device dm-11): has skinny extents
[148708.034249] BTRFS info (device dm-11): bdev /dev/mapper/em3 errs: wr 0, rd 0, flush 0, corrupt 0, gen 3
[148708.034259] BTRFS info (device dm-11): bdev /dev/mapper/em5 errs: wr 164286, rd 3444262, flush 2110, corrupt 3, gen 181
[148871.614524] WARNING: CPU: 1 PID: 11716 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6974 __btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[148871.614526] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[148871.614575]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[148871.614640] CPU: 1 PID: 11716 Comm: mount Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[148871.614641] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[148871.614661] RIP: 0010:__btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[148871.614662] RSP: 0018:ffffaaf08216f610 EFLAGS: 00010246
[148871.614665] RAX: 00000000fffffffe RBX: 00004305a41a4000 RCX: 0000000000000000
[148871.614666] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9eba116474c8
[148871.614668] RBP: ffffaaf08216f6b8 R08: ffff9eba050337e0 R09: 0000000000000046
[148871.614669] R10: 0000000000000000 R11: ffffaaf08216f57c R12: ffff9eba1c5b0000
[148871.614671] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eba050337e0
[148871.614673] FS:  00007fd94bef1080(0000) GS:ffff9ebc1f240000(0000) knlGS:0000000000000000
[148871.614675] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148871.614677] CR2: 00007f1806090010 CR3: 0000000322914001 CR4: 00000000000606e0
[148871.614679] Call Trace:
[148871.614709]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[148871.614730]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[148871.614751]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[148871.614793]  ? reserve_metadata_bytes+0xb66/0xc00 [btrfs]
[148871.614816]  btrfs_evict_inode+0x4bd/0x5c0 [btrfs]
[148871.614821]  evict+0xca/0x1a0
[148871.614824]  iput+0x156/0x220
[148871.614842]  btrfs_orphan_cleanup+0x209/0x490 [btrfs]
[148871.614862]  ? btrfs_insert_fs_root+0x52/0x80 [btrfs]
[148871.614882]  open_ctree+0x211b/0x2440 [btrfs]
[148871.614900]  btrfs_mount+0xe47/0xf60 [btrfs]
[148871.614916]  ? btrfs_mount+0xe47/0xf60 [btrfs]
[148871.614920]  ? find_next_bit+0xb/0x10
[148871.614923]  ? pcpu_next_unpop+0x3c/0x50
[148871.614927]  mount_fs+0x37/0x150
[148871.614931]  ? alloc_vfsmnt+0x1b3/0x230
[148871.614934]  vfs_kern_mount.part.23+0x5d/0x110
[148871.614938]  vfs_kern_mount+0x13/0x20
[148871.614954]  btrfs_mount+0x199/0xf60 [btrfs]
[148871.614956]  ? find_next_bit+0xb/0x10
[148871.614958]  ? pcpu_next_unpop+0x3c/0x50
[148871.614962]  mount_fs+0x37/0x150
[148871.614965]  ? alloc_vfsmnt+0x1b3/0x230
[148871.614969]  vfs_kern_mount.part.23+0x5d/0x110
[148871.614971]  do_mount+0x5ed/0xce0
[148871.614974]  ? copy_mount_options+0x2c/0x220
[148871.614977]  SyS_mount+0x98/0xe0
[148871.614980]  do_syscall_64+0x73/0x130
[148871.614985]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[148871.614987] RIP: 0033:0x7fd94b7bf3ca
[148871.614988] RSP: 002b:00007ffe908b2098 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5
[148871.614991] RAX: ffffffffffffffda RBX: 0000559877038a40 RCX: 00007fd94b7bf3ca
[148871.614992] RDX: 000055987703f090 RSI: 0000559877038d40 RDI: 0000559877038dc0
[148871.614994] RBP: 0000000000000000 R08: 0000559877038c90 R09: 0000000000000000
[148871.614995] R10: 00000000c0ed0000 R11: 0000000000000202 R12: 0000559877038dc0
[148871.614997] R13: 000055987703f090 R14: 0000000000000000 R15: 00007fd94bce08a4
[148871.614999] Code: ff 75 10 48 89 d9 48 c7 45 a0 00 00 00 00 e8 5c c0 ff ff 41 89 c5 58 5a 45 85 ed 0f 84 81 00 00 00 41 83 fd fe 0f 85 04 ff ff ff <0f> 0b 49 8b 3f e8 ea da 00 00 4c 8b 4d 10 4c 8b 85 78 ff ff ff 
[148871.615044] ---[ end trace a565f676a06845d6 ]---
[148871.615049] BTRFS info (device dm-11): leaf 49664442646528 total ptrs 204 free space 4460
[148871.615999] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[148871.617913] ------------[ cut here ]------------
[148871.617915] BTRFS: Transaction aborted (error -2)
[148871.617952] WARNING: CPU: 1 PID: 11716 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[148871.617953] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[148871.617999]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[148871.618054] CPU: 1 PID: 11716 Comm: mount Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[148871.618055] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[148871.618073] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[148871.618074] RSP: 0018:ffffaaf08216f610 EFLAGS: 00010286
[148871.618076] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[148871.618078] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff9ebc1f256490
[148871.618079] RBP: ffffaaf08216f6b8 R08: 0000000000000001 R09: 000000000000325c
[148871.618081] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9eba1c5b0000
[148871.618082] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eba050337e0
[148871.618085] FS:  00007fd94bef1080(0000) GS:ffff9ebc1f240000(0000) knlGS:0000000000000000
[148871.618086] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[148871.618088] CR2: 00007f1806090010 CR3: 0000000322914001 CR4: 00000000000606e0
[148871.618089] Call Trace:
[148871.618116]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[148871.618136]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[148871.618156]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[148871.618197]  ? reserve_metadata_bytes+0xb66/0xc00 [btrfs]
[148871.618219]  btrfs_evict_inode+0x4bd/0x5c0 [btrfs]
[148871.618223]  evict+0xca/0x1a0
[148871.618225]  iput+0x156/0x220
[148871.618244]  btrfs_orphan_cleanup+0x209/0x490 [btrfs]
[148871.618264]  ? btrfs_insert_fs_root+0x52/0x80 [btrfs]
[148871.618284]  open_ctree+0x211b/0x2440 [btrfs]
[148871.618301]  btrfs_mount+0xe47/0xf60 [btrfs]
[148871.618317]  ? btrfs_mount+0xe47/0xf60 [btrfs]
[148871.618320]  ? find_next_bit+0xb/0x10
[148871.618322]  ? pcpu_next_unpop+0x3c/0x50
[148871.618326]  mount_fs+0x37/0x150
[148871.618330]  ? alloc_vfsmnt+0x1b3/0x230
[148871.618333]  vfs_kern_mount.part.23+0x5d/0x110
[148871.618337]  vfs_kern_mount+0x13/0x20
[148871.618352]  btrfs_mount+0x199/0xf60 [btrfs]
[148871.618355]  ? find_next_bit+0xb/0x10
[148871.618357]  ? pcpu_next_unpop+0x3c/0x50
[148871.618361]  mount_fs+0x37/0x150
[148871.618364]  ? alloc_vfsmnt+0x1b3/0x230
[148871.618367]  vfs_kern_mount.part.23+0x5d/0x110
[148871.618370]  do_mount+0x5ed/0xce0
[148871.618372]  ? copy_mount_options+0x2c/0x220
[148871.618375]  SyS_mount+0x98/0xe0
[148871.618378]  do_syscall_64+0x73/0x130
[148871.618381]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[148871.618383] RIP: 0033:0x7fd94b7bf3ca
[148871.618385] RSP: 002b:00007ffe908b2098 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5
[148871.618387] RAX: ffffffffffffffda RBX: 0000559877038a40 RCX: 00007fd94b7bf3ca
[148871.618389] RDX: 000055987703f090 RSI: 0000559877038d40 RDI: 0000559877038dc0
[148871.618390] RBP: 0000000000000000 R08: 0000559877038c90 R09: 0000000000000000
[148871.618392] R10: 00000000c0ed0000 R11: 0000000000000202 R12: 0000559877038dc0
[148871.618393] R13: 000055987703f090 R14: 0000000000000000 R15: 00007fd94bce08a4
[148871.618395] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[148871.618440] ---[ end trace a565f676a06845d7 ]---
[148871.618474] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[148871.620391] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[148871.671775] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[148871.672641] BTRFS error (device dm-11): could not do orphan cleanup -22
[148871.672874] BTRFS error (device dm-11): pending csums is 490401792
[148871.674904] BTRFS error (device dm-11): commit super ret -30
[148871.676079] BTRFS error (device dm-11): cleaner transaction attach returned -30
[148872.055414] BTRFS error (device dm-11): open_ctree failed
[149310.279091] BTRFS info (device dm-11): disabling disk space caching
[149310.279096] BTRFS info (device dm-11): force clearing of disk cache
[149310.279100] BTRFS info (device dm-11): trying to use backup root at mount time
[149310.279103] BTRFS info (device dm-11): has skinny extents
[149310.745966] BTRFS info (device dm-11): bdev /dev/mapper/em3 errs: wr 0, rd 0, flush 0, corrupt 0, gen 3
[149310.745976] BTRFS info (device dm-11): bdev /dev/mapper/em5 errs: wr 164286, rd 3444262, flush 2110, corrupt 3, gen 181
[149471.569512] WARNING: CPU: 7 PID: 11807 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6974 __btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[149471.569514] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[149471.569563]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[149471.569627] CPU: 7 PID: 11807 Comm: kworker/u16:2 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[149471.569629] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[149471.569657] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[149471.569677] RIP: 0010:__btrfs_free_extent.isra.63+0x1fc/0xdd0 [btrfs]
[149471.569678] RSP: 0018:ffffaaf08262fbe8 EFLAGS: 00010246
[149471.569681] RAX: 00000000fffffffe RBX: 00004305a41a4000 RCX: 0000000000000000
[149471.569682] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9ebafca0a578
[149471.569684] RBP: ffffaaf08262fc90 R08: ffff9eb9fd0c7070 R09: 0000000000000046
[149471.569685] R10: 0000000000000000 R11: ffffaaf08262fb54 R12: ffff9ebaeb7c0000
[149471.569687] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7070
[149471.569689] FS:  0000000000000000(0000) GS:ffff9ebc1f3c0000(0000) knlGS:0000000000000000
[149471.569691] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149471.569692] CR2: 000055e9f2c9bcd0 CR3: 00000003fe40a001 CR4: 00000000000606e0
[149471.569694] Call Trace:
[149471.569723]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[149471.569743]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[149471.569749]  ? mempool_free_slab+0x17/0x20
[149471.569752]  ? mempool_free+0x2f/0x90
[149471.569758]  ? update_curr+0xf5/0x1d0
[149471.569777]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[149471.569795]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[149471.569818]  normal_work_helper+0x7f/0x300 [btrfs]
[149471.569840]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[149471.569843]  process_one_work+0x1de/0x410
[149471.569846]  worker_thread+0x32/0x410
[149471.569850]  kthread+0x121/0x140
[149471.569852]  ? process_one_work+0x410/0x410
[149471.569855]  ? kthread_create_worker_on_cpu+0x70/0x70
[149471.569859]  ret_from_fork+0x35/0x40
[149471.569861] Code: ff 75 10 48 89 d9 48 c7 45 a0 00 00 00 00 e8 5c c0 ff ff 41 89 c5 58 5a 45 85 ed 0f 84 81 00 00 00 41 83 fd fe 0f 85 04 ff ff ff <0f> 0b 49 8b 3f e8 ea da 00 00 4c 8b 4d 10 4c 8b 85 78 ff ff ff 
[149471.569907] ---[ end trace a565f676a06845d8 ]---
[149471.569912] BTRFS info (device dm-11): leaf 49663964168192 total ptrs 204 free space 4460
[149471.571196] BTRFS error (device dm-11): unable to find ref byte nr 73691507081216 parent 0 root 7  owner 0 offset 0
[149471.572976] ------------[ cut here ]------------
[149471.572977] BTRFS: Transaction aborted (error -2)
[149471.573014] WARNING: CPU: 7 PID: 11807 at /build/linux-lZKWha/linux-4.15.0/fs/btrfs/extent-tree.c:6980 __btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[149471.573017] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss nfs_acl lockd grace veth xt_nat nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype br_netfilter overlay xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) dm_crypt algif_skcipher af_alg nls_iso8859_1 intel_rapl input_leds x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass snd_hda_codec_hdmi intel_cstate intel_rapl_perf serio_raw snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer
[149471.573064]  snd mei_me soundcore mei lpc_ich shpchp mac_hid sch_fq_codel sunrpc ib_iser rdma_cm iw_cm ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mlx4_en mlx4_ib ptp ib_core pps_core hid_generic usbhid hid i915 crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel pcbc mxm_wmi drm_kms_helper aesni_intel syscopyarea sysfillrect sysimgblt aes_x86_64 crypto_simd firewire_ohci glue_helper fb_sys_fops cryptd psmouse mpt3sas ahci drm mlx4_core r8169 firewire_core libahci mii raid_class crc_itu_t devlink scsi_transport_sas wmi video
[149471.573121] CPU: 7 PID: 11807 Comm: kworker/u16:2 Tainted: G        W  OE    4.15.0-22-generic #24-Ubuntu
[149471.573123] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z68X-UD3H-B3, BIOS U1n 07/11/2016
[149471.573145] Workqueue: btrfs-extent-refs btrfs_extent_refs_helper [btrfs]
[149471.573163] RIP: 0010:__btrfs_free_extent.isra.63+0x252/0xdd0 [btrfs]
[149471.573167] RSP: 0018:ffffaaf08262fbe8 EFLAGS: 00010286
[149471.573169] RAX: 0000000000000000 RBX: 00004305a41a4000 RCX: 0000000000000006
[149471.573171] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ebc1f3d6490
[149471.573172] RBP: ffffaaf08262fc90 R08: 0000000000000001 R09: 000000000000352a
[149471.573174] R10: 0000000000000002 R11: 0000000000000000 R12: ffff9ebaeb7c0000
[149471.573175] R13: 00000000fffffffe R14: 0000000000000000 R15: ffff9eb9fd0c7070
[149471.573177] FS:  0000000000000000(0000) GS:ffff9ebc1f3c0000(0000) knlGS:0000000000000000
[149471.573179] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[149471.573180] CR2: 000055e9f2c9bcd0 CR3: 00000003fe40a001 CR4: 00000000000606e0
[149471.573182] Call Trace:
[149471.573206]  ? btrfs_merge_delayed_refs+0x345/0x3a0 [btrfs]
[149471.573226]  __btrfs_run_delayed_refs+0x4ed/0x1230 [btrfs]
[149471.573232]  ? mempool_free_slab+0x17/0x20
[149471.573235]  ? mempool_free+0x2f/0x90
[149471.573239]  ? update_curr+0xf5/0x1d0
[149471.573258]  btrfs_run_delayed_refs+0xff/0x1c0 [btrfs]
[149471.573276]  delayed_ref_async_start+0x98/0xb0 [btrfs]
[149471.573300]  normal_work_helper+0x7f/0x300 [btrfs]
[149471.573320]  btrfs_extent_refs_helper+0x12/0x20 [btrfs]
[149471.573323]  process_one_work+0x1de/0x410
[149471.573326]  worker_thread+0x32/0x410
[149471.573332]  kthread+0x121/0x140
[149471.573334]  ? process_one_work+0x410/0x410
[149471.573337]  ? kthread_create_worker_on_cpu+0x70/0x70
[149471.573340]  ret_from_fork+0x35/0x40
[149471.573342] Code: fe ff 48 8b 45 90 48 8b 40 60 f0 0f ba a8 d8 cd 00 00 02 0f 92 c0 84 c0 41 59 75 11 44 89 ee 48 c7 c7 38 26 94 c0 e8 6e 7e 1f f5 <0f> 0b 48 8b 7d 90 b9 fe ff ff ff ba 44 1b 00 00 48 c7 c6 80 b8 
[149471.573390] ---[ end trace a565f676a06845d9 ]---
[149471.573393] BTRFS: error (device dm-11) in __btrfs_free_extent:6980: errno=-2 No such entry
[149471.574742] BTRFS: error (device dm-11) in btrfs_run_delayed_refs:3076: errno=-2 No such entry
[149471.683878] BTRFS info (device dm-11): delayed_refs has NO entry
[149471.683882] BTRFS error (device dm-11): Error removing orphan entry, stopping orphan cleanup
[149471.683887] BTRFS error (device dm-11): could not do orphan cleanup -22
[149471.683894] BTRFS error (device dm-11): commit super ret -30
[149471.687817] BTRFS error (device dm-11): cleaner transaction attach returned -30
[149472.029885] BTRFS error (device dm-11): open_ctree failed

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

end of thread, other threads:[~2018-06-23  0:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07 17:07 Bad superblock when mounting rw, ro mount works Daniel Underwood
2018-06-07 20:38 ` Chris Murphy
2018-06-07 20:50   ` Chris Murphy
2018-06-14 14:23     ` Daniel Underwood
2018-06-14 14:43       ` Qu Wenruo
2018-06-22 21:20         ` Daniel Underwood
2018-06-23  0:02           ` Qu Wenruo
2018-06-08  3:39 ` Qu Wenruo

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