summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-171-1/+1
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-297-7/+7
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-288-11/+11
* Cosmetic changes to comments/spacingGregory Nutt2014-09-081-4/+4
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-313-9/+9
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-282-6/+9
* More trailing whilespace removalGregory Nutt2014-04-131-7/+7
* Fix a FAT file corruption problem. From Andrew TridgellGregory Nutt2014-03-041-56/+56
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+3
* FAT: Fix some root directory logic that was conditionally done only for FAT32...Gregory Nutt2014-01-141-2/+2
* Fix a FAT cluster allocation bug. From TridgeGregory Nutt2014-01-141-2/+2
* A10: Timer interrupt handlerGregory Nutt2013-12-131-0/+4
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-054-87/+144
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-0/+2
* FAT: Fix error return value. In one failure case, success was being returnedGregory Nutt2013-11-011-0/+1
* Enhanced the FAT32 filesystem code to understand DMA preflight failures, and ...Gregory Nutt2013-10-181-36/+79
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-4/+4
* Remove some pre-processor warnings that I am more than tired of seeingGregory Nutt2013-08-101-11/+5
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-091-1/+1
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-1/+1
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-1/+1
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* FAT fixes for extending directory entries with long file names. From RonenVpatacongo2013-03-312-58/+104
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+2
* Fix a FAT error when trying to create file in a non-existent directory. Repor...patacongo2013-03-202-12/+42
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-10/+12
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-0/+1
* Correct a memory leak in NSHpatacongo2013-02-021-1/+13
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-013-9/+12
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+6
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-9/+10
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-143-13/+124
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-22/+24
* Email address change in nuttx/patacongo2012-09-136-6/+6
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-113-7/+7
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-114-6/+52
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-6/+0
* Important FAT fix. Bad test would cause many un-necessary writes to FLASH.patacongo2012-09-061-1/+1
* 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
* Kconfig updatespatacongo2012-04-141-4/+0
* Kconfig updatepatacongo2012-04-121-8/+6
* Add a little more configuration logicpatacongo2012-04-101-5/+3
* A little bit of file system configuration logicpatacongo2012-04-101-0/+59