While f2fs is indeed better suited for flash devices, such as memory cards, i don't think it does any caching in such a way i'm describing in the original post. The whole idea (as i understand it) is to cache small writes to a buffer and then dump them to device, whenever its best possible. Since du...