• Silas Boyd-Wickizer's avatar
    The dumbest scalable inode allocator. · dee65e58
    Silas Boyd-Wickizer 提交于
    Split the inode space into per-cpu spaces of size IPB that start at
    the begining of a block.  Block awareness is important to avoid
    contention on blocks themselves when allocating or freeing an inode
    and updating on-disk structures.  That is, I don't want to make bio
    scalable.
    dee65e58
fs.cc 20.1 KB