Update BattFS in order to use the new kblock interface.
[bertos.git] / bertos / fs / battfs_test.c
2010-07-01 battUpdate BattFS in order to use the new kblock interface.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-11-10 battRemove uneeded debug line.
2008-11-07 battAdd missing assert.
2008-11-07 battAdd exhaustive fileopen test.
2008-10-23 battMerged from external project:
2008-10-23 battRefactor disk_open calling: now the disk must be opened...
2008-09-29 battAdd error check.
2008-09-26 battRename battfs_init to battfs_mount and battfs_close...
2008-09-26 battFix warnings.
2008-09-26 battReformat.
2008-09-26 battAdd more tests; handle end of disk space correctly.
2008-09-25 battAlso fsck right after init.
2008-09-25 battAdd filesystem consistency check.
2008-09-25 battFix warnings.
2008-09-25 battRefactor to fill sparse bytes with a known value (0).
2008-09-25 battAdd support for writing far over the EOF.
2008-09-24 battHandle reading outside EOF.
2008-09-24 battRestore correct MODE type.
2008-09-24 battGive to each test a proper name.
2008-09-24 battUse correct inode_t type.
2008-09-23 battAdd a test.
2008-09-21 battAdd more write tests.
2008-09-20 battAdd another write test.
2008-09-20 battDisable TRACEMSGs.
2008-09-19 battAdd cache read API.
2008-09-19 battAdd more writing test.
2008-09-19 battAdd first write test.
2008-09-19 battFix test, add some TRACE.
2008-09-18 battSwitch to new disk write interface:the disk should...
2008-09-16 battFix battfs tests.
2008-09-15 battStart to fix some tests.
2008-09-15 battUpdate to new names and API.
2008-09-11 battUnbreak battfs_test: comply with new policy.