From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f177.google.com ([209.85.220.177]:54331 "EHLO mail-vc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbaERTsS (ORCPT ); Sun, 18 May 2014 15:48:18 -0400 Received: by mail-vc0-f177.google.com with SMTP id if17so8482952vcb.36 for ; Sun, 18 May 2014 12:48:17 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 18 May 2014 21:48:17 +0200 Message-ID: Subject: What do the "wait_current_trans" messages mean I see on my raspberry pi? From: Clemens Eisserer To: linux-btrfs@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hi, Over the weekend I tried to copy one external usb drive (on ext4) to another one formatted with btrfs. Now I came back, and 48h later only ~300GB were copied and I found messages like the following on syslog: May 16 18:33:13 raspberrypi kernel: [ 8161.213142] btrfs-endio-wri D c0420f24 0 3593 2 0x00000000 May 16 18:33:13 raspberrypi kernel: [ 8161.213735] [] (__schedule+0x288/0x568) from [] (wait_current_trans+0xcc/0x13c [btrfs]) May 16 18:33:13 raspberrypi kernel: [ 8161.214357] [] (wait_current_trans+0xcc/0x13c [btrfs]) from [] (start_transaction+0x2d8/0x43c [btrfs]) May 16 18:33:13 raspberrypi kernel: [ 8161.214956] [] (start_transaction+0x2d8/0x43c [btrfs]) from [] (btrfs_join_transaction+0x20/0x2c [btrfs]) May 16 18:33:13 raspberrypi kernel: [ 8161.215562] [] (btrfs_join_transaction+0x20/0x2c [btrfs]) from [] (btrfs_finish_ordered_io+0x2c4/0x5b0 [btrfs]) May 16 18:33:13 raspberrypi kernel: [ 8161.216233] [] (btrfs_finish_ordered_io+0x2c4/0x5b0 [btrfs]) from [] (worker_loop+0x150/0x674 [btrfs]) May 16 18:33:13 raspberrypi kernel: [ 8161.216631] [] (worker_loop+0x150/0x674 [btrfs]) from [] (kthread+0xa4/0xb0) May 16 18:33:13 raspberrypi kernel: [ 8161.218363] [] (kthread+0xa4/0xb0) from [] (ret_from_fork+0x14/0x3c) More of them are available at: http://pastebin.com/th9tuSas Any idea what they mean? Are they related to the slow speed I observed? Thank you in advance, Clemens