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 968D136D4F1 for ; Fri, 21 Aug 2026 15:51:05 +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=1787327466; cv=none; b=HD2qMAgltEO1DTjHaFrylm6E5RKGV/THZusTp4HlI1L5JtgxKQeKIjikDdAJvTXGaJ8Gy3yUy2cWdSYe8wTkp69qLD2TqjQr4M8D2aTZcwK78Pw7+3dPYWRgRGvvxc6aH0lzdX8P/YnZ3JepmtwCW52OMSgcYi0IH22cjRIIs+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787327466; c=relaxed/simple; bh=t8top/iBBTMPjqIQhUMbNeAmo10ZKaItkquPzGsCTFY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=MaADwJwOELgtq27BEOA4wPimdQO2gO0ZFQoK+ROIsD5Qyif9kYAvjSyUeDqt2zRb+0cCbXIOwESiosOkXZP1wn/UoOzMN+V32nGnkstbLzcNTP5WDcNTsNth6wBhCK5ymac1+n3up8Yox5dBYnsKkCodQLsTQ0z1yMGP100+aTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=onyDm3Fo; 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="onyDm3Fo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AA7A1F00A3A; Fri, 21 Aug 2026 15:51:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787327465; bh=WlKtWu0F97uNMhqLylJ/bM7jfrR34jJl3x5Ep60a70o=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=onyDm3FoQIRSrcOZGgIg+4HJUwAZRI8JCFzGkyQPOFscJCGr9vuW3YRYhKeJAAZPQ ivfaBy9Ebw0fZdlyeMmjHA4c6ftt9gYMTQ1C/AfMyordMPEAG0bckEEmljlwloP62o l0yfA3pTnew1bT/aQiVpNKYcC4J67Oqmg1gHDTxWbR/uU/92Fj3AEYOT+8RZ64hJ71 AU8OGs28tCXu8iCfUgvP5N1nFWPGRKC7jvYHwMyMOR0tcqaptErBsShUomR8laDgnp bNy1pD6KiDI50UT+WzbGSM0UccQitL5B9d2VyPdUyQT4dyMnOWCt0XQnNbf3qWJcED Ss0w1desSddMw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 19789380A979; Fri, 21 Aug 2026 15:50:16 +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 v3 2/2] f2fs: reduce memory footprint of ino management From: patchwork-bot+f2fs@kernel.org Message-Id: <178732741463.1339488.679147412162451324.git-patchwork-notify@kernel.org> Date: Fri, 21 Aug 2026 15:50:14 +0000 References: <20260819013107.3542105-1-chao@kernel.org> In-Reply-To: <20260819013107.3542105-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 Wed, 19 Aug 2026 09:31:07 +0800 you wrote: > Currently, ino entries for APPEND_INO, UPDATE_INO, TRANS_DIR_INO, and > XATTR_DIR_INO allocate a 'struct ino_entry' slab object and attach it to > both a list and a radix tree solely for existence checks via > f2fs_exist_written_data(). > > Since these ino types only track binary existence status, we can embed > the information directly into radix tree value entries as a bitmap: > > [...] Here is the summary with links: - [f2fs-dev,v3,2/2] f2fs: reduce memory footprint of ino management https://git.kernel.org/jaegeuk/f2fs/c/9a9ee7408a1f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html