summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
* Do some debug and preparatory work for ramcache and playlistMichael Sevakis2017-01-17
* Fix (D)EBUG compilationMihail Zenkov2016-04-07
* Fix (D)EBUG compilation errors on targets using FATCástor Muñoz2015-10-09
* Fix up some DEBUGF statementsThomas Jarosch2015-01-03
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Fix bpb_is_sane() cluster size calculation for non-512 byte sectors.Frank Gevaerts2014-01-04
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Fix test fat failing on 64bit system (second bit of FS#12646)Marcin Bukat2012-05-08
* Remove extraneous parensRafaël Carré2012-05-06
* imx233/fuze+: huge reworkAmaury Pouly2011-07-23
* iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann2011-02-27
* iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann2011-02-27
* Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann2011-01-02
* 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