summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
* Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts2010-11-28
* Fix multivolume caseFrank Gevaerts2010-11-13
* Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann2010-11-13
* Slightly reorganise the FAT driver to ensure that no more than one sector buf...Frank Gevaerts2010-09-06
* fat.c: fix format specifier in DEBUG buildRafaël Carré2010-07-11
* Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts2010-04-03
* FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly2010-03-22
* Fix a typo on a commentMustapha Senhaji2010-03-16
* fat: make fat_open more flexible by accepting the file==&dir->file and make f...Amaury Pouly2010-03-15
* Merge branch 'hotswap'Maurus Cuelenaere2009-11-26
* Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts2009-11-09
* FAT timestamp handling improvements for non-RTC targets:Jens Arnold2009-08-16
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* FS#10080Nils Wallménius2009-07-14
* implement single-driver storage layer with macros instead of inlinesFrank Gevaerts2008-11-02
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2008-03-12
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye2008-02-07
* Code police, no functional changes (yet)Peter D'Hoye2007-10-28
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Prevent another divide-by-zero (only affecting targets with FAT16 support ena...Dave Chapman2007-07-09
* Fix division by 0 errorRobert Keevil2007-07-09
* Fix a (minor) disk corruption when moving directories around. Fixes FS #7359Peter D'Hoye2007-07-05
* Fix serious bug in FAT filename check, preventing most files from being creat...Magnus Holmgren2007-07-03
* Proper filename checking in the FAT driver (FS#7222 and FS#6358)Jonathan Gordon2007-07-03
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla2007-03-03
* FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2007-02-28
* Remove unused code, make comments c-style, make one private function staticNils Wallménius2007-02-25
* Use the correct constant to avoid confusionPeter D'Hoye2007-02-24
* Better short filename generation. Fixes FS#6648.Peter D'Hoye2007-02-24
* Reverting the FAT32 driver change - it seems to have introduced a bugLinus Nielsen Feltzing2007-01-29
* Changed fat_getnext():Linus Nielsen Feltzing2007-01-29
* Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2006-12-04
* Removed unused variable, and fixed overflow in free/total calculation. There ...Jens Arnold2006-12-03
* Fixed the warnings.Miika Pekkarinen2006-12-03
* Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2006-12-03
* Reduced the logf output. Please enable the lines only when necessary.Miika Pekkarinen2006-08-02
* Applied FS# 5736 by Alexander Levin.Rani Hod2006-07-31
* Correctly test on volume id flagPeter D'Hoye2006-05-13
* Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye2006-04-08
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04