summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_inodeaddref.c
Commit message (Expand)AuthorAgeFilesLines
* Move inode and VFS utils from fs/. to fs/inode/.Gregory Nutt2014-09-281-83/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-1/+1
* Clean-up files in fs/ directorypatacongo2012-07-141-3/+3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-3/+3
* Eliminate deadlock condition in opendir()patacongo2008-05-311-18/+18
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+83