summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
* Fixed some warnings.Jens Arnold2005-01-05
* unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn2005-01-05
* Multivolume: prevent file rename attempts across volumes.Jens Arnold2005-01-04
* modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn2005-01-04
* Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2005-01-03
* killed a warning for boxes not supporting FAT16Jörg Hohensohn2004-12-28
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Removed #include math.hLinus Nielsen Feltzing2004-11-04
* cleaned out parts of bpb which we don't useJörg Hohensohn2004-10-14
* panic on write behind partition, tooJörg Hohensohn2004-10-05
* FAT16 support for the OndioJörg Hohensohn2004-09-23
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Removed nasty lvalue castLinus Nielsen Feltzing2004-07-24
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* Added cluster size to the disk debug screenLinus Nielsen Feltzing2004-04-06
* Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing2004-01-26
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing2003-11-03
* Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing2003-10-28
* Better error reportingLinus Nielsen Feltzing2003-10-26
* Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing2003-07-19
* Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing2003-07-16
* Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing2003-06-19
* Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu2003-06-03
* More detailed error codesLinus Nielsen Feltzing2003-04-24
* Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg2003-04-11
* update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing2003-03-04
* Enhanced error codes for better error trackingLinus Nielsen Feltzing2003-02-26
* The dir code is now reentrant.Björn Stenberg2003-01-29
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg2003-01-17
* Made unicode2iso() static.Björn Stenberg2003-01-14
* Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg2003-01-14
* Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg2002-12-09
* Fixed warnings.Björn Stenberg2002-11-22
* Added creation and last-modified timestamps.Björn Stenberg2002-11-22
* Removed some debug output.Björn Stenberg2002-11-19
* Added rename()Björn Stenberg2002-11-19
* Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...Björn Stenberg2002-11-18
* Added longname handling to fat_remove().Björn Stenberg2002-11-18
* Long filename support added. (fat_remove() not updated yet.)Björn Stenberg2002-11-15
* Cleaned up dir handling further.Björn Stenberg2002-11-15
* Added check to avoid FAT sector 0 panic.Björn Stenberg2002-11-14
* Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg2002-11-13
* Added extra safety checks.Björn Stenberg2002-11-12
* Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg2002-11-12