summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-1/+3
* Let's raise the priority of NXFFS dumps to LOG_NOTICEGregory Nutt2014-11-121-16/+16
* Fix prolblems with redefinitions of fdb macro. With the fix to the syslog pr...Gregory Nutt2014-11-121-27/+28
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-315-12/+12
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-284-7/+7
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-072-2/+2
* More trailing whilespace removalGregory Nutt2014-04-133-184/+184
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* NXFFS: Missing call to nxffs_freeentry() caused a memory leakGregory Nutt2014-03-062-1/+9
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Condition out most of the recent NXFFS changes for NAND. NXFFS will never be...Gregory Nutt2013-12-037-23/+172
* SAMA5 NAND: Only CS3 can have NANDGregory Nutt2013-12-031-1/+1
* Cosmetic changes to debug outputGregory Nutt2013-12-0211-29/+34
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-029-111/+288
* NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, ...Gregory Nutt2013-12-012-15/+25
* NXFFS: First of many changes for NAND. NAND reports read errors on ECC failu...Gregory Nutt2013-12-0112-151/+170
* SAMA5 NAND: Don't use HSMC interrupts. They occur to quickly and cause myster...Gregory Nutt2013-11-291-1/+1
* SAMA5 NAND: Still debuggingGregory Nutt2013-11-282-5/+16
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-1515-15/+15
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-0/+2
* Remove NXFFS compile warningGregory Nutt2013-09-121-2/+3
* Cleanup some compilation warnings in NXFFSGregory Nutt2013-09-124-21/+23
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-277-13/+13
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-304-15/+23
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+6
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-1/+2
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-143-24/+83
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-0/+2
* Fix some W25 driver errorspatacongo2012-10-041-8/+8
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1313-13/+13
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-1/+10
* Kconfig updatespatacongo2012-04-141-4/+0
* Add a little more configuration logicpatacongo2012-04-101-4/+3
* A little bit of file system configuration logicpatacongo2012-04-101-0/+52
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-2110-14/+14
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-315-17/+63
* Fix an NXFFS initialization problempatacongo2011-10-312-3/+22
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-311-31/+37
* Minor improvement to fix of last checkinpatacongo2011-10-291-9/+5
* Add some missing error handling to NXFFSpatacongo2011-10-291-22/+33
* Fix check for open files when overwriting an existing filepatacongo2011-10-041-2/+18