summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Progress on NXFFS packing logicpatacongo2011-05-035-137/+410
* Swap size of cache and pack bufferspatacongo2011-05-0310-71/+53
* Starting NXFFS packing logicpatacongo2011-05-034-133/+353
* NXFFS file deletion is functionalpatacongo2011-05-023-34/+95
* More NXFFS bugfixespatacongo2011-05-026-114/+57
* More NXFFS bugfixespatacongo2011-05-024-62/+120
* More NXFFS bugfixespatacongo2011-05-013-13/+18
* More NXFFS bugfixespatacongo2011-05-014-38/+301
* Extend NXFFS tests; bugfixespatacongo2011-05-017-72/+351
* Add basic NXFFS read logicpatacongo2011-05-016-72/+234
* Misc NXFFS bug fixespatacongo2011-04-302-31/+75
* Add basic write logicpatacongo2011-04-306-47/+550
* Update README documentationpatacongo2011-04-301-0/+13