Add filesystem consistency check.
[bertos.git] / bertos / fs / battfs.h
2008-09-25 battAdd filesystem consistency check.
2008-09-25 battdisk->data_size now hold the space size usable by data...
2008-09-23 battRemove cache of current header.
2008-09-20 battAdd max page offset allocated for the file; add some...
2008-09-20 battAdd caching of current header, add some docs.
2008-09-19 battAdd cache read API.
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 battSimplify sequence numbering: now pages have a monotonic...
2008-09-15 battUpdate to new names and API.
2008-09-15 battVery preliminary: remove from BattFS the LRU of free...
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-04-04 battRefactor BeRTOS to be in his own directory.