Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp267929ybi; Wed, 29 May 2019 21:02:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqwI9VZs+9zS9wEnorbl68M0uIPwf8EIv+4RyqzzuXuRSKkJkviC/PSfjA7C9o7R8geRfbU4 X-Received: by 2002:a65:638a:: with SMTP id h10mr1901408pgv.64.1559188923508; Wed, 29 May 2019 21:02:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559188923; cv=none; d=google.com; s=arc-20160816; b=z9R0CitcWa4EH3/fPIx4O6kHRyzJYQ2C4TTjyATEFNHPyWMXjMDlCc6evu4JXfNUZg INjpBls9HusFkCxknkEvs1MqZdvNckzZ9w17ZaErgSBtk9rn47013ZtP44u4lOhwi2zZ vVoXTmSBDuIlNYwESwvve75/TV+YtYpsbKcrOQNhShDEG7asPDhXUjqDwlSnuz1uetoJ RXNbuW98iMr8GExtXimk+xACwMXVw2pOw0416n03TpXskpx3ndCeqnPRVgAw/w95TvM9 ACCfhifT5CvKR3popA8U/D4lwV/EdOXuaxYBC8I2hu6nhm3UJSb+l7Qty2pzRcdvhmEP 3mnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=vsWsg5VblP+kuErgNFFW522SnuvkDhTOqzqHtGnlL/M=; b=VclvUFbyXrUdIYpUJqq0d/OyQWjtklr9ce7bkE1TuYPWGnHVMWJLgQalFSx0vSXBnM 4v73S/ohoXQbPe/u/FVX1cijr3N5DKKwzit8bKOEXHMlL2fwUYN0mh6ZNI/z+DezDrqt 64xb5z7CRvR2P09/PNXonK1hxxtfQnsoeAzXd8iLbjFRY2l3Bf98IcUxZ/MvN4E2rMwo LsRshbLn/NEj+q9GbB/610SgczAB7j/5eTjYEKDA8BaKTlUKp/+eeNa1BtNOQgYkKQDJ jiH2N8wl9kBhOd8ofsOkTJKDjqDlK/aQ1frazWTU/O8tD3q+92Nw8nNDTuUfQ7mqTfX4 IFVQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=yDhzYZ8m; 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 l75si1913283pje.36.2019.05.29.21.01.46; Wed, 29 May 2019 21:02:03 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=yDhzYZ8m; 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 S2387922AbfE3D7Y (ORCPT + 99 others); Wed, 29 May 2019 23:59:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:51820 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731589AbfE3DSe (ORCPT ); Wed, 29 May 2019 23:18:34 -0400 Received: from localhost (ip67-88-213-2.z213-88-67.customer.algx.net [67.88.213.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C23392471D; Thu, 30 May 2019 03:18:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559186313; bh=zZUEUR7MHqIXZruyeWmGbOLnjfwhXe3hcr2a0Mc43Mc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yDhzYZ8m2hew1HkZliBh9qYMrgTuwpixh7LYgISa72Q/PFB9bfqoIBlQogGy0c8h5 zWpzRDadXfl/+i7VF0PJLSLOK58tqPZrE8ddceGfGEPpcVv6JYLXVHNvVRGtnbWouv 6k22lInfQUI0nQ/C4VzMl7u0zVIvZyptBGmJeJ+U= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Josef Bacik , Filipe Manana , David Sterba Subject: [PATCH 4.14 017/193] Btrfs: avoid fallback to transaction commit during fsync of files with holes Date: Wed, 29 May 2019 20:04:31 -0700 Message-Id: <20190530030450.700719072@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190530030446.953835040@linuxfoundation.org> References: <20190530030446.953835040@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Filipe Manana commit ebb929060aeb162417b4c1307e63daee47b208d9 upstream. When we are doing a full fsync (bit BTRFS_INODE_NEEDS_FULL_SYNC set) of a file that has holes and has file extent items spanning two or more leafs, we can end up falling to back to a full transaction commit due to a logic bug that leads to failure to insert a duplicate file extent item that is meant to represent a hole between the last file extent item of a leaf and the first file extent item in the next leaf. The failure (EEXIST error) leads to a transaction commit (as most errors when logging an inode do). For example, we have the two following leafs: Leaf N: ----------------------------------------------- | ..., ..., ..., (257, FILE_EXTENT_ITEM, 64K) | ----------------------------------------------- The file extent item at the end of leaf N has a length of 4Kb, representing the file range from 64K to 68K - 1. Leaf N + 1: ----------------------------------------------- | (257, FILE_EXTENT_ITEM, 72K), ..., ..., ... | ----------------------------------------------- The file extent item at the first slot of leaf N + 1 has a length of 4Kb too, representing the file range from 72K to 76K - 1. During the full fsync path, when we are at tree-log.c:copy_items() with leaf N as a parameter, after processing the last file extent item, that represents the extent at offset 64K, we take a look at the first file extent item at the next leaf (leaf N + 1), and notice there's a 4K hole between the two extents, and therefore we insert a file extent item representing that hole, starting at file offset 68K and ending at offset 72K - 1. However we don't update the value of *last_extent, which is used to represent the end offset (plus 1, non-inclusive end) of the last file extent item inserted in the log, so it stays with a value of 68K and not with a value of 72K. Then, when copy_items() is called for leaf N + 1, because the value of *last_extent is smaller then the offset of the first extent item in the leaf (68K < 72K), we look at the last file extent item in the previous leaf (leaf N) and see it there's a 4K gap between it and our first file extent item (again, 68K < 72K), so we decide to insert a file extent item representing the hole, starting at file offset 68K and ending at offset 72K - 1, this insertion will fail with -EEXIST being returned from btrfs_insert_file_extent() because we already inserted a file extent item representing a hole for this offset (68K) in the previous call to copy_items(), when processing leaf N. The -EEXIST error gets propagated to the fsync callback, btrfs_sync_file(), which falls back to a full transaction commit. Fix this by adjusting *last_extent after inserting a hole when we had to look at the next leaf. Fixes: 4ee3fad34a9c ("Btrfs: fix fsync after hole punching when using no-holes feature") Cc: stable@vger.kernel.org # 4.14+ Reviewed-by: Josef Bacik Signed-off-by: Filipe Manana Signed-off-by: David Sterba Signed-off-by: Greg Kroah-Hartman --- fs/btrfs/tree-log.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -4012,6 +4012,7 @@ fill_holes: *last_extent, 0, 0, len, 0, len, 0, 0, 0); + *last_extent += len; } } }