From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 028EDC47256 for ; Sun, 3 May 2020 16:26:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E01A620757 for ; Sun, 3 May 2020 16:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728843AbgECQ01 (ORCPT ); Sun, 3 May 2020 12:26:27 -0400 Received: from mx2.suse.de ([195.135.220.15]:53592 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728002AbgECQ01 (ORCPT ); Sun, 3 May 2020 12:26:27 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 30AAFAB76; Sun, 3 May 2020 16:26:27 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id B282DDA70B; Sun, 3 May 2020 18:25:38 +0200 (CEST) From: David Sterba To: torvalds@linux-foundation.org Cc: David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Btrfs fixes for 5.7-rc4, part 2 Date: Sun, 3 May 2020 18:25:37 +0200 Message-Id: X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi, please pull a few more stability fixes, minor build warning fixes and git url fixup. Thanks. - fix partial loss of prealloc extent past i_size after fsync - fix potential deadlock due to wrong transaction handle passing via journal_info - fix gcc 4.8 struct intialization warning - update git URL in MAINTAINERS entry ---------------------------------------------------------------- The following changes since commit 1402d17dfd9657be0da8458b2079d03c2d61c86a: btrfs: fix transaction leak in btrfs_recover_relocation (2020-04-23 17:24:56 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.7-rc3-tag for you to fetch changes up to eb91db63a90d8f8e8768b82fcb2cae5f7198cf6b: MAINTAINERS: btrfs: fix git repo URL (2020-05-03 18:13:18 +0200) ---------------------------------------------------------------- Arnd Bergmann (1): btrfs: fix gcc-4.8 build warning for struct initializer Eric Biggers (1): MAINTAINERS: btrfs: fix git repo URL Filipe Manana (1): btrfs: fix partial loss of prealloc extent past i_size after fsync Qu Wenruo (1): btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info MAINTAINERS | 2 +- fs/btrfs/backref.c | 2 +- fs/btrfs/transaction.c | 13 +++++++++++-- fs/btrfs/tree-log.c | 43 ++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 53 insertions(+), 7 deletions(-)