Update BattFS in order to use the new kblock interface.
[bertos.git] / bertos / fs / battfs.h
2010-07-01 battUpdate BattFS in order to use the new kblock interface.
2009-04-23 duploAdd new Wizard tag for module definition
2009-02-09 asterixAdd wizard info.
2008-11-11 battFix warning on platform with int wide 16 bits.
2008-10-23 battRefactor disk_open calling: now the disk must be opened...
2008-10-21 battMerged from external project:
2008-09-29 battDocument errors.
2008-09-29 battAdd error handling.
2008-09-26 battRename battfs_init to battfs_mount and battfs_close...
2008-09-26 battAdd more tests; handle end of disk space correctly.
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.