summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-6/+6
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-93/+0
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-9/+13
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-4/+4
* Add fcntl(F_DUPFD)patacongo2009-07-191-1/+1
* Share block driver helpers outside of fs/patacongo2008-10-231-9/+0
* ROMFS fixes discovered during testingpatacongo2008-09-111-2/+1
* ROMFS filesystem supportpatacongo2008-09-101-6/+24
* typospatacongo2008-08-021-1/+1
* Add find/open/close_blockdriver()patacongo2008-08-021-1/+15
* Fix missing lock in last changepatacongo2008-08-011-1/+1
* Need to call driver close() method on exitpatacongo2008-08-011-0/+1
* Debug NSH on z80simpatacongo2007-12-311-2/+2
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-2/+0
* Fat dir operations seem to workpatacongo2007-05-261-1/+21
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-26/+31
* Setting up for mountpoint supportpatacongo2007-05-261-10/+50
* Add mount() and umount()patacongo2007-05-121-2/+2
* Add support for block driverspatacongo2007-05-091-23/+49
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+36
* Finally, a clean SDCC compilepatacongo2007-02-271-11/+6
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
* NuttX RTOSpatacongo2007-02-171-0/+103