summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_inoderemove.c
Commit message (Expand)AuthorAgeFilesLines
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-2/+5
* Clean-up files in fs/ directorypatacongo2012-07-141-25/+27
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Clean kernel-/user-mode module buildpatacongo2011-04-051-2/+3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-1/+2
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-2/+2
* cosmeticpatacongo2008-09-121-3/+3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-1/+1
* Fix reference count problempatacongo2007-05-271-1/+2
* Add support for close and fsyncpatacongo2007-05-201-4/+0
* umount and fat fixespatacongo2007-05-141-2/+2
* Add mount() and umount()patacongo2007-05-121-0/+2
* Add support for block driverspatacongo2007-05-091-0/+155