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 1678A1AAE28 for ; Fri, 17 Jan 2025 21:10:11 +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=1737148212; cv=none; b=EhDJvAF3qy3jkgKsp521UztkUNVfe+xA5bpeavzp1kmWTgOPbhUCixXZG65IsFTUslD1lpoBn9z8txZDLKn8AkmCSCh3n0RDsIgq9Sgs0D3sMeqzsecwtQQXZX20evfVA5zhOy9j9tYNXW0yoCn3ax7fmx1boTMuAONYepSppKA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737148212; c=relaxed/simple; bh=C6a6LEFV+AholhV1FPHPf9QZ/XeFsJVONzerDAAY07U=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WC7y6QwaSt4uEJJvryecsrlnWCIRU8wypC3ZhEID2f+lPAsm9fEPquow05ZV+aSKqjp2Avo/OZFCV1NRTElqPTmxObvXRo1VCCm7CPfwDcJqm3kG7ROXg4fRKVOpDqzIPlwIdWhbPaFC5fZeH0DPflsdaag/JgybllXXmpNMV0E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=McqDeQWp; 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="McqDeQWp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FCDCC4CEDD; Fri, 17 Jan 2025 21:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737148211; bh=C6a6LEFV+AholhV1FPHPf9QZ/XeFsJVONzerDAAY07U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=McqDeQWp0865xiI/3FsqnusCVnnYDRXuBykZ+wEz31husp6lLThdjbjVhAhObEgOd WkL1iumDEvnWHc/L5hKvkl8QnaHAgsa4NI0MfGyUgLX832zVSlLa4ue0g+74aA9oCk t9tmI6/Zv3+lMk/NowGgs8An6F/b2GX5iDEf04zzWt575tVlApLEndLsOMAR+hC4rM TdbkHwZBIB2Bw2mgGUwdV3kwFAe9X7w9PbMylHYxbLcpcdJrvDoQXCKNxAo3iINb9Z nIqW+RiRzvTz8/G3kXcjXiOcwjLMMlsn+ayFUwnE0dY5gd8wSpOw6qxAzETDVGlJBa zj7UryOBbql6w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 34E17380AA62; Fri, 17 Jan 2025 21:10:36 +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 v5] f2fs: Optimize f2fs_truncate_data_blocks_range() From: patchwork-bot+f2fs@kernel.org Message-Id: <173714823473.2259050.10213293686484817138.git-patchwork-notify@kernel.org> Date: Fri, 17 Jan 2025 21:10:34 +0000 References: <20250115053943.2450661-1-yi.sun@unisoc.com> In-Reply-To: <20250115053943.2450661-1-yi.sun@unisoc.com> To: Yi Sun Cc: chao@kernel.org, jaegeuk@kernel.org, Ke.Wang@unisoc.com, linux-kernel@vger.kernel.org, zhiguo.niu@unisoc.com, linux-f2fs-devel@lists.sourceforge.net, Hao_hao.Wang@unisoc.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 15 Jan 2025 13:39:43 +0800 you wrote: > Function f2fs_invalidate_blocks() can process consecutive > blocks at a time, so f2fs_truncate_data_blocks_range() is > optimized to use the new functionality of > f2fs_invalidate_blocks(). > > Add two variables @blkstart and @blklen, @blkstart records > the first address of the consecutive blocks, and @blkstart > records the number of consecutive blocks. > > [...] Here is the summary with links: - [f2fs-dev,v5] f2fs: Optimize f2fs_truncate_data_blocks_range() https://git.kernel.org/jaegeuk/f2fs/c/120ac1dc322f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html