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 C289A34AB10; Tue, 2 Sep 2025 20:20:04 +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=1756844404; cv=none; b=Spywc3vuy6OLPhlnINJFfyYOzSUHAidOdvHsp404lCFdBMpDVMeXwDbyUBIUE8+mMK3drjMDSp+aqAK3KzuW/gl1udhwWT3UW7Y6MUySLGLhiYmTO/dlF3k6fJdsnZaGuU/W0/Yr/zgzLqip8KceZbt7fXl6dS9ImOgLpqNYg1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756844404; c=relaxed/simple; bh=/2xcc73R0U3F3FIIaEW1j/nAoP7L3W6KZtpLsQtN7tE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fHbUxVp1rycLMlqxSJougfdVL6HnwM+BbokpcYMBlSmM2yTEy3dMQuA1XgQW/y6p9Ot2w7Zta7ocy/t9D8tH6SiSudKaq99RI6T/QqE3jQPBwLIG4fLlMntnlbQy+2K1gafLwRuD2egTbOWXgSS7QGGiFOLTfV+4995eeXLdX0w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bll0bQun; 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="bll0bQun" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F533C4CEED; Tue, 2 Sep 2025 20:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756844404; bh=/2xcc73R0U3F3FIIaEW1j/nAoP7L3W6KZtpLsQtN7tE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bll0bQunktnTELmr+IHgr+TumYgTNAD3AgcaMY8TfTlX87L5Tcq5vQ3rByUv4asc9 KTiL8tglu58p5LWHJdV72m29ti6rd6sgqTlGHTqdKE2/e4guQb93KtGtCZodPZ+Gtp Ab+cqt24GGMCSU5sjkvkTH/0DadTltSSiE0JvQXR+UJ/AgqZDC6fvkduBk4I0OSpND iToKZPNI1TkBasZotg/KmiaXR8JjLyFZC6i2MhjujLUOGAOHm4pxcg5Fm+vzlI0FD0 k1Wwwm/+pqN1KuzDEFdDTeuSV/8ByrlAKqsjuHrwjXt0ZZEu9ga3yr4GnWXpakflr1 H27ZcrDSmfYVg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EBAB7383BF64; Tue, 2 Sep 2025 20:20:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH 0/6] f2fs: documentation formatting cleanup and improvements From: patchwork-bot+f2fs@kernel.org Message-Id: <175684440975.425353.8499498509115681029.git-patchwork-notify@kernel.org> Date: Tue, 02 Sep 2025 20:20:09 +0000 References: <20250820043432.22509-1-bagasdotme@gmail.com> In-Reply-To: <20250820043432.22509-1-bagasdotme@gmail.com> To: Bagas Sanjaya Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, daehojeong@google.com, corbet@lwn.net, frank.li@vivo.com, jaegeuk@kernel.org, yuanye.ma20@gmail.com Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 20 Aug 2025 11:34:26 +0700 you wrote: > Hi, > > Here are documentation formatting cleanup for f2fs. This also includes > docs retitle at the end of series ([6/6]) as a bonus. > > This series is based on docs-next tree. > > [...] Here is the summary with links: - [f2fs-dev,1/6] Documentation: f2fs: Separate errors mode subtable https://git.kernel.org/jaegeuk/f2fs/c/4bc6bf7b8830 - [f2fs-dev,2/6] Documentation: f2fs: Format compression level subtable https://git.kernel.org/jaegeuk/f2fs/c/f23044152af2 - [f2fs-dev,3/6] Documentation: f2fs: Span write hint table section rows https://git.kernel.org/jaegeuk/f2fs/c/f9c97e496293 - [f2fs-dev,4/6] Documentation: f2fs: Wrap snippets in literal code blocks https://git.kernel.org/jaegeuk/f2fs/c/f4f36fffd872 - [f2fs-dev,5/6] Documentation: f2fs: Indent compression_mode option list https://git.kernel.org/jaegeuk/f2fs/c/e78223268878 - [f2fs-dev,6/6] Documentation: f2fs: Reword title https://git.kernel.org/jaegeuk/f2fs/c/62242ac51061 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 54CD3CA100C for ; Tue, 2 Sep 2025 20:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.sourceforge.net; s=beta; h=Content-Transfer-Encoding:Content-Type:Cc: Reply-To:From:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Subject:To:In-Reply-To:References:Date:Message-Id: MIME-Version:Sender:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=38bRkEjEkvhnSGwQmmJRWNV1c3+5tpi+hhFOCfcWfFo=; b=gJHjNkE2tY3NEn9bkaslbULgTs jmbh19wqnxE3OTw74C85XCCyJg2K424XltoBrlY5qrYH/I3x/JTk9QhQy5UzUXKSuQ5Bh2kAt0FzU Xgt9CJ+3MZfR5o4onJzf+CMeqhcxpiX+UXtnXBBKiSWlz/HYE1XvDmLEQI57fB5E8Sf0=; Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1utXUC-0004au-3x; Tue, 02 Sep 2025 20:20:12 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1utXUA-0004aX-5L for linux-f2fs-devel@lists.sourceforge.net; Tue, 02 Sep 2025 20:20:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Cc:To:In-Reply-To:References:Date:Message-Id:From: Subject:Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=p3fKOXHD0RaNAZtnh8JdlGGLIwWw356p3KVvC1iW498=; b=QnyyEKXVHbyR0c8wvbBZ5t6haT txmFgca64e7yuBWIrV5AnUOfJVQEwojnOxuwxtOh4aScA9bMFDRTdlUWSVgDE2Gh3NCDBds3pYLSa v7ULhCBJ2MmEnEHnz+bmwToQjI943v+SfT1j8jRPQbaSdaPW4ub/MovNEyM7qfgFYL+M=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Cc:To:In-Reply-To:References:Date:Message-Id:From:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=p3fKOXHD0RaNAZtnh8JdlGGLIwWw356p3KVvC1iW498=; b=XSTtzBKlnyLy31oiQBMebOK+Lj WuWqA5vGU4mK1OqA4KHC8tvqQ6vuBqZwUP3CgwarJKwPbhXCzcrlcwAW1RN+Vl0Ow1XxlQVRO53FD NSeQTiZ2dql2MIKcwCvBXvjxOXPH6dmRv7i4lyDYqXrozUMZPSLWErLes7MkXj1wmLtE=; Received: from tor.source.kernel.org ([172.105.4.254]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1utXUA-0004AZ-D5 for linux-f2fs-devel@lists.sourceforge.net; Tue, 02 Sep 2025 20:20:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 998F46021E; Tue, 2 Sep 2025 20:20:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F533C4CEED; Tue, 2 Sep 2025 20:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756844404; bh=/2xcc73R0U3F3FIIaEW1j/nAoP7L3W6KZtpLsQtN7tE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bll0bQunktnTELmr+IHgr+TumYgTNAD3AgcaMY8TfTlX87L5Tcq5vQ3rByUv4asc9 KTiL8tglu58p5LWHJdV72m29ti6rd6sgqTlGHTqdKE2/e4guQb93KtGtCZodPZ+Gtp Ab+cqt24GGMCSU5sjkvkTH/0DadTltSSiE0JvQXR+UJ/AgqZDC6fvkduBk4I0OSpND iToKZPNI1TkBasZotg/KmiaXR8JjLyFZC6i2MhjujLUOGAOHm4pxcg5Fm+vzlI0FD0 k1Wwwm/+pqN1KuzDEFdDTeuSV/8ByrlAKqsjuHrwjXt0ZZEu9ga3yr4GnWXpakflr1 H27ZcrDSmfYVg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EBAB7383BF64; Tue, 2 Sep 2025 20:20:10 +0000 (UTC) MIME-Version: 1.0 Message-Id: <175684440975.425353.8499498509115681029.git-patchwork-notify@kernel.org> Date: Tue, 02 Sep 2025 20:20:09 +0000 References: <20250820043432.22509-1-bagasdotme@gmail.com> In-Reply-To: <20250820043432.22509-1-bagasdotme@gmail.com> To: Bagas Sanjaya X-Headers-End: 1utXUA-0004AZ-D5 Subject: Re: [f2fs-dev] [PATCH 0/6] f2fs: documentation formatting cleanup and improvements X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: patchwork-bot+f2fs--- via Linux-f2fs-devel Reply-To: patchwork-bot+f2fs@kernel.org Cc: daehojeong@google.com, corbet@lwn.net, frank.li@vivo.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, jaegeuk@kernel.org, yuanye.ma20@gmail.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 20 Aug 2025 11:34:26 +0700 you wrote: > Hi, > > Here are documentation formatting cleanup for f2fs. This also includes > docs retitle at the end of series ([6/6]) as a bonus. > > This series is based on docs-next tree. > > [...] Here is the summary with links: - [f2fs-dev,1/6] Documentation: f2fs: Separate errors mode subtable https://git.kernel.org/jaegeuk/f2fs/c/4bc6bf7b8830 - [f2fs-dev,2/6] Documentation: f2fs: Format compression level subtable https://git.kernel.org/jaegeuk/f2fs/c/f23044152af2 - [f2fs-dev,3/6] Documentation: f2fs: Span write hint table section rows https://git.kernel.org/jaegeuk/f2fs/c/f9c97e496293 - [f2fs-dev,4/6] Documentation: f2fs: Wrap snippets in literal code blocks https://git.kernel.org/jaegeuk/f2fs/c/f4f36fffd872 - [f2fs-dev,5/6] Documentation: f2fs: Indent compression_mode option list https://git.kernel.org/jaegeuk/f2fs/c/e78223268878 - [f2fs-dev,6/6] Documentation: f2fs: Reword title https://git.kernel.org/jaegeuk/f2fs/c/62242ac51061 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel