nuttx/fs
2017-02-03 13:57:12 -06: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
dirent FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 2017-02-03 11:23:57 -06:00
driver Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
fat FAT performance improvement. In large files, seeking to a position fromt he beginning of the file can be very time consuming. ftell does lssek(fd, 0, SET_CURR). In that case, that is wasted time since we are going to seek to the same position. This fix short-circutes fat_seek() in all cases where we attempt to seek to curren position. Suggested by Nate Weibley 2016-08-03 13:32:52 -06:00
hostfs HOSTFS: Fix some errors in first cut at repartitioning 2016-07-17 16:31:14 -06:00
inode Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global. 2017-02-03 13:22:33 -06:00
mmap
mount 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
mqueue mq_open: Fix wrong type of slash used in quoated character constant. 2017-01-10 07:07:17 -06:00
nfs Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case. 2016-09-25 08:17:33 -06:00
nxffs
procfs procfs: Correct to snprintf-related errors in fs_procfsproc.c. Resolves issue #24 2017-01-07 07:13:04 -06:00
romfs
semaphore
shm
smartfs SmartFS: Fix a 32-byte memory leak 2016-07-12 17:28:06 -06:00
tmpfs TMPFS: Eliminate some warnings 2016-07-11 11:19:58 -06:00
unionfs
vfs Soft links: Add an (untested) implementation of readlink() 2017-02-03 13:57:12 -06:00
.gitignore
fs_initialize.c
Kconfig Soft link: make SOFTLINK configuration EXPERIMENTAL. There are still issues. 2017-02-03 09:24:43 -06:00
Makefile Soft links: Update Documentation, rename file, add system calls 2017-02-02 17:11:08 -06:00