Slapo wrote:The naming scheme is interesting, seems to be hexadecimal

Does this new version also solve the dirty bit problem?
Will there be one for Windows 7 x64?
Thanks

Not yet...
I am aware of the task list, but I am still trying to publish my technical paper about FlashFire.
It keeps being rejected.
These days, I am trying to expand the target of FlashFire solution.
Previous version was not much useful on middle-level and high-end SSDs.
Reviewers who gave me rejection pointed following issues:
(1) Reliability problem: holding data in buffer may cause file system crash for sudden power failures.
(2) The buffering technique is not novel: High-end SSDs are using write-coalescing in the drive already.
--> As the market mature, component cost will drop, and HW solution (on-board write buffer) will be more popular. Therefore FlashFire solution will not be useful at that time.
(3) Log-structured File System is better than FlashFire Solution: Log-structured File System can change random writes (small writes) to sequential writes, and thus there will be no performance problem with log-structured file system.
(and so on)
Recently, I implemented new buffering engine, and I am evaluating FlashFire on six SSDs.
- Two Low-end SSDs:HP Mini, ASUS Eeepc1000
- Two Middle-Level SSDs: Kingston ssdNOW V series 64G, RiData Ultra-S 64G
- Two High-end SSDs: OCZ Vertex 60G, Intel X-25M 80G
The tests are being progressed... and until now, the results are very positive.
Comments will be very helpful.