Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1084958imu; Wed, 28 Nov 2018 04:29:18 -0800 (PST) X-Google-Smtp-Source: AFSGD/VW+FXz5hU7cVsptTKWfwvHujq8nLqxfDs/ps2vv7Z0M1lhIsCoK/8C2BmwidQjwbCSuHBt X-Received: by 2002:a63:7e5b:: with SMTP id o27mr32750320pgn.214.1543408158755; Wed, 28 Nov 2018 04:29:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543408158; cv=none; d=google.com; s=arc-20160816; b=DsyaefKJ96mbrZyr832cIO2Lm2gfhkTif6uIACJ7icX/kbCbzHe3JsN4a/4yWM9NFA dd0HM97KkHuL/UUXYxstD6VyyNoXUXIVDWkbwxtfzqA8iwLNtWeaPHa2h+rahqCoamA9 nGjTdSk3LSm6COM2pb7o4lXGi2gkoVam5qPq8MsHjgjR0SXWq/mDMbg8VEehj6SrpTqx 9cCETTPseJgwcd0D3CTElgqH6QCiwjITM+JwRsUAGYys8uHQIo8iBkCtwZeo1pI5xYdf h3Ebp5XBvW2euELYFofKDjGQxBuGtBhAaoHksYLCOTnnrtZ1A5xaN+0i1eU0oTTjQf3n ok5g== 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=hbn8onX7/f0lwIDRWlDIDN44UQ44kmPNUJh5WG+f1nU=; b=EjftjGCBTBolD92gyDzmOIx/JniHfmX6etIYWEprz6hwyzRsRd5ibECxdoRIqiMBKs lpePUmpnT5nxgA+5LubAjSC1fq4xrvpuUCxLC85bHKsQvx76ZpDMwbr5a2DgEgACmOIF 0l3q6Y/OTdtAsnmJN2HPoRDjljKlfGDMyKf73Gxe+3RBITpKO8FnonQ/MOxvkNAmynA4 QEmQcjYomGQ73LGAZE113plNmFc3PH7AQ4LQJBhZirAqHwh0AJvqL9/QAY27j0x0g/rV 3KmiGq7hVfNbCZNvaPWEc40FsHK6tFPXjnjYVig8m3ij6QwtwPdhpJbPLKH1/v2Ndy6K GFVg== 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 q7si7490151pfa.99.2018.11.28.04.29.02; Wed, 28 Nov 2018 04:29:18 -0800 (PST) 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 S1728092AbeK1X35 (ORCPT + 99 others); Wed, 28 Nov 2018 18:29:57 -0500 Received: from mx2.suse.de ([195.135.220.15]:58656 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727783AbeK1X34 (ORCPT ); Wed, 28 Nov 2018 18:29:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 70A6BB046; Wed, 28 Nov 2018 12:28:25 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id EDCCCDA837; Wed, 28 Nov 2018 13:28:08 +0100 (CET) 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 updates for 4.20-rc4 Date: Wed, 28 Nov 2018 13:28:05 +0100 Message-Id: X-Mailer: git-send-email 2.19.1 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 fixes. Some of them are being hit during testing so we'd like to get them merged, otherwise there are usual stability fixes for stable trees. Thanks. ---------------------------------------------------------------- The following changes since commit d6fd0ae25c6495674dc5a41a8d16bc8e0073276d: Btrfs: fix missing delayed iputs on unmount (2018-11-07 20:17:45 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.20-rc4-tag for you to fetch changes up to 42a657f57628402c73237547f0134e083e2f6764: btrfs: relocation: set trans to be NULL after ending transaction (2018-11-23 13:47:46 +0100) ---------------------------------------------------------------- Filipe Manana (3): Btrfs: fix rare chances for data loss when doing a fast fsync Btrfs: ensure path name is null terminated at btrfs_control_ioctl Btrfs: fix race between enabling quotas and subvolume creation Nikolay Borisov (1): btrfs: Always try all copies when reading extent buffers Pan Bian (1): btrfs: relocation: set trans to be NULL after ending transaction Robbie Ko (1): Btrfs: send, fix infinite loop due to directory rename dependencies fs/btrfs/disk-io.c | 11 +---------- fs/btrfs/file.c | 24 ++++++++++++++++++++++++ fs/btrfs/qgroup.c | 3 ++- fs/btrfs/relocation.c | 1 + fs/btrfs/send.c | 11 ++++++++--- fs/btrfs/super.c | 1 + 6 files changed, 37 insertions(+), 14 deletions(-)