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 7A22828C009 for ; Tue, 11 Aug 2026 04:30:49 +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=1786422650; cv=none; b=pd7r3REz3UmnoLPdUcBq3h7t1koO8VoBPFQOxg3I7D13uQItEjRE2rq2Lw0OGlO8w9F0/lQw9UWFRSn7OZFqMgg3Ux065tuM33Sdquj445xgXLt0FoG2Z1enjAoIoX9CePhG4z1z9kbfgdGNCNFV0tUskUndxQbA6iF0V+Ifue4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422650; c=relaxed/simple; bh=WPiEMqravtXN4joo37u9ZDMwH+9MDkFHwV5UmZQx0S4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ewDXScK1U36MP1Q20apTjxOxj4m50txAummZamClqUZRGIiVJapZoImRlkhTzALyGsGlrhq48NmjhU66BTQYevF5DQYtIL9loTAiJ/dyxCzIwa69FDv5xVywPilKyH+MtIXSXBqPXd0766zbxtBHzJUyUzke1+GQSDY+FG5M3mg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m/8HerNn; 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="m/8HerNn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01B131F000E9; Tue, 11 Aug 2026 04:30:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786422649; bh=K1hi/a3Td7yMq+N9g0EbBM2uvddsl+i6kV4KHJWeHyc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=m/8HerNnKid8VfYR9rn9VjniMu8smECbSZ3OxFNjM10nZb1nWWTEi2dvhOv+8/DbA 2ghV/JutyWIzhFwAWIekPVH7uAD0hvNsGiGBaGY5UyjGDQvUWglzOM4ktbWEKIPNqO jnSU3Kx2BTax8HvUh8XgOmhawA9CZvg49R5mDEfR64axeYwZqRxRAP+as0fyoYtxAb 0/GXv0Y5udi/XOzYOcZFlGsbB15iOcnkvqrAqwPLe0DEfYvb5ciicpYLL4RJuUzxTM qWqZtXW8pc/vJ9Wb/6czBTLd7WSXFGIxx8oLAatRAxuow161Wm8fMoOk5+JU9rU0jB 2ADbwhuzxfAQg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93A5F3926278; Tue, 11 Aug 2026 04:30: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: refactor f2fs_evict_inode having three major parts From: patchwork-bot+f2fs@kernel.org Message-Id: <178642260514.332426.7430218840788697980.git-patchwork-notify@kernel.org> Date: Tue, 11 Aug 2026 04:30:05 +0000 References: <20260807220235.384637-1-jaegeuk@kernel.org> In-Reply-To: <20260807220235.384637-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 Fri, 7 Aug 2026 22:02:34 +0000 you wrote: > 1. f2fs_pre_evict_inode() > : drop all in-memory structures > > 2. f2fs_delete_inode() > : truncate inode blocks, if it was unlinked. > > 3. f2fs_post_evict_inode() > : update inode records for future access > > [...] Here is the summary with links: - [f2fs-dev,1/2] f2fs: refactor f2fs_evict_inode having three major parts https://git.kernel.org/jaegeuk/f2fs/c/0d7477640f44 - [f2fs-dev,2/2] f2fs: call __add_ino_entry out of the eviction path (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html