Test for ticket system bug #14.
[bertos.git] / fs /
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-15 battAdd flus, close, read; almost complete open.
2008-02-13 battStart to implement file interface.
2008-02-10 battFix move page bug; add battfs_close.
2008-02-10 battDoc review; fix some quirks.
2008-02-07 battAdd some tests.
2008-02-07 battRefactor battfs_init in 2 separate functions; add some...
2008-02-07 battInsert invalid blocks at free blocks beginning.
2008-02-05 battHandle seq wrap.
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-21 battTypo.
2007-12-17 battReformat; simplify seq num check.
2007-12-17 battHandle seqnum wraparound.
2007-12-17 battOptimize.
2007-12-14 battPastos.
2007-12-13 battAdd warning.
2007-12-13 battFinished battfs_init.
2007-12-10 battReformat.
2007-12-07 battAdd some sanity checks.
2007-12-07 battComplete first disk scan.
2007-12-05 battUse correct inode address.
2007-12-05 battStart to implement battfs_init (incomplete).
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.