btrfs有一个选项inode_cache,可以使用已经释放的inode number。但是这个选项已经从5.11内核中被删除了。
现在btrfs中的inode id会一直增长。因为是64位系统,想要用完是比较难的,但是在32位系统上,就不咋好使了。
https://patchwork.kernel.org/project/linux-btrfs/patch/20200623185032.14983-1-dsterba@suse.com/#23442523
https://btrfs.readthedocs.io/en/latest/Administration.html