index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix (D)EBUG compilation errors on targets using FAT
Cástor Muñoz
2015-10-09
*
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-30
*
Cleanup MV/MD macros a little.
Michael Sevakis
2013-08-17
*
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
*
Fix yellow
Michael Sparmann
2011-02-27
*
iPod Classic CE-ATA Support (Part 3 of 4: Introduce STORAGE_NEEDS_ALIGN, whic...
Michael Sparmann
2011-02-27
*
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-27
*
Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...
Frank Gevaerts
2010-11-28
*
Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...
Michael Sparmann
2010-10-25
*
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-09-01
*
disk/file: Do not use & on arrays
Rafaël Carré
2010-05-20
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
*
FS#9409: fix rename which didn't close file handles on error and enventually ...
Amaury Pouly
2010-01-01
*
Make read() and write() return -1/EISDIR on directories
Frank Gevaerts
2009-12-23
*
only get the file pointer if fd is actually valid.
Frank Gevaerts
2009-12-23
*
Move strip_volume() to filefuncs.c and set properties.
Maurus Cuelenaere
2009-11-26
*
- Split off strip_volume() to a separate file
Maurus Cuelenaere
2009-11-26
*
Merge branch 'hotswap'
Maurus Cuelenaere
2009-11-26
*
FS#10080
Nils Wallménius
2009-07-14
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-05-05
*
Committed the missing file to r16632.
Miika Pekkarinen
2008-03-11
*
Let the FAT namecheck also look for trailing spaces, fixes FS #8560.
Peter D'Hoye
2008-02-07
*
Another fix for file system issues when encountering disk full (like when rec...
Peter D'Hoye
2007-12-13
*
More code police...
Peter D'Hoye
2007-10-29
*
Fix FS #5852 by trying to properly close and update the recorded file, and gi...
Peter D'Hoye
2007-10-10
*
Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...
Jonathan Gordon
2007-09-02
*
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-07-20
*
avoid declaring shadow 'rc' variables (-Wshadow!)
Daniel Stenberg
2007-04-26
*
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2007-02-01
*
Much simpler implementation of large virtual sector support, not needing larg...
Jens Arnold
2006-12-04
*
Add support (runtime detection) for 2048 bytes/sector filesystem.
Miika Pekkarinen
2006-12-03
*
Update dircache startcluster at file close when writing. Fixes bug when crea...
Hardeep Sidhu
2006-05-16
*
Fixed the file renaming/removing issue with dircache enabled.
Miika Pekkarinen
2006-04-13
*
Do the dircache operation first to block properly when necessary.
Miika Pekkarinen
2006-03-30
*
Boost open() performance on platforms with dircache. Tagcache initial
Miika Pekkarinen
2006-03-28
*
TAB policed.
Jens Arnold
2006-03-02
*
Change rename() to set errno to EXDEV if a rename is attempted across volumes.
Dan Everton
2006-03-02
*
More compact & straight-forward headbytes handling.
Jens Arnold
2005-12-17
*
Now the file corruption bug when reading & writing the same file is
Miika Pekkarinen
2005-12-16
*
Fixed a file system driver caching bug corrupting files on certain situations
Miika Pekkarinen
2005-12-13
*
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen
2005-10-07
*
preparations for hotswapping MMC
Jörg Hohensohn
2005-01-28
*
int -> long where needed
Jean-Philippe Bernardy
2005-01-23
*
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
2004-12-28
*
Bug fix: Do only flush the sector buffer after writing head bytes if it reall...
Jens Arnold
2004-11-17
*
void* can't be offset, gcc should not allows this
Jörg Hohensohn
2004-10-01
*
Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...
Jens Arnold
2004-09-06
*
Bug fix: renaming a directory could cause a name clash. New feature: rename()...
Linus Nielsen Feltzing
2004-08-22
[next]