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=ham 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 C1F5DC2D0DB for ; Sat, 25 Jan 2020 12:14:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 956E120674 for ; Sat, 25 Jan 2020 12:14:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729106AbgAYMO2 (ORCPT ); Sat, 25 Jan 2020 07:14:28 -0500 Received: from mx2.suse.de ([195.135.220.15]:53626 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726565AbgAYMO2 (ORCPT ); Sat, 25 Jan 2020 07:14:28 -0500 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 AFAB3B138; Sat, 25 Jan 2020 12:14:18 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 9D152DA730; Sat, 25 Jan 2020 13:14:01 +0100 (CET) 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 fix for 5.5-rc8 Date: Sat, 25 Jan 2020 13:14:00 +0100 Message-Id: X-Mailer: git-send-email 2.24.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, here's a last minute fix for a regression introduced in this development cycle. There's a small chance of a silent corruption when device replace and NOCOW data writes happen at the same time in one block group. Metadata or COW data writes are unaffected. The fixup patch is there to silence an unnecessary warning. Please pull, thanks. ---------------------------------------------------------------- The following changes since commit b35cf1f0bf1f2b0b193093338414b9bd63b29015: btrfs: check rw_devices, not num_devices for balance (2020-01-17 15:40:54 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.5-rc8-tag for you to fetch changes up to 4cea9037f82a6deed0f2f61e4054b7ae2519ef87: btrfs: dev-replace: remove warning for unknown return codes when finished (2020-01-25 12:49:12 +0100) ---------------------------------------------------------------- David Sterba (1): btrfs: dev-replace: remove warning for unknown return codes when finished Qu Wenruo (1): btrfs: scrub: Require mandatory block group RO for dev-replace fs/btrfs/dev-replace.c | 5 +---- fs/btrfs/scrub.c | 33 ++++++++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 9 deletions(-)