summaryrefslogtreecommitdiffstats
path: root/firmware/export/fat.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-22FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly1-1/+6
2010-02-14Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...Amaury Pouly1-1/+1
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman1-0/+4
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-1/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis1-0/+4
2007-02-25Remove unused code, make comments c-style, make one private function staticNils Wallménius1-4/+5
2007-01-29Reverting the FAT32 driver change - it seems to have introduced a bugLinus Nielsen Feltzing1-7/+1
2007-01-29Changed fat_getnext():Linus Nielsen Feltzing1-1/+7
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold1-10/+2
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen1-2/+11
2006-07-31Applied FS# 5736 by Alexander Levin.Rani Hod1-1/+9
2005-02-26long policyJean-Philippe Bernardy1-2/+2
2005-02-25more long policyJean-Philippe Bernardy1-1/+1
2005-01-23int -> long where neededJean-Philippe Bernardy1-17/+17
2005-01-05unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn1-0/+1
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold1-4/+4
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-7/+16
2004-08-22Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing1-0/+1
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-6/+6
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing1-1/+2
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing1-0/+1
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing1-2/+3
2003-06-03Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu1-0/+1
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg1-0/+96