Remove unneeded if.
[bertos.git] / bertos / fs / battfs.c
2008-09-24 battRemove unneeded if.
2008-09-23 battRefactor to automatically fill new page header on loadi...
2008-09-23 battRemove cache of current header.
2008-09-23 battFix moving other open files when a file is growing...
2008-09-23 battAdd some debug features.
2008-09-23 battAdd and fix some log messages; add dumpPageArray (for...
2008-09-21 battRemove duplicate "errir" string.
2008-09-20 battAdd max page offset allocated for the file; add some...
2008-09-20 battAdd doc.
2008-09-20 battMore aggressive cache an read; rename some static metho...
2008-09-19 battAdd cache read API.
2008-09-19 battAdd missing page erase.
2008-09-19 battAdd some log info; add a missing "!".
2008-09-19 battReformat.
2008-09-19 battSearch files only in used blocks.
2008-09-19 battRefactor countFileSize to return the size directly.
2008-09-19 battAdd preliminary write support; initialize to 0xff the...
2008-09-18 battSwitch to new disk write interface:the disk should...
2008-09-16 battFix doc; compile test only in UNIT_TEST.
2008-09-16 battRemove dead code.
2008-09-16 battSimplify sequence numbering: now pages have a monotonic...
2008-09-15 battRemove dead code; Use LOG_ERR; Fix 2 typo.
2008-09-15 battUpdate to new names and API.
2008-09-15 battVery preliminary: remove from BattFS the LRU of free...
2008-09-12 battFix docs; optimization.
2008-09-11 battUnbreak battfs_test: comply with new policy.
2008-08-25 berniekfile_size_t: kill and replace with kfile_off_t
2008-08-13 bernieUse new header locations everywhere
2008-08-05 qwertRe-Refactor code under new specs. BattFs. Nightlytest...
2008-08-04 qwertFix refactor.
2008-08-04 qwertRefactor from KFileBattFs to BattFsKFile.
2008-06-12 asterixMark as TODO. Reformat.
2008-06-11 asterixReformat.
2008-05-26 asterixCast the variable to corret size type.
2008-04-04 battRefactor BeRTOS to be in his own directory.