incubator-nuttx/fs
Masayuki Ishikawa 5efd942396 FS: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later. 2017-07-04 10:56:54 +09:00
..
aio Update TODO, cosmetic changes, spelling -- US English spells it canceled and canceling vs cancelled and cancelling. No idea why. 2016-12-09 18:39:40 -06:00
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: 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 fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 17:14:02 -06:00
mount Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
mqueue fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
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 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 Fix -Werror=implicit-fallthrough on gcc7 2017-06-28 17:48:04 +02:00
.gitignore
Kconfig Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 2017-02-05 14:57:38 -06:00
Makefile Soft links: Update Documentation, rename file, add system calls 2017-02-02 17:11:08 -06:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00