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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 4FE47C3064D for ; Tue, 25 Jun 2024 14:46:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=j5ith9xZDJo8UPQgkxeZhTOHS9ehcP/L12iflSzcm18=; b=H5m01fPFjGSJFt7m0jPixyTxNr HbMEbcFTFC6ycyUn0yYSRM/I13pqwo9LC4DQAEe77VS03OAR2KaD6L1hqH9SZQ3He1n11C9rHuh4L etTJ1c/boIsMgQQdNjPR285STXfgwiXyLSV5mBVxrBRdzmxoJMTis3DK61sAeqhamGxXXGwtgtRKe 3Ob2EqHf0UcAaMAr/ak4bE4b8oQ0l0Wzr67Dl1IZRvPsPzjwpKY2+yzXUhYAi6WFdxczlgZ8HEylB vtbYffpkS4wRoxs+onHUJOumZs1VCQf5/2/kBFOt1Uq3AdAmWMp1zS5UIQ3+jGNpjdpzEhxH8h3DZ xeLm33MA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sM7Qv-00000003EzC-3vCI; Tue, 25 Jun 2024 14:46:09 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sM7Qn-00000003EvQ-1PYI for linux-arm-kernel@lists.infradead.org; Tue, 25 Jun 2024 14:46:04 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0CD45339; Tue, 25 Jun 2024 07:46:24 -0700 (PDT) Received: from [10.1.39.170] (XHFQ2J9959.cambridge.arm.com [10.1.39.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DF0363F73B; Tue, 25 Jun 2024 07:45:55 -0700 (PDT) Message-ID: Date: Tue, 25 Jun 2024 15:45:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings Content-Language: en-GB To: Matthew Wilcox Cc: Baolin Wang , Kefeng Wang , Catalin Marinas , Will Deacon , Ard Biesheuvel , Marc Zyngier , James Morse , Andrey Ryabinin , Andrew Morton , Mark Rutland , David Hildenbrand , John Hubbard , Zi Yan , Barry Song <21cnbao@gmail.com>, Alistair Popple , Yang Shi , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , "Yin, Fengwei" , linux-arm-kernel@lists.infradead.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20240215103205.2607016-19-ryan.roberts@arm.com> <1285eb59-fcc3-4db8-9dd9-e7c4d82b1be0@huawei.com> <8d57ed0d-fdd0-4fc6-b9f1-a6ac11ce93ce@arm.com> <018b5e83-789e-480f-82c8-a64515cdd14a@huawei.com> <43a5986a-52ea-4090-9333-90af137a4735@linux.alibaba.com> <306874fe-9bc1-4dec-a856-0125e4541971@arm.com> From: Ryan Roberts In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240625_074601_534182_3A172526 X-CRM114-Status: GOOD ( 23.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 25/06/2024 15:06, Matthew Wilcox wrote: > On Tue, Jun 25, 2024 at 02:41:18PM +0100, Ryan Roberts wrote: >> On 25/06/2024 14:06, Matthew Wilcox wrote: >>> On Tue, Jun 25, 2024 at 01:41:02PM +0100, Ryan Roberts wrote: >>>> On 25/06/2024 13:37, Baolin Wang wrote: >>>> >>>> [...] >>>> >>>>>>> For other filesystems, like ext4, I did not found the logic to determin what >>>>>>> size of folio to allocate in writable mmap() path >>>>>> >>>>>> Yes I'd be keen to understand this to. When I was doing contpte, page cache >>>>>> would only allocate large folios for readahead. So that's why I wouldn't have >>>>> >>>>> You mean non-large folios, right? >>>> >>>> No I mean that at the time I wrote contpte, the policy was to allocate an >>>> order-0 folio for any writes that missed in the page cache, and allocate large >>>> folios only when doing readahead from storage into page cache. The test that is >>>> regressing is doing writes. >>> >>> mmap() faults also use readahead. >>> >>> filemap_fault(): >>> >>> folio = filemap_get_folio(mapping, index); >>> if (likely(!IS_ERR(folio))) { >>> if (!(vmf->flags & FAULT_FLAG_TRIED)) >>> fpin = do_async_mmap_readahead(vmf, folio); >>> which does: >>> if (folio_test_readahead(folio)) { >>> fpin = maybe_unlock_mmap_for_io(vmf, fpin); >>> page_cache_async_ra(&ractl, folio, ra->ra_pages); >>> >>> which has been there in one form or another since 2007 (3ea89ee86a82). >> >> OK sounds like I'm probably misremembering something I read on LWN... You're >> saying that its been the case for a while that if we take a write fault for a >> portion of a file, then we will still end up taking the readahead path and >> allocating a large folio (filesystem permitting)? Does that apply in the case >> where the file has never been touched but only ftruncate'd, as is happening in >> this test? There is obviously no need for IO in that case, but have we always >> taken a path where a large folio may be allocated for it? I thought that bit was >> newer for some reason. > > The pagecache doesn't know whether the file contains data or holes. > It allocates folios and then invites the filesystem to fill them; the > filesystem checks its data structures and then either issues reads if > there's data on media or calls memset if the records indicate there's > a hole. > > Whether it chooses to allocate large folios or not is going to depend > on the access pattern; a sequential write pattern will use large folios > and a random write pattern won't. > > Now, I've oversimplified things a bit by talking about filemap_fault. > Before we call filemap_fault, we call filemap_map_pages() which looks > for any suitable folios in the page cache between start and end, and > maps those. OK that all makes sense, thanks. I guess it just means I don't have an excuse for the perf regression. :)