summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Collapse)AuthorAgeFilesLines
* Add fs/mmappatacongo2011-05-076-29/+392
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3576 42af7a65-404d-4744-a932-0658087f49c3
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3570 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3569 42af7a65-404d-4744-a932-0658087f49c3
* Finish logic to update open writer after packingpatacongo2011-05-052-131/+365
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3568 42af7a65-404d-4744-a932-0658087f49c3
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3567 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFFS ioctlspatacongo2011-05-051-2/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3566 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS is basically functional -- more testing neededpatacongo2011-05-056-100/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3565 42af7a65-404d-4744-a932-0658087f49c3
* Fix two more NXFFS bugspatacongo2011-05-053-29/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3564 42af7a65-404d-4744-a932-0658087f49c3
* Minor NXFFS fixespatacongo2011-05-052-21/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3563 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3562 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-049-31/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3561 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-043-13/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3560 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bugfixespatacongo2011-05-045-121/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3559 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few more NXFFS bugspatacongo2011-05-041-24/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3558 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-032-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3557 42af7a65-404d-4744-a932-0658087f49c3
* Most of packing logic is in placepatacongo2011-05-034-147/+713
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3556 42af7a65-404d-4744-a932-0658087f49c3
* Progress on NXFFS packing logicpatacongo2011-05-035-137/+410
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3555 42af7a65-404d-4744-a932-0658087f49c3
* Swap size of cache and pack bufferspatacongo2011-05-0310-71/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3554 42af7a65-404d-4744-a932-0658087f49c3
* Starting NXFFS packing logicpatacongo2011-05-034-133/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3553 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS file deletion is functionalpatacongo2011-05-023-34/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3552 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-026-114/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3551 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-024-62/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-013-13/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3549 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-014-38/+301
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3548 42af7a65-404d-4744-a932-0658087f49c3
* Extend NXFFS tests; bugfixespatacongo2011-05-017-72/+351
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3547 42af7a65-404d-4744-a932-0658087f49c3
* Add basic NXFFS read logicpatacongo2011-05-016-72/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3546 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bug fixespatacongo2011-04-302-31/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3545 42af7a65-404d-4744-a932-0658087f49c3
* Add basic write logicpatacongo2011-04-306-47/+550
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3544 42af7a65-404d-4744-a932-0658087f49c3
* Update README documentationpatacongo2011-04-301-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3543 42af7a65-404d-4744-a932-0658087f49c3
* Add file creation logicpatacongo2011-04-3013-162/+1238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3542 42af7a65-404d-4744-a932-0658087f49c3
* Some initial NXFFS bugfixespatacongo2011-04-294-34/+132
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3541 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a test for NXFFSpatacongo2011-04-2910-33/+509
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3540 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS logicpatacongo2011-04-286-7/+426
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3538 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS logicpatacongo2011-04-289-29/+1122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3537 42af7a65-404d-4744-a932-0658087f49c3
* Add first NXFFS filespatacongo2011-04-2812-11/+2364
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3536 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3533 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad conditional compilation that breaks THTTPD and dup2()patacongo2011-04-163-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3511 42af7a65-404d-4744-a932-0658087f49c3
* Add rtc.h header filepatacongo2011-04-122-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3493 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-062-12/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3471 42af7a65-404d-4744-a932-0658087f49c3
* Fix bugs introduced in last commitpatacongo2011-04-051-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3470 42af7a65-404d-4744-a932-0658087f49c3
* Clean kernel-/user-mode module buildpatacongo2011-04-058-23/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3469 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward kernel buildpatacongo2011-04-051-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3465 42af7a65-404d-4744-a932-0658087f49c3
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-042-2/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3464 42af7a65-404d-4744-a932-0658087f49c3
* Move memory manager into user spacepatacongo2011-04-031-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3460 42af7a65-404d-4744-a932-0658087f49c3
* Kernel build mostly successfulpatacongo2011-04-023-219/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3454 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-281-70/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3432 42af7a65-404d-4744-a932-0658087f49c3
* Re-organize header files so that file systems can be built outside of the ↵patacongo2011-03-2813-127/+63
| | | | | | nuttx tree; add a binfs file system to apps/namedapp git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3428 42af7a65-404d-4744-a932-0658087f49c3
* #warning removalpatacongo2011-03-091-7/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ↵patacongo2011-03-021-2/+6
| | | | | | received git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3327 42af7a65-404d-4744-a932-0658087f49c3