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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C61ECC4332F for ; Wed, 14 Dec 2022 21:52:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229603AbiLNVwg (ORCPT ); Wed, 14 Dec 2022 16:52:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbiLNVwb (ORCPT ); Wed, 14 Dec 2022 16:52:31 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99EDC2EF09 for ; Wed, 14 Dec 2022 13:52:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 50682B81A21 for ; Wed, 14 Dec 2022 21:52:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C24D8C433EF; Wed, 14 Dec 2022 21:52:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671054748; bh=gG2DXUOGTObADyLgpIRItMNng/eOb9njgSqvCaN25a8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GO2SXggVq7mMJUXZ45uJm/ONB7E3SqEgS87dg/z2Yy5XIjh6o8oSxDctPCVct9tAd 3DccvhySVsxRUIm2cfREsWrFNe8OaWYAxyh0PvDGeb2e57KArcf8VUtQYebPM4UDuv R+EN8YXM5wSQfj6xTWSWwq2rx7bcQ+ejDwwwSUVrevvlrleuQcCJOpK9cZiL+cYCp7 slHhavPHpNL0OfgRd44KzeR4AvZa+5S5YsDYo1eRpxepFThFc0qpAjrJeAH3Cyu0bb tB7jyn5pXuhJrK2xsZtaKpBHRfvMzKRVc8aT+C7b+8p6Ii/o+fGAWnFTHSBQaSNuzG z6YtdLbfenlUw== Date: Wed, 14 Dec 2022 13:52:26 -0800 From: Jaegeuk Kim To: Yangtao Li Cc: chao@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] f2fs: add support for counting time of submit discard cmd Message-ID: References: <20221214072830.32911-1-frank.li@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221214072830.32911-1-frank.li@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/14, Yangtao Li wrote: > Hi Jaegeuk, > > > I cut off the patches for this merge window. Please consider next release. > > Alright, thanks for your reminder. > > > BTW, could you please send a patch set instead of random posts? > > Most of the patches were noticed when I looked at the code, and they were scattered. > On the one hand, there is not much relationship between them, so I send patches based > on the f2fs-dev branch every time. On the other hand, it is also to avoid that a patch > may not be received and block subsequent patches. > > > It's quite hard to find which one was merged or not. > > Why not to use patchwork to manage patches? > This tool is used by many kernel subsystems. And This tool has a more friendly > interface and can mark the status of the patch. > > https://korg.wiki.kernel.org/userdoc/patchwork#adding_patchwork-bot_integration Good idea. I requested to add f2fs project there. :) Let's see. > > Thx, > Yangtao