summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a stray write into the FATpatacongo2011-09-161-2/+2
* Small improvement in FAT buffering logic on write()patacongo2011-09-151-12/+15
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
* Fix a critical bug in FAT sector managementpatacongo2011-09-151-8/+37
* Correct FAT long file name padding characterpatacongo2011-07-181-0/+1
* FAT long file names are basically functionalpatacongo2011-07-151-1/+25
* Changes to get clean FAT long file name compilationpatacongo2011-07-141-3/+3
* FAT long support is code complete (but untested)patacongo2011-07-141-21/+61
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-44/+44
* Separate FAT directory operations into a separate filepatacongo2011-07-121-51/+46
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-6/+6
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-031-1/+1
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+1
* Add rtc.h header filepatacongo2011-04-121-9/+9
* Fixes for kernel stub buildspatacongo2011-04-061-10/+11
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-7/+8
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-35/+36
* Fix mount problempatacongo2009-05-291-2/+2
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-011-3/+7
* Fix some lseek to zero problemspatacongo2008-11-161-117/+118
* cosmeticpatacongo2008-09-101-6/+6
* cosmeticpatacongo2008-09-101-30/+37
* Fix FAT seek bugpatacongo2008-09-081-20/+23
* Fixed critical FAT bugspatacongo2008-09-071-1/+1
* updatepatacongo2008-09-071-161/+126
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-011-61/+61
* Fix error in FAT FS when file opened for O_APPENDpatacongo2008-08-171-18/+30
* Fat directorypatacongo2008-08-021-0/+2210