From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. R. Okajima" Subject: [RFC PATCH v4 0/2] tmpfs: manage the inode-number by IDR (performance measure) Date: Thu, 5 Jun 2014 21:27:52 +0900 Message-ID: <1401971274-8075-1-git-send-email-hooanon05g@gmail.com> References: <20140603090400.GB29219@quack.suse.cz> To: linux-fsdevel@vger.kernel.org, dchinner@redhat.com, viro@zeniv.linux.org.uk, Eric Dumazet , Hugh Dickins , Christoph Hellwig , Andreas Dilger , Jan Kara Return-path: Received: from mail01-md.ns.itscom.net ([175.177.155.111]:40896 "EHLO mail01-md.ns.itscom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbaFEM15 (ORCPT ); Thu, 5 Jun 2014 08:27:57 -0400 In-Reply-To: <20140603090400.GB29219@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Changes from v3: - add the effect on performance into the commit log. - in calculating the default number of inodes, replace int by unsigned long. pointed out by Jan Kara . - [2/2] "tmpfs: refine a file handle for NFS-exporting" is unchanged. J. R. Okajima (2): tmpfs: manage the inode-number by IDR, signed int inum tmpfs: refine a file handle for NFS-exporting include/linux/shmem_fs.h | 6 ++-- mm/shmem.c | 71 +++++++++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 34 deletions(-) -- 1.7.10.4