Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp595553ybi; Thu, 30 May 2019 03:44:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqznnFK4kzC+37w17qFcTL4yk77jdnXuTpSUIy+40qvC/J03fDcI6v00evnClaaWMJSI/jPO X-Received: by 2002:a17:902:67:: with SMTP id 94mr3203963pla.64.1559213081356; Thu, 30 May 2019 03:44:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559213081; cv=none; d=google.com; s=arc-20160816; b=yNieD4+KqCoI7PGEK238fgHg9E50914ehviLukK1YnI4FdTOYywCMqCbhhwa4o9wWU rCOTs3SWd+1QVFWJwvDdJpRdiGmzgHF9eC+dBeg1Og8Oz0dMRncAFGBpguPIxJlFJpU1 pySQrsvVfaFCzX4cPCM0oHLsQZ3f4YH32UXH/sespWRI/IW+B/zeQwHNbu1ust6oZ/vb 9gw/Ort9U5Pl8Ypowxv2GNMRluaIYruav3W3A8/vV/1JPhtG+dcGrUEuts9gd4s3fpHc w4h0ZY3vx7G4tJbBeNfZfYcS6bSb1CCszfKBdEo2EvhyqpJ4toCONT4MTCLkwX+efrDf QWbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=zyGY7vTX8Al8iqjERGBT7yJVJeHy7NCYChkOo+rx7Mw=; b=rlrLsD+JoTtGF/F0wXTK/bFDHf1qQUQO06twRXdgCww1O6X/QpkoOvPtkjOkkBDtRd x3Yw1dQyRrrq3MmHfI9IYy1xhBOKMwt7QVvO1ohaixIzSj+UTrviRJOBL6fP6qivxkzd gNwiEmoak9PpOzGKY9DCn2uvx59rA5a8TAgSwSUdSJXyU+led6SRHMVRegXbNcSoV2zD HCI2QNHRHMdcVK+MwEAPWUM56q3gH79NCiUoeMGsd8KRg+n/7ufKYuyf4SIFqV4ja0nh NlnHtOGhtNkAwvz72MG5twTtTy0ZIulBsZ9KQz+EEfxxQd7AD2ZZCD8KF7IBFJBqYOlt jf8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w13si2713185plp.271.2019.05.30.03.44.25; Thu, 30 May 2019 03:44:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726791AbfE3KnP (ORCPT + 99 others); Thu, 30 May 2019 06:43:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:49108 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725440AbfE3KnO (ORCPT ); Thu, 30 May 2019 06:43:14 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5E8B3ACEE; Thu, 30 May 2019 10:43:13 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 04DA8DA85E; Thu, 30 May 2019 12:44:06 +0200 (CEST) From: David Sterba To: torvalds@linux-foundation.org Cc: David Sterba , clm@fb.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Btrfs fixes for 5.2-rc3 Date: Thu, 30 May 2019 12:44:01 +0200 Message-Id: X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, a few more fixes for bugs reported by users, fuzzing tools and regressions: * fix crashes in relocation * resuming interrupted balance operation does not properly clean up orphan trees * with enabled qgroups, resuming needs to be more careful about block groups due to limited context when updating qgroups * fsync and logging fixes found by fuzzing * incremental send fixes for no-holes and clone * fix spin lock type used in timer function for zstd No merge conflicts, please pull. Thanks. ---------------------------------------------------------------- The following changes since commit 4e9845eff5a8027b5181d5bff56a02991fe46d48: Btrfs: tree-checker: detect file extent items with overlapping ranges (2019-05-16 14:33:51 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.2-rc2-tag for you to fetch changes up to 06989c799f04810f6876900d4760c0edda369cf7: Btrfs: fix race updating log root item during fsync (2019-05-28 19:26:46 +0200) ---------------------------------------------------------------- Dennis Zhou (1): btrfs: correct zstd workspace manager lock to use spin_lock_bh() Filipe Manana (5): Btrfs: incremental send, fix file corruption when no-holes feature is enabled Btrfs: incremental send, fix emission of invalid clone operations Btrfs: fix fsync not persisting changed attributes of a directory Btrfs: fix wrong ctime and mtime of a directory after log replay Btrfs: fix race updating log root item during fsync Nikolay Borisov (1): btrfs: Ensure replaced device doesn't have pending chunk allocation Qu Wenruo (2): btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON() btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereference fs/btrfs/dev-replace.c | 35 +++++++++++++++++++++++---------- fs/btrfs/inode.c | 14 ++++++++++++-- fs/btrfs/qgroup.c | 8 +++++++- fs/btrfs/relocation.c | 27 ++++++++++++++++++-------- fs/btrfs/send.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++--- fs/btrfs/tree-log.c | 20 ++++++------------- fs/btrfs/zstd.c | 20 +++++++++---------- 7 files changed, 128 insertions(+), 48 deletions(-)