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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 237C3C433DB for ; Sat, 20 Feb 2021 03:42:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEB2E64EE1 for ; Sat, 20 Feb 2021 03:42:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229937AbhBTDmQ (ORCPT ); Fri, 19 Feb 2021 22:42:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229903AbhBTDmQ (ORCPT ); Fri, 19 Feb 2021 22:42:16 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D034C061574; Fri, 19 Feb 2021 19:41:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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; bh=XpvZFAZWm4e9oqz8w8ibm0Bom9IPmTuwwRBgBGscJZA=; b=uIPlh9WpDecD8Ibg0yXcBx7CPF +sbNQlkopxvZ4MXYAyqMz6SV7UWJyu2OnjyoMyy5t3YQ8uDrArQb79n0qUhgWQgJn6v0ndTAApEHN EVUVcDUIURS225DjOxUyB3+wp4qxr5QyhBNkMgNAREHW7Nd6Ml8Be7n2txmcIAjET+FNsxkXlIFXq B3K6xjcxU+Euvq4ZPLuGeztnS6OVSSW1ocBDqLhyIeXdLkETzCoQJ7PxGHqVHcaGqI0xvCFJNNg7a sgjs7xsLSguyCRA2zcLftGONGldVJTsvAe5/kdY7SQHTNcWnO94/5fhJVNepscRlWbr5JO86//d5y HkjUW1cQ==; Received: from willy by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lDJ7t-003aax-Gv; Sat, 20 Feb 2021 03:40:32 +0000 Date: Sat, 20 Feb 2021 03:40:13 +0000 From: Matthew Wilcox To: Erik Jensen Cc: Theodore Ts'o , Qu Wenruo , Linux FS Devel , "linux-btrfs@vger.kernel.org" Subject: Re: page->index limitation on 32bit system? Message-ID: <20210220034013.GB2858050@casper.infradead.org> References: <1783f16d-7a28-80e6-4c32-fdf19b705ed0@gmx.com> <20210218121503.GQ2858050@casper.infradead.org> <20210218133954.GR2858050@casper.infradead.org> 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-btrfs@vger.kernel.org On Fri, Feb 19, 2021 at 06:20:43PM -0800, Erik Jensen wrote: > I assume the 4KiB entry size in the page cache is fundamental, and can't be, > e.g., increased to 16KiB to allow addressing up to 64TiB of storage? The bootlin link i sent in the other email does exactly that.