Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3994464ybi; Tue, 18 Jun 2019 09:52:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqxFhqrqKMotiOYy+XHm1nT+whvUK90mJEp6AWMiIJQEvyzwqEpC4L7chswNnQVdozwaJLqf X-Received: by 2002:a17:902:2aa9:: with SMTP id j38mr74503851plb.206.1560876739802; Tue, 18 Jun 2019 09:52:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560876739; cv=none; d=google.com; s=arc-20160816; b=JkfRcRfZr5OVZd0TJU36I8SgD2h80CgBoZbTv3YZsPhs/ZzQw2xXGZbf4zqZ+jwrsr g4iE4EEoWwdQ+nptPImUVck1DMIpOfNlxjXRcoxy0EimWGJqOjSOyAxdhGfJWDL8ftTA W6nv2zCTAwviKXa5fzr2jS0nt8GOyGNmznVEdelYKzPN4F9XpYSuBxcWfLdJNeF6NYEv 6CgU5gAwqzn+1YWysZ2foMAuyU7CV/dyZ6/CA2MSnx1rOb0o3dPO4GEvj6TNmsjCxAgm sFPP6KuEfHhUtvIZFKMD9+hn9VZkcB4odNHpMB+4h/0KGnRHl7tgtjJaC2pcz6b3ZYa5 q/VQ== 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=zBiph4IC8D6wHKoXUpgGnFp1QesFmOOpLYX4IHpdlz4=; b=d5IdxMYj9UVqhg4fqJ7BoEZDPB4TF+G2YBg1ruuBwJtJvPtPFmKLCsA+9tq5xBd82w 2/oL/SwBDndFIU0FW+8SQygW33vGRIAnoK2sYj+yZOfh4gmx32/vk4COdRwlUX5EZeFi x82FvcaqQERDkNO2q6gZ9dKa8Cie1Dm7linBpolNvT0OkFhaypq9vf2wnVSDxY1wi2l0 IMGzP8enLamds7Qxy2/UpKE/hHdnz7MkYCCwBaRwv6R4LXZvGYZPvKDOmvpDftMkL/6W v2F73uLVkaPRgDqMB1Ud9FKtY2ioCIxCtsmLqZFOScw3GaLpPYltg6L+xPiFUM6Winz2 Fdwg== 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 q23si15212359pfc.179.2019.06.18.09.52.04; Tue, 18 Jun 2019 09:52:19 -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 S1730126AbfFRQv2 (ORCPT + 99 others); Tue, 18 Jun 2019 12:51:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:35536 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729319AbfFRQv1 (ORCPT ); Tue, 18 Jun 2019 12:51:27 -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 8B8A0ADF7; Tue, 18 Jun 2019 16:51:26 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id DC42EDA871; Tue, 18 Jun 2019 18:52:11 +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-rc6 Date: Tue, 18 Jun 2019 18:52:07 +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, please pull the following btrfs fixes: - regression where properties stored as xattrs are not properly persisted - a small readahead fix (the fstests testcase for that fix hangs on unpatched kernel, so we'd like get it merged to ease future testing) - fix a race during block group creation and deletion Thanks. ---------------------------------------------------------------- The following changes since commit 8103d10b71610aa65a65d6611cd3ad3f3bd7beeb: btrfs: Always trim all unallocated space in btrfs_trim_free_extents (2019-06-07 14:52:05 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.2-rc5-tag for you to fetch changes up to 3763771cf60236caaf7ccc79cea244c63d7c49a0: Btrfs: fix failure to persist compression property xattr deletion on fsync (2019-06-17 16:37:17 +0200) ---------------------------------------------------------------- Filipe Manana (2): Btrfs: fix race between block group removal and block group allocation Btrfs: fix failure to persist compression property xattr deletion on fsync Naohiro Aota (1): btrfs: start readahead also in seed devices fs/btrfs/extent-tree.c | 24 +++++++++++++----------- fs/btrfs/ioctl.c | 2 -- fs/btrfs/reada.c | 5 +++++ fs/btrfs/xattr.c | 6 +++--- 4 files changed, 21 insertions(+), 16 deletions(-)