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 AB0DF31AF2E for ; Mon, 24 Nov 2025 18:50:52 +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=1764010252; cv=none; b=etQoKu/Ng/l8lBL2vOnlqRfgK3lLKBGU64U7KDXefsSb/FD110X8HzPGc5whsq7/3RlopQtsX1cIKxZS3hsHy+weEvSGGbaYvap/osH/LBthm8/GTf87uYlNa0i6QBdP6FUaAGK/vdyyAua7ejx+jAsFo7903HKiKHQ6e+aLCps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010252; c=relaxed/simple; bh=pNbPzzVfdwWnqQuNBIRvAo9zTDaz/KYv7e7AuT8+qw8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ZWRwAkYizMfw3/nkeoGb/b73BH0wXS+Aryc0bM926WVmm5xYkPr974R+T+fpDCN+2zi/+5+HlcqyfpH12vemoVzUOHd7Hy+6yip1RAJAo9nC2Wv3YUjCKSfAEHddLD1XjhyilcOxG9Lm6/C4KtXc2CYS5LqiaopxjNeoyRNUMD4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ys4DBBPu; 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="Ys4DBBPu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B642C4CEF1; Mon, 24 Nov 2025 18:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764010252; bh=pNbPzzVfdwWnqQuNBIRvAo9zTDaz/KYv7e7AuT8+qw8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ys4DBBPuVTpBDppLbvGjFLZlukgjooQYr6kSltYH/Hm1TK22xh63659uIP2fnqTDF GgTgfFisXV/xQ05E/BQbQgmDgt9SvDAwAGa1+MO0+/lHc2rYBFMoc7E/t4dqgJ9e+T Zk/EGXU3vO2B0I//8akm+1yhSs1VXtWibXnqYIROLDc30E8Q2voDYrRIRoAwVWOwEp UFd21QC8DyOW0vBD9/d/x5x//x0DDWQfOEmTuhiQcKsXlUnM6ZVbcf61D2f5PdoyX1 A4gJX51ksWOzx+Gi3RorgiYRuNtUhvHjkm94Dci8eAbnWcPzPLJCuGP8GQuoveGCWT /LMtIpoSH1UeQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADF553A86296; Mon, 24 Nov 2025 18: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] f2fs: expand scalability of f2fs mount option From: patchwork-bot+f2fs@kernel.org Message-Id: <176401021525.42009.1684503628268294326.git-patchwork-notify@kernel.org> Date: Mon, 24 Nov 2025 18:50:15 +0000 References: <20251117124559.1634936-1-chao@kernel.org> In-Reply-To: <20251117124559.1634936-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 Mon, 17 Nov 2025 20:45:59 +0800 you wrote: > opt field in structure f2fs_mount_info and opt_mask field in structure > f2fs_fs_context is 32-bits variable, now we're running out of available > bits in them, let's expand them to 64-bits for better scalability. > > Signed-off-by: Chao Yu > --- > fs/f2fs/f2fs.h | 85 ++++++++++++++++++++++++++----------------------- > fs/f2fs/super.c | 36 ++++++++++----------- > 2 files changed, 63 insertions(+), 58 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: expand scalability of f2fs mount option https://git.kernel.org/jaegeuk/f2fs/c/643fa4d0f36c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html