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 CDFED285CA2 for ; Tue, 11 Aug 2026 04:30:53 +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=1786422656; cv=none; b=OkCjcJvOmVb7FOy4Qgw5RXzjbE0YZe2J6ckyVnZCXVBncDaCOjxTv188+/Tf66x30jAMJjfofAz3hu8AaPHi609JEJ8xPmRRLHxlGuOrn/AmOiB7wZ0xU8ePcGr1UPsYmgWpaoV7njx4NyJOeCtAu9c2nJGOlXlGj6C9faU0Kek= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422656; c=relaxed/simple; bh=UI2owttA/IMB4WprMW4PSZ4/Kf/chjQT1NP1e7l6yog=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=h+lMdEXN+NU6hKrnGYa47pvK0f/2ANmvcfQVedYoTs4Z8Q3ZSBfh3UoIX/tHVJDaMEIPXslWeV8n7BZG4G0TKrxEgvNuuyaPsEelCUm0tR+uscGUm+Zfk1QB4usgBs3g0+tyKM28ocudchavXR6iEZz/MvViH/f/OHLfllHLxtI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WSPyUyLG; 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="WSPyUyLG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A0571F000E9; Tue, 11 Aug 2026 04:30:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786422653; bh=TVHT6kX5QrKMowaO8OuCxNwy8gtjEdyCvSxNM/PQZy8=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WSPyUyLGM9zPw2P17TRIgxUPMQxNol9fzJEa7HW2BkRP42avFOpio9ihVnuvGCS1P WwVef364PACNZoVKSwkz06xfmDwtHVcW3pfyzndw6/JkPjZVDxJXG2axm3FNpWceZR 6w5iDOtiUtEVOhow4J/c3gtGWy84DZkfa8+vqoj2//nDK0vOvvyx3i+DDsjArAfcoa iB7A9+lYtE6ur7XzQq7FnsYbv8qqczv3W8UG41dngEFvfe0KhBN/t150n8j/VEeqZB +QPRs84RSFcCf1Q+XFo8QFOFp7i6dMiziu5ZgIKrHbdvYB4s60II5pCyQmFKCTTXRf zQRxFwF9aY/eA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198AA3926278; Tue, 11 Aug 2026 04:30:11 +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 v7] f2fs: support dynamic reserve/release for device aliasing From: patchwork-bot+f2fs@kernel.org Message-Id: <178642260963.332426.908773733240280355.git-patchwork-notify@kernel.org> Date: Tue, 11 Aug 2026 04:30:09 +0000 References: <20260806014813.1587003-1-daeho43@gmail.com> In-Reply-To: <20260806014813.1587003-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, daehojeong@google.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 5 Aug 2026 18:48:13 -0700 you wrote: > From: Daeho Jeong > > This patch adds a dynamic management feature to the existing device > aliasing functionality. It allows users to dynamically reserve or > release specific devices from the filesystem's free pool at runtime > through new ioctls. > > [...] Here is the summary with links: - [f2fs-dev,v7] f2fs: support dynamic reserve/release for device aliasing https://git.kernel.org/jaegeuk/f2fs/c/eae3faf210bd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html