From patchwork Tue Mar 26 14:15:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 10871243 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F2082139A for ; Tue, 26 Mar 2019 14:14:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DCFDA28B55 for ; Tue, 26 Mar 2019 14:14:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D137F28B65; Tue, 26 Mar 2019 14:14:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7812D28B7D for ; Tue, 26 Mar 2019 14:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731464AbfCZOOk (ORCPT ); Tue, 26 Mar 2019 10:14:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:40884 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726261AbfCZOOk (ORCPT ); Tue, 26 Mar 2019 10:14:40 -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 F344BAF99; Tue, 26 Mar 2019 14:14:38 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 8391BDA8A5; Tue, 26 Mar 2019 15:15:51 +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 fixes for 5.1-rc3 Date: Tue, 26 Mar 2019 15:15:45 +0100 Message-Id: X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, please pull the following tag to receive: - fsync fixes: i_size for truncate vs fsync, dio vs buffered during snapshotting, remove complicated but incomplete assertion - removed excessive warnigs, misreported device stats updates - fix raid56 page mapping for 32bit arch - fixes reported by static analyzer Thanks. ---------------------------------------------------------------- The following changes since commit d3865159ac7823f645d313fdbac0b256ac01eeb9: btrfs: zstd: ensure reclaim timer is properly cleaned up (2019-02-27 17:45:04 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.1-rc2-tag for you to fetch changes up to 0ccc3876e4b2a1559a4dbe3126dda4459d38a83b: Btrfs: fix assertion failure on fsync with NO_HOLES enabled (2019-03-20 19:53:39 +0100) ---------------------------------------------------------------- Andrea Righi (1): btrfs: raid56: properly unmap parity page in finish_parity_scrub() David Sterba (1): btrfs: don't report readahead errors and don't update statistics Filipe Manana (3): Btrfs: fix incorrect file size after shrinking truncate and fsync Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes Btrfs: fix assertion failure on fsync with NO_HOLES enabled Josef Bacik (1): btrfs: remove WARN_ON in log_dir_items Nikolay Borisov (2): btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size fs/btrfs/extent-tree.c | 2 +- fs/btrfs/qgroup.c | 4 ++-- fs/btrfs/raid56.c | 3 ++- fs/btrfs/transaction.c | 49 +++++++++++++++++++++++++++++++++++++++++++------ fs/btrfs/tree-log.c | 33 +++++++++++++++++++++++---------- fs/btrfs/volumes.c | 2 +- 6 files changed, 72 insertions(+), 21 deletions(-)