From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F483C77B70 for ; Mon, 17 Apr 2023 06:01:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229658AbjDQGBO (ORCPT ); Mon, 17 Apr 2023 02:01:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229593AbjDQGBN (ORCPT ); Mon, 17 Apr 2023 02:01:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27D782D62; Sun, 16 Apr 2023 23:01:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B745561492; Mon, 17 Apr 2023 06:01:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CD47C433EF; Mon, 17 Apr 2023 06:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681711271; bh=6FFhy1MA0NOpYvy0dbAS0WVVaRt74jiB9mX3xaybZMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BBfAiKGIQNXZzznGHxErw8IweVa0cUcaGrMeeysVA7d/EPdxyZfT4HiFcIaVw/AVe YqYAeRCen1uEK3QLjPj0QQTq9I6lu8FueKNcbc8aHwfJGoxsqNu2Yp0SVlpn854oHD f5Vob/mo8ZYptXBxVLXb0OQgD+f+H/OVyj8BYAYQ= Date: Mon, 17 Apr 2023 08:01:06 +0200 From: Greg KH To: Kyle Sanderson Cc: linux-btrfs@vger.kernel.org, Linux-Kernal , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Linus Torvalds Subject: Re: btrfs induced data loss (on xfs) - 5.19.0-38-generic Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, Apr 16, 2023 at 10:20:45PM -0700, Kyle Sanderson wrote: > The single btrfs disk was at 100% utilization and a wa of 50~, reading > back at around 2MB/s. df and similar would simply freeze. Leading up > to this I removed around 2T of data from a single btrfs disk. I > managed to get most of the services shutdown and disks unmounted, but > when the system came back up I had to use xfs_repair (for the first > time in a very long time) to boot into my system. I likely should have > just pulled the power... > > [1147997.255020] INFO: task happywriter:3425205 blocked for more than > 120 seconds. > [1147997.255088] Not tainted 5.19.0-38-generic #39~22.04.1-Ubuntu This is a distro-specific kernel, sorry, nothing to do with our releases as the 5.19 kernel branch is long end-of-life. Please work with your distro for this issue if you wish to stick to this kernel version. good luck! greg k-h