Posted by ingve 5 days ago
small files in btrfs can be stored in the metadata blocks instead of data blocks
It's also worth looking at NTFS, where a file can have multiple records, the equivalent of inodes. But it uses the same logic for tiny files. If it doesn't fit inside the base record, it goes into a data block. Multiple records only show up for large amounts of metadata.