Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp6681226imm; Sun, 20 May 2018 08:22:22 -0700 (PDT) X-Google-Smtp-Source: AB8JxZq2v5Z11cVIXITv7ja/7QaqMvJ2QvmwVHEa8IJnhVAc7qr22o7PFAc31xZXLt6BFctIjosL X-Received: by 2002:a17:902:b087:: with SMTP id p7-v6mr17109790plr.227.1526829742217; Sun, 20 May 2018 08:22:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526829742; cv=none; d=google.com; s=arc-20160816; b=v2XxoGnkeWQoiPx42Im77B3yfUaXTWhWvHjX2jmhdbecYV/3xyuYwJo+WAF9xoytyj 9ImJ2UQEwSgaJyLbyUQQPTkyNyFLDbN6Bch2eeAsOHhnSsZxgWVdHTZR/JcdO3h+twsk Dg/PvPOd8oHM0wXHlPHnJX2ErK2JPB6ea8TFTzoZOhkGGm+o1hu2RNMkcZ6UeLnhG990 1KGiubjHt7XfsTUeUPUv+wpGkrk7ejglRUhAvH3BZrnVJ3hy206lL7VLhRua6eRVeaSa NU0PhgLVYLEOERbqp2fFvAtUSggY9kQ+biYXoYvtAekAUvwKtg/w5Y5SfZu4IT2VfZev StoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=kL+fw7owwN9UXFf+eQzohElFhRhfqt1ODPA+zHWpefw=; b=hXl+NGp8j2DBpjWcbYeBmp2oUjs0PFMQsccDi5nXcq2SnKWMDCdP5kAKDYTFJRYigR 2CnATK/B3SYXIWddcGPuRNsRVPpJQUmNpnDWsLk3NSngOrosfoK6RK6QqVsRm3TkWBLc XJrusszkunb0PGzTiJEfoC7ubQJtBpXRgzBxeSbZ9du72JzJt2Hnyp0p98ERw3jY2ehk n///naW7vvOr0cnhmAE07lGrfmamp8QkUgXlc4tnjXn6HfVMUvJ5Wv/Sw1It7zbVK58t QXjMhmGM9WBNRKZNp0iit0TCwCIhRecqzWgD+4S4eJHuwgt/sLQfK+87B/FY/Q7s3UcZ kh4A== 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 g6-v6si12760623pll.69.2018.05.20.08.21.34; Sun, 20 May 2018 08:22:22 -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 S1751708AbeETPVX (ORCPT + 99 others); Sun, 20 May 2018 11:21:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:35961 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751537AbeETPVV (ORCPT ); Sun, 20 May 2018 11:21:21 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9A2E7ACD9; Sun, 20 May 2018 15:21:20 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id AACDCDA908; Sun, 20 May 2018 17:18:38 +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 4.17-rc6 Date: Sun, 20 May 2018 17:18:36 +0200 Message-Id: X-Mailer: git-send-email 2.16.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, we've accumulated some fixes during the last week, some of them were in the works for a longer time but there are some newer ones too. Most of the fixes have a reproducer and fix user visible problems, also candidates for stable kernels. They IMHO qualify for a late rc, though I did not expect that many. The commit date may differ from author date because I added the stable and Fixes tags where missing. There are no merge conflicts against current master. Please pull, thanks. ---------------------------------------------------------------- The following changes since commit a6aa10c70bf72fb28504cb5de5deac75da78b0f5: Btrfs: send, fix missing truncate for inode with prealloc extent past eof (2018-05-02 11:55:29 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.17-rc5-tag for you to fetch changes up to 02ee654d3a04563c67bfe658a05384548b9bb105: btrfs: fix crash when trying to resume balance without the resume flag (2018-05-17 14:38:24 +0200) ---------------------------------------------------------------- Anand Jain (1): btrfs: fix crash when trying to resume balance without the resume flag Filipe Manana (2): Btrfs: fix xattr loss after power failure Btrfs: fix duplicate extents after fsync of file with prealloc extents Liu Bo (1): btrfs: fix reading stale metadata blocks after degraded raid1 mounts Misono Tomohiro (1): btrfs: property: Set incompat flag if lzo/zstd compression is set Nikolay Borisov (2): btrfs: Split btrfs_del_delalloc_inode into 2 functions btrfs: Fix delalloc inodes invalidation during transaction abort Robbie Ko (1): Btrfs: send, fix invalid access to commit roots due to concurrent snapshotting fs/btrfs/ctree.c | 22 ++++++-- fs/btrfs/ctree.h | 2 + fs/btrfs/disk-io.c | 26 ++++++---- fs/btrfs/inode.c | 13 +++-- fs/btrfs/props.c | 12 +++-- fs/btrfs/tree-log.c | 144 +++++++++++++++++++++++++++++++++++++++++++--------- fs/btrfs/volumes.c | 9 ++++ 7 files changed, 180 insertions(+), 48 deletions(-)