nuttx/fs
2017-05-31 06:20:18 -06:00
..
aio
binfs Add fstat support to binfs 2017-02-12 14:47:05 -06:00
dirent Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled. 2017-02-16 09:53:13 -06:00
driver FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled. 2017-03-04 08:25:20 -06:00
fat FAT: Fix 'Missing unlock' in fs_fat32.c 2017-05-22 14:44:24 +09:00
hostfs hostfs: Add support for fstat(). 2017-02-14 09:54:08 -06:00
inode Replace 'the the' with 'the' 2017-05-11 13:15:13 -06:00
mmap
mount
mqueue
nfs nfs: Simplify parameters saved for fstat() 2017-02-14 08:16:03 -06:00
nxffs fstat: Add fstat() support to nxffs. 2017-02-13 08:22:05 -06:00
procfs procfs: Fix incorrect uptime with CONFIG_SYSTEM_TIME64 2017-04-25 10:58:38 +09:00
romfs ROMFS: stat() and fstat() should always indicate that directories are executable. 2017-02-13 16:56:55 -06:00
semaphore sem_open(): Fix a compiler error introduced with the setvbuf() changes. 2017-02-09 10:56:12 -06:00
shm
smartfs If whence is SEEK_END, the file offset shall be set to the size of the file plus offset. Noted by eunb.song@samsung.com 2017-03-13 07:31:47 -06:00
tmpfs Replace 'the the' with 'the' 2017-05-11 13:15:13 -06:00
unionfs Replace 'the the' with 'the' 2017-05-11 13:15:13 -06:00
vfs vfs: fdopen: add missing file stream flags clearing. Clear file stream structure regardless of config options. Structure clearing is needed as previous use of stream list entry might leave fs_flags set. 2017-05-31 06:20:18 -06:00
.gitignore
fs_initialize.c
Kconfig
Makefile