On Tue, 2012-10-09 at 10:31 +0200, Lukáš Czerner wrote: > I am sorry but this reply makes me smile. How can you design a fs > relying on time attack heuristics to figure out what the proper > layout should be ? Or even endorse such heuristics to be used in > mkfs ? What we should be focusing on is to push vendors to actually > give us such information so we can properly propagate that > throughout the kernel - that's something everyone will benefit from. > After that the optimization can be done in every file system. > > Promoting time attack heuristics instead of pushing vendors to tell > us how their hardware should be used is a journey to hell and we've > been talking about this for a looong time now. And I imagine that > you especially have quite some persuasion power. The whole thing is silly. What we actually want on an embedded system is to ditch the FTL altogether and have direct access to the NAND. Then we can *know* our file system is behaving optimally. And we don't need hacks like TRIM to try to make things a little less broken. -- dwmw2