nuttx/fs
2015-09-23 10:34:08 -06:00
..
aio Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
binfs Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
dirent Minor file system clean-up 2015-06-18 10:16:49 -06:00
driver Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
fat Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
inode Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
mmap Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
mount Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
mqueue Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
nfs Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
nxffs Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
procfs TCB: Increase the size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies 2015-07-23 10:15:07 -06:00
romfs fs/romfs: One allocation was not being freed if there was a subsequent failure to allocation I/O buffers resulting in a memory leak on certain error conditions. From Bruno Herrera. 2015-08-30 18:31:58 -06:00
semaphore Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
shm Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
smartfs Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
unionfs Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
vfs Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_initialize.c Modify FS initialization logic to handle AIO container initialization. 2014-10-06 08:11:37 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Makefile Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00