From patchwork Sun Feb 16 13:51:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 11384449 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 30F1292A for ; Sun, 16 Feb 2020 13:52:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B6D82086A for ; Sun, 16 Feb 2020 13:52:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728200AbgBPNwG (ORCPT ); Sun, 16 Feb 2020 08:52:06 -0500 Received: from mx2.suse.de ([195.135.220.15]:45176 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbgBPNwG (ORCPT ); Sun, 16 Feb 2020 08:52:06 -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 5AE57AC67; Sun, 16 Feb 2020 13:52:04 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 0702CDA7A0; Sun, 16 Feb 2020 14:51:48 +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 fixes for 5.6-rc2 Date: Sun, 16 Feb 2020 14:51:45 +0100 Message-Id: X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi, please pull the following mix of fixes. There are two races fixed, memory leak fix, sysfs directory fixup and two new log messages. * two fixed race conditions: extent map merging and truncate vs fiemap * create the right sysfs directory with device information and move the individual device dirs under it * print messages when the tree-log is replayed at mount time or cannot be replayed on remount Thanks. ---------------------------------------------------------------- The following changes since commit d55966c4279bfc6a0cf0b32bf13f5df228a1eeb6: btrfs: do not zero f_bavail if we have available space (2020-02-02 18:49:32 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.6-rc1-tag for you to fetch changes up to 1b9867eb6120db85f8dca8ff42789d9ec9ee16a5: btrfs: sysfs, move device id directories to UUID/devinfo (2020-02-12 18:28:22 +0100) ---------------------------------------------------------------- Anand Jain (2): btrfs: sysfs, add UUID/devinfo kobject btrfs: sysfs, move device id directories to UUID/devinfo David Sterba (2): btrfs: print message when tree-log replay starts btrfs: log message when rw remount is attempted with unclean tree-log Filipe Manana (2): Btrfs: fix race between using extent maps and merging them Btrfs: fix race between shrinking truncate and fiemap Wenwen Wang (1): btrfs: ref-verify: fix memory leaks fs/btrfs/disk-io.c | 1 + fs/btrfs/extent_map.c | 11 +++++++++++ fs/btrfs/inode.c | 8 ++++++++ fs/btrfs/ref-verify.c | 5 +++++ fs/btrfs/super.c | 2 ++ fs/btrfs/sysfs.c | 17 ++++++++++++++++- fs/btrfs/volumes.h | 1 + 7 files changed, 44 insertions(+), 1 deletion(-)