From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [PATCH v2 0/7] Btrfs: New inode number allocator Date: Mon, 25 Apr 2011 13:15:58 -0400 Message-ID: <1303751742-sup-4551@think> References: <4DB5378B.2070904@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8 Cc: "linux-btrfs@vger.kernel.org" To: Li Zefan Return-path: In-reply-to: <4DB5378B.2070904@cn.fujitsu.com> List-ID: Excerpts from Li Zefan's message of 2011-04-25 04:57:47 -0400: > Currently btrfs stores the highest objectid of the fs tree, and it always > returns (highest+1) inode number when we create a file, so inode numbers > won't be reclaimed when we delete files, so we'll run out of inode numbers > as we keep create/delete files in 32bits machines. > > This patchset aims to fix this, and it works similar to free space caching > for block groups. > > I've run xfstests, and I also tested it with snapshot, balance etc. > > More testing is appreciated! > > Changelog v2: > > - Rebased against latest btrfs-unstable tree > - Fixed several small bugs. Great, is this pullable from somewhere? -chris