HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ask HN: What are some good papers and textbooks about modern filesystems?

24 points·by craftsman·قبل سنتين·4 comments
I'm interested to learn about modern high-performance filesystems. Are there some good papers and textbooks that I should read? I'm interested in everything below the filesystem abstraction down to, and including, the physical storage.

4 comments

didgetmaster·قبل سنتين
Are you only interested in mainstream stuff that have been widely deployed and where textbooks have been published about them?

Or are you open to experimental stuff that are willing to 'break the mold' and try a whole new approach to how unstructured data (files) can be stored and managed?
craftsman·قبل سنتين
All of the above, with a focus on modern high-performance, parallel, distributed filesystems. I assume the more modern systems may not be adequately discussed in textbooks and that papers may be better at covering their details.
johannesrexx·قبل سنتين
https://archive.org/details/DesignUNIXOperatingSystem
nhgiang·قبل سنتين
Anything related to the Ceph filesystem is probably a good reference.