summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h (follow)
Commit message (Expand)AuthorAge
* Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis2017-03-12
* Do some debug and preparatory work for ramcache and playlistMichael Sevakis2017-01-17
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* 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
* FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly2010-03-22
* Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...Amaury Pouly2010-02-14
* Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman2009-10-02
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* Remove unused code, make comments c-style, make one private function staticNils Wallménius2007-02-25
* 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
* Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2006-12-03
* Applied FS# 5736 by Alexander Levin.Rani Hod2006-07-31
* long policyJean-Philippe Bernardy2005-02-26
* more long policyJean-Philippe Bernardy2005-02-25
* int -> long where neededJean-Philippe Bernardy2005-01-23
* unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn2005-01-05
* Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2005-01-03
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* 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
* 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
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu2003-06-03
* Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg2003-02-07