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-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
2002-05-08
Fixed some debug output
Linus Nielsen Feltzing
2002-05-07
Create correct shortnames
Björn Stenberg
2002-05-03
Changed to global 'bpb' struct
Björn Stenberg
2002-05-03
Added disk/partition handling
Björn Stenberg
2002-05-02
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-04-29
Renamed get_bpb() into fat_mount() and added it to the API.
Björn Stenberg
2002-04-27
Slight simplification
Björn Stenberg
2002-04-27
Added longname handling
Björn Stenberg
2002-04-27
Added fat_seek()
Björn Stenberg
2002-04-27
Added fat_open() and fat_read().
Björn Stenberg
2002-04-27
Cluster chaining now works.
Björn Stenberg
2002-04-26
FAT update
Björn Stenberg
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg