From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 65B51361DAB; Thu, 16 Apr 2026 05:33:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776317588; cv=none; b=QOdnNk+Bs3nVpYj2R5OQNrrncaqjhY8saTBkPPECcBw1pff/JVns0ebzCi+l/Wio5tWXl/quuc+zeRp1KzlFxBGWcEkw+y7ur+Y+nI4Oox+CBpb1S9jk2W5hcV25AueXfbfcNFhnIFfs1KUC+8nw+fnHWLWiMpB9da82K094b74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776317588; c=relaxed/simple; bh=Zj053W2L6VYyb24EkKRhlQyzYxJS34mO9Zw3VVawDiI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N1SA704CjjJ6B7wMqT3TNp3USsuvWpFs+qLjFHHDjCZw7ueaMxS+RVqLW8Ti59H2KLYSrXgzBzwXgXnyVAhcO5L+yjytkcWrmXo9FozqjlqPinnK4cuHEwg5Al854cu2rnvHmyNO1fqEb115cyHewIXOzREr4bD6ryrJ8SiazpM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id C21E76732A; Thu, 16 Apr 2026 07:33:03 +0200 (CEST) Date: Thu, 16 Apr 2026 07:33:03 +0200 From: Christoph Hellwig To: John Paul Adrian Glaubitz Cc: Jeff Layton , lsf-pc@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, Christian Brauner , Christoph Hellwig , Jan Kara , Al Viro , linux-m68k , linux-sh Subject: Re: [LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64? Message-ID: <20260416053303.GA15238@lst.de> References: <08f8444c7237566ffb4ba8c9eb0ab4b4a5f14440.camel@kernel.org> <1b340c4e635dcab3bed8c52d6381b4c341c0741a.camel@physik.fu-berlin.de> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b340c4e635dcab3bed8c52d6381b4c341c0741a.camel@physik.fu-berlin.de> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Apr 15, 2026 at 11:11:32AM +0200, John Paul Adrian Glaubitz wrote: > So, this went just over Phoronix [1] and as someone who is still invested > in 32-bit architectures, I'm only notified about the performance impact on > these systems now as the pull request has already been sent to Linus. What performance impact do you see? When using modern file systems reducing the memory usage should eventually improve performance, although this change will require additional file system changes to get there. btrfs already has a series out, and I'm working on the XFS conversion to remove the duplicate 64-bit inode information. Either way 7.0 will reduce the inode size already, as the shrinking mutex/rw_semaphore (and for the XFS inode semaphore) cuts a lot of space, which even on 32-bit by far overshadows the increased size of i_ino. I'm also not sure what personal notification you expect? This has been discussion in-and-out on linux-fsdevel.