projects
/
bertos.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add configurable option to choose at compile time which i2c backend to use.
[bertos.git]
/
bertos
/
fs
/
2008-11-11
batt
Silence uninitialized value warning.
tree
|
commitdiff
2008-11-11
batt
Fix warning on platform with int wide 16 bits.
tree
|
commitdiff
2008-11-10
batt
Remove uneeded debug line.
tree
|
commitdiff
2008-11-07
batt
Add missing assert.
tree
|
commitdiff
2008-11-07
batt
Add battfs config file; add shuffle for free blocks.
tree
|
commitdiff
2008-11-07
batt
Add exhaustive fileopen test.
tree
|
commitdiff
2008-11-07
batt
Merged from external project:
tree
|
commitdiff
2008-11-07
batt
Merged from external project:
tree
|
commitdiff
2008-10-23
batt
Merged from external project:
tree
|
commitdiff
2008-10-23
batt
Refactor disk_open calling: now the disk must be opened...
tree
|
commitdiff
2008-10-21
batt
Merged from external project:
tree
|
commitdiff
2008-09-29
batt
Add error check.
tree
|
commitdiff
2008-09-29
batt
Document errors.
tree
|
commitdiff
2008-09-29
batt
Add error handling.
tree
|
commitdiff
2008-09-26
batt
Rename battfs_init to battfs_mount and battfs_close...
tree
|
commitdiff
2008-09-26
batt
Silence warning on 32bit platforms.
tree
|
commitdiff
2008-09-26
batt
Fix warnings.
tree
|
commitdiff
2008-09-26
batt
Reformat; fix a warning.
tree
|
commitdiff
2008-09-26
batt
Improve readability using disk-> instead of fdb->disk...
tree
|
commitdiff
2008-09-26
batt
Reformat.
tree
|
commitdiff
2008-09-26
batt
Add more tests; handle end of disk space correctly.
tree
|
commitdiff
2008-09-25
batt
Add missing semicolon; remove useless test.
tree
|
commitdiff
2008-09-25
batt
Also fsck right after init.
tree
|
commitdiff
2008-09-25
batt
Remove unneeded goto.
tree
|
commitdiff
2008-09-25
batt
Add filesystem consistency check.
tree
|
commitdiff
2008-09-25
batt
Fix warnings.
tree
|
commitdiff
2008-09-25
batt
Avoid flushing the same page twice.
tree
|
commitdiff
2008-09-25
batt
Refactor to fill sparse bytes with a known value (0).
tree
|
commitdiff
2008-09-25
batt
disk->data_size now hold the space size usable by data...
tree
|
commitdiff
2008-09-25
batt
Add support for writing far over the EOF.
tree
|
commitdiff
2008-09-24
batt
Handle reading outside EOF.
tree
|
commitdiff
2008-09-24
batt
Restore correct MODE type.
tree
|
commitdiff
2008-09-24
batt
Give to each test a proper name.
tree
|
commitdiff
2008-09-24
batt
Use correct inode_t type.
tree
|
commitdiff
2008-09-24
batt
Remove unneeded if.
tree
|
commitdiff
2008-09-23
batt
Refactor to automatically fill new page header on loadi...
tree
|
commitdiff
2008-09-23
batt
Remove cache of current header.
tree
|
commitdiff
2008-09-23
batt
Add a test.
tree
|
commitdiff
2008-09-23
batt
Fix moving other open files when a file is growing...
tree
|
commitdiff
2008-09-23
batt
Add some debug features.
tree
|
commitdiff
2008-09-23
batt
Add and fix some log messages; add dumpPageArray (for...
tree
|
commitdiff
2008-09-21
batt
Add more write tests.
tree
|
commitdiff
2008-09-21
batt
Remove duplicate "errir" string.
tree
|
commitdiff
2008-09-20
batt
Add another write test.
tree
|
commitdiff
2008-09-20
batt
Add max page offset allocated for the file; add some...
tree
|
commitdiff
2008-09-20
batt
Add doc.
tree
|
commitdiff
2008-09-20
batt
Disable TRACEMSGs.
tree
|
commitdiff
2008-09-20
batt
More aggressive cache an read; rename some static metho...
tree
|
commitdiff
2008-09-20
batt
Add caching of current header, add some docs.
tree
|
commitdiff
2008-09-19
batt
Add cache read API.
tree
|
commitdiff
2008-09-19
batt
Add more writing test.
tree
|
commitdiff
2008-09-19
batt
Add missing page erase.
tree
|
commitdiff
2008-09-19
batt
Add first write test.
tree
|
commitdiff
2008-09-19
batt
Add some log info; add a missing "!".
tree
|
commitdiff
2008-09-19
batt
Reformat.
tree
|
commitdiff
2008-09-19
batt
Search files only in used blocks.
tree
|
commitdiff
2008-09-19
batt
Refactor countFileSize to return the size directly.
tree
|
commitdiff
2008-09-19
batt
Fix test, add some TRACE.
tree
|
commitdiff
2008-09-19
batt
Add preliminary write support; initialize to 0xff the...
tree
|
commitdiff
2008-09-18
batt
Switch to new disk write interface:the disk should...
tree
|
commitdiff
2008-09-16
batt
Fix doc; compile test only in UNIT_TEST.
tree
|
commitdiff
2008-09-16
batt
Fix battfs tests.
tree
|
commitdiff
2008-09-16
batt
Remove dead code.
tree
|
commitdiff
2008-09-16
batt
Simplify sequence numbering: now pages have a monotonic...
tree
|
commitdiff
2008-09-15
batt
Remove dead code; Use LOG_ERR; Fix 2 typo.
tree
|
commitdiff
2008-09-15
batt
Start to fix some tests.
tree
|
commitdiff
2008-09-15
batt
Update to new names and API.
tree
|
commitdiff
2008-09-15
batt
Very preliminary: remove from BattFS the LRU of free...
tree
|
commitdiff
2008-09-12
batt
Fix docs; optimization.
tree
|
commitdiff
2008-09-11
batt
Unbreak battfs_test: comply with new policy.
tree
|
commitdiff
2008-08-25
bernie
kfile_size_t: kill and replace with kfile_off_t
tree
|
commitdiff
2008-08-13
bernie
Use new header locations everywhere
tree
|
commitdiff
2008-08-05
qwert
Re-Refactor code under new specs. BattFs. Nightlytest...
tree
|
commitdiff
2008-08-04
qwert
Fix refactor.
tree
|
commitdiff
2008-08-04
qwert
Refactor from KFileBattFs to BattFsKFile.
tree
|
commitdiff
2008-06-12
asterix
Mark as TODO. Reformat.
tree
|
commitdiff
2008-06-11
asterix
Reformat.
tree
|
commitdiff
2008-05-26
asterix
Cast the variable to corret size type.
tree
|
commitdiff
2008-04-04
batt
Refactor BeRTOS to be in his own directory.
tree
|
commitdiff