summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs/nxffs_write.c
Commit message (Expand)AuthorAgeFilesLines
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-281-1/+1
* Cosmetic changes to debug outputGregory Nutt2013-12-021-5/+6
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-021-27/+39
* NXFFS: First of many changes for NAND. NAND reports read errors on ECC failu...Gregory Nutt2013-12-011-19/+21
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-311-4/+5
* Fix NXFFS positioning bugpatacongo2011-05-061-5/+7
* Most of packing logic is in placepatacongo2011-05-031-8/+1
* Progress on NXFFS packing logicpatacongo2011-05-031-2/+2
* Swap size of cache and pack bufferspatacongo2011-05-031-2/+2
* More NXFFS bugfixespatacongo2011-05-021-3/+3
* More NXFFS bugfixespatacongo2011-05-021-9/+11
* Add basic NXFFS read logicpatacongo2011-05-011-2/+2
* Misc NXFFS bug fixespatacongo2011-04-301-24/+57
* Add basic write logicpatacongo2011-04-301-15/+444
* Add file creation logicpatacongo2011-04-301-0/+246
* Add beginning of a test for NXFFSpatacongo2011-04-291-0/+147