Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2948323pxu; Mon, 7 Dec 2020 22:27:18 -0800 (PST) X-Google-Smtp-Source: ABdhPJyIoOC6FeRMlvOd4QgqghB7gK2hDdiwy+ttnCN+Vm5CVB0yIFKbVwq6wphMXYC9w9pS8XFW X-Received: by 2002:a17:906:7090:: with SMTP id b16mr11860588ejk.76.1607408838644; Mon, 07 Dec 2020 22:27:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607408838; cv=none; d=google.com; s=arc-20160816; b=cxGWu8C+aAKDIEcY/+ACWaCvpm6n/P5Vwm7qacMHtpDV1BeoJSTnkTrOCAkdwqa7uV TuGUHxlAI2b5DDpCrcdZyxY1+vbj0PTItKIoLhDFdbhSiPD1g6yL/Y/ntnJ2Sx8Fw/VK QHIu3JVN4G8Tb3hMFRCDDve93BJJgNUtotNOgvNxwHcQPELeFlPC0WhnjM6SmIXJ711K h7NO4S5E+V0dLE4YtN/mm2IhM68RBA8j6dslRuOIinTttsadgkB4wmKQ13Vp8OpFUSMS m2DZu9D/DpJEvYO9XI9Vdqo6MfgfLwIlzTEwGHBZgjWI2EWg7QMM7hFgfEjVItk8QTT7 20+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:dkim-signature:date; bh=Y8/nLKWdX1WJLE4QHdSTQhc4JbuytydYMZoYvErhS1A=; b=gas63zGQqump6oqzyJtjUrOcNpLN5xz2AeXOdJGg+BJvmbQO5+8LEMLkb2M5/3H5k3 DGw1CYiFkpSK+jXS4l0kGipRfiMr0L5TLarkKHfFSWaMdWOnM06hprZP6M760FNb3mHw IyE/HMaMxYfAxgW7c1hxsA3CFDI7kRR2ZNp1cvPk7FAPtzq95EWCnJgq4sD0h2v+ypV/ O4E8CGj3LjM2LHr0HGqhdPgQKKxLSky3sbAhQJnI3g+Lu5JecEd+MeJy1Jn1qfVdmKgl 8yifublKwZlbopiQy+qGnm7xowHCuqulx+mtldR8k/3QudnRvEnc37ShDTkfibf0Vimc 775A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=b5+clt9E; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h8si9792334edl.562.2020.12.07.22.26.56; Mon, 07 Dec 2020 22:27:18 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=b5+clt9E; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726361AbgLHGMG (ORCPT + 99 others); Tue, 8 Dec 2020 01:12:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:44364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725979AbgLHGMF (ORCPT ); Tue, 8 Dec 2020 01:12:05 -0500 Date: Mon, 7 Dec 2020 22:11:23 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607407885; bh=6eVsoX1UfUHRal2QvrfoS2AS5yZMliy97WzwbEbV8Lw=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=b5+clt9E+XWruWrulzy8brKCYKPtc+U0zAbBxonMi99vz0vq2qL1HNoQbZX4nst4a 6wdYBbQcebmWtEB6MBWfv/tfdSJSpTRzrGwdJWtjiEQ/LrThHH8Fwr7lBSnmDFhel+ g2iNerWRtHpiiQ2ncO9s+2xhrElmDaqxYlwIw/gJgsq8XF52qDQjQyLlOUcgPTTKPI /IFeIn/pxcsXbDpmL/1/U+NmqYEbgOqK6KwKowSHJ2qD8yVu1K2dF3V7txI7yoMjj7 XD/B3gJkbWt0Po8I1aps1bw9pBqmUN1y+VOi3diqNJYT2h1gzY9aBxMQglpYgBYSrd pvYgyOs+ewE8Q== From: Eric Biggers To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, Jaegeuk Kim , Daeho Jeong Subject: Re: [f2fs-dev] [PATCH v3] f2fs: fix race of pending_pages in decompression Message-ID: References: <20201205042626.1113600-1-daeho43@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2020 at 08:51:45AM +0900, Daeho Jeong wrote: > > I am trying to review this but it is very hard, as the f2fs compression code is > > very hard to understand. > > > > It looks like a 'struct decompress_io_ctx' represents the work to decompress a > > particular cluster. Since the compressed data of the cluster can be read using > > multiple bios, there is a reference count of how many pages are remaining to be > > read before all the cluster's pages have been read and decompression can start. > > > > What I don't understand is why that reference counting needs to work differently > > depending on whether verity is enabled or not. Shouldn't it be exactly the > > same? > > > > There also seems to be some confusion about the scope of STEP_VERITY. Before > > f2fs compression was added, it was a per-bio thing. But now in a compressed > > file, it's really a per-cluster thing, since all decompressed pages in a > > compressed cluster are verified (or not verified) at once. > > > > Wouldn't it make a lot more sense to, when a cluster needs both compression and > > verity, *not* set STEP_VERITY on the bios, but rather set a similar flag in the > > decompress_io_ctx? > > > > Eric, > > Decompression and verity can be executed in different thread contexts > in different timing, so we need separate counts for each. > > We already use STEP_VERITY for non-compression case, so I think using > this flag in here looks more making sense. > > Thanks, That didn't really answer my questions. I gave up trying to review this patch as the compression post-read handling is just way too weird and hard to understand. I wrote a patch to clean it all up instead, please take a look: https://lkml.kernel.org/r/20201208060328.2237091-1-ebiggers@kernel.org - Eric