projects
/
bertos.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Reformat.
[bertos.git]
/
bertos
/
fs
/
battfs.c
2010-07-30
batt
Add support for devices which can partial write a block.
blob
|
commitdiff
|
raw
2010-07-03
batt
Use new cache accessors to increase performances.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
batt
Remove \version svn tag.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
batt
Remove unneeded if block, add some TODOs.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
batt
Use correct macro.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
batt
Remove redundant information from BattFS disk descriptor.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
batt
Update BattFS in order to use the new kblock interface.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
batt
Fix debug check.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
batt
Make nightly build test works.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-11
batt
Silence uninitialized value warning.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
batt
Add battfs config file; add shuffle for free blocks.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
batt
Merged from external project:
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
batt
Merged from external project:
blob
|
commitdiff
|
raw
|
diff to current
2008-10-23
batt
Refactor disk_open calling: now the disk must be opened...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-29
batt
Add error handling.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
batt
Rename battfs_init to battfs_mount and battfs_close...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
batt
Silence warning on 32bit platforms.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
batt
Reformat; fix a warning.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
batt
Improve readability using disk-> instead of fdb->disk...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
batt
Add more tests; handle end of disk space correctly.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Add missing semicolon; remove useless test.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Remove unneeded goto.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Add filesystem consistency check.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Avoid flushing the same page twice.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Refactor to fill sparse bytes with a known value (0).
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
disk->data_size now hold the space size usable by data...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
batt
Add support for writing far over the EOF.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
batt
Handle reading outside EOF.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-24
batt
Remove unneeded if.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
batt
Refactor to automatically fill new page header on loadi...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
batt
Remove cache of current header.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
batt
Fix moving other open files when a file is growing...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
batt
Add some debug features.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
batt
Add and fix some log messages; add dumpPageArray (for...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-21
batt
Remove duplicate "errir" string.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-20
batt
Add max page offset allocated for the file; add some...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-20
batt
Add doc.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-20
batt
More aggressive cache an read; rename some static metho...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Add cache read API.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Add missing page erase.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Add some log info; add a missing "!".
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Reformat.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Search files only in used blocks.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Refactor countFileSize to return the size directly.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
batt
Add preliminary write support; initialize to 0xff the...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
batt
Switch to new disk write interface:the disk should...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
batt
Fix doc; compile test only in UNIT_TEST.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
batt
Remove dead code.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
batt
Simplify sequence numbering: now pages have a monotonic...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
batt
Remove dead code; Use LOG_ERR; Fix 2 typo.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
batt
Update to new names and API.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
batt
Very preliminary: remove from BattFS the LRU of free...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-12
batt
Fix docs; optimization.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
batt
Unbreak battfs_test: comply with new policy.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-25
bernie
kfile_size_t: kill and replace with kfile_off_t
blob
|
commitdiff
|
raw
|
diff to current
2008-08-13
bernie
Use new header locations everywhere
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
qwert
Re-Refactor code under new specs. BattFs. Nightlytest...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-04
qwert
Fix refactor.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-04
qwert
Refactor from KFileBattFs to BattFsKFile.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-12
asterix
Mark as TODO. Reformat.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-11
asterix
Reformat.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
asterix
Cast the variable to corret size type.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-04
batt
Refactor BeRTOS to be in his own directory.
blob
|
commitdiff
|
raw
|
diff to current