Doc fixes.
[bertos.git] / fs / battfs.h
2008-02-19 battRemove kfile sub-classes aggregation.
2008-02-16 battAdd battfs_fileExists & test.
2008-02-16 battTypo: swap paraemters.
2008-02-15 battTypo.
2008-02-15 battAdd some docs.
2008-02-13 battStart to implement file interface.
2008-02-10 battFix move page bug; add battfs_close.
2008-02-07 battAdd some tests.
2008-02-05 battPack seqnum with mark MSB to save 1 byte.
2008-02-05 battChange free_min to free_start and free_max to free_next...
2008-02-05 battMerge from branch.
2007-12-13 battFinished battfs_init.
2007-12-10 battReformat.
2007-12-07 battComplete first disk scan.
2007-12-05 battChange fcs to rotating_t; reformat.
2007-12-05 battAdd some BattFsSuper fields.
2007-12-05 battReformat.
2007-12-05 battReformat.
2007-12-05 battTypo.
2007-12-05 battRemove evil bitfields, add a spare field.
2007-11-28 battReformat.
2007-11-28 battTypos.
2007-11-28 battRefactor page header: add marker for free blocks.
2007-11-28 battComply with Vernie's review :-).
2007-11-28 battRename algos directory to algo.
2007-11-17 battAdd some typedefs; Add disk context structure.
2007-11-15 battAdd Page header for BattFS.