Update preset.
[bertos.git] / bertos / fs /
2011-03-26 battSet the correct svn:eol-style=native property, please...
2010-08-05 asterixFix typo in kblock posix. Comply battfs test to new...
2010-07-30 battAdd support for devices which can partial write a block.
2010-07-06 battAdd missing dependancy.
2010-07-06 battAdd generic KBlock disk interface for FatFs module.
2010-07-03 battEmulate an hw buffer.
2010-07-03 battUse new cache accessors to increase performances.
2010-07-03 battUpdate in order to use the new KBlock API.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-07-02 battRemove unneeded if block, add some TODOs.
2010-07-02 battUse correct macro.
2010-07-01 battRemove redundant information from BattFS disk descriptor.
2010-07-01 battUpdate BattFS in order to use the new kblock interface.
2009-09-14 lottavianodoc: Add further documentation for fatfile_open().
2009-09-07 battFix debug check.
2009-09-01 lottavianoFix warnings and cleanup code.
2009-08-31 lottavianodoc: clarification for FAT module.
2009-07-02 lottavianodoc: Various documentation updates.
2009-06-09 battMerged from external project:
2009-06-09 battMerged from external project:
2009-05-22 battUpdate for new fatfs directory.
2009-05-22 battRemove documentation and move fatfs src dir.
2009-05-21 battAdd test for fatfs.
2009-05-21 battMove headers inside header guard; fix pasto.
2009-05-21 battAdd configuration for FatFs.
2009-05-21 battAdded kfile interface implementation for FatFS.
2009-05-21 battUse ISO integer types.
2009-05-21 battDefine configuration constants only if not already...
2009-05-21 battAdd FatFs module by ChaN.
2009-04-23 duploAdd new Wizard tag for module definition
2009-04-17 battMake nightly build test works.
2009-02-09 asterixAdd wizard info.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-11-11 battSilence uninitialized value warning.
2008-11-11 battFix warning on platform with int wide 16 bits.
2008-11-10 battRemove uneeded debug line.
2008-11-07 battAdd missing assert.
2008-11-07 battAdd battfs config file; add shuffle for free blocks.
2008-11-07 battAdd exhaustive fileopen test.
2008-11-07 battMerged from external project:
2008-11-07 battMerged from external project:
2008-10-23 battMerged from external project:
2008-10-23 battRefactor disk_open calling: now the disk must be opened...
2008-10-21 battMerged from external project:
2008-09-29 battAdd error check.
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 battSilence warning on 32bit platforms.
2008-09-26 battFix warnings.
2008-09-26 battReformat; fix a warning.
2008-09-26 battImprove readability using disk-> instead of fdb->disk...
2008-09-26 battReformat.
2008-09-26 battAdd more tests; handle end of disk space correctly.
2008-09-25 battAdd missing semicolon; remove useless test.
2008-09-25 battAlso fsck right after init.
2008-09-25 battRemove unneeded goto.
2008-09-25 battAdd filesystem consistency check.
2008-09-25 battFix warnings.
2008-09-25 battAvoid flushing the same page twice.
2008-09-25 battRefactor to fill sparse bytes with a known value (0).
2008-09-25 battdisk->data_size now hold the space size usable by data...
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-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 battAdd a test.
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 battAdd more write tests.
2008-09-21 battRemove duplicate "errir" string.
2008-09-20 battAdd another write test.
2008-09-20 battAdd max page offset allocated for the file; add some...
2008-09-20 battAdd doc.
2008-09-20 battDisable TRACEMSGs.
2008-09-20 battMore aggressive cache an read; rename some static metho...
2008-09-20 battAdd caching of current header, add some docs.
2008-09-19 battAdd cache read API.
2008-09-19 battAdd more writing test.
2008-09-19 battAdd missing page erase.
2008-09-19 battAdd first write test.
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 battFix test, add some TRACE.
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 battFix battfs tests.
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 battStart to fix some tests.
next