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 F07873E4C69 for ; Wed, 5 Aug 2026 21:21:50 +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=1785964919; cv=none; b=tbv+5BK377HGD+nBJRMiRql3G/qqy698e1Nsu9xCJvw1WtFpTvUAvX7Ur0jwlZro/lVXJiaXY/VafkXGy8X4yUXbbJOzOdN3DIBASUJ4G+MTv77MJhm9PSOGB9m4eBwct/Bx1Mj4DIZascTBJi0tmkR/SWNk3JNNfMydES3zJ0U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964919; c=relaxed/simple; bh=A3KerxyplNFgTHPIJBuJJQmHANNhQgHjGybNGfwDxM8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fZBr+t3dDPX79kfc3qFf86bW7Drf1FM1ELH6gB4dD4Ro0cSwq9iaxuaae6yio1VmIJoZriQkz8VdWKz8Jtc9H6GU2NfJrtPHjIzjI49p+Oy+ha+c3afu7/cLPTptHTgDjy07BZ7uVzmAz7HtOsUMqkGh5/ilTPDAF0gQV7k81VM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jjHMkT8D; 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="jjHMkT8D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14CCE1F00AC4; Wed, 5 Aug 2026 21:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964906; bh=fEDW/AmIMYc+O29gOvuStdUuNXYSoVViOuAFv3J1+6U=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=jjHMkT8Dt9iw58PRl8eP3120CIXNPSm4krl+YqyLlyzBMnghCQUrtO1AfVH2hZyr6 U8aOKSMfKeMfLOEkL2SAkdUamd9F0jCqraAkuDwwkb/ThRJNtvK0msSpWjjlB+5W+V DoB8HEyOdVbSf5pxsirm03BHoz6lGX5i7dyssT7IQv76dyR8epvK9fx0HkNOVbRNcd H+fuMLCZDPD1p/cg6RX9Isf63ENv3EbjpJlqAEetEjcDJpvSC4aJIeGiKbwvaJiA2S 66c7LAK5r4sfBlZbPEeN/JOfKliLb9qvCT79cA4YcV2BlZCYgHVoKGt30lEmEO23TE Oq/W3m9p5Bqfw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 19790392FFD1; Wed, 5 Aug 2026 21:21:07 +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: fix to avoid move_range and defragment on device_alias file From: patchwork-bot+f2fs@kernel.org Message-Id: <178596486563.530543.11673495069841206919.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:21:05 +0000 References: <20260623124823.1674416-1-chao@kernel.org> In-Reply-To: <20260623124823.1674416-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@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 Tue, 23 Jun 2026 20:48:23 +0800 you wrote: > It's forbidden to migrate blocks of device alias file. > > Cc: stable@kernel.org > Fixes: 128d333f0dff ("f2fs: introduce device aliasing file") > Signed-off-by: Chao Yu > --- > fs/f2fs/file.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev] f2fs: fix to avoid move_range and defragment on device_alias file https://git.kernel.org/jaegeuk/f2fs/c/1b4db09b7f10 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html