Log structured file systems - the basics The entire file systems is one big log Log is written and cleaned in large sequential blocks No inplace updates (well, a few) Both data and metadata is put into the log (with a few exceptions) Slide 17