From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 89BCF3C1400 for ; Tue, 16 Jun 2026 02:50:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781578218; cv=none; b=PKBphCN8PlO7W+zeX4ybsQSQBhekZjNd3nAnU73gmcZrAYVPKRbnL+oy/gCpiupd8rsYYnZZWwdsvS4OtMmoJutdEqm+b85vc+gFR3AKey+NnUw6tZ5vVNYPOzD1K72O/1xGV1+WMXyTx9v+rDOHUoKf5pDzkVvCvpt62/vc6fw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781578218; c=relaxed/simple; bh=x6SfLReZoSexGZvCfmRvuyDNVNvyuqH+qYP2WR0RBCQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=oopyz3JOdYnLeqau0JFVuYkWKD7wgCZ8v6i0oFkBj9d8KoylwLYYUzocdNMj5bcakbxanr1xLM3o+5BTh4sTnPQJEu5tN45XR3611G8xdYeol/Y0rOsT+vJ/S0kmN2jurCLmeqg7/dnDfQO3fz0XyCoabXsHzLtdxmdAu3lekWI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hAi6Lpjd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hAi6Lpjd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F8491F000E9; Tue, 16 Jun 2026 02:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781578217; bh=06TBOGi7690R+qkGB7Fu29ajlGGs9bR49GMrF5csLbc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=hAi6LpjdkrdFbwPyaQvi8lzi514RBXWuHtvhJgW34eMRC83Em5O6xAPX5I2LYIBX/ qM2Qm+gUx2mn8y4eCGl9m0j3ITiR0OvLrmyD2NOmsjeB676VIpJIKNYXE/fBLBwYfc 1nU+V8AVXNri+kX9x1hcucq/5YGYrdfBIquoagEMD1dV1QxhvRZ6mqPhdoAbq8IBYp l1taEz4RBhNDB8rhA8zReNiP1C8ftnS3XLc7iMAcTnTUneKJ8VmHzcJOjBYdAs57zp UGRSIV0pJDztmtAS3Swzg5bOEVyHcHCLuQ1o6eqoalyTfjCHGGP7VL0w+GsOA31Tsp 9c9fXwdz46/Uw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9392D3839A26; Tue, 16 Jun 2026 02:50:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2] f2fs: reject setattr size changes on large folio files From: patchwork-bot+f2fs@kernel.org Message-Id: <178157821213.407856.7636242009401767293.git-patchwork-notify@kernel.org> Date: Tue, 16 Jun 2026 02:50:12 +0000 References: <20260610143735.3169935-1-qiwenjie@xiaomi.com> In-Reply-To: <20260610143735.3169935-1-qiwenjie@xiaomi.com> To: Wenjie Qi Cc: jaegeuk@kernel.org, chao@kernel.org, qiwenjie@xiaomi.com, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 10 Jun 2026 22:37:35 +0800 you wrote: > F2FS large folios are only enabled for immutable non-compressed files. > Writable open and writable mmap reject such mappings, but truncate(2) > through f2fs_setattr() misses the same guard. > > If FS_IMMUTABLE_FL is cleared while the inode is still cached, the mapping > can keep large-folio support and ATTR_SIZE can change i_size. Reject size > changes in that state. > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: reject setattr size changes on large folio files https://git.kernel.org/jaegeuk/f2fs/c/831bece2d6e6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html