index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
fat.c
Age
Commit message (
Expand
)
Author
2002-12-09
Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...
Björn Stenberg
2002-11-22
Fixed warnings.
Björn Stenberg
2002-11-22
Added creation and last-modified timestamps.
Björn Stenberg
2002-11-19
Removed some debug output.
Björn Stenberg
2002-11-19
Added rename()
Björn Stenberg
2002-11-18
Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...
Björn Stenberg
2002-11-18
Added longname handling to fat_remove().
Björn Stenberg
2002-11-15
Long filename support added. (fat_remove() not updated yet.)
Björn Stenberg
2002-11-15
Cleaned up dir handling further.
Björn Stenberg
2002-11-14
Added check to avoid FAT sector 0 panic.
Björn Stenberg
2002-11-13
Directories are now handled as files, using fat_readwrite() instead of ata_re...
Björn Stenberg
2002-11-12
Added extra safety checks.
Björn Stenberg
2002-11-12
Added disk space to Info menu item. (Players press + to see it.)
Björn Stenberg
2002-11-11
Added ftruncate().
Björn Stenberg
2002-11-11
close() now does not truncate the file.
Björn Stenberg
2002-11-09
Greg's improved fat_cache_sector() function, now updates the second FAT
Linus Nielsen Feltzing
2002-11-08
fat_cache_sector() wrote to the wrong sector when flushing an entry. Thanks t...
Linus Nielsen Feltzing
2002-11-05
Bug fixes: fat_seek(0) would sometimes start at sector 1. find_free_cluster()...
Björn Stenberg
2002-11-04
Bugfix: lseek() did not invalidate sector cache when seeking to start of file.
Björn Stenberg
2002-11-04
Bugfix: If last sector of a requested transfer was nonconsecutive, it would n...
Björn Stenberg
2002-11-01
Added remove()
Björn Stenberg
2002-11-01
Removed warning.
Björn Stenberg
2002-10-31
Fixed lseek().
Björn Stenberg
2002-10-31
More graceful handling when running out of space.
Björn Stenberg
2002-10-31
Fat writing update. File creation now works, though still only short filenames.
Björn Stenberg
2002-10-30
Improved find_free_cluster(). Split readwrite() in two to simplify debugging.
Björn Stenberg
2002-10-23
Fixed bug where first sector was skipped on reads.
Björn Stenberg
2002-10-22
Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...
Björn Stenberg
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-09-12
no longer include unicode.h, we've removed that file
Daniel Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-08-24
Fixed minor bug in previous change: 0 is a valid sector
Hardeep Sidhu
2002-08-24
Data at end of file was not being read if last sector fell on cluster boundary
Hardeep Sidhu
2002-08-14
fat_read() now reads multiple sectors per ATA command
Björn Stenberg
2002-08-13
Don't save settings on disk if it has no partition table
Björn Stenberg
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-07-24
fat_seek() end-of-file bug fix by Hardeep Sidhu
Linus Nielsen Feltzing
2002-07-15
Fixed name garbling bug
Björn Stenberg
2002-06-19
Ignore volume ID
Björn Stenberg
2002-06-19
We don't need time unless we're writing
Björn Stenberg
2002-05-30
Umm, bpb must be static to be local :)
Björn Stenberg
2002-05-30
struct bpb does not have to be global
Björn Stenberg
2002-05-29
FAT cache now uses static memory
Björn Stenberg
2002-05-27
fat_seek couldn't seek in the first cluster
Linus Nielsen Feltzing
2002-05-14
Fixed compiler warnings
Björn Stenberg
2002-05-09
Removed a few annoying debugf calls
Linus Nielsen Feltzing
2002-05-09
get_next_cluster forgot to byteswap the FAT entry, among others
Linus Nielsen Feltzing
2002-05-09
New cache algorithm
Linus Nielsen Feltzing
2002-05-08
Added lseek()
Björn Stenberg
2002-05-08
Fixed EOF handling
Björn Stenberg
[next]