summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32.c
Commit message (Expand)AuthorAgeFilesLines
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-111-2/+2
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-3/+4
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-0/+4
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-6/+0
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-3/+3
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-071-9/+9
* STM32 F4 I2C updatespatacongo2012-01-251-1/+1
* Revised FAT bugfixpatacongo2011-11-191-3/+3
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-151-5/+10
* 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