New article: Inside the XFS Filesystem.
It splits the disk into independent Allocation Groups so multiple cores can work in parallel without blocking each other.
XFS uses B+ trees for almost everything. Check it out here: internals-for-interns.com/posts/xfs-fi...
#XFS #Linux #Filesystems