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=-12.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 BC9BBC433E1 for ; Wed, 19 Aug 2020 19:28:12 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 806222078D for ; Wed, 19 Aug 2020 19:28:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="s/Fj5e9N" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 806222078D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 261BC8D0051; Wed, 19 Aug 2020 15:28:12 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 1C5938D0003; Wed, 19 Aug 2020 15:28:12 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 089778D0051; Wed, 19 Aug 2020 15:28:12 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0220.hostedemail.com [216.40.44.220]) by kanga.kvack.org (Postfix) with ESMTP id E2D3C8D0003 for ; Wed, 19 Aug 2020 15:28:11 -0400 (EDT) Received: from smtpin10.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id A0FD38248047 for ; Wed, 19 Aug 2020 19:28:11 +0000 (UTC) X-FDA: 77168303982.10.side87_5410b682702a Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin10.hostedemail.com (Postfix) with ESMTP id 6D7FB16A4A4 for ; Wed, 19 Aug 2020 19:28:11 +0000 (UTC) X-HE-Tag: side87_5410b682702a X-Filterd-Recvd-Size: 6294 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf28.hostedemail.com (Postfix) with ESMTP for ; Wed, 19 Aug 2020 19:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=p9w3DQmYzQVsLNeG7R7MdPybBJO6jXoNftILGTf+IE0=; b=s/Fj5e9N4i8MPBUyLdHzmYltJH W95qh4IqdO+bgeV/dKBXO34yVAYFsjEf92o4CweV2SCp098vES4xu2VCaPtffdljiQgVFusO0lPtR mVxJiPVCa8G/0SULJ8xl53dhiTptsPOCo1sLkBvQH4SedICuiVc6SD74X35sX59AOfjyMClCYGUzr 978Ku/CwTM5ej8GuG7J5Hwsz0uakDJFFzqaSPsaVyedNaFZ8G9IsmSt4Xk4MOwfTnNBgqvB1gV7u9 lDbXNqBWefAsnr4EO2lUpq8B6IotkPmE/O6f+kHf5745L3YB4RJNSt3UO0+ggGjOLpewsg3FA6VVz e6DXDilg==; Received: from willy by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8T8p-0006UC-TJ; Wed, 19 Aug 2020 18:48:56 +0000 From: "Matthew Wilcox (Oracle)" To: linux-mm@kvack.org Cc: "Matthew Wilcox (Oracle)" , Andrew Morton , Hugh Dickins , William Kucharski , Jani Nikula , Alexey Dobriyan , Johannes Weiner , Chris Wilson , Matthew Auld , Huang Ying , intel-gfx@lists.freedesktop.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 7/8] mm: Return head page from find_lock_entry Date: Wed, 19 Aug 2020 19:48:49 +0100 Message-Id: <20200819184850.24779-8-willy@infradead.org> X-Mailer: git-send-email 2.21.3 In-Reply-To: <20200819184850.24779-1-willy@infradead.org> References: <20200819184850.24779-1-willy@infradead.org> MIME-Version: 1.0 X-Rspamd-Queue-Id: 6D7FB16A4A4 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam01 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Convert the one caller of find_lock_entry() to cope with a head page being returned instead of the subpage for the index. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/pagemap.h | 12 ++++++++++++ mm/filemap.c | 25 +++++++++++-------------- mm/shmem.c | 15 ++++++++------- 3 files changed, 31 insertions(+), 21 deletions(-) diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 8261c64f592d..de8f3758ceaa 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -371,6 +371,18 @@ static inline struct page *grab_cache_page_nowait(st= ruct address_space *mapping, mapping_gfp_mask(mapping)); } =20 +/* + * Is this index for one of the subpages of this page? + * This should always be called for a locked, non-hugetlbfs page. + */ +static inline bool thp_valid_index(struct page *head, pgoff_t index) +{ + VM_BUG_ON_PAGE(PageHuge(head), head); + VM_BUG_ON_PAGE(!PageLocked(head), head); + + return head->index =3D=3D (index & ~(thp_nr_pages(head) - 1)); +} + /* * Given the page we found in the page cache, return the page correspond= ing * to this index in the file diff --git a/mm/filemap.c b/mm/filemap.c index 5a87e1bdddd6..6594baae7cd2 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -1594,37 +1594,34 @@ struct page *find_get_entry(struct address_space = *mapping, pgoff_t index) } =20 /** - * find_lock_entry - locate, pin and lock a page cache entry - * @mapping: the address_space to search - * @offset: the page cache index + * find_lock_entry - Locate and lock a page cache entry. + * @mapping: The address_space to search. + * @index: The page cache index. * - * Looks up the page cache slot at @mapping & @offset. If there is a - * page cache page, it is returned locked and with an increased - * refcount. + * Looks up the page at @mapping & @index. If there is a page in the + * cache, the head page is returned locked and with an increased refcoun= t. * * If the slot holds a shadow entry of a previously evicted page, or a * swap entry from shmem/tmpfs, it is returned. * - * find_lock_entry() may sleep. - * - * Return: the found page or shadow entry, %NULL if nothing is found. + * Context: May sleep. + * Return: The head page or shadow entry, %NULL if nothing is found. */ -struct page *find_lock_entry(struct address_space *mapping, pgoff_t offs= et) +struct page *find_lock_entry(struct address_space *mapping, pgoff_t inde= x) { struct page *page; =20 repeat: - page =3D find_get_entry(mapping, offset); + page =3D find_get_entry(mapping, index); if (page && !xa_is_value(page)) { lock_page(page); /* Has the page been truncated? */ - if (unlikely(page_mapping(page) !=3D mapping)) { + if (unlikely(page->mapping !=3D mapping)) { unlock_page(page); put_page(page); goto repeat; } - page =3D find_subpage(page, offset); - VM_BUG_ON_PAGE(page_to_pgoff(page) !=3D offset, page); + VM_BUG_ON_PAGE(!thp_valid_index(page, index), page); } return page; } diff --git a/mm/shmem.c b/mm/shmem.c index 271548ca20f3..bbb43e9d35df 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -1834,8 +1834,9 @@ static int shmem_getpage_gfp(struct inode *inode, p= goff_t index, page =3D NULL; } if (page || sgp =3D=3D SGP_READ) { - *pagep =3D page; - return 0; + if (page && PageTransHuge(page)) + hindex =3D round_down(index, HPAGE_PMD_NR); + goto out; } =20 /* @@ -1961,14 +1962,13 @@ static int shmem_getpage_gfp(struct inode *inode,= pgoff_t index, * it now, lest undo on failure cancel our earlier guarantee. */ if (sgp !=3D SGP_WRITE && !PageUptodate(page)) { - struct page *head =3D compound_head(page); int i; =20 - for (i =3D 0; i < compound_nr(head); i++) { - clear_highpage(head + i); - flush_dcache_page(head + i); + for (i =3D 0; i < compound_nr(page); i++) { + clear_highpage(page + i); + flush_dcache_page(page + i); } - SetPageUptodate(head); + SetPageUptodate(page); } =20 /* Perhaps the file has been truncated since we checked */ @@ -1984,6 +1984,7 @@ static int shmem_getpage_gfp(struct inode *inode, p= goff_t index, error =3D -EINVAL; goto unlock; } +out: *pagep =3D page + index - hindex; return 0; =20 --=20 2.28.0