nuttx/fs
2017-08-26 11:54:03 -06:00
..
aio
binfs
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: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later. 2017-07-04 10:56:54 +09:00
fat FAT: Fix 'Missing unlock' in fs_fat32.c 2017-05-22 14:44:24 +09:00
hostfs fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
inode Replace 'the the' with 'the' 2017-05-11 13:15:13 -06:00
mmap
mount
mqueue fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
nfs Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 15:26:09 -06:00
nxffs
procfs Add file missed in last commit. Fix naming in some configuration items. 2017-08-12 07:26:20 -06:00
romfs ROMFS: stat() and fstat() should always indicate that directories are executable. 2017-02-13 16:56:55 -06:00
semaphore fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
shm fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
smartfs smart: fix wrong freeing of device structure and use-after-free issues on error paths 2017-06-28 07:20:07 -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 poll: fix poll for regular files and block devices. Open Group documentation tells that poll (and select) support regular files and that 'Regular files shall always poll TRUE for reading and writing'. 2017-08-03 09:58:20 -06:00
.gitignore
fs_initialize.c
Kconfig FS_AUTOMOUNTER should depend on SCHED_LPWORK 2017-08-26 11:54:03 -06:00
Makefile