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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95153C43331 for ; Tue, 24 Mar 2020 15:40:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64A922080C for ; Tue, 24 Mar 2020 15:40:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585064400; bh=lGDpf82yhyBXP69b0NUOoaMPEW8UINXiLyyIVIv/9FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BxaCbbWr+xvF1uTYoalhA+qv91OPqxVS6ueLCAsCW1ctJ8ZXja433ViH/BOxJ8shQ azMga7TfXltgRbGwsd3lhntItD0bjfKBoMlnlQMqzh/iYZK4lDtGaivCRL9BB1HxRN Zs6rWL4mbPnQy77I4dUlQB2ylQiAvPHn6TJvMkrs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728669AbgCXPj7 (ORCPT ); Tue, 24 Mar 2020 11:39:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:35208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727216AbgCXPj6 (ORCPT ); Tue, 24 Mar 2020 11:39:58 -0400 Received: from localhost (unknown [104.132.1.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 66AC120714; Tue, 24 Mar 2020 15:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585064398; bh=lGDpf82yhyBXP69b0NUOoaMPEW8UINXiLyyIVIv/9FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TBo0lPlwRXSdnDE+bhsL/UEUB7N0XVLgFH+hU/exJbLOlwW6l8RIeGAHBtqAGTcn8 oRxxbw7wAaDleMZ7E11AEcjWbIIcAik+kexPMsReTLLghhpUoZSXSPR06MU6lp5L61 iJudVQ+Bw7LlGuG6kKh4jPNdimy8Zce/k4zMC+JQ= Date: Tue, 24 Mar 2020 08:39:57 -0700 From: Jaegeuk Kim To: Chao Yu Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, chao@kernel.org Subject: Re: [PATCH v2] f2fs: compress: support zstd compress algorithm Message-ID: <20200324153957.GA198420@google.com> References: <20200303094602.50372-1-yuchao0@huawei.com> <1ee0c565-930b-2379-b22b-40ddca271de3@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ee0c565-930b-2379-b22b-40ddca271de3@huawei.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/24, Chao Yu wrote: > Hi Jaegeuk, > > On 2020/3/3 17:46, Chao Yu wrote: > > Add zstd compress algorithm support, use "compress_algorithm=zstd" > > mountoption to enable it. > > > > Signed-off-by: Chao Yu > > --- > > v2: > > - avoid accessing invalid address > > - introduce .{init,destroy}_{,de}compress_ctx callback functions. > > I guess we merged related patches with wrong sequence as this patch > depends on ("f2fs: compress: add .{init,destroy}_decompress_ctx callback"). Done. > > Thanks, 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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1784C54FCF for ; Tue, 24 Mar 2020 15:40:12 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 94DEF20774 for ; Tue, 24 Mar 2020 15:40:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="YSm6uWVP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="VuEmhUDX"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TBo0lPlw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 94DEF20774 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1jGlez-0005Xu-KO; Tue, 24 Mar 2020 15:40:09 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jGley-0005Xm-1U for linux-f2fs-devel@lists.sourceforge.net; Tue, 24 Mar 2020 15:40:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: 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=FPGxPYCsW51MQQhRPitWFRu+1qQJ1PE724DEsYMgSik=; b=YSm6uWVPcUaqDK1duCo2BJHHcq EBByI7WWRnvucWts9il0GjwiLR6+iIvFHQ22IxmRmrXFW4HsQJnjxgSHsCBpROHgP9SRFdW4/dXSD d4N/a4/wHFmiCZPPmUkhlx9Ku6VxOKlB5YSkxwvbWdQZFrN1kVwa/dHZAbU8pImEWblA=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding: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=FPGxPYCsW51MQQhRPitWFRu+1qQJ1PE724DEsYMgSik=; b=VuEmhUDXXDgh48B2SPTUeY4rHG fG+IuqCNGpSeCn9fTLMUnMfJ6sbDHFWjIBChVwk93vsGwPddWpVtduCcVxqfBiaEeLmeW3LOwkM12 Ux6pWUapoPuuaL0A1wOh5L+cjhgMJchkeUrZVw+U1tDPXdz/AqIOI3CcNaAHgi7KIEdk=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1jGleu-0023BU-5s for linux-f2fs-devel@lists.sourceforge.net; Tue, 24 Mar 2020 15:40:07 +0000 Received: from localhost (unknown [104.132.1.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 66AC120714; Tue, 24 Mar 2020 15:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585064398; bh=lGDpf82yhyBXP69b0NUOoaMPEW8UINXiLyyIVIv/9FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TBo0lPlwRXSdnDE+bhsL/UEUB7N0XVLgFH+hU/exJbLOlwW6l8RIeGAHBtqAGTcn8 oRxxbw7wAaDleMZ7E11AEcjWbIIcAik+kexPMsReTLLghhpUoZSXSPR06MU6lp5L61 iJudVQ+Bw7LlGuG6kKh4jPNdimy8Zce/k4zMC+JQ= Date: Tue, 24 Mar 2020 08:39:57 -0700 From: Jaegeuk Kim To: Chao Yu Message-ID: <20200324153957.GA198420@google.com> References: <20200303094602.50372-1-yuchao0@huawei.com> <1ee0c565-930b-2379-b22b-40ddca271de3@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1ee0c565-930b-2379-b22b-40ddca271de3@huawei.com> User-Agent: Mutt/1.12.2 (2019-09-21) X-Headers-End: 1jGleu-0023BU-5s Subject: Re: [f2fs-dev] [PATCH v2] f2fs: compress: support zstd compress algorithm 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: , Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On 03/24, Chao Yu wrote: > Hi Jaegeuk, > > On 2020/3/3 17:46, Chao Yu wrote: > > Add zstd compress algorithm support, use "compress_algorithm=zstd" > > mountoption to enable it. > > > > Signed-off-by: Chao Yu > > --- > > v2: > > - avoid accessing invalid address > > - introduce .{init,destroy}_{,de}compress_ctx callback functions. > > I guess we merged related patches with wrong sequence as this patch > depends on ("f2fs: compress: add .{init,destroy}_decompress_ctx callback"). Done. > > Thanks, _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel