From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f172.google.com ([209.85.217.172]:34337 "EHLO mail-ua0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934172AbcIVODJ (ORCPT ); Thu, 22 Sep 2016 10:03:09 -0400 Received: by mail-ua0-f172.google.com with SMTP id q42so671285uaq.1 for ; Thu, 22 Sep 2016 07:03:09 -0700 (PDT) Message-ID: <1474552982.3206.12.camel@gmail.com> Subject: Re: BTRFS constantly reports "No space left on device" even with a huge unallocated space From: Ronan Arraes Jardim Chagas To: "Austin S. Hemmelgarn" , Wang Xiaoguang , Jeff Mahoney , Josef Bacik , Qu Wenruo , Chris Murphy Cc: Btrfs BTRFS Date: Thu, 22 Sep 2016 11:03:02 -0300 In-Reply-To: <6ae8684e-a671-1f8d-9ad3-1299b442bd3c@gmail.com> References: <1471023419.16857.9.camel@gmail.com> <1472734635.3137.4.camel@gmail.com> <0778dff0-cb43-d279-adb2-0e314b61110d@gmail.com> <1472747695.3137.7.camel@gmail.com> <1472827395.3713.6.camel@gmail.com> <9dee919a-0e81-5ba7-ddc6-7dcdb3a6b873@suse.com> <1472829630.3713.8.camel@gmail.com> <506f2875-8cea-2d99-3664-52ee546adcfd@suse.com> <1472844353.3083.1.camel@gmail.com> <356a9e31-047e-d4c9-00ba-d01b6e92b266@cn.fujitsu.com> <1473359094.7190.1.camel@gmail.com> <86f87e36-db70-2ad1-cc20-3537dc7e529e@suse.com> <14f71ffe-4cc7-bad1-fde1-42d5e5f90d1d@suse.com> <08737c8d-9f1b-5f18-61a0-d3bb501eb950@fb.com> <9221d4d9-d114-4ffb-d2f8-6dc2d1cdb79c@suse.com> <57DF4E44.2040506@cn.fujitsu.com> <1474550402.3206.4.camel@gmail.com> <6ae8684e-a671-1f8d-9ad3-1299b442bd3c@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org List-ID: Em qui, 2016-09-22 às 09:41 -0400, Austin S. Hemmelgarn escreveu: > Most likely the kernel upgrade fixed things.  It's possible that the  > large allocation is impacting something and making it work, but I > don't  > think that that is very likely. The patches related to btrfs I could find in kernel 4.7.2 and 4.7.3 changelog are: commit 8d32aaa89067225d4202a362dc201280e2514952 Author: Chris Mason Date:   Tue Jul 19 05:52:36 2016 -0700     Btrfs: fix delalloc accounting after copy_from_user faults commit f495a60eb6351bf2f29fdbc1854375df9fe4022b Author: Paolo Valente Date:   Wed Jul 27 07:22:05 2016 +0200     block: add missing group association in bio-cloning functions     Fixes: da2f0f74cf7d ("Btrfs: add support for blkio controllers") commit ff3235105fc7e4ecf04eb308940821d4a098c08d Author: Jeff Mahoney Date:   Wed Aug 17 21:58:33 2016 -0400     btrfs: don't create or leak aliased root while cleaning up orphans commit 64563a38fde57a26f4d68d488d0d4918f843547c Author: Jeff Mahoney Date:   Mon Aug 15 12:10:33 2016 -0400     btrfs: properly track when rescan worker is running commit 69b69167965e108a775ef20decabcc76fbe4fc08 Author: Jeff Mahoney Date:   Mon Aug 8 22:08:06 2016 -0400     btrfs: waiting on qgroup rescan should not always be interruptible Best regards, Ronan Arraes