summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NXFFS compilation errorpatacongo2011-09-281-0/+2
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
* Finish logic to update open writer after packingpatacongo2011-05-052-131/+365
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
* Add NXFFS ioctlspatacongo2011-05-051-2/+42
* NXFFS is basically functional -- more testing neededpatacongo2011-05-056-100/+191
* Fix two more NXFFS bugspatacongo2011-05-053-29/+59
* Minor NXFFS fixespatacongo2011-05-052-21/+63
* More NXFFS bugfixespatacongo2011-05-041-1/+1
* More NXFFS bugfixespatacongo2011-05-049-31/+78
* More NXFFS bugfixespatacongo2011-05-043-13/+56
* Misc NXFFS bugfixespatacongo2011-05-045-121/+149
* Fix a few more NXFFS bugspatacongo2011-05-041-24/+103
* Most of packing logic is in placepatacongo2011-05-034-147/+713