From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 96FC57E110 for ; Tue, 16 Dec 2025 19:23:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765912995; cv=none; b=JkZD0M/nkXc8k/czidj53U1kYIUlVxY2//7+KWDEoWhvGU3ZJxDPkn8t/UaU53wGRxrGE0j4WVVIEMKDH7zFdsUEuyifi8zkGuRCOU2UyYAPh0k8XpJMkJDbqoNG4Bwq1MabJDJRvlPkZvxSKPnafocR90BYgFO4iDHlzqg74bU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765912995; c=relaxed/simple; bh=zrzuGz7qOKeaoKE8N5T3x+oo7d5ZE8x8shxHOZILMDs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=RWUpx9FggtBjFp2U+oPIC5Z9GgbgwnUEcXrj379APs1cM5+CfsQSVN8QDXxNKAgKzGTciqUMlTy0q0oCmLB+QnfOCMOKrcppb2USYlJrWkxjomefrgnNwauSAi1eWt0kJhypUzhPsQ4uQeUjPs3ALos3WZd5V3wXmiNkgTrla7s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fb4NlpGd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fb4NlpGd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 300DDC4CEF1; Tue, 16 Dec 2025 19:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765912995; bh=zrzuGz7qOKeaoKE8N5T3x+oo7d5ZE8x8shxHOZILMDs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=fb4NlpGdPV9onWOI1Tk10+QVaQ9hqDpKJmGXF/dVjHN6VW+2smUeOzcU2WeZXmjJu cqDBnCRx9Jw9dZW2RtCrOMmkBRWyiuxUSqxnYe3mwYq3YzBvDI8qdcW4bBhR/ih4d+ JzfL3n5Ho9f2owGPHXPDsUjY4f+pPFUAG8lU4KlcH486MrAu/iR4ZpF8I42HYTG3f0 Xi819ycmJc1tCBEZTxFKk2Q1CkNYW4CX1oCFliQe94Z8LVLFSZMZEflGL41h1bc6r1 RfzyXhd8XLfXgSGq43I6RIyfdOOOe+3GA0M7BccXmPtx5CJQ1d0byo3FUsjIqYTqEe FJZCGXMTd3v1g== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id F2C453808200; Tue, 16 Dec 2025 19:20:06 +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 1/2] f2fs: support large folio for immutable non-compressed case From: patchwork-bot+f2fs@kernel.org Message-Id: <176591280580.1247282.10944526886388304343.git-patchwork-notify@kernel.org> Date: Tue, 16 Dec 2025 19:20:05 +0000 References: <20251120235446.1947532-1-jaegeuk@kernel.org> In-Reply-To: <20251120235446.1947532-1-jaegeuk@kernel.org> To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 20 Nov 2025 23:54:45 +0000 you wrote: > This patch enables large folio for limited case where we can get the high-order > memory allocation. It supports the encrypted and fsverity files, which are > essential for Android environment. > > How to test: > - dd if=/dev/zero of=/mnt/test/test bs=1G count=4 > - f2fs_io setflags immutable /mnt/test/test > - echo 3 > /proc/sys/vm/drop_caches > : to reload inode with large folio > - f2fs_io read 32 0 1024 mmap 0 0 /mnt/test/test > > [...] Here is the summary with links: - [f2fs-dev,1/2] f2fs: support large folio for immutable non-compressed case (no matching commit) - [f2fs-dev,2/2] f2fs: add a tracepoint to see large folio read submission https://git.kernel.org/jaegeuk/f2fs/c/903c6e95bc9a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html