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 03E4136E46B for ; Mon, 19 Jan 2026 13:54:23 +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=1768830868; cv=none; b=Rrs6l5DC7isRTjHN1zD5yYKuDc9X4zyXyF7AthMU0TLozeJws/ZgpLi2QZSxkONfND2O8mz9SVsFzBzzK7Z8Bg55eJrECHen/bMkSseQMn6WBKbxWyns/2P82nRWKgHprOonUnSAC4e8O43ggHWCgMJf9W76SZm+Qvp1voubils= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768830868; c=relaxed/simple; bh=AmkN3V1zZD++ylmgAj+zqcls9tAJiGnavCjdI+MXsj8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CCwDf47mCEQx7+nLrGP4nSmrpNL5YmzXPabso3AArRyBiMrTmj16IGuDyNsK7fazotGq3K4vLhKdWyDNFQzA0mJwlVVr+BDrFnpiw3XxP5zdlYQa8f1aN8JEILAzWpZZymtFMg6eQTtmM8xvd8rBDRCfW0vJPB8B1f7WBlVHKLM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KpNcCOlP; 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="KpNcCOlP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B830FC19423; Mon, 19 Jan 2026 13:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768830863; bh=AmkN3V1zZD++ylmgAj+zqcls9tAJiGnavCjdI+MXsj8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KpNcCOlPfVT+GHciUaDT7lP+2+DjC+897Gr9wbBuWv3dDCgfULPTRdow10tJqSyMV QpAnDjFQmGDD4NAejhS+I/47i2ep+xcpjl+wU2XMKRHvnTXer6Ymv6fj802wpqL2ko 8hM15YzItLpI2RutAm3lQBZSp7JKqLuC3Gmo4eSn4s1McNSSZxaSDoEN3KWTq6+myR qAifXnhSrHsByB3U3Fv0DH1HVSBv35MR+CCImjykAev+tQrY5zBQhTtKUQK8n0L2Fc RC1C63B8fc0mDkOVUyUDPs3OwYg42RxZc8PlEst4W9VIwKYh0+o4Y+dKzoQhi5YEEf 5hi88aevdHOUA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B58C83A54A38; Mon, 19 Jan 2026 13:50:54 +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] f2fs: avoid f2fs_map_blocks() for consecutive holes in readpages From: patchwork-bot+f2fs@kernel.org Message-Id: <176883065328.1419958.4608417190161935533.git-patchwork-notify@kernel.org> Date: Mon, 19 Jan 2026 13:50:53 +0000 References: <20260112013320.8028-1-chao@kernel.org> In-Reply-To: <20260112013320.8028-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, 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 Mon, 12 Jan 2026 09:33:20 +0800 you wrote: > For consecutive large hole mapping across {d,id,did}nodes , we don't > need to call f2fs_map_blocks() to check one hole block per one time, > instead, we can use map.m_next_pgofs as a hint of next potential valid > block, so that we can skip calling f2fs_map_blocks the range of > [cur_pgofs + 1, .m_next_pgofs). > > 1) regular case > > [...] Here is the summary with links: - [f2fs-dev] f2fs: avoid f2fs_map_blocks() for consecutive holes in readpages https://git.kernel.org/jaegeuk/f2fs/c/fe2961fb77e4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html