Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp650590img; Fri, 22 Mar 2019 05:57:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqy7pz639FwUenaVjUFSSd0F+VEqHif/GHVFMKyyYnHdCZC0mjV/KeyUWZRUMpz0w7AFmbCS X-Received: by 2002:a17:902:b097:: with SMTP id p23mr9275655plr.36.1553259435084; Fri, 22 Mar 2019 05:57:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553259435; cv=none; d=google.com; s=arc-20160816; b=pkquMHsxCza5fWHrHJVCweUYqek3hCDXRacRw9HhNrnODRN22BL/tIaKDN/7oI/mOk VU33UeJhFiayEWrR7MXWNbMrv5eIU6p18p91iuV1HwN/f+141M7ItXSkSHO0UhzRpbT6 YXynx55BC7CetOxsAejjapr5iZk4zQpJZ4d38TsuuFXoF1GwwFAxeUx2blJdFxSSJTCN r/5P7sAVRjy1Og647EWtDmZyR41wJmmc4efy4p687lXzn7MyYq/qLp+6gpI24n9NjsWh pNoDmcRMnN14cJXGiDQ3t/HVdn5cudtTxwOCn3yaVHVQY0nfruxHcBWhhg5iHo+G1wIf kmww== 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=ymwAb+bijAkBG1g61HIV6ic/HIgEdQlOGYwhY3lI5kE=; b=YpApaxAuPO6NRe5ej8zEZYReoNvfRt+55ejmrkAMoKuqSN0avdJY032eiQj6KLId4P J3tdH55bBWHPk6EGWSA+ZW2af343TiOCNe0reA97aIqsxJ37qRJmNMPRGqgF2XkOoOlv dM+GRBgMuyQY/IHtgRQdVntfCYT7e0EB8iTutA/TMFOOEEj/tgxan+TJbKnLB7tUsR67 Zeii7+pkf/j7MkE8prvvUi2XqVtHboVxj6cuOVvGUHbZLw9vf/UHKUA+AiGl9O6xLRk0 1kuolqIc4x0wYQ7jcr3+Gt7CTi4JIMXT5/cglk3of1jUzzG/e5yhMn9WVluSPUv/7CIE us9g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=bOggZClA; 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 o61si7473096pld.280.2019.03.22.05.57.00; Fri, 22 Mar 2019 05:57:15 -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=bOggZClA; 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 S1732416AbfCVLtJ (ORCPT + 99 others); Fri, 22 Mar 2019 07:49:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:52702 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732038AbfCVLtI (ORCPT ); Fri, 22 Mar 2019 07:49:08 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 9DA522082C; Fri, 22 Mar 2019 11:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553255347; bh=c3xVFY/ptbpShKRftobiukfgaRTmEYMRV238NpSGGew=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bOggZClA1luh/YQKlMRlAXDvGTjSX5Fb3RnmRocrpGkywXu040ZiSd15Kojz6/6+S ahSwl80O327d2l/EfvPeWndL3Jqoj/kO4uIYFpRBslKMOn8Q2K7mfqxbZqFBm6pJfS cKyAnhdhDYYQA41p8gj764sr1Yj8Zr7zoFajER2E= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Darrick J. Wong" , Hugh Dickins , Matej Kupljen , Al Viro , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.14 054/183] tmpfs: fix link accounting when a tmpfile is linked in Date: Fri, 22 Mar 2019 12:14:42 +0100 Message-Id: <20190322111245.626348662@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190322111241.819468003@linuxfoundation.org> References: <20190322111241.819468003@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 1062af920c07f5b54cf5060fde3339da6df0cf6b ] tmpfs has a peculiarity of accounting hard links as if they were separate inodes: so that when the number of inodes is limited, as it is by default, a user cannot soak up an unlimited amount of unreclaimable dcache memory just by repeatedly linking a file. But when v3.11 added O_TMPFILE, and the ability to use linkat() on the fd, we missed accommodating this new case in tmpfs: "df -i" shows that an extra "inode" remains accounted after the file is unlinked and the fd closed and the actual inode evicted. If a user repeatedly links tmpfiles into a tmpfs, the limit will be hit (ENOSPC) even after they are deleted. Just skip the extra reservation from shmem_link() in this case: there's a sense in which this first link of a tmpfile is then cheaper than a hard link of another file, but the accounting works out, and there's still good limiting, so no need to do anything more complicated. Link: http://lkml.kernel.org/r/alpine.LSU.2.11.1902182134370.7035@eggly.anvils Fixes: f4e0c30c191 ("allow the temp files created by open() to be linked to") Signed-off-by: Darrick J. Wong Signed-off-by: Hugh Dickins Reported-by: Matej Kupljen Acked-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- mm/shmem.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mm/shmem.c b/mm/shmem.c index 6c10f1d92251..9b78c04f532b 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -3102,10 +3102,14 @@ static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentr * No ordinary (disk based) filesystem counts links as inodes; * but each new link needs a new dentry, pinning lowmem, and * tmpfs dentries cannot be pruned until they are unlinked. + * But if an O_TMPFILE file is linked into the tmpfs, the + * first link must skip that, to get the accounting right. */ - ret = shmem_reserve_inode(inode->i_sb); - if (ret) - goto out; + if (inode->i_nlink) { + ret = shmem_reserve_inode(inode->i_sb); + if (ret) + goto out; + } dir->i_size += BOGO_DIRENT_SIZE; inode->i_ctime = dir->i_ctime = dir->i_mtime = current_time(inode); -- 2.19.1