Jon Nelson
2013-Apr-13 23:21 UTC
corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
I have a 4-disk btrfs filesystem in "raid1" mode. I''m running openSUSE 12.3, 3.7.10, x86_64. A few days ago something went wrong and the filesystem re-mounted itself RO. After reboot, it didn''t come up. After a fair bit of work, I can get the filesystem to mount with "-o recovery,ro". However, if I use -o recovery alone or any other option I eventually hit a BUG and that''s that. I''ve tried with up to kernel 3.8.6 without improvement. My first question is this: how I can make it so I can use the filesystem without having to mount it with "-o recovery,ro" from a rescue environment (I have imaged all four drives *and* made a full filesystem-level backup, except for snapshots and some others). My second set of question is: what went wrong initially, what went wrong with the recovery(s), and are there fixes in kernels after 3.8.6 that might be involved? I have *some* logs, and I might be able to share portions of them. I also took a btrfs-image. Using a very recent btrfs-progs git pull, ''btrfs repair ...'' gives me: ERROR: device scan failed ''/dev/sdb'' - Device or resource busy ERROR: device scan failed ''/dev/sda'' - Device or resource busy failed to open /dev/sr0: No medium found ERROR: device scan failed ''/dev/sdb'' - Device or resource busy ERROR: device scan failed ''/dev/sda'' - Device or resource busy failed to open /dev/sr0: No medium found checking extents Backref 341888225280 parent 2621340434432 owner 0 offset 0 num_refs 0 not found in extent tree Incorrect local backref count on 341888225280 parent 2621340434432 owner 0 offset 0 found 1 wanted 0 back 0x6dc8500 Incorrect local backref count on 341888225280 root 1 owner 496 offset 0 found 0 wanted 1 back 0x2bb636c0 backpointer mismatch on [341888225280 262144] Unable to find block group for 0 btrfs: extent-tree.c:284: find_search_start: Assertion `!(1)'' failed. enabling repair mode Checking filesystem on /dev/sdd UUID: 7feedf1e-9711-4900-af9c-92738ea8aace and some of the errors are here: [ 314.095449] ------------[ cut here ]------------ [ 314.095526] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5208 __btrfs_free_extent+0x853/0x890 [btrfs]() [ 314.095541] Hardware name: TA790GX XE [ 314.095555] Modules linked in: dm_mod af_packet cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd bt rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi soundcore snd_page_alloc button autofs4 [ 314.095867] Pid: 5310, comm: btrfs-transacti Not tainted 3.8.6-2-desktop #1 [ 314.095875] Call Trace: [ 314.095904] [<ffffffff81004748>] dump_trace+0x88/0x300 [ 314.095923] [<ffffffff815a9128>] dump_stack+0x69/0x6f [ 314.095937] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 [ 314.095968] [<ffffffffa0400db3>] __btrfs_free_extent+0x853/0x890 [btrfs] [ 314.096061] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] [ 314.096147] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] [ 314.096249] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] [ 314.096379] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] [ 314.096492] [<ffffffff81068043>] kthread+0xb3/0xc0 [ 314.096506] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 [ 314.096515] ---[ end trace 64d3998241407ddc ]--- [ 314.096520] btrfs unable to find ref byte nr 2621340344320 parent 0 root 2 owner 1 offset 0 [ 314.096526] ------------[ cut here ]------------ [ 314.096551] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5265 __btrfs_free_extent+0x7ba/0x890 [btrfs]() [ 314.096554] Hardware name: TA790GX XE [ 314.096556] Modules linked in: dm_mod af_packet cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi soundcore snd_page_alloc button autofs4 [ 314.096613] Pid: 5310, comm: btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 [ 314.096615] Call Trace: [ 314.096627] [<ffffffff81004748>] dump_trace+0x88/0x300 [ 314.096636] [<ffffffff815a9128>] dump_stack+0x69/0x6f [ 314.096646] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 [ 314.096673] [<ffffffffa0400d1a>] __btrfs_free_extent+0x7ba/0x890 [btrfs] [ 314.096752] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] [ 314.096832] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] [ 314.096921] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] [ 314.097041] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] [ 314.097128] [<ffffffff81068043>] kthread+0xb3/0xc0 [ 314.097142] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 [ 314.097150] ---[ end trace 64d3998241407ddd ]--- [ 314.097156] btrfs: run_one_delayed_ref returned -2 [ 314.097160] ------------[ cut here ]------------ [ 314.097183] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/super.c:256 __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() [ 314.097189] Hardware name: TA790GX XE [ 314.097192] btrfs: Transaction aborted [ 314.097194] Modules linked in: dm_mod af_packet cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd bt rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi soundcore snd_page_alloc button autofs4 [ 314.097248] Pid: 5310, comm: btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 [ 314.097251] Call Trace: [ 314.097261] [<ffffffff81004748>] dump_trace+0x88/0x300 [ 314.097271] [<ffffffff815a9128>] dump_stack+0x69/0x6f [ 314.097280] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 [ 314.097290] [<ffffffff81045045>] warn_slowpath_fmt+0x45/0x50 [ 314.097314] [<ffffffffa03ef3a3>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] [ 314.097366] [<ffffffffa0408c24>] btrfs_run_delayed_refs+0x254/0x320 [btrfs] [ 314.097482] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] [ 314.097598] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] [ 314.097688] [<ffffffff81068043>] kthread+0xb3/0xc0 [ 314.097698] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 [ 314.097706] ---[ end trace 64d3998241407dde ]--- [ 314.097711] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 [ 314.097718] BTRFS warning (device sdd): Skipping commit of aborted transaction. [ 314.097723] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 [ 314.097770] BUG: unable to handle kernel paging request at ffffffff81068138 [ 314.097929] IP: [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 [ 314.098018] PGD 1a0f067 PUD 1a13063 PMD 10001e1 [ 314.098168] Oops: 0003 [#1] PREEMPT SMP [ 314.098315] Modules linked in: dm_mod af_packet cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi soundcore snd_page_alloc button autofs4 [ 314.099548] CPU 1 <4>[ 314.099553] Pid: 5310, comm: btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 BIOSTAR Group TA790GX XE/TA790GX XE [ 314.099556] RIP: 0010:[<ffffffff815b5285>] [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 [ 314.099561] RSP: 0018:ffff8800977bfd80 EFLAGS: 00010202 [ 314.099564] RAX: 0000000000010000 RBX: ffffffff81068120 RCX: 0000000000000206 [ 314.099566] RDX: 0000000000000000 RSI: ffffffff81068120 RDI: ffffffff81068138 [ 314.099570] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880098bedbc1 [ 314.099574] R10: 0000000000000000 R11: 00000000000003e6 R12: 00b93025048b4865 [ 314.099576] R13: ffffffff81067f90 R14: 0000000000000000 R15: ffffffff81068138 [ 314.099580] FS: 00007fd79942c700(0000) GS:ffff88009dc40000(0000) knlGS:0000000000000000 [ 314.099582] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 314.099584] CR2: ffffffff81068138 CR3: 000000007f0a3000 CR4: 00000000000007e0 [ 314.099586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 314.099588] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 314.099591] Process btrfs-transacti (pid: 5310, threadinfo ffff8800977be000, task ffff880095334280) [ 314.099591] Stack: [ 314.099593] ffffffffa03ff3ee ffff880096d9b700 ffff8800977bfd98 ffff8800977bfd98 [ 314.099598] 00000000fffffffe ffff8800964d2e70 000000005169bbaa 0000000000007530 [ 314.099603] ffffffffa04144bb 00000000fffffffe ffff8800954e6000 ffff8800964d1ed8 [ 314.099608] Call Trace: [ 314.099636] [<ffffffffa03ff3ee>] block_rsv_release_bytes+0x3e/0x1e0 [btrfs] [ 314.099711] [<ffffffffa04144bb>] btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] [ 314.099822] [<ffffffffa04183ac>] btrfs_commit_transaction+0x14c/0xb00 [btrfs] [ 314.099937] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] [ 314.100020] [<ffffffff81068043>] kthread+0xb3/0xc0 [ 314.100030] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 [ 314.100069] Code: 66 0f 1f 44 00 00 f3 90 0f b7 07 66 39 d0 75 f6 c3 0f 1f 44 00 00 65 48 8b 04 25 30 b9 00 00 83 80 44 e0 ff ff 01 b8 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 f3 90 [ 314.100073] RIP [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 [ 314.100075] RSP <ffff8800977bfd80> [ 314.100076] CR2: ffffffff81068138 [ 314.100079] ---[ end trace 64d3998241407ddf ]--- [ 314.100083] note: btrfs-transacti[5310] exited with preempt_count 1 -- Jon Software Blacksmith -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Jon Nelson
2013-Apr-16 16:44 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
Tried to mount with "-o recovery" using 3.8.7. No change. Does anybody have any suggestions? On Sat, Apr 13, 2013 at 6:21 PM, Jon Nelson <jnelson@jamponi.net> wrote:> I have a 4-disk btrfs filesystem in "raid1" mode. > I''m running openSUSE 12.3, 3.7.10, x86_64. > A few days ago something went wrong and the filesystem re-mounted itself RO. > After reboot, it didn''t come up. > After a fair bit of work, I can get the filesystem to mount with "-o > recovery,ro". However, if I use -o recovery alone or any other option > I eventually hit a BUG and that''s that. I''ve tried with up to kernel > 3.8.6 without improvement. > > My first question is this: how I can make it so I can use the > filesystem without having to mount it with "-o recovery,ro" from a > rescue environment (I have imaged all four drives *and* made a full > filesystem-level backup, except for snapshots and some others). > > My second set of question is: what went wrong initially, what went > wrong with the recovery(s), and are there fixes in kernels after 3.8.6 > that might be involved? > > I have *some* logs, and I might be able to share portions of them. > I also took a btrfs-image. > > > Using a very recent btrfs-progs git pull, ''btrfs repair ...'' gives me: > ERROR: device scan failed ''/dev/sdb'' - Device or resource busy > ERROR: device scan failed ''/dev/sda'' - Device or resource busy > failed to open /dev/sr0: No medium found > ERROR: device scan failed ''/dev/sdb'' - Device or resource busy > ERROR: device scan failed ''/dev/sda'' - Device or resource busy > failed to open /dev/sr0: No medium found > checking extents > Backref 341888225280 parent 2621340434432 owner 0 offset 0 num_refs 0 > not found in extent tree > Incorrect local backref count on 341888225280 parent 2621340434432 > owner 0 offset 0 found 1 wanted 0 back 0x6dc8500 > Incorrect local backref count on 341888225280 root 1 owner 496 offset > 0 found 0 wanted 1 back 0x2bb636c0 > backpointer mismatch on [341888225280 262144] > Unable to find block group for 0 > btrfs: extent-tree.c:284: find_search_start: Assertion `!(1)'' failed. > enabling repair mode > Checking filesystem on /dev/sdd > UUID: 7feedf1e-9711-4900-af9c-92738ea8aace > > > and some of the errors are here: > > [ 314.095449] ------------[ cut here ]------------ > [ 314.095526] WARNING: at > /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5208 > __btrfs_free_extent+0x853/0x890 [btrfs]() > [ 314.095541] Hardware name: TA790GX XE > [ 314.095555] Modules linked in: dm_mod af_packet > cpufreq_conservative cpufreq_userspace cpufreq_powersave > snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > snd_hwdep snd_pcm snd_timer snd bt > rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon > sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm > i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core > edac_mce_amd thermal > ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode > crc_ccitt wmi soundcore snd_page_alloc button autofs4 > [ 314.095867] Pid: 5310, comm: btrfs-transacti Not tainted 3.8.6-2-desktop #1 > [ 314.095875] Call Trace: > [ 314.095904] [<ffffffff81004748>] dump_trace+0x88/0x300 > [ 314.095923] [<ffffffff815a9128>] dump_stack+0x69/0x6f > [ 314.095937] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > [ 314.095968] [<ffffffffa0400db3>] __btrfs_free_extent+0x853/0x890 [btrfs] > [ 314.096061] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] > [ 314.096147] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] > [ 314.096249] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > [ 314.096379] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > [ 314.096492] [<ffffffff81068043>] kthread+0xb3/0xc0 > [ 314.096506] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > [ 314.096515] ---[ end trace 64d3998241407ddc ]--- > [ 314.096520] btrfs unable to find ref byte nr 2621340344320 parent 0 > root 2 owner 1 offset 0 > [ 314.096526] ------------[ cut here ]------------ > [ 314.096551] WARNING: at > /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5265 > __btrfs_free_extent+0x7ba/0x890 [btrfs]() > [ 314.096554] Hardware name: TA790GX XE > [ 314.096556] Modules linked in: dm_mod af_packet > cpufreq_conservative cpufreq_userspace cpufreq_powersave > snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd > zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom > processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug > sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic > thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi > soundcore snd_page_alloc button autofs4 > [ 314.096613] Pid: 5310, comm: btrfs-transacti Tainted: G W > 3.8.6-2-desktop #1 > [ 314.096615] Call Trace: > [ 314.096627] [<ffffffff81004748>] dump_trace+0x88/0x300 > [ 314.096636] [<ffffffff815a9128>] dump_stack+0x69/0x6f > [ 314.096646] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > [ 314.096673] [<ffffffffa0400d1a>] __btrfs_free_extent+0x7ba/0x890 [btrfs] > [ 314.096752] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] > [ 314.096832] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] > [ 314.096921] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > [ 314.097041] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > [ 314.097128] [<ffffffff81068043>] kthread+0xb3/0xc0 > [ 314.097142] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > [ 314.097150] ---[ end trace 64d3998241407ddd ]--- > [ 314.097156] btrfs: run_one_delayed_ref returned -2 > [ 314.097160] ------------[ cut here ]------------ > [ 314.097183] WARNING: at > /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/super.c:256 > __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() > [ 314.097189] Hardware name: TA790GX XE > [ 314.097192] btrfs: Transaction aborted > [ 314.097194] Modules linked in: dm_mod af_packet > cpufreq_conservative cpufreq_userspace cpufreq_powersave > snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > snd_hwdep snd_pcm snd_timer snd bt > rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon > sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm > i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core > edac_mce_amd thermal > ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode > crc_ccitt wmi soundcore snd_page_alloc button autofs4 > [ 314.097248] Pid: 5310, comm: btrfs-transacti Tainted: G W > 3.8.6-2-desktop #1 > [ 314.097251] Call Trace: > [ 314.097261] [<ffffffff81004748>] dump_trace+0x88/0x300 > [ 314.097271] [<ffffffff815a9128>] dump_stack+0x69/0x6f > [ 314.097280] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > [ 314.097290] [<ffffffff81045045>] warn_slowpath_fmt+0x45/0x50 > [ 314.097314] [<ffffffffa03ef3a3>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] > [ 314.097366] [<ffffffffa0408c24>] btrfs_run_delayed_refs+0x254/0x320 [btrfs] > [ 314.097482] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > [ 314.097598] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > [ 314.097688] [<ffffffff81068043>] kthread+0xb3/0xc0 > [ 314.097698] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > [ 314.097706] ---[ end trace 64d3998241407dde ]--- > [ 314.097711] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 > [ 314.097718] BTRFS warning (device sdd): Skipping commit of aborted > transaction. > [ 314.097723] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 > [ 314.097770] BUG: unable to handle kernel paging request at ffffffff81068138 > [ 314.097929] IP: [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 > [ 314.098018] PGD 1a0f067 PUD 1a13063 PMD 10001e1 > [ 314.098168] Oops: 0003 [#1] PREEMPT SMP > [ 314.098315] Modules linked in: dm_mod af_packet > cpufreq_conservative cpufreq_userspace cpufreq_powersave > snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd > zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom > processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug > sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic > thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi > soundcore snd_page_alloc button autofs4 > [ 314.099548] CPU 1 <4>[ 314.099553] Pid: 5310, comm: > btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 BIOSTAR > Group TA790GX XE/TA790GX XE > [ 314.099556] RIP: 0010:[<ffffffff815b5285>] [<ffffffff815b5285>] > _raw_spin_lock+0x15/0x40 > [ 314.099561] RSP: 0018:ffff8800977bfd80 EFLAGS: 00010202 > [ 314.099564] RAX: 0000000000010000 RBX: ffffffff81068120 RCX: 0000000000000206 > [ 314.099566] RDX: 0000000000000000 RSI: ffffffff81068120 RDI: ffffffff81068138 > [ 314.099570] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880098bedbc1 > [ 314.099574] R10: 0000000000000000 R11: 00000000000003e6 R12: 00b93025048b4865 > [ 314.099576] R13: ffffffff81067f90 R14: 0000000000000000 R15: ffffffff81068138 > [ 314.099580] FS: 00007fd79942c700(0000) GS:ffff88009dc40000(0000) > knlGS:0000000000000000 > [ 314.099582] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > [ 314.099584] CR2: ffffffff81068138 CR3: 000000007f0a3000 CR4: 00000000000007e0 > [ 314.099586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > [ 314.099588] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > [ 314.099591] Process btrfs-transacti (pid: 5310, threadinfo > ffff8800977be000, task ffff880095334280) > [ 314.099591] Stack: > [ 314.099593] ffffffffa03ff3ee ffff880096d9b700 ffff8800977bfd98 > ffff8800977bfd98 > [ 314.099598] 00000000fffffffe ffff8800964d2e70 000000005169bbaa > 0000000000007530 > [ 314.099603] ffffffffa04144bb 00000000fffffffe ffff8800954e6000 > ffff8800964d1ed8 > [ 314.099608] Call Trace: > [ 314.099636] [<ffffffffa03ff3ee>] block_rsv_release_bytes+0x3e/0x1e0 [btrfs] > [ 314.099711] [<ffffffffa04144bb>] > btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] > [ 314.099822] [<ffffffffa04183ac>] > btrfs_commit_transaction+0x14c/0xb00 [btrfs] > [ 314.099937] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > [ 314.100020] [<ffffffff81068043>] kthread+0xb3/0xc0 > [ 314.100030] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > [ 314.100069] Code: 66 0f 1f 44 00 00 f3 90 0f b7 07 66 39 d0 75 f6 > c3 0f 1f 44 00 00 65 48 8b 04 25 30 b9 00 00 83 80 44 e0 ff ff 01 b8 > 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 > f3 90 > [ 314.100073] RIP [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 > [ 314.100075] RSP <ffff8800977bfd80> > [ 314.100076] CR2: ffffffff81068138 > [ 314.100079] ---[ end trace 64d3998241407ddf ]--- > [ 314.100083] note: btrfs-transacti[5310] exited with preempt_count 1 > > > -- > Jon > Software Blacksmith-- Jon Software Blacksmith -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Jon Nelson
2013-Apr-20 13:20 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
Using 3.8.8, I tried mounting with "-o recovery" and "-o recovery,nospace_cache" (which shouldn''t be any different, if I''m understanding the kernel sources properly) without any benefit. Then I tried btrfs-next ( bba653d1207646b17671c6cb9a0629736811848a as of this writing ) also without being able to mount the filesystem, except for one big improvement -- it doesn''t BUG/crash the kernel, it just fails the mount. As before, "-o recovery,ro" works. These seem to be the most useful of the messages: 2013-04-20T08:10:06.263708-05:00 turnip kernel: [ 638.385206] BTRFS error (device sda3) in btrfs_run_delayed_refs:2657: errno=-2 No such entry 2013-04-20T08:10:06.263711-05:00 turnip kernel: [ 638.385211] BTRFS warning (device sda3): Skipping commit of aborted transaction. 2013-04-20T08:10:06.263713-05:00 turnip kernel: [ 638.385215] BTRFS error (device sda3) in cleanup_transaction:1450: errno=-2 No such entry 2013-04-20T08:10:06.263715-05:00 turnip kernel: [ 638.385322] BTRFS error (device sda3): Error removing orphan entry, stopping orphan cleanup 2013-04-20T08:10:06.263717-05:00 turnip kernel: [ 638.385334] BTRFS critical (device sda3): could not do orphan cleanup -22 2013-04-20T08:10:06.263720-05:00 turnip kernel: [ 638.385350] btrfs: commit super ret -30 Using debug-tree, I can determine that the most probable root backup is just one generation back, but btrfs-restore doesn''t seem to want to let me use it: btrfs root backup slot 0 tree root gen 246528 block 2621770289152 extent root gen 246528 block 2621506080768 chunk root gen 220757 block 2622035951616 device root gen 220757 block 2621945528320 csum root gen 246529 block 2621775081472 fs root gen 246529 block 2621774274560 440384839680 used 1629622038016 total 4 devices btrfs root backup slot 1 tree root gen 246529 block 2619191820288 extent root gen 246530 block 2619724374016 chunk root gen 220757 block 2622035951616 device root gen 220757 block 2621945528320 csum root gen 246530 block 2619804864512 fs root gen 246530 block 2619723927552 440382750720 used 1629622038016 total 4 devices btrfs root backup slot 2 tree root gen 246530 block 2621340016640 extent root gen 246530 block 2619724374016 chunk root gen 220757 block 2622035951616 device root gen 220757 block 2621945528320 csum root gen 246530 block 2619804864512 fs root gen 246530 block 2619723927552 440385257472 used 1629622038016 total 4 devices btrfs root backup slot 3 tree root gen 246527 block 2621585006592 extent root gen 246528 block 2621506080768 chunk root gen 220757 block 2622035951616 device root gen 220757 block 2621945528320 csum root gen 246527 block 2621345435648 fs root gen 246528 block 2621586079744 440384839680 used 1629622038016 total 4 devices turnip:~/recovery # btrfs restore -r 2619191820288 -vvvvvv -i /dev/sdd /tmp/foo Error reading root turnip:~/recovery # Is there a way for me to use btrfs tools to tell the superblock to go ahead and use backup root #1 in this case? On Tue, Apr 16, 2013 at 11:44 AM, Jon Nelson <jnelson@jamponi.net> wrote:> Tried to mount with "-o recovery" using 3.8.7. No change. Does > anybody have any suggestions? > > > On Sat, Apr 13, 2013 at 6:21 PM, Jon Nelson <jnelson@jamponi.net> wrote: >> I have a 4-disk btrfs filesystem in "raid1" mode. >> I''m running openSUSE 12.3, 3.7.10, x86_64. >> A few days ago something went wrong and the filesystem re-mounted itself RO. >> After reboot, it didn''t come up. >> After a fair bit of work, I can get the filesystem to mount with "-o >> recovery,ro". However, if I use -o recovery alone or any other option >> I eventually hit a BUG and that''s that. I''ve tried with up to kernel >> 3.8.6 without improvement. >> >> My first question is this: how I can make it so I can use the >> filesystem without having to mount it with "-o recovery,ro" from a >> rescue environment (I have imaged all four drives *and* made a full >> filesystem-level backup, except for snapshots and some others). >> >> My second set of question is: what went wrong initially, what went >> wrong with the recovery(s), and are there fixes in kernels after 3.8.6 >> that might be involved? >> >> I have *some* logs, and I might be able to share portions of them. >> I also took a btrfs-image. >> >> >> Using a very recent btrfs-progs git pull, ''btrfs repair ...'' gives me: >> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy >> ERROR: device scan failed ''/dev/sda'' - Device or resource busy >> failed to open /dev/sr0: No medium found >> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy >> ERROR: device scan failed ''/dev/sda'' - Device or resource busy >> failed to open /dev/sr0: No medium found >> checking extents >> Backref 341888225280 parent 2621340434432 owner 0 offset 0 num_refs 0 >> not found in extent tree >> Incorrect local backref count on 341888225280 parent 2621340434432 >> owner 0 offset 0 found 1 wanted 0 back 0x6dc8500 >> Incorrect local backref count on 341888225280 root 1 owner 496 offset >> 0 found 0 wanted 1 back 0x2bb636c0 >> backpointer mismatch on [341888225280 262144] >> Unable to find block group for 0 >> btrfs: extent-tree.c:284: find_search_start: Assertion `!(1)'' failed. >> enabling repair mode >> Checking filesystem on /dev/sdd >> UUID: 7feedf1e-9711-4900-af9c-92738ea8aace >> >> >> and some of the errors are here: >> >> [ 314.095449] ------------[ cut here ]------------ >> [ 314.095526] WARNING: at >> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5208 >> __btrfs_free_extent+0x853/0x890 [btrfs]() >> [ 314.095541] Hardware name: TA790GX XE >> [ 314.095555] Modules linked in: dm_mod af_packet >> cpufreq_conservative cpufreq_userspace cpufreq_powersave >> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >> snd_hwdep snd_pcm snd_timer snd bt >> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon >> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm >> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core >> edac_mce_amd thermal >> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode >> crc_ccitt wmi soundcore snd_page_alloc button autofs4 >> [ 314.095867] Pid: 5310, comm: btrfs-transacti Not tainted 3.8.6-2-desktop #1 >> [ 314.095875] Call Trace: >> [ 314.095904] [<ffffffff81004748>] dump_trace+0x88/0x300 >> [ 314.095923] [<ffffffff815a9128>] dump_stack+0x69/0x6f >> [ 314.095937] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >> [ 314.095968] [<ffffffffa0400db3>] __btrfs_free_extent+0x853/0x890 [btrfs] >> [ 314.096061] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] >> [ 314.096147] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] >> [ 314.096249] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >> [ 314.096379] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >> [ 314.096492] [<ffffffff81068043>] kthread+0xb3/0xc0 >> [ 314.096506] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >> [ 314.096515] ---[ end trace 64d3998241407ddc ]--- >> [ 314.096520] btrfs unable to find ref byte nr 2621340344320 parent 0 >> root 2 owner 1 offset 0 >> [ 314.096526] ------------[ cut here ]------------ >> [ 314.096551] WARNING: at >> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5265 >> __btrfs_free_extent+0x7ba/0x890 [btrfs]() >> [ 314.096554] Hardware name: TA790GX XE >> [ 314.096556] Modules linked in: dm_mod af_packet >> cpufreq_conservative cpufreq_userspace cpufreq_powersave >> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd >> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom >> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug >> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic >> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi >> soundcore snd_page_alloc button autofs4 >> [ 314.096613] Pid: 5310, comm: btrfs-transacti Tainted: G W >> 3.8.6-2-desktop #1 >> [ 314.096615] Call Trace: >> [ 314.096627] [<ffffffff81004748>] dump_trace+0x88/0x300 >> [ 314.096636] [<ffffffff815a9128>] dump_stack+0x69/0x6f >> [ 314.096646] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >> [ 314.096673] [<ffffffffa0400d1a>] __btrfs_free_extent+0x7ba/0x890 [btrfs] >> [ 314.096752] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] >> [ 314.096832] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] >> [ 314.096921] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >> [ 314.097041] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >> [ 314.097128] [<ffffffff81068043>] kthread+0xb3/0xc0 >> [ 314.097142] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >> [ 314.097150] ---[ end trace 64d3998241407ddd ]--- >> [ 314.097156] btrfs: run_one_delayed_ref returned -2 >> [ 314.097160] ------------[ cut here ]------------ >> [ 314.097183] WARNING: at >> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/super.c:256 >> __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() >> [ 314.097189] Hardware name: TA790GX XE >> [ 314.097192] btrfs: Transaction aborted >> [ 314.097194] Modules linked in: dm_mod af_packet >> cpufreq_conservative cpufreq_userspace cpufreq_powersave >> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >> snd_hwdep snd_pcm snd_timer snd bt >> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon >> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm >> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core >> edac_mce_amd thermal >> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode >> crc_ccitt wmi soundcore snd_page_alloc button autofs4 >> [ 314.097248] Pid: 5310, comm: btrfs-transacti Tainted: G W >> 3.8.6-2-desktop #1 >> [ 314.097251] Call Trace: >> [ 314.097261] [<ffffffff81004748>] dump_trace+0x88/0x300 >> [ 314.097271] [<ffffffff815a9128>] dump_stack+0x69/0x6f >> [ 314.097280] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >> [ 314.097290] [<ffffffff81045045>] warn_slowpath_fmt+0x45/0x50 >> [ 314.097314] [<ffffffffa03ef3a3>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] >> [ 314.097366] [<ffffffffa0408c24>] btrfs_run_delayed_refs+0x254/0x320 [btrfs] >> [ 314.097482] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >> [ 314.097598] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >> [ 314.097688] [<ffffffff81068043>] kthread+0xb3/0xc0 >> [ 314.097698] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >> [ 314.097706] ---[ end trace 64d3998241407dde ]--- >> [ 314.097711] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 >> [ 314.097718] BTRFS warning (device sdd): Skipping commit of aborted >> transaction. >> [ 314.097723] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 >> [ 314.097770] BUG: unable to handle kernel paging request at ffffffff81068138 >> [ 314.097929] IP: [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 >> [ 314.098018] PGD 1a0f067 PUD 1a13063 PMD 10001e1 >> [ 314.098168] Oops: 0003 [#1] PREEMPT SMP >> [ 314.098315] Modules linked in: dm_mod af_packet >> cpufreq_conservative cpufreq_userspace cpufreq_powersave >> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd >> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom >> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug >> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic >> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi >> soundcore snd_page_alloc button autofs4 >> [ 314.099548] CPU 1 <4>[ 314.099553] Pid: 5310, comm: >> btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 BIOSTAR >> Group TA790GX XE/TA790GX XE >> [ 314.099556] RIP: 0010:[<ffffffff815b5285>] [<ffffffff815b5285>] >> _raw_spin_lock+0x15/0x40 >> [ 314.099561] RSP: 0018:ffff8800977bfd80 EFLAGS: 00010202 >> [ 314.099564] RAX: 0000000000010000 RBX: ffffffff81068120 RCX: 0000000000000206 >> [ 314.099566] RDX: 0000000000000000 RSI: ffffffff81068120 RDI: ffffffff81068138 >> [ 314.099570] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880098bedbc1 >> [ 314.099574] R10: 0000000000000000 R11: 00000000000003e6 R12: 00b93025048b4865 >> [ 314.099576] R13: ffffffff81067f90 R14: 0000000000000000 R15: ffffffff81068138 >> [ 314.099580] FS: 00007fd79942c700(0000) GS:ffff88009dc40000(0000) >> knlGS:0000000000000000 >> [ 314.099582] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b >> [ 314.099584] CR2: ffffffff81068138 CR3: 000000007f0a3000 CR4: 00000000000007e0 >> [ 314.099586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 >> [ 314.099588] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 >> [ 314.099591] Process btrfs-transacti (pid: 5310, threadinfo >> ffff8800977be000, task ffff880095334280) >> [ 314.099591] Stack: >> [ 314.099593] ffffffffa03ff3ee ffff880096d9b700 ffff8800977bfd98 >> ffff8800977bfd98 >> [ 314.099598] 00000000fffffffe ffff8800964d2e70 000000005169bbaa >> 0000000000007530 >> [ 314.099603] ffffffffa04144bb 00000000fffffffe ffff8800954e6000 >> ffff8800964d1ed8 >> [ 314.099608] Call Trace: >> [ 314.099636] [<ffffffffa03ff3ee>] block_rsv_release_bytes+0x3e/0x1e0 [btrfs] >> [ 314.099711] [<ffffffffa04144bb>] >> btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] >> [ 314.099822] [<ffffffffa04183ac>] >> btrfs_commit_transaction+0x14c/0xb00 [btrfs] >> [ 314.099937] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >> [ 314.100020] [<ffffffff81068043>] kthread+0xb3/0xc0 >> [ 314.100030] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >> [ 314.100069] Code: 66 0f 1f 44 00 00 f3 90 0f b7 07 66 39 d0 75 f6 >> c3 0f 1f 44 00 00 65 48 8b 04 25 30 b9 00 00 83 80 44 e0 ff ff 01 b8 >> 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 >> f3 90 >> [ 314.100073] RIP [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 >> [ 314.100075] RSP <ffff8800977bfd80> >> [ 314.100076] CR2: ffffffff81068138 >> [ 314.100079] ---[ end trace 64d3998241407ddf ]--- >> [ 314.100083] note: btrfs-transacti[5310] exited with preempt_count 1 >> >> >> -- >> Jon >> Software Blacksmith > > > > -- > Jon > Software Blacksmith-- Jon Software Blacksmith -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Jon Nelson
2013-Apr-23 14:20 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
I need to know soon if there is going to be anything I can do to rescue this filesystem. I''ve tried 3.7.10, 3.8.[5,6,7,8] and btrfs-next as of ( bba653d1207646b17671c6cb9a0629736811848a ). btrfs-next - at least - merely failed the mount, all of the others failed but also ran into a BUG, requiring a reboot. I *can* mount this with "-o recovery,ro" but nothing else works. On Sat, Apr 20, 2013 at 8:20 AM, Jon Nelson <jnelson@jamponi.net> wrote:> Using 3.8.8, I tried mounting with "-o recovery" and "-o > recovery,nospace_cache" (which shouldn''t be any different, if I''m > understanding the kernel sources properly) without any benefit. > > Then I tried btrfs-next ( bba653d1207646b17671c6cb9a0629736811848a as > of this writing ) also without being able to mount the filesystem, > except for one big improvement -- it doesn''t BUG/crash the kernel, it > just fails the mount. > > As before, "-o recovery,ro" works. > > These seem to be the most useful of the messages: > > 2013-04-20T08:10:06.263708-05:00 turnip kernel: [ 638.385206] BTRFS > error (device sda3) in btrfs_run_delayed_refs:2657: errno=-2 No such > entry > 2013-04-20T08:10:06.263711-05:00 turnip kernel: [ 638.385211] BTRFS > warning (device sda3): Skipping commit of aborted transaction. > 2013-04-20T08:10:06.263713-05:00 turnip kernel: [ 638.385215] BTRFS > error (device sda3) in cleanup_transaction:1450: errno=-2 No such > entry > 2013-04-20T08:10:06.263715-05:00 turnip kernel: [ 638.385322] BTRFS > error (device sda3): Error removing orphan entry, stopping orphan > cleanup > 2013-04-20T08:10:06.263717-05:00 turnip kernel: [ 638.385334] BTRFS > critical (device sda3): could not do orphan cleanup -22 > 2013-04-20T08:10:06.263720-05:00 turnip kernel: [ 638.385350] btrfs: > commit super ret -30 > > Using debug-tree, I can determine that the most probable root backup > is just one generation back, but btrfs-restore doesn''t seem to want to > let me use it: > btrfs root backup slot 0 > tree root gen 246528 block 2621770289152 > extent root gen 246528 block 2621506080768 > chunk root gen 220757 block 2622035951616 > device root gen 220757 block 2621945528320 > csum root gen 246529 block 2621775081472 > fs root gen 246529 block 2621774274560 > 440384839680 used 1629622038016 total 4 devices > btrfs root backup slot 1 > tree root gen 246529 block 2619191820288 > extent root gen 246530 block 2619724374016 > chunk root gen 220757 block 2622035951616 > device root gen 220757 block 2621945528320 > csum root gen 246530 block 2619804864512 > fs root gen 246530 block 2619723927552 > 440382750720 used 1629622038016 total 4 devices > btrfs root backup slot 2 > tree root gen 246530 block 2621340016640 > extent root gen 246530 block 2619724374016 > chunk root gen 220757 block 2622035951616 > device root gen 220757 block 2621945528320 > csum root gen 246530 block 2619804864512 > fs root gen 246530 block 2619723927552 > 440385257472 used 1629622038016 total 4 devices > btrfs root backup slot 3 > tree root gen 246527 block 2621585006592 > extent root gen 246528 block 2621506080768 > chunk root gen 220757 block 2622035951616 > device root gen 220757 block 2621945528320 > csum root gen 246527 block 2621345435648 > fs root gen 246528 block 2621586079744 > 440384839680 used 1629622038016 total 4 devices > > turnip:~/recovery # btrfs restore -r 2619191820288 -vvvvvv -i /dev/sdd /tmp/foo > Error reading root > turnip:~/recovery # > > Is there a way for me to use btrfs tools to tell the superblock to go > ahead and use backup root #1 in this case? > > > On Tue, Apr 16, 2013 at 11:44 AM, Jon Nelson <jnelson@jamponi.net> wrote: >> Tried to mount with "-o recovery" using 3.8.7. No change. Does >> anybody have any suggestions? >> >> >> On Sat, Apr 13, 2013 at 6:21 PM, Jon Nelson <jnelson@jamponi.net> wrote: >>> I have a 4-disk btrfs filesystem in "raid1" mode. >>> I''m running openSUSE 12.3, 3.7.10, x86_64. >>> A few days ago something went wrong and the filesystem re-mounted itself RO. >>> After reboot, it didn''t come up. >>> After a fair bit of work, I can get the filesystem to mount with "-o >>> recovery,ro". However, if I use -o recovery alone or any other option >>> I eventually hit a BUG and that''s that. I''ve tried with up to kernel >>> 3.8.6 without improvement. >>> >>> My first question is this: how I can make it so I can use the >>> filesystem without having to mount it with "-o recovery,ro" from a >>> rescue environment (I have imaged all four drives *and* made a full >>> filesystem-level backup, except for snapshots and some others). >>> >>> My second set of question is: what went wrong initially, what went >>> wrong with the recovery(s), and are there fixes in kernels after 3.8.6 >>> that might be involved? >>> >>> I have *some* logs, and I might be able to share portions of them. >>> I also took a btrfs-image. >>> >>> >>> Using a very recent btrfs-progs git pull, ''btrfs repair ...'' gives me: >>> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy >>> ERROR: device scan failed ''/dev/sda'' - Device or resource busy >>> failed to open /dev/sr0: No medium found >>> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy >>> ERROR: device scan failed ''/dev/sda'' - Device or resource busy >>> failed to open /dev/sr0: No medium found >>> checking extents >>> Backref 341888225280 parent 2621340434432 owner 0 offset 0 num_refs 0 >>> not found in extent tree >>> Incorrect local backref count on 341888225280 parent 2621340434432 >>> owner 0 offset 0 found 1 wanted 0 back 0x6dc8500 >>> Incorrect local backref count on 341888225280 root 1 owner 496 offset >>> 0 found 0 wanted 1 back 0x2bb636c0 >>> backpointer mismatch on [341888225280 262144] >>> Unable to find block group for 0 >>> btrfs: extent-tree.c:284: find_search_start: Assertion `!(1)'' failed. >>> enabling repair mode >>> Checking filesystem on /dev/sdd >>> UUID: 7feedf1e-9711-4900-af9c-92738ea8aace >>> >>> >>> and some of the errors are here: >>> >>> [ 314.095449] ------------[ cut here ]------------ >>> [ 314.095526] WARNING: at >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5208 >>> __btrfs_free_extent+0x853/0x890 [btrfs]() >>> [ 314.095541] Hardware name: TA790GX XE >>> [ 314.095555] Modules linked in: dm_mod af_packet >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >>> snd_hwdep snd_pcm snd_timer snd bt >>> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon >>> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm >>> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core >>> edac_mce_amd thermal >>> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode >>> crc_ccitt wmi soundcore snd_page_alloc button autofs4 >>> [ 314.095867] Pid: 5310, comm: btrfs-transacti Not tainted 3.8.6-2-desktop #1 >>> [ 314.095875] Call Trace: >>> [ 314.095904] [<ffffffff81004748>] dump_trace+0x88/0x300 >>> [ 314.095923] [<ffffffff815a9128>] dump_stack+0x69/0x6f >>> [ 314.095937] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >>> [ 314.095968] [<ffffffffa0400db3>] __btrfs_free_extent+0x853/0x890 [btrfs] >>> [ 314.096061] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] >>> [ 314.096147] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] >>> [ 314.096249] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >>> [ 314.096379] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >>> [ 314.096492] [<ffffffff81068043>] kthread+0xb3/0xc0 >>> [ 314.096506] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >>> [ 314.096515] ---[ end trace 64d3998241407ddc ]--- >>> [ 314.096520] btrfs unable to find ref byte nr 2621340344320 parent 0 >>> root 2 owner 1 offset 0 >>> [ 314.096526] ------------[ cut here ]------------ >>> [ 314.096551] WARNING: at >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5265 >>> __btrfs_free_extent+0x7ba/0x890 [btrfs]() >>> [ 314.096554] Hardware name: TA790GX XE >>> [ 314.096556] Modules linked in: dm_mod af_packet >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >>> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd >>> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom >>> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug >>> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic >>> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi >>> soundcore snd_page_alloc button autofs4 >>> [ 314.096613] Pid: 5310, comm: btrfs-transacti Tainted: G W >>> 3.8.6-2-desktop #1 >>> [ 314.096615] Call Trace: >>> [ 314.096627] [<ffffffff81004748>] dump_trace+0x88/0x300 >>> [ 314.096636] [<ffffffff815a9128>] dump_stack+0x69/0x6f >>> [ 314.096646] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >>> [ 314.096673] [<ffffffffa0400d1a>] __btrfs_free_extent+0x7ba/0x890 [btrfs] >>> [ 314.096752] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] >>> [ 314.096832] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] >>> [ 314.096921] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >>> [ 314.097041] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >>> [ 314.097128] [<ffffffff81068043>] kthread+0xb3/0xc0 >>> [ 314.097142] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >>> [ 314.097150] ---[ end trace 64d3998241407ddd ]--- >>> [ 314.097156] btrfs: run_one_delayed_ref returned -2 >>> [ 314.097160] ------------[ cut here ]------------ >>> [ 314.097183] WARNING: at >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/super.c:256 >>> __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() >>> [ 314.097189] Hardware name: TA790GX XE >>> [ 314.097192] btrfs: Transaction aborted >>> [ 314.097194] Modules linked in: dm_mod af_packet >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >>> snd_hwdep snd_pcm snd_timer snd bt >>> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon >>> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm >>> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core >>> edac_mce_amd thermal >>> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode >>> crc_ccitt wmi soundcore snd_page_alloc button autofs4 >>> [ 314.097248] Pid: 5310, comm: btrfs-transacti Tainted: G W >>> 3.8.6-2-desktop #1 >>> [ 314.097251] Call Trace: >>> [ 314.097261] [<ffffffff81004748>] dump_trace+0x88/0x300 >>> [ 314.097271] [<ffffffff815a9128>] dump_stack+0x69/0x6f >>> [ 314.097280] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 >>> [ 314.097290] [<ffffffff81045045>] warn_slowpath_fmt+0x45/0x50 >>> [ 314.097314] [<ffffffffa03ef3a3>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] >>> [ 314.097366] [<ffffffffa0408c24>] btrfs_run_delayed_refs+0x254/0x320 [btrfs] >>> [ 314.097482] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] >>> [ 314.097598] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >>> [ 314.097688] [<ffffffff81068043>] kthread+0xb3/0xc0 >>> [ 314.097698] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >>> [ 314.097706] ---[ end trace 64d3998241407dde ]--- >>> [ 314.097711] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 >>> [ 314.097718] BTRFS warning (device sdd): Skipping commit of aborted >>> transaction. >>> [ 314.097723] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 >>> [ 314.097770] BUG: unable to handle kernel paging request at ffffffff81068138 >>> [ 314.097929] IP: [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 >>> [ 314.098018] PGD 1a0f067 PUD 1a13063 PMD 10001e1 >>> [ 314.098168] Oops: 0003 [#1] PREEMPT SMP >>> [ 314.098315] Modules linked in: dm_mod af_packet >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec >>> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd >>> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom >>> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug >>> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic >>> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi >>> soundcore snd_page_alloc button autofs4 >>> [ 314.099548] CPU 1 <4>[ 314.099553] Pid: 5310, comm: >>> btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 BIOSTAR >>> Group TA790GX XE/TA790GX XE >>> [ 314.099556] RIP: 0010:[<ffffffff815b5285>] [<ffffffff815b5285>] >>> _raw_spin_lock+0x15/0x40 >>> [ 314.099561] RSP: 0018:ffff8800977bfd80 EFLAGS: 00010202 >>> [ 314.099564] RAX: 0000000000010000 RBX: ffffffff81068120 RCX: 0000000000000206 >>> [ 314.099566] RDX: 0000000000000000 RSI: ffffffff81068120 RDI: ffffffff81068138 >>> [ 314.099570] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880098bedbc1 >>> [ 314.099574] R10: 0000000000000000 R11: 00000000000003e6 R12: 00b93025048b4865 >>> [ 314.099576] R13: ffffffff81067f90 R14: 0000000000000000 R15: ffffffff81068138 >>> [ 314.099580] FS: 00007fd79942c700(0000) GS:ffff88009dc40000(0000) >>> knlGS:0000000000000000 >>> [ 314.099582] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b >>> [ 314.099584] CR2: ffffffff81068138 CR3: 000000007f0a3000 CR4: 00000000000007e0 >>> [ 314.099586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 >>> [ 314.099588] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 >>> [ 314.099591] Process btrfs-transacti (pid: 5310, threadinfo >>> ffff8800977be000, task ffff880095334280) >>> [ 314.099591] Stack: >>> [ 314.099593] ffffffffa03ff3ee ffff880096d9b700 ffff8800977bfd98 >>> ffff8800977bfd98 >>> [ 314.099598] 00000000fffffffe ffff8800964d2e70 000000005169bbaa >>> 0000000000007530 >>> [ 314.099603] ffffffffa04144bb 00000000fffffffe ffff8800954e6000 >>> ffff8800964d1ed8 >>> [ 314.099608] Call Trace: >>> [ 314.099636] [<ffffffffa03ff3ee>] block_rsv_release_bytes+0x3e/0x1e0 [btrfs] >>> [ 314.099711] [<ffffffffa04144bb>] >>> btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] >>> [ 314.099822] [<ffffffffa04183ac>] >>> btrfs_commit_transaction+0x14c/0xb00 [btrfs] >>> [ 314.099937] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] >>> [ 314.100020] [<ffffffff81068043>] kthread+0xb3/0xc0 >>> [ 314.100030] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 >>> [ 314.100069] Code: 66 0f 1f 44 00 00 f3 90 0f b7 07 66 39 d0 75 f6 >>> c3 0f 1f 44 00 00 65 48 8b 04 25 30 b9 00 00 83 80 44 e0 ff ff 01 b8 >>> 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 >>> f3 90 >>> [ 314.100073] RIP [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 >>> [ 314.100075] RSP <ffff8800977bfd80> >>> [ 314.100076] CR2: ffffffff81068138 >>> [ 314.100079] ---[ end trace 64d3998241407ddf ]--- >>> [ 314.100083] note: btrfs-transacti[5310] exited with preempt_count 1 >>> >>> >>> -- >>> Jon >>> Software Blacksmith >> >> >> >> -- >> Jon >> Software Blacksmith > > > > -- > Jon > Software Blacksmith-- Jon Software Blacksmith -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Liu Bo
2013-Apr-23 15:03 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
On Tue, Apr 23, 2013 at 09:20:45AM -0500, Jon Nelson wrote:> I need to know soon if there is going to be anything I can do to > rescue this filesystem. > I''ve tried 3.7.10, 3.8.[5,6,7,8] and btrfs-next as of ( > bba653d1207646b17671c6cb9a0629736811848a ). > btrfs-next - at least - merely failed the mount, all of the others > failed but also ran into a BUG, requiring a reboot. > I *can* mount this with "-o recovery,ro" but nothing else works.Hi Jon, Can you please show us where it BUG_ON(or logs) when mounting with "-o recovery"? (the stack info below seems not to be a resulf of ''-o recovery''?) thanks, liubo> > On Sat, Apr 20, 2013 at 8:20 AM, Jon Nelson <jnelson@jamponi.net> wrote: > > Using 3.8.8, I tried mounting with "-o recovery" and "-o > > recovery,nospace_cache" (which shouldn''t be any different, if I''m > > understanding the kernel sources properly) without any benefit. > > > > Then I tried btrfs-next ( bba653d1207646b17671c6cb9a0629736811848a as > > of this writing ) also without being able to mount the filesystem, > > except for one big improvement -- it doesn''t BUG/crash the kernel, it > > just fails the mount. > > > > As before, "-o recovery,ro" works. > > > > These seem to be the most useful of the messages: > > > > 2013-04-20T08:10:06.263708-05:00 turnip kernel: [ 638.385206] BTRFS > > error (device sda3) in btrfs_run_delayed_refs:2657: errno=-2 No such > > entry > > 2013-04-20T08:10:06.263711-05:00 turnip kernel: [ 638.385211] BTRFS > > warning (device sda3): Skipping commit of aborted transaction. > > 2013-04-20T08:10:06.263713-05:00 turnip kernel: [ 638.385215] BTRFS > > error (device sda3) in cleanup_transaction:1450: errno=-2 No such > > entry > > 2013-04-20T08:10:06.263715-05:00 turnip kernel: [ 638.385322] BTRFS > > error (device sda3): Error removing orphan entry, stopping orphan > > cleanup > > 2013-04-20T08:10:06.263717-05:00 turnip kernel: [ 638.385334] BTRFS > > critical (device sda3): could not do orphan cleanup -22 > > 2013-04-20T08:10:06.263720-05:00 turnip kernel: [ 638.385350] btrfs: > > commit super ret -30 > > > > Using debug-tree, I can determine that the most probable root backup > > is just one generation back, but btrfs-restore doesn''t seem to want to > > let me use it: > > btrfs root backup slot 0 > > tree root gen 246528 block 2621770289152 > > extent root gen 246528 block 2621506080768 > > chunk root gen 220757 block 2622035951616 > > device root gen 220757 block 2621945528320 > > csum root gen 246529 block 2621775081472 > > fs root gen 246529 block 2621774274560 > > 440384839680 used 1629622038016 total 4 devices > > btrfs root backup slot 1 > > tree root gen 246529 block 2619191820288 > > extent root gen 246530 block 2619724374016 > > chunk root gen 220757 block 2622035951616 > > device root gen 220757 block 2621945528320 > > csum root gen 246530 block 2619804864512 > > fs root gen 246530 block 2619723927552 > > 440382750720 used 1629622038016 total 4 devices > > btrfs root backup slot 2 > > tree root gen 246530 block 2621340016640 > > extent root gen 246530 block 2619724374016 > > chunk root gen 220757 block 2622035951616 > > device root gen 220757 block 2621945528320 > > csum root gen 246530 block 2619804864512 > > fs root gen 246530 block 2619723927552 > > 440385257472 used 1629622038016 total 4 devices > > btrfs root backup slot 3 > > tree root gen 246527 block 2621585006592 > > extent root gen 246528 block 2621506080768 > > chunk root gen 220757 block 2622035951616 > > device root gen 220757 block 2621945528320 > > csum root gen 246527 block 2621345435648 > > fs root gen 246528 block 2621586079744 > > 440384839680 used 1629622038016 total 4 devices > > > > turnip:~/recovery # btrfs restore -r 2619191820288 -vvvvvv -i /dev/sdd /tmp/foo > > Error reading root > > turnip:~/recovery # > > > > Is there a way for me to use btrfs tools to tell the superblock to go > > ahead and use backup root #1 in this case? > > > > > > On Tue, Apr 16, 2013 at 11:44 AM, Jon Nelson <jnelson@jamponi.net> wrote: > >> Tried to mount with "-o recovery" using 3.8.7. No change. Does > >> anybody have any suggestions? > >> > >> > >> On Sat, Apr 13, 2013 at 6:21 PM, Jon Nelson <jnelson@jamponi.net> wrote: > >>> I have a 4-disk btrfs filesystem in "raid1" mode. > >>> I''m running openSUSE 12.3, 3.7.10, x86_64. > >>> A few days ago something went wrong and the filesystem re-mounted itself RO. > >>> After reboot, it didn''t come up. > >>> After a fair bit of work, I can get the filesystem to mount with "-o > >>> recovery,ro". However, if I use -o recovery alone or any other option > >>> I eventually hit a BUG and that''s that. I''ve tried with up to kernel > >>> 3.8.6 without improvement. > >>> > >>> My first question is this: how I can make it so I can use the > >>> filesystem without having to mount it with "-o recovery,ro" from a > >>> rescue environment (I have imaged all four drives *and* made a full > >>> filesystem-level backup, except for snapshots and some others). > >>> > >>> My second set of question is: what went wrong initially, what went > >>> wrong with the recovery(s), and are there fixes in kernels after 3.8.6 > >>> that might be involved? > >>> > >>> I have *some* logs, and I might be able to share portions of them. > >>> I also took a btrfs-image. > >>> > >>> > >>> Using a very recent btrfs-progs git pull, ''btrfs repair ...'' gives me: > >>> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy > >>> ERROR: device scan failed ''/dev/sda'' - Device or resource busy > >>> failed to open /dev/sr0: No medium found > >>> ERROR: device scan failed ''/dev/sdb'' - Device or resource busy > >>> ERROR: device scan failed ''/dev/sda'' - Device or resource busy > >>> failed to open /dev/sr0: No medium found > >>> checking extents > >>> Backref 341888225280 parent 2621340434432 owner 0 offset 0 num_refs 0 > >>> not found in extent tree > >>> Incorrect local backref count on 341888225280 parent 2621340434432 > >>> owner 0 offset 0 found 1 wanted 0 back 0x6dc8500 > >>> Incorrect local backref count on 341888225280 root 1 owner 496 offset > >>> 0 found 0 wanted 1 back 0x2bb636c0 > >>> backpointer mismatch on [341888225280 262144] > >>> Unable to find block group for 0 > >>> btrfs: extent-tree.c:284: find_search_start: Assertion `!(1)'' failed. > >>> enabling repair mode > >>> Checking filesystem on /dev/sdd > >>> UUID: 7feedf1e-9711-4900-af9c-92738ea8aace > >>> > >>> > >>> and some of the errors are here: > >>> > >>> [ 314.095449] ------------[ cut here ]------------ > >>> [ 314.095526] WARNING: at > >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5208 > >>> __btrfs_free_extent+0x853/0x890 [btrfs]() > >>> [ 314.095541] Hardware name: TA790GX XE > >>> [ 314.095555] Modules linked in: dm_mod af_packet > >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave > >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > >>> snd_hwdep snd_pcm snd_timer snd bt > >>> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon > >>> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm > >>> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core > >>> edac_mce_amd thermal > >>> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode > >>> crc_ccitt wmi soundcore snd_page_alloc button autofs4 > >>> [ 314.095867] Pid: 5310, comm: btrfs-transacti Not tainted 3.8.6-2-desktop #1 > >>> [ 314.095875] Call Trace: > >>> [ 314.095904] [<ffffffff81004748>] dump_trace+0x88/0x300 > >>> [ 314.095923] [<ffffffff815a9128>] dump_stack+0x69/0x6f > >>> [ 314.095937] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > >>> [ 314.095968] [<ffffffffa0400db3>] __btrfs_free_extent+0x853/0x890 [btrfs] > >>> [ 314.096061] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] > >>> [ 314.096147] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] > >>> [ 314.096249] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > >>> [ 314.096379] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > >>> [ 314.096492] [<ffffffff81068043>] kthread+0xb3/0xc0 > >>> [ 314.096506] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > >>> [ 314.096515] ---[ end trace 64d3998241407ddc ]--- > >>> [ 314.096520] btrfs unable to find ref byte nr 2621340344320 parent 0 > >>> root 2 owner 1 offset 0 > >>> [ 314.096526] ------------[ cut here ]------------ > >>> [ 314.096551] WARNING: at > >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/extent-tree.c:5265 > >>> __btrfs_free_extent+0x7ba/0x890 [btrfs]() > >>> [ 314.096554] Hardware name: TA790GX XE > >>> [ 314.096556] Modules linked in: dm_mod af_packet > >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave > >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > >>> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd > >>> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom > >>> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug > >>> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic > >>> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi > >>> soundcore snd_page_alloc button autofs4 > >>> [ 314.096613] Pid: 5310, comm: btrfs-transacti Tainted: G W > >>> 3.8.6-2-desktop #1 > >>> [ 314.096615] Call Trace: > >>> [ 314.096627] [<ffffffff81004748>] dump_trace+0x88/0x300 > >>> [ 314.096636] [<ffffffff815a9128>] dump_stack+0x69/0x6f > >>> [ 314.096646] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > >>> [ 314.096673] [<ffffffffa0400d1a>] __btrfs_free_extent+0x7ba/0x890 [btrfs] > >>> [ 314.096752] [<ffffffffa0404b0f>] run_clustered_refs+0x48f/0xb20 [btrfs] > >>> [ 314.096832] [<ffffffffa0408a9a>] btrfs_run_delayed_refs+0xca/0x320 [btrfs] > >>> [ 314.096921] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > >>> [ 314.097041] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > >>> [ 314.097128] [<ffffffff81068043>] kthread+0xb3/0xc0 > >>> [ 314.097142] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > >>> [ 314.097150] ---[ end trace 64d3998241407ddd ]--- > >>> [ 314.097156] btrfs: run_one_delayed_ref returned -2 > >>> [ 314.097160] ------------[ cut here ]------------ > >>> [ 314.097183] WARNING: at > >>> /home/abuild/rpmbuild/BUILD/kernel-desktop-3.8.6/linux-3.8/fs/btrfs/super.c:256 > >>> __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() > >>> [ 314.097189] Hardware name: TA790GX XE > >>> [ 314.097192] btrfs: Transaction aborted > >>> [ 314.097194] Modules linked in: dm_mod af_packet > >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave > >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > >>> snd_hwdep snd_pcm snd_timer snd bt > >>> rfs acpi_cpufreq mperf kvm_amd zlib_deflate libcrc32c kvm radeon > >>> sr_mod ttm drm_kms_helper cdrom processor sg via_velocity drm > >>> i2c_algo_bit shpchp pci_hotplug sp5100_tco i2c_piix4 edac_core > >>> edac_mce_amd thermal > >>> ata_generic thermal_sys r8169 pata_atiixp k10temp pcspkr microcode > >>> crc_ccitt wmi soundcore snd_page_alloc button autofs4 > >>> [ 314.097248] Pid: 5310, comm: btrfs-transacti Tainted: G W > >>> 3.8.6-2-desktop #1 > >>> [ 314.097251] Call Trace: > >>> [ 314.097261] [<ffffffff81004748>] dump_trace+0x88/0x300 > >>> [ 314.097271] [<ffffffff815a9128>] dump_stack+0x69/0x6f > >>> [ 314.097280] [<ffffffff81044f49>] warn_slowpath_common+0x79/0xc0 > >>> [ 314.097290] [<ffffffff81045045>] warn_slowpath_fmt+0x45/0x50 > >>> [ 314.097314] [<ffffffffa03ef3a3>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] > >>> [ 314.097366] [<ffffffffa0408c24>] btrfs_run_delayed_refs+0x254/0x320 [btrfs] > >>> [ 314.097482] [<ffffffffa04182e0>] btrfs_commit_transaction+0x80/0xb00 [btrfs] > >>> [ 314.097598] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > >>> [ 314.097688] [<ffffffff81068043>] kthread+0xb3/0xc0 > >>> [ 314.097698] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > >>> [ 314.097706] ---[ end trace 64d3998241407dde ]--- > >>> [ 314.097711] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 > >>> [ 314.097718] BTRFS warning (device sdd): Skipping commit of aborted > >>> transaction. > >>> [ 314.097723] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 > >>> [ 314.097770] BUG: unable to handle kernel paging request at ffffffff81068138 > >>> [ 314.097929] IP: [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 > >>> [ 314.098018] PGD 1a0f067 PUD 1a13063 PMD 10001e1 > >>> [ 314.098168] Oops: 0003 [#1] PREEMPT SMP > >>> [ 314.098315] Modules linked in: dm_mod af_packet > >>> cpufreq_conservative cpufreq_userspace cpufreq_powersave > >>> snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec > >>> snd_hwdep snd_pcm snd_timer snd btrfs acpi_cpufreq mperf kvm_amd > >>> zlib_deflate libcrc32c kvm radeon sr_mod ttm drm_kms_helper cdrom > >>> processor sg via_velocity drm i2c_algo_bit shpchp pci_hotplug > >>> sp5100_tco i2c_piix4 edac_core edac_mce_amd thermal ata_generic > >>> thermal_sys r8169 pata_atiixp k10temp pcspkr microcode crc_ccitt wmi > >>> soundcore snd_page_alloc button autofs4 > >>> [ 314.099548] CPU 1 <4>[ 314.099553] Pid: 5310, comm: > >>> btrfs-transacti Tainted: G W 3.8.6-2-desktop #1 BIOSTAR > >>> Group TA790GX XE/TA790GX XE > >>> [ 314.099556] RIP: 0010:[<ffffffff815b5285>] [<ffffffff815b5285>] > >>> _raw_spin_lock+0x15/0x40 > >>> [ 314.099561] RSP: 0018:ffff8800977bfd80 EFLAGS: 00010202 > >>> [ 314.099564] RAX: 0000000000010000 RBX: ffffffff81068120 RCX: 0000000000000206 > >>> [ 314.099566] RDX: 0000000000000000 RSI: ffffffff81068120 RDI: ffffffff81068138 > >>> [ 314.099570] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880098bedbc1 > >>> [ 314.099574] R10: 0000000000000000 R11: 00000000000003e6 R12: 00b93025048b4865 > >>> [ 314.099576] R13: ffffffff81067f90 R14: 0000000000000000 R15: ffffffff81068138 > >>> [ 314.099580] FS: 00007fd79942c700(0000) GS:ffff88009dc40000(0000) > >>> knlGS:0000000000000000 > >>> [ 314.099582] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > >>> [ 314.099584] CR2: ffffffff81068138 CR3: 000000007f0a3000 CR4: 00000000000007e0 > >>> [ 314.099586] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > >>> [ 314.099588] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > >>> [ 314.099591] Process btrfs-transacti (pid: 5310, threadinfo > >>> ffff8800977be000, task ffff880095334280) > >>> [ 314.099591] Stack: > >>> [ 314.099593] ffffffffa03ff3ee ffff880096d9b700 ffff8800977bfd98 > >>> ffff8800977bfd98 > >>> [ 314.099598] 00000000fffffffe ffff8800964d2e70 000000005169bbaa > >>> 0000000000007530 > >>> [ 314.099603] ffffffffa04144bb 00000000fffffffe ffff8800954e6000 > >>> ffff8800964d1ed8 > >>> [ 314.099608] Call Trace: > >>> [ 314.099636] [<ffffffffa03ff3ee>] block_rsv_release_bytes+0x3e/0x1e0 [btrfs] > >>> [ 314.099711] [<ffffffffa04144bb>] > >>> btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] > >>> [ 314.099822] [<ffffffffa04183ac>] > >>> btrfs_commit_transaction+0x14c/0xb00 [btrfs] > >>> [ 314.099937] [<ffffffffa0411b4d>] transaction_kthread+0x19d/0x220 [btrfs] > >>> [ 314.100020] [<ffffffff81068043>] kthread+0xb3/0xc0 > >>> [ 314.100030] [<ffffffff815bbf7c>] ret_from_fork+0x7c/0xb0 > >>> [ 314.100069] Code: 66 0f 1f 44 00 00 f3 90 0f b7 07 66 39 d0 75 f6 > >>> c3 0f 1f 44 00 00 65 48 8b 04 25 30 b9 00 00 83 80 44 e0 ff ff 01 b8 > >>> 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 > >>> f3 90 > >>> [ 314.100073] RIP [<ffffffff815b5285>] _raw_spin_lock+0x15/0x40 > >>> [ 314.100075] RSP <ffff8800977bfd80> > >>> [ 314.100076] CR2: ffffffff81068138 > >>> [ 314.100079] ---[ end trace 64d3998241407ddf ]--- > >>> [ 314.100083] note: btrfs-transacti[5310] exited with preempt_count 1 > >>> > >>> > >>> -- > >>> Jon > >>> Software Blacksmith > >> > >> > >> > >> -- > >> Jon > >> Software Blacksmith > > > > > > > > -- > > Jon > > Software Blacksmith > > > > -- > Jon > Software Blacksmith > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html-- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Jon Nelson
2013-Apr-23 16:18 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
On Tue, Apr 23, 2013 at 10:03 AM, Liu Bo <bo.li.liu@oracle.com> wrote:> > Can you please show us where it BUG_ON(or logs) when mounting with "-o recovery"? > (the stack info below seems not to be a resulf of ''-o recovery''?)I have this from 3.8.8: 2013-04-19T21:19:47.060937-05:00 turnip kernel: [ 100.608815] device fsid 7feedf1e-9711-4900-af9c-92738ea8aace devid 5 transid 246530 /dev/sdd 2013-04-19T21:19:47.072892-05:00 turnip kernel: [ 100.619694] btrfs: enabling auto recovery 2013-04-19T21:19:47.072925-05:00 turnip kernel: [ 100.619700] btrfs: disk space caching is enabled 2013-04-19T21:19:55.156935-05:00 turnip kernel: [ 108.692720] btrfs: csum mismatch on free space cache 2013-04-19T21:19:55.156978-05:00 turnip kernel: [ 108.692745] btrfs: failed to load free space cache for block group 2618814627840 2013-04-19T21:19:55.156982-05:00 turnip kernel: [ 108.693108] btrfs: csum mismatch on free space cache 2013-04-19T21:19:55.156985-05:00 turnip kernel: [ 108.693133] btrfs: failed to load free space cache for block group 2619888369664 2013-04-19T21:19:57.924956-05:00 turnip kernel: [ 111.453762] btrfs: csum mismatch on free space cache 2013-04-19T21:19:57.924999-05:00 turnip kernel: [ 111.453784] btrfs: failed to load free space cache for block group 2620962111488 2013-04-19T21:19:58.139783-05:00 turnip kernel: [ 111.521418] leaf 2618819321856 total ptrs 25 free space 1780 2013-04-19T21:19:58.139814-05:00 turnip kernel: [ 111.521428] item 0 key (2621340270592 a8 4096) itemoff 3908 itemsize 87 2013-04-19T21:19:58.139817-05:00 turnip kernel: [ 111.521434] extent refs 5 gen 214210 flags 2 2013-04-19T21:19:58.139822-05:00 turnip kernel: [ 111.521439] tree block key (562484 1 0) level 0 2013-04-19T21:19:58.139864-05:00 turnip kernel: [ 111.521441] tree block backref root 5 2013-04-19T21:19:58.139873-05:00 turnip kernel: [ 111.521445] shared block backref parent 2621774995456 2013-04-19T21:19:58.139875-05:00 turnip kernel: [ 111.521448] shared block backref parent 2621603078144 2013-04-19T21:19:58.139877-05:00 turnip kernel: [ 111.521451] shared block backref parent 2621340147712 2013-04-19T21:19:58.139879-05:00 turnip kernel: [ 111.521453] shared block backref parent 2621312724992 2013-04-19T21:19:58.139880-05:00 turnip kernel: [ 111.521458] item 1 key (2621340274688 a8 4096) itemoff 3857 itemsize 51 2013-04-19T21:19:58.139882-05:00 turnip kernel: [ 111.521462] extent refs 1 gen 214217 flags 258 2013-04-19T21:19:58.139884-05:00 turnip kernel: [ 111.521466] tree block key (159644 54 627062569) level 0 2013-04-19T21:19:58.139885-05:00 turnip kernel: [ 111.521469] shared block backref parent 2621340254208 2013-04-19T21:19:58.139887-05:00 turnip kernel: [ 111.521473] item 2 key (2621340286976 a8 4096) itemoff 3761 itemsize 96 2013-04-19T21:19:58.139888-05:00 turnip kernel: [ 111.521476] extent refs 6 gen 214207 flags 2 2013-04-19T21:19:58.139890-05:00 turnip kernel: [ 111.521480] tree block key (562122 c 469151) level 0 2013-04-19T21:19:58.139891-05:00 turnip kernel: [ 111.521482] tree block backref root 5 2013-04-19T21:19:58.139892-05:00 turnip kernel: [ 111.521485] shared block backref parent 2622020726784 2013-04-19T21:19:58.139894-05:00 turnip kernel: [ 111.521488] shared block backref parent 2621647806464 2013-04-19T21:19:58.139895-05:00 turnip kernel: [ 111.521491] shared block backref parent 2621520723968 2013-04-19T21:19:58.139897-05:00 turnip kernel: [ 111.521494] shared block backref parent 2621378756608 2013-04-19T21:19:58.139898-05:00 turnip kernel: [ 111.521496] shared block backref parent 2621341069312 2013-04-19T21:19:58.139900-05:00 turnip kernel: [ 111.521501] item 3 key (2621340295168 a8 4096) itemoff 3710 itemsize 51 2013-04-19T21:19:58.139901-05:00 turnip kernel: [ 111.521505] extent refs 1 gen 241434 flags 2 2013-04-19T21:19:58.139903-05:00 turnip kernel: [ 111.521509] tree block key (2620335087616 b6 2621224001536) level 0 2013-04-19T21:19:58.139904-05:00 turnip kernel: [ 111.521516] tree block backref root 2 2013-04-19T21:19:58.139906-05:00 turnip kernel: [ 111.521521] item 4 key (2621340299264 a8 4096) itemoff 3659 itemsize 51 2013-04-19T21:19:58.139907-05:00 turnip kernel: [ 111.521525] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.139909-05:00 turnip kernel: [ 111.521529] tree block key (11446 1 0) level 1 2013-04-19T21:19:58.139910-05:00 turnip kernel: [ 111.521531] shared block backref parent 2621405974528 2013-04-19T21:19:58.139912-05:00 turnip kernel: [ 111.521541] item 5 key (2621340303360 a8 4096) itemoff 3608 itemsize 51 2013-04-19T21:19:58.139913-05:00 turnip kernel: [ 111.521544] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.139915-05:00 turnip kernel: [ 111.521548] tree block key (11547 6c 0) level 0 2013-04-19T21:19:58.139917-05:00 turnip kernel: [ 111.521550] shared block backref parent 2621340299264 2013-04-19T21:19:58.139918-05:00 turnip kernel: [ 111.521555] item 6 key (2621340307456 a8 4096) itemoff 3557 itemsize 51 2013-04-19T21:19:58.139921-05:00 turnip kernel: [ 111.521558] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.139922-05:00 turnip kernel: [ 111.521562] tree block key (11544 c 11203) level 0 2013-04-19T21:19:58.139923-05:00 turnip kernel: [ 111.521564] shared block backref parent 2621340299264 2013-04-19T21:19:58.139925-05:00 turnip kernel: [ 111.521569] item 7 key (2621340311552 a8 4096) itemoff 3506 itemsize 51 2013-04-19T21:19:58.139927-05:00 turnip kernel: [ 111.521572] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.139928-05:00 turnip kernel: [ 111.521575] tree block key (11549 c 444261) level 0 2013-04-19T21:19:58.139929-05:00 turnip kernel: [ 111.521578] shared block backref parent 2621340299264 2013-04-19T21:19:58.139931-05:00 turnip kernel: [ 111.521582] item 8 key (2621340315648 a8 4096) itemoff 3428 itemsize 78 2013-04-19T21:19:58.139932-05:00 turnip kernel: [ 111.521586] extent refs 4 gen 214207 flags 2 2013-04-19T21:19:58.139934-05:00 turnip kernel: [ 111.521589] tree block key (562348 1 0) level 0 2013-04-19T21:19:58.139935-05:00 turnip kernel: [ 111.521592] tree block backref root 5 2013-04-19T21:19:58.139936-05:00 turnip kernel: [ 111.521596] shared block backref parent 2621360304128 2013-04-19T21:19:58.139938-05:00 turnip kernel: [ 111.521599] shared block backref parent 2621341069312 2013-04-19T21:19:58.139939-05:00 turnip kernel: [ 111.521602] shared block backref parent 2621274116096 2013-04-19T21:19:58.139940-05:00 turnip kernel: [ 111.521606] item 9 key (2621340319744 a8 4096) itemoff 3350 itemsize 78 2013-04-19T21:19:58.139942-05:00 turnip kernel: [ 111.521610] extent refs 4 gen 214207 flags 2 2013-04-19T21:19:58.139944-05:00 turnip kernel: [ 111.521613] tree block key (562346 6c 0) level 0 2013-04-19T21:19:58.139945-05:00 turnip kernel: [ 111.521615] tree block backref root 5 2013-04-19T21:19:58.139946-05:00 turnip kernel: [ 111.521618] shared block backref parent 2621360304128 2013-04-19T21:19:58.139948-05:00 turnip kernel: [ 111.521621] shared block backref parent 2621341069312 2013-04-19T21:19:58.139949-05:00 turnip kernel: [ 111.521623] shared block backref parent 2621274116096 2013-04-19T21:19:58.139950-05:00 turnip kernel: [ 111.521628] item 10 key (2621340327936 a8 4096) itemoff 3299 itemsize 51 2013-04-19T21:19:58.139952-05:00 turnip kernel: [ 111.521631] extent refs 1 gen 245184 flags 258 2013-04-19T21:19:58.139954-05:00 turnip kernel: [ 111.521634] tree block key (595897 c 469182) level 0 2013-04-19T21:19:58.139956-05:00 turnip kernel: [ 111.521642] tree block backref root 2691 2013-04-19T21:19:58.139958-05:00 turnip kernel: [ 111.521646] item 11 key (2621340332032 a8 4096) itemoff 3212 itemsize 87 2013-04-19T21:19:58.139959-05:00 turnip kernel: [ 111.521649] extent refs 5 gen 214216 flags 2 2013-04-19T21:19:58.139961-05:00 turnip kernel: [ 111.521653] tree block key (562521 6c 0) level 0 2013-04-19T21:19:58.139962-05:00 turnip kernel: [ 111.521655] tree block backref root 5 2013-04-19T21:19:58.139963-05:00 turnip kernel: [ 111.521658] shared block backref parent 2621774995456 2013-04-19T21:19:58.139965-05:00 turnip kernel: [ 111.521661] shared block backref parent 2621603078144 2013-04-19T21:19:58.139966-05:00 turnip kernel: [ 111.521664] shared block backref parent 2621340147712 2013-04-19T21:19:58.139968-05:00 turnip kernel: [ 111.521666] shared block backref parent 2621312724992 2013-04-19T21:19:58.139969-05:00 turnip kernel: [ 111.521670] item 12 key (2621340336128 a8 4096) itemoff 3125 itemsize 87 2013-04-19T21:19:58.139970-05:00 turnip kernel: [ 111.521675] extent refs 5 gen 214213 flags 2 2013-04-19T21:19:58.139972-05:00 turnip kernel: [ 111.521679] tree block key (562502 1 0) level 0 2013-04-19T21:19:58.139973-05:00 turnip kernel: [ 111.521681] tree block backref root 5 2013-04-19T21:19:58.139975-05:00 turnip kernel: [ 111.521684] shared block backref parent 2621774995456 2013-04-19T21:19:58.139976-05:00 turnip kernel: [ 111.521686] shared block backref parent 2621603078144 2013-04-19T21:19:58.139977-05:00 turnip kernel: [ 111.521689] shared block backref parent 2621340147712 2013-04-19T21:19:58.139979-05:00 turnip kernel: [ 111.521692] shared block backref parent 2621312724992 2013-04-19T21:19:58.139981-05:00 turnip kernel: [ 111.521696] item 13 key (2621340340224 a8 4096) itemoff 3038 itemsize 87 2013-04-19T21:19:58.139983-05:00 turnip kernel: [ 111.521699] extent refs 5 gen 214213 flags 2 2013-04-19T21:19:58.139985-05:00 turnip kernel: [ 111.521703] tree block key (562498 c 469153) level 0 2013-04-19T21:19:58.139986-05:00 turnip kernel: [ 111.521705] tree block backref root 5 2013-04-19T21:19:58.139987-05:00 turnip kernel: [ 111.521708] shared block backref parent 2621774995456 2013-04-19T21:19:58.139989-05:00 turnip kernel: [ 111.521711] shared block backref parent 2621603078144 2013-04-19T21:19:58.139990-05:00 turnip kernel: [ 111.521714] shared block backref parent 2621340147712 2013-04-19T21:19:58.139992-05:00 turnip kernel: [ 111.521716] shared block backref parent 2621312724992 2013-04-19T21:19:58.139993-05:00 turnip kernel: [ 111.521721] item 14 key (2621340348416 a8 4096) itemoff 2987 itemsize 51 2013-04-19T21:19:58.139995-05:00 turnip kernel: [ 111.521724] extent refs 1 gen 195080 flags 258 2013-04-19T21:19:58.139996-05:00 turnip kernel: [ 111.521727] tree block key (127757 6c 1826816) level 0 2013-04-19T21:19:58.139997-05:00 turnip kernel: [ 111.521730] shared block backref parent 2621367582720 2013-04-19T21:19:58.139999-05:00 turnip kernel: [ 111.521734] item 15 key (2621340352512 a8 4096) itemoff 2900 itemsize 87 2013-04-19T21:19:58.140001-05:00 turnip kernel: [ 111.521738] extent refs 5 gen 214214 flags 2 2013-04-19T21:19:58.140002-05:00 turnip kernel: [ 111.521741] tree block key (562517 1 0) level 0 2013-04-19T21:19:58.140004-05:00 turnip kernel: [ 111.521744] tree block backref root 5 2013-04-19T21:19:58.140005-05:00 turnip kernel: [ 111.521746] shared block backref parent 2621774995456 2013-04-19T21:19:58.140007-05:00 turnip kernel: [ 111.521749] shared block backref parent 2621603078144 2013-04-19T21:19:58.140008-05:00 turnip kernel: [ 111.521752] shared block backref parent 2621340147712 2013-04-19T21:19:58.140010-05:00 turnip kernel: [ 111.521754] shared block backref parent 2621312724992 2013-04-19T21:19:58.140011-05:00 turnip kernel: [ 111.521759] item 16 key (2621340356608 a8 4096) itemoff 2813 itemsize 87 2013-04-19T21:19:58.140012-05:00 turnip kernel: [ 111.521762] extent refs 5 gen 214213 flags 2 2013-04-19T21:19:58.140014-05:00 turnip kernel: [ 111.521765] tree block key (562501 1 0) level 0 2013-04-19T21:19:58.140015-05:00 turnip kernel: [ 111.521768] tree block backref root 5 2013-04-19T21:19:58.140017-05:00 turnip kernel: [ 111.521771] shared block backref parent 2621774995456 2013-04-19T21:19:58.140018-05:00 turnip kernel: [ 111.521773] shared block backref parent 2621603078144 2013-04-19T21:19:58.140019-05:00 turnip kernel: [ 111.521776] shared block backref parent 2621340147712 2013-04-19T21:19:58.140021-05:00 turnip kernel: [ 111.521779] shared block backref parent 2621312724992 2013-04-19T21:19:58.140022-05:00 turnip kernel: [ 111.521783] item 17 key (2621340360704 a8 4096) itemoff 2762 itemsize 51 2013-04-19T21:19:58.140024-05:00 turnip kernel: [ 111.521786] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.140025-05:00 turnip kernel: [ 111.521790] tree block key (554179 1 0) level 0 2013-04-19T21:19:58.140027-05:00 turnip kernel: [ 111.521792] shared block backref parent 2621406539776 2013-04-19T21:19:58.140028-05:00 turnip kernel: [ 111.521797] item 18 key (2621340364800 a8 4096) itemoff 2711 itemsize 51 2013-04-19T21:19:58.140029-05:00 turnip kernel: [ 111.521800] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.140032-05:00 turnip kernel: [ 111.521803] tree block key (552007 6c 0) level 1 2013-04-19T21:19:58.140034-05:00 turnip kernel: [ 111.521806] tree block backref root 2399 2013-04-19T21:19:58.140072-05:00 turnip kernel: [ 111.521810] item 19 key (2621340368896 a8 4096) itemoff 2660 itemsize 51 2013-04-19T21:19:58.140075-05:00 turnip kernel: [ 111.521814] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.140077-05:00 turnip kernel: [ 111.521817] tree block key (552155 1 0) level 0 2013-04-19T21:19:58.140078-05:00 turnip kernel: [ 111.521820] shared block backref parent 2621340364800 2013-04-19T21:19:58.140080-05:00 turnip kernel: [ 111.521824] item 20 key (2621340372992 a8 4096) itemoff 2609 itemsize 51 2013-04-19T21:19:58.140082-05:00 turnip kernel: [ 111.521827] extent refs 1 gen 229374 flags 2 2013-04-19T21:19:58.140083-05:00 turnip kernel: [ 111.521831] tree block key (2620440666112 a8 4096) level 0 2013-04-19T21:19:58.140085-05:00 turnip kernel: [ 111.521833] tree block backref root 2 2013-04-19T21:19:58.140086-05:00 turnip kernel: [ 111.521837] item 21 key (2621340377088 a8 4096) itemoff 2558 itemsize 51 2013-04-19T21:19:58.140087-05:00 turnip kernel: [ 111.521841] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.140089-05:00 turnip kernel: [ 111.521844] tree block key (552212 1 0) level 1 2013-04-19T21:19:58.140090-05:00 turnip kernel: [ 111.521847] tree block backref root 2399 2013-04-19T21:19:58.140092-05:00 turnip kernel: [ 111.521851] item 22 key (2621340381184 a8 4096) itemoff 2507 itemsize 51 2013-04-19T21:19:58.140093-05:00 turnip kernel: [ 111.521854] extent refs 1 gen 208634 flags 258 2013-04-19T21:19:58.140095-05:00 turnip kernel: [ 111.521858] tree block key (552288 1 0) level 0 2013-04-19T21:19:58.140097-05:00 turnip kernel: [ 111.521860] shared block backref parent 2621340377088 2013-04-19T21:19:58.140098-05:00 turnip kernel: [ 111.521865] item 23 key (2621340393472 a8 4096) itemoff 2456 itemsize 51 2013-04-19T21:19:58.140099-05:00 turnip kernel: [ 111.521868] extent refs 1 gen 245867 flags 258 2013-04-19T21:19:58.140101-05:00 turnip kernel: [ 111.521872] tree block key (367314 6c 0) level 1 2013-04-19T21:19:58.140178-05:00 turnip kernel: [ 111.521874] tree block backref root 2693 2013-04-19T21:19:58.140180-05:00 turnip kernel: [ 111.521878] item 24 key (2621340397568 a8 4096) itemoff 2405 itemsize 51 2013-04-19T21:19:58.140182-05:00 turnip kernel: [ 111.521887] extent refs 1 gen 245867 flags 258 2013-04-19T21:19:58.140183-05:00 turnip kernel: [ 111.521890] tree block key (367342 c 370588) level 0 2013-04-19T21:19:58.140184-05:00 turnip kernel: [ 111.521894] shared block backref parent 2621340393472 2013-04-19T21:19:58.140186-05:00 turnip kernel: [ 111.521897] ------------[ cut here ]------------ 2013-04-19T21:19:58.140187-05:00 turnip kernel: [ 111.521956] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/extent-tree.c:5208 __btrfs_free_extent+0x853/0x890 [btrfs]() 2013-04-19T21:19:58.140189-05:00 turnip kernel: [ 111.521960] Hardware name: TA790GX XE 2013-04-19T21:19:58.140191-05:00 turnip kernel: [ 111.521964] Modules linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT iptable_filter ip6table_mangle nf_conntrack_ftp nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan thermal processor thermal_sys 2013-04-19T21:19:58.140194-05:00 turnip kernel: [ 111.522094] Pid: 3654, comm: btrfs-transacti Not tainted 3.8.8-1-default #1 2013-04-19T21:19:58.140195-05:00 turnip kernel: [ 111.522098] Call Trace: 2013-04-19T21:19:58.140196-05:00 turnip kernel: [ 111.522126] [<ffffffff81004658>] dump_trace+0x78/0x2b0 2013-04-19T21:19:58.140198-05:00 turnip kernel: [ 111.522140] [<ffffffff81559259>] dump_stack+0x69/0x6f 2013-04-19T21:19:58.140200-05:00 turnip kernel: [ 111.522153] [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 2013-04-19T21:19:58.140201-05:00 turnip kernel: [ 111.522191] [<ffffffffa0423973>] __btrfs_free_extent+0x853/0x890 [btrfs] 2013-04-19T21:19:58.140203-05:00 turnip kernel: [ 111.522287] [<ffffffffa04273cf>] run_clustered_refs+0x45f/0xaf0 [btrfs] 2013-04-19T21:19:58.140204-05:00 turnip kernel: [ 111.522382] [<ffffffffa042b1ba>] btrfs_run_delayed_refs+0xca/0x310 [btrfs] 2013-04-19T21:19:58.140207-05:00 turnip kernel: [ 111.522486] [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] 2013-04-19T21:19:58.140208-05:00 turnip kernel: [ 111.522608] [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] 2013-04-19T21:19:58.140209-05:00 turnip kernel: [ 111.522705] [<ffffffff81066063>] kthread+0xb3/0xc0 2013-04-19T21:19:58.140211-05:00 turnip kernel: [ 111.522717] [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 2013-04-19T21:19:58.140212-05:00 turnip kernel: [ 111.522727] ---[ end trace 26eb4d92d8121420 ]--- 2013-04-19T21:19:58.140213-05:00 turnip kernel: [ 111.522732] btrfs unable to find ref byte nr 2621340344320 parent 0 root 2 owner 1 offset 0 2013-04-19T21:19:58.140215-05:00 turnip kernel: [ 111.522736] ------------[ cut here ]------------ 2013-04-19T21:19:58.140216-05:00 turnip kernel: [ 111.522762] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/extent-tree.c:5265 __btrfs_free_extent+0x7ba/0x890 [btrfs]() 2013-04-19T21:19:58.140218-05:00 turnip kernel: [ 111.522765] Hardware name: TA790GX XE 2013-04-19T21:19:58.140220-05:00 turnip kernel: [ 111.522767] Modules linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT iptable_filter ip6table_mangle nf_conntrack_ftp nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan thermal processor thermal_sys 2013-04-19T21:19:58.140222-05:00 turnip kernel: [ 111.522903] Pid: 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 2013-04-19T21:19:58.140223-05:00 turnip kernel: [ 111.522906] Call Trace: 2013-04-19T21:19:58.140225-05:00 turnip kernel: [ 111.522917] [<ffffffff81004658>] dump_trace+0x78/0x2b0 2013-04-19T21:19:58.140226-05:00 turnip kernel: [ 111.522926] [<ffffffff81559259>] dump_stack+0x69/0x6f 2013-04-19T21:19:58.140227-05:00 turnip kernel: [ 111.522936] [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 2013-04-19T21:19:58.140229-05:00 turnip kernel: [ 111.522975] [<ffffffffa04238da>] __btrfs_free_extent+0x7ba/0x890 [btrfs] 2013-04-19T21:19:58.140230-05:00 turnip kernel: [ 111.523053] [<ffffffffa04273cf>] run_clustered_refs+0x45f/0xaf0 [btrfs] 2013-04-19T21:19:58.140231-05:00 turnip kernel: [ 111.523141] [<ffffffffa042b1ba>] btrfs_run_delayed_refs+0xca/0x310 [btrfs] 2013-04-19T21:19:58.140233-05:00 turnip kernel: [ 111.523238] [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] 2013-04-19T21:19:58.140234-05:00 turnip kernel: [ 111.523364] [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] 2013-04-19T21:19:58.140235-05:00 turnip kernel: [ 111.523449] [<ffffffff81066063>] kthread+0xb3/0xc0 2013-04-19T21:19:58.140236-05:00 turnip kernel: [ 111.523459] [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 2013-04-19T21:19:58.140238-05:00 turnip kernel: [ 111.523472] ---[ end trace 26eb4d92d8121421 ]--- 2013-04-19T21:19:58.140239-05:00 turnip kernel: [ 111.523485] btrfs: run_one_delayed_ref returned -2 2013-04-19T21:19:58.140240-05:00 turnip kernel: [ 111.523489] ------------[ cut here ]------------ 2013-04-19T21:19:58.140241-05:00 turnip kernel: [ 111.523520] WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/super.c:256 __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() 2013-04-19T21:19:58.140244-05:00 turnip kernel: [ 111.523523] Hardware name: TA790GX XE 2013-04-19T21:19:58.140245-05:00 turnip kernel: [ 111.523526] btrfs: Transaction aborted 2013-04-19T21:19:58.140246-05:00 turnip kernel: [ 111.523528] Modules linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT iptable_filter ip6table_mangle nf_conntrack_ftp nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan thermal processor thermal_sys 2013-04-19T21:19:58.140249-05:00 turnip kernel: [ 111.523651] Pid: 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 2013-04-19T21:19:58.140250-05:00 turnip kernel: [ 111.523654] Call Trace: 2013-04-19T21:19:58.140252-05:00 turnip kernel: [ 111.523665] [<ffffffff81004658>] dump_trace+0x78/0x2b0 2013-04-19T21:19:58.140253-05:00 turnip kernel: [ 111.523674] [<ffffffff81559259>] dump_stack+0x69/0x6f 2013-04-19T21:19:58.140254-05:00 turnip kernel: [ 111.523683] [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 2013-04-19T21:19:58.140255-05:00 turnip kernel: [ 111.523702] [<ffffffff81043d25>] warn_slowpath_fmt+0x45/0x50 2013-04-19T21:19:58.140256-05:00 turnip kernel: [ 111.523730] [<ffffffffa0412323>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] 2013-04-19T21:19:58.140258-05:00 turnip kernel: [ 111.523781] [<ffffffffa042b338>] btrfs_run_delayed_refs+0x248/0x310 [btrfs] 2013-04-19T21:19:58.140259-05:00 turnip kernel: [ 111.523877] [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] 2013-04-19T21:19:58.140261-05:00 turnip kernel: [ 111.523995] [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] 2013-04-19T21:19:58.140263-05:00 turnip kernel: [ 111.524085] [<ffffffff81066063>] kthread+0xb3/0xc0 2013-04-19T21:19:58.140264-05:00 turnip kernel: [ 111.524101] [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 2013-04-19T21:19:58.140265-05:00 turnip kernel: [ 111.524108] ---[ end trace 26eb4d92d8121422 ]--- 2013-04-19T21:19:58.140267-05:00 turnip kernel: [ 111.524120] BTRFS error (device sdd) in btrfs_run_delayed_refs:2504: error 2 2013-04-19T21:19:58.140268-05:00 turnip kernel: [ 111.524124] BTRFS warning (device sdd): Skipping commit of aborted transaction. 2013-04-19T21:19:58.140269-05:00 turnip kernel: [ 111.524129] BTRFS error (device sdd) in cleanup_transaction:1391: error 2 2013-04-19T21:19:58.140271-05:00 turnip kernel: [ 111.524180] BUG: unable to handle kernel paging request at ffffffff81066158 2013-04-19T21:19:58.140272-05:00 turnip kernel: [ 111.524330] IP: [<ffffffff81564735>] _raw_spin_lock+0x5/0x30 2013-04-19T21:19:58.140273-05:00 turnip kernel: [ 111.524446] PGD 1a0f067 PUD 1a13063 PMD 10001e1 2013-04-19T21:19:58.140275-05:00 turnip kernel: [ 111.524560] Oops: 0003 [#1] SMP 2013-04-19T21:19:58.140307-05:00 turnip kernel: [ 111.524641] Modules linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT iptable_filter ip6table_mangle nf_conntrack_ftp nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan thermal processor thermal_sys 2013-04-19T21:19:58.140309-05:00 turnip kernel: [ 111.527399] CPU 2 2013-04-19T21:19:58.140310-05:00 turnip kernel: [ 111.527445] Pid: 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 BIOSTAR Group TA790GX XE/TA790GX XE 2013-04-19T21:19:58.140311-05:00 turnip kernel: [ 111.527653] RIP: 0010:[<ffffffff81564735>] [<ffffffff81564735>] _raw_spin_lock+0x5/0x30 2013-04-19T21:19:58.140313-05:00 turnip kernel: [ 111.527814] RSP: 0018:ffff88009269bd90 EFLAGS: 00010292 2013-04-19T21:19:58.140314-05:00 turnip kernel: [ 111.527919] RAX: 0000000000010000 RBX: ffffffff81066140 RCX: 0000000000000206 2013-04-19T21:19:58.140315-05:00 turnip kernel: [ 111.528054] RDX: 0000000000000000 RSI: ffffffff81066140 RDI: ffffffff81066158 2013-04-19T21:19:58.140316-05:00 turnip kernel: [ 111.533266] RBP: 0000000000000206 R08: 0000000000000000 R09: ffff880095fd8f41 2013-04-19T21:19:58.140317-05:00 turnip kernel: [ 111.538452] R10: 0000000000000000 R11: 000000000000045b R12: 0000000000000000 2013-04-19T21:19:58.140319-05:00 turnip kernel: [ 111.543576] R13: 5355544155415641 R14: ffffffff81065fb0 R15: 0000000000001d4c 2013-04-19T21:19:58.140320-05:00 turnip kernel: [ 111.548695] FS: 00007ff197f32800(0000) GS:ffff88009dc80000(0000) knlGS:0000000000000000 2013-04-19T21:19:58.140321-05:00 turnip kernel: [ 111.553823] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b 2013-04-19T21:19:58.140323-05:00 turnip kernel: [ 111.558971] CR2: ffffffff81066158 CR3: 000000007f10b000 CR4: 00000000000007e0 2013-04-19T21:19:58.140324-05:00 turnip kernel: [ 111.564109] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 2013-04-19T21:19:58.140325-05:00 turnip kernel: [ 111.569244] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 2013-04-19T21:19:58.140326-05:00 turnip kernel: [ 111.574337] Process btrfs-transacti (pid: 3654, threadinfo ffff88009269a000, task ffff880092698040) 2013-04-19T21:19:58.140328-05:00 turnip kernel: [ 111.579538] Stack: 2013-04-19T21:19:58.140329-05:00 turnip kernel: [ 111.584689] ffffffffa04224a5 ffff88009269bd98 ffff88009269bd98 00000000fffffffe 2013-04-19T21:19:58.140331-05:00 turnip kernel: [ 111.590020] ffff880096926e70 000000005171fb4d ffffffffa0436a3b 00000000fffffffe 2013-04-19T21:19:58.140332-05:00 turnip kernel: [ 111.595382] ffff880097f4f000 ffff880096925e40 ffffffffa043a878 0000000000000000 2013-04-19T21:19:58.140333-05:00 turnip kernel: [ 111.600722] Call Trace: 2013-04-19T21:19:58.140335-05:00 turnip kernel: [ 111.605988] [<ffffffffa04224a5>] block_rsv_release_bytes+0x35/0x180 [btrfs] 2013-04-19T21:19:58.140336-05:00 turnip kernel: [ 111.611386] [<ffffffffa0436a3b>] btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] 2013-04-19T21:19:58.140349-05:00 turnip kernel: [ 111.616829] [<ffffffffa043a878>] btrfs_commit_transaction+0x148/0xa70 [btrfs] 2013-04-19T21:19:58.140351-05:00 turnip kernel: [ 111.622291] [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] 2013-04-19T21:19:58.140352-05:00 turnip kernel: [ 111.627654] [<ffffffff81066063>] kthread+0xb3/0xc0 2013-04-19T21:19:58.140353-05:00 turnip kernel: [ 111.632904] [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 2013-04-19T21:19:58.140355-05:00 turnip kernel: [ 111.638120] Code: e9 a1 fe ff ff 90 48 c7 c2 ff ff ff ff be 01 00 00 00 e9 8f fe ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 b8 00 00 01 00 <f0> 0f c1 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 f3 90 2013-04-19T21:19:58.140356-05:00 turnip kernel: [ 111.649605] RIP [<ffffffff81564735>] _raw_spin_lock+0x5/0x30 2013-04-19T21:19:58.140359-05:00 turnip kernel: [ 111.655188] RSP <ffff88009269bd90> 2013-04-19T21:19:58.140363-05:00 turnip kernel: [ 111.660707] CR2: ffffffff81066158 2013-04-19T21:19:58.140364-05:00 turnip kernel: [ 111.666163] ---[ end trace 26eb4d92d8121423 ]--- -- Jon Software Blacksmith -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Liu Bo
2013-Apr-24 07:59 UTC
Re: corrupted filesystem. mounts with -o recovery,ro but not -o recovery or -o ro
On Tue, Apr 23, 2013 at 11:18:19AM -0500, Jon Nelson wrote:> On Tue, Apr 23, 2013 at 10:03 AM, Liu Bo <bo.li.liu@oracle.com> wrote: > > > > Can you please show us where it BUG_ON(or logs) when mounting with "-o recovery"? > > (the stack info below seems not to be a resulf of ''-o recovery''?) > > I have this from 3.8.8:Good, can I get your btrfs-image somewhere? I think it''s related to corrupted metadata, and can be reproduced with btrfs-image. thanks, liubo> > 2013-04-19T21:19:47.060937-05:00 turnip kernel: [ 100.608815] device > fsid 7feedf1e-9711-4900-af9c-92738ea8aace devid 5 transid 246530 > /dev/sdd > 2013-04-19T21:19:47.072892-05:00 turnip kernel: [ 100.619694] btrfs: > enabling auto recovery > 2013-04-19T21:19:47.072925-05:00 turnip kernel: [ 100.619700] btrfs: > disk space caching is enabled > 2013-04-19T21:19:55.156935-05:00 turnip kernel: [ 108.692720] btrfs: > csum mismatch on free space cache > 2013-04-19T21:19:55.156978-05:00 turnip kernel: [ 108.692745] btrfs: > failed to load free space cache for block group 2618814627840 > 2013-04-19T21:19:55.156982-05:00 turnip kernel: [ 108.693108] btrfs: > csum mismatch on free space cache > 2013-04-19T21:19:55.156985-05:00 turnip kernel: [ 108.693133] btrfs: > failed to load free space cache for block group 2619888369664 > 2013-04-19T21:19:57.924956-05:00 turnip kernel: [ 111.453762] btrfs: > csum mismatch on free space cache > 2013-04-19T21:19:57.924999-05:00 turnip kernel: [ 111.453784] btrfs: > failed to load free space cache for block group 2620962111488 > 2013-04-19T21:19:58.139783-05:00 turnip kernel: [ 111.521418] leaf > 2618819321856 total ptrs 25 free space 1780 > 2013-04-19T21:19:58.139814-05:00 turnip kernel: [ 111.521428] > item 0 key (2621340270592 a8 4096) itemoff 3908 itemsize 87 > 2013-04-19T21:19:58.139817-05:00 turnip kernel: [ 111.521434] > extent refs 5 gen 214210 flags 2 > 2013-04-19T21:19:58.139822-05:00 turnip kernel: [ 111.521439] > tree block key (562484 1 0) level 0 > 2013-04-19T21:19:58.139864-05:00 turnip kernel: [ 111.521441] > tree block backref root 5 > 2013-04-19T21:19:58.139873-05:00 turnip kernel: [ 111.521445] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.139875-05:00 turnip kernel: [ 111.521448] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.139877-05:00 turnip kernel: [ 111.521451] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.139879-05:00 turnip kernel: [ 111.521453] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.139880-05:00 turnip kernel: [ 111.521458] > item 1 key (2621340274688 a8 4096) itemoff 3857 itemsize 51 > 2013-04-19T21:19:58.139882-05:00 turnip kernel: [ 111.521462] > extent refs 1 gen 214217 flags 258 > 2013-04-19T21:19:58.139884-05:00 turnip kernel: [ 111.521466] > tree block key (159644 54 627062569) level 0 > 2013-04-19T21:19:58.139885-05:00 turnip kernel: [ 111.521469] > shared block backref parent 2621340254208 > 2013-04-19T21:19:58.139887-05:00 turnip kernel: [ 111.521473] > item 2 key (2621340286976 a8 4096) itemoff 3761 itemsize 96 > 2013-04-19T21:19:58.139888-05:00 turnip kernel: [ 111.521476] > extent refs 6 gen 214207 flags 2 > 2013-04-19T21:19:58.139890-05:00 turnip kernel: [ 111.521480] > tree block key (562122 c 469151) level 0 > 2013-04-19T21:19:58.139891-05:00 turnip kernel: [ 111.521482] > tree block backref root 5 > 2013-04-19T21:19:58.139892-05:00 turnip kernel: [ 111.521485] > shared block backref parent 2622020726784 > 2013-04-19T21:19:58.139894-05:00 turnip kernel: [ 111.521488] > shared block backref parent 2621647806464 > 2013-04-19T21:19:58.139895-05:00 turnip kernel: [ 111.521491] > shared block backref parent 2621520723968 > 2013-04-19T21:19:58.139897-05:00 turnip kernel: [ 111.521494] > shared block backref parent 2621378756608 > 2013-04-19T21:19:58.139898-05:00 turnip kernel: [ 111.521496] > shared block backref parent 2621341069312 > 2013-04-19T21:19:58.139900-05:00 turnip kernel: [ 111.521501] > item 3 key (2621340295168 a8 4096) itemoff 3710 itemsize 51 > 2013-04-19T21:19:58.139901-05:00 turnip kernel: [ 111.521505] > extent refs 1 gen 241434 flags 2 > 2013-04-19T21:19:58.139903-05:00 turnip kernel: [ 111.521509] > tree block key (2620335087616 b6 2621224001536) level 0 > 2013-04-19T21:19:58.139904-05:00 turnip kernel: [ 111.521516] > tree block backref root 2 > 2013-04-19T21:19:58.139906-05:00 turnip kernel: [ 111.521521] > item 4 key (2621340299264 a8 4096) itemoff 3659 itemsize 51 > 2013-04-19T21:19:58.139907-05:00 turnip kernel: [ 111.521525] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.139909-05:00 turnip kernel: [ 111.521529] > tree block key (11446 1 0) level 1 > 2013-04-19T21:19:58.139910-05:00 turnip kernel: [ 111.521531] > shared block backref parent 2621405974528 > 2013-04-19T21:19:58.139912-05:00 turnip kernel: [ 111.521541] > item 5 key (2621340303360 a8 4096) itemoff 3608 itemsize 51 > 2013-04-19T21:19:58.139913-05:00 turnip kernel: [ 111.521544] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.139915-05:00 turnip kernel: [ 111.521548] > tree block key (11547 6c 0) level 0 > 2013-04-19T21:19:58.139917-05:00 turnip kernel: [ 111.521550] > shared block backref parent 2621340299264 > 2013-04-19T21:19:58.139918-05:00 turnip kernel: [ 111.521555] > item 6 key (2621340307456 a8 4096) itemoff 3557 itemsize 51 > 2013-04-19T21:19:58.139921-05:00 turnip kernel: [ 111.521558] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.139922-05:00 turnip kernel: [ 111.521562] > tree block key (11544 c 11203) level 0 > 2013-04-19T21:19:58.139923-05:00 turnip kernel: [ 111.521564] > shared block backref parent 2621340299264 > 2013-04-19T21:19:58.139925-05:00 turnip kernel: [ 111.521569] > item 7 key (2621340311552 a8 4096) itemoff 3506 itemsize 51 > 2013-04-19T21:19:58.139927-05:00 turnip kernel: [ 111.521572] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.139928-05:00 turnip kernel: [ 111.521575] > tree block key (11549 c 444261) level 0 > 2013-04-19T21:19:58.139929-05:00 turnip kernel: [ 111.521578] > shared block backref parent 2621340299264 > 2013-04-19T21:19:58.139931-05:00 turnip kernel: [ 111.521582] > item 8 key (2621340315648 a8 4096) itemoff 3428 itemsize 78 > 2013-04-19T21:19:58.139932-05:00 turnip kernel: [ 111.521586] > extent refs 4 gen 214207 flags 2 > 2013-04-19T21:19:58.139934-05:00 turnip kernel: [ 111.521589] > tree block key (562348 1 0) level 0 > 2013-04-19T21:19:58.139935-05:00 turnip kernel: [ 111.521592] > tree block backref root 5 > 2013-04-19T21:19:58.139936-05:00 turnip kernel: [ 111.521596] > shared block backref parent 2621360304128 > 2013-04-19T21:19:58.139938-05:00 turnip kernel: [ 111.521599] > shared block backref parent 2621341069312 > 2013-04-19T21:19:58.139939-05:00 turnip kernel: [ 111.521602] > shared block backref parent 2621274116096 > 2013-04-19T21:19:58.139940-05:00 turnip kernel: [ 111.521606] > item 9 key (2621340319744 a8 4096) itemoff 3350 itemsize 78 > 2013-04-19T21:19:58.139942-05:00 turnip kernel: [ 111.521610] > extent refs 4 gen 214207 flags 2 > 2013-04-19T21:19:58.139944-05:00 turnip kernel: [ 111.521613] > tree block key (562346 6c 0) level 0 > 2013-04-19T21:19:58.139945-05:00 turnip kernel: [ 111.521615] > tree block backref root 5 > 2013-04-19T21:19:58.139946-05:00 turnip kernel: [ 111.521618] > shared block backref parent 2621360304128 > 2013-04-19T21:19:58.139948-05:00 turnip kernel: [ 111.521621] > shared block backref parent 2621341069312 > 2013-04-19T21:19:58.139949-05:00 turnip kernel: [ 111.521623] > shared block backref parent 2621274116096 > 2013-04-19T21:19:58.139950-05:00 turnip kernel: [ 111.521628] > item 10 key (2621340327936 a8 4096) itemoff 3299 itemsize 51 > 2013-04-19T21:19:58.139952-05:00 turnip kernel: [ 111.521631] > extent refs 1 gen 245184 flags 258 > 2013-04-19T21:19:58.139954-05:00 turnip kernel: [ 111.521634] > tree block key (595897 c 469182) level 0 > 2013-04-19T21:19:58.139956-05:00 turnip kernel: [ 111.521642] > tree block backref root 2691 > 2013-04-19T21:19:58.139958-05:00 turnip kernel: [ 111.521646] > item 11 key (2621340332032 a8 4096) itemoff 3212 itemsize 87 > 2013-04-19T21:19:58.139959-05:00 turnip kernel: [ 111.521649] > extent refs 5 gen 214216 flags 2 > 2013-04-19T21:19:58.139961-05:00 turnip kernel: [ 111.521653] > tree block key (562521 6c 0) level 0 > 2013-04-19T21:19:58.139962-05:00 turnip kernel: [ 111.521655] > tree block backref root 5 > 2013-04-19T21:19:58.139963-05:00 turnip kernel: [ 111.521658] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.139965-05:00 turnip kernel: [ 111.521661] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.139966-05:00 turnip kernel: [ 111.521664] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.139968-05:00 turnip kernel: [ 111.521666] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.139969-05:00 turnip kernel: [ 111.521670] > item 12 key (2621340336128 a8 4096) itemoff 3125 itemsize 87 > 2013-04-19T21:19:58.139970-05:00 turnip kernel: [ 111.521675] > extent refs 5 gen 214213 flags 2 > 2013-04-19T21:19:58.139972-05:00 turnip kernel: [ 111.521679] > tree block key (562502 1 0) level 0 > 2013-04-19T21:19:58.139973-05:00 turnip kernel: [ 111.521681] > tree block backref root 5 > 2013-04-19T21:19:58.139975-05:00 turnip kernel: [ 111.521684] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.139976-05:00 turnip kernel: [ 111.521686] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.139977-05:00 turnip kernel: [ 111.521689] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.139979-05:00 turnip kernel: [ 111.521692] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.139981-05:00 turnip kernel: [ 111.521696] > item 13 key (2621340340224 a8 4096) itemoff 3038 itemsize 87 > 2013-04-19T21:19:58.139983-05:00 turnip kernel: [ 111.521699] > extent refs 5 gen 214213 flags 2 > 2013-04-19T21:19:58.139985-05:00 turnip kernel: [ 111.521703] > tree block key (562498 c 469153) level 0 > 2013-04-19T21:19:58.139986-05:00 turnip kernel: [ 111.521705] > tree block backref root 5 > 2013-04-19T21:19:58.139987-05:00 turnip kernel: [ 111.521708] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.139989-05:00 turnip kernel: [ 111.521711] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.139990-05:00 turnip kernel: [ 111.521714] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.139992-05:00 turnip kernel: [ 111.521716] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.139993-05:00 turnip kernel: [ 111.521721] > item 14 key (2621340348416 a8 4096) itemoff 2987 itemsize 51 > 2013-04-19T21:19:58.139995-05:00 turnip kernel: [ 111.521724] > extent refs 1 gen 195080 flags 258 > 2013-04-19T21:19:58.139996-05:00 turnip kernel: [ 111.521727] > tree block key (127757 6c 1826816) level 0 > 2013-04-19T21:19:58.139997-05:00 turnip kernel: [ 111.521730] > shared block backref parent 2621367582720 > 2013-04-19T21:19:58.139999-05:00 turnip kernel: [ 111.521734] > item 15 key (2621340352512 a8 4096) itemoff 2900 itemsize 87 > 2013-04-19T21:19:58.140001-05:00 turnip kernel: [ 111.521738] > extent refs 5 gen 214214 flags 2 > 2013-04-19T21:19:58.140002-05:00 turnip kernel: [ 111.521741] > tree block key (562517 1 0) level 0 > 2013-04-19T21:19:58.140004-05:00 turnip kernel: [ 111.521744] > tree block backref root 5 > 2013-04-19T21:19:58.140005-05:00 turnip kernel: [ 111.521746] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.140007-05:00 turnip kernel: [ 111.521749] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.140008-05:00 turnip kernel: [ 111.521752] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.140010-05:00 turnip kernel: [ 111.521754] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.140011-05:00 turnip kernel: [ 111.521759] > item 16 key (2621340356608 a8 4096) itemoff 2813 itemsize 87 > 2013-04-19T21:19:58.140012-05:00 turnip kernel: [ 111.521762] > extent refs 5 gen 214213 flags 2 > 2013-04-19T21:19:58.140014-05:00 turnip kernel: [ 111.521765] > tree block key (562501 1 0) level 0 > 2013-04-19T21:19:58.140015-05:00 turnip kernel: [ 111.521768] > tree block backref root 5 > 2013-04-19T21:19:58.140017-05:00 turnip kernel: [ 111.521771] > shared block backref parent 2621774995456 > 2013-04-19T21:19:58.140018-05:00 turnip kernel: [ 111.521773] > shared block backref parent 2621603078144 > 2013-04-19T21:19:58.140019-05:00 turnip kernel: [ 111.521776] > shared block backref parent 2621340147712 > 2013-04-19T21:19:58.140021-05:00 turnip kernel: [ 111.521779] > shared block backref parent 2621312724992 > 2013-04-19T21:19:58.140022-05:00 turnip kernel: [ 111.521783] > item 17 key (2621340360704 a8 4096) itemoff 2762 itemsize 51 > 2013-04-19T21:19:58.140024-05:00 turnip kernel: [ 111.521786] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.140025-05:00 turnip kernel: [ 111.521790] > tree block key (554179 1 0) level 0 > 2013-04-19T21:19:58.140027-05:00 turnip kernel: [ 111.521792] > shared block backref parent 2621406539776 > 2013-04-19T21:19:58.140028-05:00 turnip kernel: [ 111.521797] > item 18 key (2621340364800 a8 4096) itemoff 2711 itemsize 51 > 2013-04-19T21:19:58.140029-05:00 turnip kernel: [ 111.521800] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.140032-05:00 turnip kernel: [ 111.521803] > tree block key (552007 6c 0) level 1 > 2013-04-19T21:19:58.140034-05:00 turnip kernel: [ 111.521806] > tree block backref root 2399 > 2013-04-19T21:19:58.140072-05:00 turnip kernel: [ 111.521810] > item 19 key (2621340368896 a8 4096) itemoff 2660 itemsize 51 > 2013-04-19T21:19:58.140075-05:00 turnip kernel: [ 111.521814] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.140077-05:00 turnip kernel: [ 111.521817] > tree block key (552155 1 0) level 0 > 2013-04-19T21:19:58.140078-05:00 turnip kernel: [ 111.521820] > shared block backref parent 2621340364800 > 2013-04-19T21:19:58.140080-05:00 turnip kernel: [ 111.521824] > item 20 key (2621340372992 a8 4096) itemoff 2609 itemsize 51 > 2013-04-19T21:19:58.140082-05:00 turnip kernel: [ 111.521827] > extent refs 1 gen 229374 flags 2 > 2013-04-19T21:19:58.140083-05:00 turnip kernel: [ 111.521831] > tree block key (2620440666112 a8 4096) level 0 > 2013-04-19T21:19:58.140085-05:00 turnip kernel: [ 111.521833] > tree block backref root 2 > 2013-04-19T21:19:58.140086-05:00 turnip kernel: [ 111.521837] > item 21 key (2621340377088 a8 4096) itemoff 2558 itemsize 51 > 2013-04-19T21:19:58.140087-05:00 turnip kernel: [ 111.521841] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.140089-05:00 turnip kernel: [ 111.521844] > tree block key (552212 1 0) level 1 > 2013-04-19T21:19:58.140090-05:00 turnip kernel: [ 111.521847] > tree block backref root 2399 > 2013-04-19T21:19:58.140092-05:00 turnip kernel: [ 111.521851] > item 22 key (2621340381184 a8 4096) itemoff 2507 itemsize 51 > 2013-04-19T21:19:58.140093-05:00 turnip kernel: [ 111.521854] > extent refs 1 gen 208634 flags 258 > 2013-04-19T21:19:58.140095-05:00 turnip kernel: [ 111.521858] > tree block key (552288 1 0) level 0 > 2013-04-19T21:19:58.140097-05:00 turnip kernel: [ 111.521860] > shared block backref parent 2621340377088 > 2013-04-19T21:19:58.140098-05:00 turnip kernel: [ 111.521865] > item 23 key (2621340393472 a8 4096) itemoff 2456 itemsize 51 > 2013-04-19T21:19:58.140099-05:00 turnip kernel: [ 111.521868] > extent refs 1 gen 245867 flags 258 > 2013-04-19T21:19:58.140101-05:00 turnip kernel: [ 111.521872] > tree block key (367314 6c 0) level 1 > 2013-04-19T21:19:58.140178-05:00 turnip kernel: [ 111.521874] > tree block backref root 2693 > 2013-04-19T21:19:58.140180-05:00 turnip kernel: [ 111.521878] > item 24 key (2621340397568 a8 4096) itemoff 2405 itemsize 51 > 2013-04-19T21:19:58.140182-05:00 turnip kernel: [ 111.521887] > extent refs 1 gen 245867 flags 258 > 2013-04-19T21:19:58.140183-05:00 turnip kernel: [ 111.521890] > tree block key (367342 c 370588) level 0 > 2013-04-19T21:19:58.140184-05:00 turnip kernel: [ 111.521894] > shared block backref parent 2621340393472 > 2013-04-19T21:19:58.140186-05:00 turnip kernel: [ 111.521897] > ------------[ cut here ]------------ > 2013-04-19T21:19:58.140187-05:00 turnip kernel: [ 111.521956] > WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/extent-tree.c:5208 > __btrfs_free_extent+0x853/0x890 [btrfs]() > 2013-04-19T21:19:58.140189-05:00 turnip kernel: [ 111.521960] > Hardware name: TA790GX XE > 2013-04-19T21:19:58.140191-05:00 turnip kernel: [ 111.521964] Modules > linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp > xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark > ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache > lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 > nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT > iptable_filter ip6table_mangle nf_conntrack_ftp > nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 > nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter > ip6_tables x_tables cpufreq_conservative cpufreq_userspace > cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek > snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon > ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore > acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd > sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic > via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode > button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd > ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua > scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan > thermal processor thermal_sys > 2013-04-19T21:19:58.140194-05:00 turnip kernel: [ 111.522094] Pid: > 3654, comm: btrfs-transacti Not tainted 3.8.8-1-default #1 > 2013-04-19T21:19:58.140195-05:00 turnip kernel: [ 111.522098] Call Trace: > 2013-04-19T21:19:58.140196-05:00 turnip kernel: [ 111.522126] > [<ffffffff81004658>] dump_trace+0x78/0x2b0 > 2013-04-19T21:19:58.140198-05:00 turnip kernel: [ 111.522140] > [<ffffffff81559259>] dump_stack+0x69/0x6f > 2013-04-19T21:19:58.140200-05:00 turnip kernel: [ 111.522153] > [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 > 2013-04-19T21:19:58.140201-05:00 turnip kernel: [ 111.522191] > [<ffffffffa0423973>] __btrfs_free_extent+0x853/0x890 [btrfs] > 2013-04-19T21:19:58.140203-05:00 turnip kernel: [ 111.522287] > [<ffffffffa04273cf>] run_clustered_refs+0x45f/0xaf0 [btrfs] > 2013-04-19T21:19:58.140204-05:00 turnip kernel: [ 111.522382] > [<ffffffffa042b1ba>] btrfs_run_delayed_refs+0xca/0x310 [btrfs] > 2013-04-19T21:19:58.140207-05:00 turnip kernel: [ 111.522486] > [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] > 2013-04-19T21:19:58.140208-05:00 turnip kernel: [ 111.522608] > [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] > 2013-04-19T21:19:58.140209-05:00 turnip kernel: [ 111.522705] > [<ffffffff81066063>] kthread+0xb3/0xc0 > 2013-04-19T21:19:58.140211-05:00 turnip kernel: [ 111.522717] > [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 > 2013-04-19T21:19:58.140212-05:00 turnip kernel: [ 111.522727] ---[ > end trace 26eb4d92d8121420 ]--- > 2013-04-19T21:19:58.140213-05:00 turnip kernel: [ 111.522732] btrfs > unable to find ref byte nr 2621340344320 parent 0 root 2 owner 1 > offset 0 > 2013-04-19T21:19:58.140215-05:00 turnip kernel: [ 111.522736] > ------------[ cut here ]------------ > 2013-04-19T21:19:58.140216-05:00 turnip kernel: [ 111.522762] > WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/extent-tree.c:5265 > __btrfs_free_extent+0x7ba/0x890 [btrfs]() > 2013-04-19T21:19:58.140218-05:00 turnip kernel: [ 111.522765] > Hardware name: TA790GX XE > 2013-04-19T21:19:58.140220-05:00 turnip kernel: [ 111.522767] Modules > linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp > xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark > ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache > lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 > nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT > iptable_filter ip6table_mangle nf_conntrack_ftp > nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 > nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter > ip6_tables x_tables cpufreq_conservative cpufreq_userspace > cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek > snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon > ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore > acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd > sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic > via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode > button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd > ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua > scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan > thermal processor thermal_sys > 2013-04-19T21:19:58.140222-05:00 turnip kernel: [ 111.522903] Pid: > 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 > 2013-04-19T21:19:58.140223-05:00 turnip kernel: [ 111.522906] Call Trace: > 2013-04-19T21:19:58.140225-05:00 turnip kernel: [ 111.522917] > [<ffffffff81004658>] dump_trace+0x78/0x2b0 > 2013-04-19T21:19:58.140226-05:00 turnip kernel: [ 111.522926] > [<ffffffff81559259>] dump_stack+0x69/0x6f > 2013-04-19T21:19:58.140227-05:00 turnip kernel: [ 111.522936] > [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 > 2013-04-19T21:19:58.140229-05:00 turnip kernel: [ 111.522975] > [<ffffffffa04238da>] __btrfs_free_extent+0x7ba/0x890 [btrfs] > 2013-04-19T21:19:58.140230-05:00 turnip kernel: [ 111.523053] > [<ffffffffa04273cf>] run_clustered_refs+0x45f/0xaf0 [btrfs] > 2013-04-19T21:19:58.140231-05:00 turnip kernel: [ 111.523141] > [<ffffffffa042b1ba>] btrfs_run_delayed_refs+0xca/0x310 [btrfs] > 2013-04-19T21:19:58.140233-05:00 turnip kernel: [ 111.523238] > [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] > 2013-04-19T21:19:58.140234-05:00 turnip kernel: [ 111.523364] > [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] > 2013-04-19T21:19:58.140235-05:00 turnip kernel: [ 111.523449] > [<ffffffff81066063>] kthread+0xb3/0xc0 > 2013-04-19T21:19:58.140236-05:00 turnip kernel: [ 111.523459] > [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 > 2013-04-19T21:19:58.140238-05:00 turnip kernel: [ 111.523472] ---[ > end trace 26eb4d92d8121421 ]--- > 2013-04-19T21:19:58.140239-05:00 turnip kernel: [ 111.523485] btrfs: > run_one_delayed_ref returned -2 > 2013-04-19T21:19:58.140240-05:00 turnip kernel: [ 111.523489] > ------------[ cut here ]------------ > 2013-04-19T21:19:58.140241-05:00 turnip kernel: [ 111.523520] > WARNING: at /home/abuild/rpmbuild/BUILD/kernel-default-3.8.8/linux-3.8/fs/btrfs/super.c:256 > __btrfs_abort_transaction+0xc3/0xe0 [btrfs]() > 2013-04-19T21:19:58.140244-05:00 turnip kernel: [ 111.523523] > Hardware name: TA790GX XE > 2013-04-19T21:19:58.140245-05:00 turnip kernel: [ 111.523526] btrfs: > Transaction aborted > 2013-04-19T21:19:58.140246-05:00 turnip kernel: [ 111.523528] Modules > linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp > xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark > ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache > lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 > nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT > iptable_filter ip6table_mangle nf_conntrack_ftp > nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 > nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter > ip6_tables x_tables cpufreq_conservative cpufreq_userspace > cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek > snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon > ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore > acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd > sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic > via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode > button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd > ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua > scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan > thermal processor thermal_sys > 2013-04-19T21:19:58.140249-05:00 turnip kernel: [ 111.523651] Pid: > 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 > 2013-04-19T21:19:58.140250-05:00 turnip kernel: [ 111.523654] Call Trace: > 2013-04-19T21:19:58.140252-05:00 turnip kernel: [ 111.523665] > [<ffffffff81004658>] dump_trace+0x78/0x2b0 > 2013-04-19T21:19:58.140253-05:00 turnip kernel: [ 111.523674] > [<ffffffff81559259>] dump_stack+0x69/0x6f > 2013-04-19T21:19:58.140254-05:00 turnip kernel: [ 111.523683] > [<ffffffff81043c29>] warn_slowpath_common+0x79/0xc0 > 2013-04-19T21:19:58.140255-05:00 turnip kernel: [ 111.523702] > [<ffffffff81043d25>] warn_slowpath_fmt+0x45/0x50 > 2013-04-19T21:19:58.140256-05:00 turnip kernel: [ 111.523730] > [<ffffffffa0412323>] __btrfs_abort_transaction+0xc3/0xe0 [btrfs] > 2013-04-19T21:19:58.140258-05:00 turnip kernel: [ 111.523781] > [<ffffffffa042b338>] btrfs_run_delayed_refs+0x248/0x310 [btrfs] > 2013-04-19T21:19:58.140259-05:00 turnip kernel: [ 111.523877] > [<ffffffffa043a7b0>] btrfs_commit_transaction+0x80/0xa70 [btrfs] > 2013-04-19T21:19:58.140261-05:00 turnip kernel: [ 111.523995] > [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] > 2013-04-19T21:19:58.140263-05:00 turnip kernel: [ 111.524085] > [<ffffffff81066063>] kthread+0xb3/0xc0 > 2013-04-19T21:19:58.140264-05:00 turnip kernel: [ 111.524101] > [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 > 2013-04-19T21:19:58.140265-05:00 turnip kernel: [ 111.524108] ---[ > end trace 26eb4d92d8121422 ]--- > 2013-04-19T21:19:58.140267-05:00 turnip kernel: [ 111.524120] BTRFS > error (device sdd) in btrfs_run_delayed_refs:2504: error 2 > 2013-04-19T21:19:58.140268-05:00 turnip kernel: [ 111.524124] BTRFS > warning (device sdd): Skipping commit of aborted transaction. > 2013-04-19T21:19:58.140269-05:00 turnip kernel: [ 111.524129] BTRFS > error (device sdd) in cleanup_transaction:1391: error 2 > 2013-04-19T21:19:58.140271-05:00 turnip kernel: [ 111.524180] BUG: > unable to handle kernel paging request at ffffffff81066158 > 2013-04-19T21:19:58.140272-05:00 turnip kernel: [ 111.524330] IP: > [<ffffffff81564735>] _raw_spin_lock+0x5/0x30 > 2013-04-19T21:19:58.140273-05:00 turnip kernel: [ 111.524446] PGD > 1a0f067 PUD 1a13063 PMD 10001e1 > 2013-04-19T21:19:58.140275-05:00 turnip kernel: [ 111.524560] Oops: > 0003 [#1] SMP > 2013-04-19T21:19:58.140307-05:00 turnip kernel: [ 111.524641] Modules > linked in: md5 xt_REDIRECT xt_pkttype xt_physdev xt_TCPMSS xt_tcpudp > xt_LOG xt_limit iptable_nat nf_nat_ipv4 nf_nat iptable_mangle xt_mark > ebt_ip ebtable_filter ebtables nfsd nfs_acl auth_rpcgss nfs fscache > lockd sunrpc bridge stp llc ip6t_REJECT nf_conntrack_ipv6 > nf_defrag_ipv6 ip6table_raw ipt_REJECT iptable_raw xt_CT > iptable_filter ip6table_mangle nf_conntrack_ftp > nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 > nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter > ip6_tables x_tables cpufreq_conservative cpufreq_userspace > cpufreq_powersave snd_hda_codec_hdmi snd_hda_codec_realtek > snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer btrfs radeon > ttm zlib_deflate snd libcrc32c drm_kms_helper sp5100_tco drm soundcore > acpi_cpufreq raid1 edac_core snd_page_alloc sr_mod cdrom edac_mce_amd > sg mperf pcspkr k10temp i2c_algo_bit i2c_piix4 ata_generic > via_velocity r8169 pata_atiixp kvm_amd ehci_pci kvm microcode > button shpchp pci_hotplug wmi crc_ccitt tcp_htcp autofs4 ohci_hcd > ehci_hcd usbcore usb_common scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua > scsi_dh_rdac scsi_dh dm_mirror dm_region_hash dm_log dm_mod edd fan > thermal processor thermal_sys > 2013-04-19T21:19:58.140309-05:00 turnip kernel: [ 111.527399] CPU 2 > 2013-04-19T21:19:58.140310-05:00 turnip kernel: [ 111.527445] Pid: > 3654, comm: btrfs-transacti Tainted: G W 3.8.8-1-default #1 > BIOSTAR Group TA790GX XE/TA790GX XE > 2013-04-19T21:19:58.140311-05:00 turnip kernel: [ 111.527653] RIP: > 0010:[<ffffffff81564735>] [<ffffffff81564735>] > _raw_spin_lock+0x5/0x30 > 2013-04-19T21:19:58.140313-05:00 turnip kernel: [ 111.527814] RSP: > 0018:ffff88009269bd90 EFLAGS: 00010292 > 2013-04-19T21:19:58.140314-05:00 turnip kernel: [ 111.527919] RAX: > 0000000000010000 RBX: ffffffff81066140 RCX: 0000000000000206 > 2013-04-19T21:19:58.140315-05:00 turnip kernel: [ 111.528054] RDX: > 0000000000000000 RSI: ffffffff81066140 RDI: ffffffff81066158 > 2013-04-19T21:19:58.140316-05:00 turnip kernel: [ 111.533266] RBP: > 0000000000000206 R08: 0000000000000000 R09: ffff880095fd8f41 > 2013-04-19T21:19:58.140317-05:00 turnip kernel: [ 111.538452] R10: > 0000000000000000 R11: 000000000000045b R12: 0000000000000000 > 2013-04-19T21:19:58.140319-05:00 turnip kernel: [ 111.543576] R13: > 5355544155415641 R14: ffffffff81065fb0 R15: 0000000000001d4c > 2013-04-19T21:19:58.140320-05:00 turnip kernel: [ 111.548695] FS: > 00007ff197f32800(0000) GS:ffff88009dc80000(0000) > knlGS:0000000000000000 > 2013-04-19T21:19:58.140321-05:00 turnip kernel: [ 111.553823] CS: > 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > 2013-04-19T21:19:58.140323-05:00 turnip kernel: [ 111.558971] CR2: > ffffffff81066158 CR3: 000000007f10b000 CR4: 00000000000007e0 > 2013-04-19T21:19:58.140324-05:00 turnip kernel: [ 111.564109] DR0: > 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > 2013-04-19T21:19:58.140325-05:00 turnip kernel: [ 111.569244] DR3: > 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > 2013-04-19T21:19:58.140326-05:00 turnip kernel: [ 111.574337] Process > btrfs-transacti (pid: 3654, threadinfo ffff88009269a000, task > ffff880092698040) > 2013-04-19T21:19:58.140328-05:00 turnip kernel: [ 111.579538] Stack: > 2013-04-19T21:19:58.140329-05:00 turnip kernel: [ 111.584689] > ffffffffa04224a5 ffff88009269bd98 ffff88009269bd98 00000000fffffffe > 2013-04-19T21:19:58.140331-05:00 turnip kernel: [ 111.590020] > ffff880096926e70 000000005171fb4d ffffffffa0436a3b 00000000fffffffe > 2013-04-19T21:19:58.140332-05:00 turnip kernel: [ 111.595382] > ffff880097f4f000 ffff880096925e40 ffffffffa043a878 0000000000000000 > 2013-04-19T21:19:58.140333-05:00 turnip kernel: [ 111.600722] Call Trace: > 2013-04-19T21:19:58.140335-05:00 turnip kernel: [ 111.605988] > [<ffffffffa04224a5>] block_rsv_release_bytes+0x35/0x180 [btrfs] > 2013-04-19T21:19:58.140336-05:00 turnip kernel: [ 111.611386] > [<ffffffffa0436a3b>] btrfs_cleanup_one_transaction+0x2b/0xf0 [btrfs] > 2013-04-19T21:19:58.140349-05:00 turnip kernel: [ 111.616829] > [<ffffffffa043a878>] btrfs_commit_transaction+0x148/0xa70 [btrfs] > 2013-04-19T21:19:58.140351-05:00 turnip kernel: [ 111.622291] > [<ffffffffa0433bb5>] transaction_kthread+0x195/0x210 [btrfs] > 2013-04-19T21:19:58.140352-05:00 turnip kernel: [ 111.627654] > [<ffffffff81066063>] kthread+0xb3/0xc0 > 2013-04-19T21:19:58.140353-05:00 turnip kernel: [ 111.632904] > [<ffffffff8156c43c>] ret_from_fork+0x7c/0xb0 > 2013-04-19T21:19:58.140355-05:00 turnip kernel: [ 111.638120] Code: > e9 a1 fe ff ff 90 48 c7 c2 ff ff ff ff be 01 00 00 00 e9 8f fe ff ff > 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 b8 00 00 01 00 <f0> 0f c1 > 07 89 c2 c1 ea 10 66 39 c2 74 0f 0f 1f 44 00 00 f3 90 > 2013-04-19T21:19:58.140356-05:00 turnip kernel: [ 111.649605] RIP > [<ffffffff81564735>] _raw_spin_lock+0x5/0x30 > 2013-04-19T21:19:58.140359-05:00 turnip kernel: [ 111.655188] RSP > <ffff88009269bd90> > 2013-04-19T21:19:58.140363-05:00 turnip kernel: [ 111.660707] CR2: > ffffffff81066158 > 2013-04-19T21:19:58.140364-05:00 turnip kernel: [ 111.666163] ---[ > end trace 26eb4d92d8121423 ]--- > > > > -- > Jon > Software Blacksmith-- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html