Received: by 10.223.185.116 with SMTP id b49csp1437531wrg; Sun, 4 Mar 2018 01:43:36 -0800 (PST) X-Google-Smtp-Source: AG47ELtQ57dwDQ3b4ZD1rxnt1v4p60jJ0FAbX6Unb8k7aXQ4BPZN5idq1YS6nbPb7McdwppgBBvq X-Received: by 10.101.92.66 with SMTP id v2mr9261199pgr.341.1520156616401; Sun, 04 Mar 2018 01:43:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520156616; cv=none; d=google.com; s=arc-20160816; b=xHqriuRXMkX/lhhDmbKg/z8Tw0TPbOAV+Wb41nBfQI39H72IgXFkCmhjI1Z329TbLw iiOUCCH3fhbRsRW3gH+YkpwO8jYnMBIHpzZU8a4eLTmB3JoMDGNhy5vmbwbDD6iQ5C10 2FpfuEFXtuwVk2REnyT/9hxCeYg00Qttsu8SRrr/hy3SEHm/nNiFd08L4Vz4xXF43v9o aKNNfbhYWP9P93EySCKkPViZi49XJOIhbZ7YgTh5FVqbW7MDsf9GwQnX8QzA6gR4U3EH HaG4VvTdzCDFCu7837FTVku634kZeOs2PdCG2ysYf8vuyWjBTpl4blxRYIbVRwf5Mr6L QVyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=TuCKRwZC8kn/FGN+ew+eJ4BvmnCYJt94izOpf3ynEFU=; b=YzEwuEb5usQsWGrycgLcA25cgJzaOBPQxavZbsBoa2Beb+JD9xnzfVWxG538drLKDs XVTL2sZZG1FoqP2pvqMn3eL0hEYdn71FioTUNzMcQksfvfEBdHF7vmvZz5CMvqLWhmX4 BXjF8wfe/pISRNK/1KIOLYl5p5XZLLeg4T/crZ+NQEW5UZIljam49LkWPEP6LM1V5yQs dj+UomuSjKj3xqCDp09ZFZ8bJRvb6yT9MQu+xU3YvvkZdhzDZgtV7VWvJq1SwLzEH9vh Fh6YOrLwRePmwhpCmvqYx8sWUDlZp1h2z8E8JYtyzRZW0AygLPAm9yiZGWPIPSqOiMOy gtdw== 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 d16-v6si7492254pll.504.2018.03.04.01.43.22; Sun, 04 Mar 2018 01:43:36 -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 S1752603AbeCDJeZ (ORCPT + 99 others); Sun, 4 Mar 2018 04:34:25 -0500 Received: from mx2.suse.de ([195.135.220.15]:60844 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752465AbeCDJeX (ORCPT ); Sun, 4 Mar 2018 04:34:23 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id EF5C5AB49; Sun, 4 Mar 2018 09:34:21 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id E2128DA947; Sun, 4 Mar 2018 10:32:02 +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 4.16-rc4 Date: Sun, 4 Mar 2018 10:31:48 +0100 Message-Id: X-Mailer: git-send-email 2.16.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, please consider the follwing btrfs updates, there are bugfixes or fixes for user visible behaviour. No merge conflicts. Please pull, thanks. - when NR_CPUS is large, a SRCU structure can significantly inflate size of the main filesystem structure that would not be possible to allocate by kmalloc, so the kvalloc fallback is used - improved error handling - fix endiannes when printing some filesystem attributes via sysfs, this is could happen when a filesystem is moved between different endianity hosts - send fixes: the NO_HOLE mode should not send a write operation for a file hole - fix log replay for for special files followed by file hardlinks - fix log replay failure after unlink and link combination - fix max chunk size calculation for DUP allocation ---------------------------------------------------------------- The following changes since commit fd649f10c3d21ee9d7542c609f29978bdf73ab94: btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device (2018-02-05 17:15:14 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.16-rc3-tag for you to fetch changes up to 1f250e929a9c9332fd6ea34da684afee73837cfe: Btrfs: fix log replay failure after unlink and link combination (2018-03-01 16:18:40 +0100) ---------------------------------------------------------------- Anand Jain (1): btrfs: use proper endianness accessors for super_copy Filipe Manana (3): Btrfs: send, fix issuing write op when processing hole in no data mode Btrfs: fix log replay failure after linking special file and fsync Btrfs: fix log replay failure after unlink and link combination Hans van Kranenburg (1): btrfs: alloc_chunk: fix DUP stripe size handling Jeff Mahoney (1): btrfs: use kvzalloc to allocate btrfs_fs_info Nikolay Borisov (2): btrfs: handle failure of add_pending_csums btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster fs/btrfs/ctree.h | 7 ++- fs/btrfs/inode-item.c | 44 +++++++++++-------- fs/btrfs/inode.c | 11 ++++- fs/btrfs/relocation.c | 18 +++++++- fs/btrfs/send.c | 3 ++ fs/btrfs/super.c | 2 +- fs/btrfs/sysfs.c | 8 ++-- fs/btrfs/transaction.c | 20 +++++---- fs/btrfs/tree-log.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++-- fs/btrfs/volumes.c | 11 ++--- 10 files changed, 191 insertions(+), 47 deletions(-)