summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Add rtc.h header filepatacongo2011-04-122-16/+16
* Fixes for kernel stub buildspatacongo2011-04-062-12/+14
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-282-7/+10
* #warning removalpatacongo2011-03-091-7/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-6/+6
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-158-213/+225
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Fix mount problempatacongo2009-05-291-2/+2
* Fix FAT32 bugpatacongo2009-05-271-8/+13
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-014-25/+33
* Fix some lseek to zero problemspatacongo2008-11-161-117/+118
* Fix a FAT mount bugpatacongo2008-11-161-18/+22
* Fix access to aligned partition table valuespatacongo2008-10-152-13/+45
* cosmeticpatacongo2008-09-101-6/+6
* cosmeticpatacongo2008-09-102-31/+38
* Fix FAT seek bugpatacongo2008-09-083-24/+74
* Fixed critical FAT bugspatacongo2008-09-072-10/+22
* updatepatacongo2008-09-073-182/+155
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-012-63/+62
* Fix Linux sim errors/warningpatacongo2008-08-291-1/+1
* Fix error in FAT FS when file opened for O_APPENDpatacongo2008-08-171-18/+30
* Added test for mkfatfspatacongo2008-08-101-1/+2
* Added mkfatfs() testpatacongo2008-08-102-9/+30
* Implemented mkfatfs()patacongo2008-08-095-72/+555
* Added search for good cluster sizepatacongo2008-08-095-46/+538
* Add FAT size calculationpatacongo2008-08-093-4/+188
* Continued mkfatfs workpatacongo2008-08-056-12/+153
* fleshing out mkfatfs logicpatacongo2008-08-035-228/+597
* Support for mkfatfs()patacongo2008-08-025-6/+347
* typospatacongo2008-08-022-27/+23
* Move FAT-related files to fs/fatpatacongo2008-08-021-2/+4
* Fat directorypatacongo2008-08-025-0/+5466