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
/
export
/
fat.h
(
unfollow
)
Commit message (
Expand
)
Author
2006-12-04
Much simpler implementation of large virtual sector support, not needing larg...
Jens Arnold
2006-12-03
Add support (runtime detection) for 2048 bytes/sector filesystem.
Miika Pekkarinen
2006-07-31
Applied FS# 5736 by Alexander Levin.
Rani Hod
2005-02-26
long policy
Jean-Philippe Bernardy
2005-02-25
more long policy
Jean-Philippe Bernardy
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
2005-01-05
unmount function in preparation for MMC hotswap, more mutexing
Jörg Hohensohn
2005-01-03
Correct handling of FAT16 root directory when it does not start on a pseudo c...
Jens Arnold
2004-12-28
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
2004-08-22
Bug fix: renaming a directory could cause a name clash. New feature: rename()...
Linus Nielsen Feltzing
2004-08-17
Const policed pointer arguments to functions, part 2
Jens Arnold
2004-04-16
New function: rmdir(). Also some changes in the fat code, to track the parent...
Linus Nielsen Feltzing
2004-04-06
Added cluster size to the disk debug screen
Linus Nielsen Feltzing
2004-01-15
Implemented the mkdir() function in the FAT32 driver
Linus Nielsen Feltzing
2003-06-03
Small seek optimization -- begin seek at last read cluster if possible
Hardeep Sidhu
2003-02-07
Move publicly (from apps) accessed files from drivers/ to export/.
Daniel Stenberg
2003-01-29
The dir code is now reentrant.
Björn Stenberg
2003-01-27
Directories can now be renamed too.
Björn Stenberg
2002-12-09
Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...
Björn Stenberg
2002-11-19
Added rename()
Björn Stenberg
2002-11-18
Added longname handling to fat_remove().
Björn Stenberg
2002-11-15
Cleaned up dir handling further.
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 disk space to Info menu item. (Players press + to see it.)
Björn Stenberg
2002-11-11
close() now does not truncate the file.
Björn Stenberg
2002-10-31
Fat writing update. File creation now works, though still only short filenames.
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-08-13
Don't save settings on disk if it has no partition table
Björn Stenberg
2002-05-30
struct bpb does not have to be global
Björn Stenberg
2002-05-14
Fixed compiler warnings
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-04-29
Renamed get_bpb() into fat_mount() and added it to the API.
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
2002-03-28
First version
Björn Stenberg