WORM.me.uk

James Walmsley’s Blog


FullFAT 1.1.0 Coming Soon!

FullFAT 1.1.0 Coming Soon!

The roadmap for FullFAT has changed quite dramatically over the last 24 hours. I’ve been performance profiling all aspects of FullFAT, particularly with respect to directory traversal, and file opening. So far I’ve been able to make gains of more than a 1000x improvement.

This performance optimisation is going to continue of the next few days.

Because of this huge, and much needed, improvement I’ve decided to make prepare for a 1.1.0 release. This will be 100% API compatible with the 1.0.x series. This now means that the FullFAT re-write which was going to be released under the 1.1.x series, will now be known as the FullFAT 2.x.x series.

New features for 1.1.x:

  • Massive Performance Improvements.
  • Guid Partition Table (GPT) support.
  • Working Hash table for near instant shortname lookup.
  • Many bug-fixes, and stability improvements.

What will the 2.x.x series mean?

  • New, but semantically similar API’s (API compatible with E-FS).
  • Programatically Isolated Architecture.
  • Fully encapsulated modules.
  • Strictly defined module interfaces. (No pointers between modules).
  • Even better directory & file handling than 1.1.x series.
  • Much smaller, and efficient I/O sub-system.
  • New driver model.
  • Ability to deal with Storage Media removal without an error.
  • Proper Error checking and reporting. (Allowing problems to be identified with precision).
  • Smaller memory footprint.
  • Associative Caching.
  • Better I/O performance.
  • More modular.
  • Better handling of Short Name conversion.
  • Legal LFN support.
  • Written to a much stricter coding standard.
  • In-built handling of Wild-Card’s for FindFirst(), and FindNext() API’s.
    Making directory operations involving the API more efficient.

It’s a lot of work to do, however many of these features are transferable from my E-FS project, allowing both projects to benefit from each other. FullFAT 2.0.0 is estimated for release by the end of July 2010, and E-FS around September 2010.


Posted in General Discussion | No Comments »

FullFAT 1.0.5 Released

* Multiple Fixes from Hein Tibosch.
* Fully Working Linux Demo.
* FF_INLINE_MEMORY_FUNCTION (easily inline memory independence functions).
* Accurate Free-space reporting.
* Many bug fixes from other partners.

Announcing the release of FullFAT 1.0.5

This is an interim release, which includes many fixes and enhancements. Especially notable are:

  • Multiple Fixes from Hein Tibosch.
  • Fully Working Linux Demo.
  • FF_INLINE_MEMORY_FUNCTION (easily inline memory independence functions).
  • Accurate Free-space reporting.
  • Many bug fixes from other partners.

All users of FullFAT are advised to update their projects as soon as possible. (Note v1.0.0 is still considered safe for production use).

Looking to the future:

This is an interim release on the way to version 1.1.0 (or 2.0.0 as it may be called). There’s plenty to look for in the upcoming version especially:

  • Formatting Function providing a native disk formatting ability.
  • New Architecture, featuring more programmatic isolation, and encapsulation.
  • New I/O Sub-system, providing a new enhanced and dependable design.
  • New Directory Handling Architecture,  providing massive performance gains on large directories.
  • Ability to properly handle device removal (depending on integration).
  • Proper Error Handling throughout code.
  • New error reporting system (find exactly where an error came from instantly).
  • Smaller Code Size.
  • Smaller memory footprint.

FullFAT 1.1.0 (2.0.0) is estimated for release around September 2010.

Also to look out for is the new E-FS filesystem which should be ready for July 2010. E-FS (embedded future storage) is currently under heavy development as a part of my final major project at university. Much of the development will be ploughed back into FullFAT, to provide a clean code architecture and more dependable design for the FullFAT project. These enhancements will appear in the 1.1.0 (2.0.0) FullFAT release. For more information please contact me.


Posted in General Discussion | No Comments »

FullFAT 1.0.0 (RTM) Released

Finally FullFAT 1.0.0 is out of the door. The RTM package is now available, this includes the completed source-code of the initial stable release. A new (FINAL) release will be available in the coming weeks, this will contain the same source-code, only with updated drivers (as sent to us by developers out in the wild), as well as updated demos for Linux, and stdio integration.

FullFAT Embedded FAT Driver (FAT 12/16/32) 1.0.0

FullFAT is a high performance, thread-safe, FAT filesystem implementation for embedded systems. It aims to be the best open-source FAT filesystem library available. The 1.0.0 release achieves this substantially, by providing a complete API, true thread-safety, and 100% compatibility on all true ANSI-C compilers.

See http://www.fullfat-fs.co.uk/ for more information.

For technical details, support and API documentation see http://wiki.fullfat-fs.co.uk/.

Download now.


Posted in General Discussion | 3 Comments »
<

Some humdrum motto!

© 2009 James Walmsley. All rights reversed. Contact us.